@import "bootstrap.min.css";
@import "swiper.css";
/* @import "jquery.fancybox.min.css"; */

*{
    padding: 0;
    margin: 0;
}

*:hover{
    outline: none;
}

a{
    color: #013CA6;
    transition: all 0.15s linear;
    display: inline-block;
}
a:hover{
    color: #024AD0;
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

img{
    max-width: 100%;
}

svg{
    display: inline-block;
    vertical-align: middle;
}

svg.left{
    margin-right: 3px;
}
svg.right{
    margin-left: 3px;
}

html{
    scroll-behavior: smooth;
}
body{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 1.6;
    overflow-x: hidden;
    background-color: #fafafa;
    font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    font-family: inherit;
    line-height: 1.2;
    margin: 0;
}

h1{ font-size: 38px }
h2{ font-size: 36px }
h3{ font-size: 30px }
h4{ font-size: 24px }
h5{ font-size: 20px }
h6{ font-size: 18px }

ul, ol{
    padding-left: 15px;
}

.hide{
    display: none!important;
}
.fw{
    width: 100%;
    max-width: 100%;
}

button {
    border: 0;
    cursor: pointer;
    padding: 0 30px;
    height: 48px;
    font-size: 13px;
    font-weight: 500;
}

.tap {
    display: inline-block;
    padding: 0 30px;
    line-height: 48px;
    height: 48px;
    border: 0;
    border-radius: 30px;
    background: #013CA6;
    font-size: 13px;
    color: #ffffff;
    opacity: 1;
    font-weight: 500;
    min-width: 180px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    cursor: pointer;
    box-shadow: rgba(0,0,0, 0.25) 0 12px 20px 0;
}
.tap:hover{
    color: #ffffff;
    background: #024AD0;
    opacity: 1;
    text-decoration: none;
    box-shadow: rgba(2,9,80, 0.3) 0 15px 40px 0;
}
.tap:active{
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    transform: scale(0.97);
}
.tap svg{
    position: relative;
    top: -1px
}

.container{
    position: relative;
    z-index: 9;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#header{
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 998;
    background-color: #ffffff;
    box-shadow: rgba(0,0,0, 0.08) 0 0 10px;
}

#header ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

#header-top{
    background-color: #f4f4f4;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}
#header-top .header-top-nav > ul li{
    display: block;
    position: relative;
}
#header-top .header-top-nav > ul li a{
    display: block;
    padding: 0 12px;
    color: #888888;
    font-weight: 500;
}
#header-top .header-top-nav > ul li a:hover{
    color: #111111;
}
#header-top .header-top-nav > ul li:first-child a{
    padding-left: 0;
}

#header-top p{
    margin: 0;
}

#header-main{
    padding: 10px 0;
}
#header .logo img{
    max-height: 80px;
    width: auto;
}

#header .logo h1 {
    font-size: 18px;
    margin: 0;
}

.main-nav p{
    margin: 0;
}
.main-nav p a{
    color: #ffffff;
    text-decoration: underline;
}

#mobile-header{
    display: none;
    height: 60px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: rgba(0,0,0, 0.1) 0 0 15px;
}
#mobile-header .mobile-logo img{
    max-height: 50px;
}

#mobile-header .mobile-logo img{
    width: auto;
}

#mobile-menu{
    position: fixed;
    top: 0;
    z-index: 990;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffffff;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#mobile-menu > div{
    padding: 20px;
}
.mb-section{
    position: relative;
    margin-bottom: 20px;
}
#mobile-nav > ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
#mobile-nav > ul > li{
    display: block;
    position: relative;
}
#mobile-nav > ul > li > a{
    font-size: 15px;
    font-weight: 500;
    padding: 8px 5px 8px 25px;
    line-height: 1.4;
}

#mobile-nav ul li a{
    display: block;
    position: relative;
    color: #333333;
}
#mobile-nav ul li a:before{
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #888888;
}
#mobile-nav > ul li ul.sub-menu{
    display: block;
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
}
#mobile-nav > ul li ul.sub-menu li a{
    display: block;
    padding-left: 25px;
}
#mobile-nav > ul li ul.sub-menu li a:before{
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

#mobile-menu .header-icon{
    margin-bottom: 15px;
}

#mobile-header .lang {
    padding-right: 8px;
}
#mobile-header .lang a:not(:last-child){
    margin-right: 12px;
}

.menu-switcher{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.menu-switcher > span{
    width: 28px;
    height: 20px;
    display: block;
    position: relative;
    pointer-events: none;
}
.menu-switcher > span > span{
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666666;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.menu-switcher > span > span:nth-child(1){
    top: 0;
}
.menu-switcher > span > span:nth-child(2){
    top: 50%;
    margin-top: -1px;
}
.menu-switcher > span > span:nth-child(3){
    bottom: 0;
}

.menu-switcher.active > span > span{
    background-color: #333333;
}
.menu-switcher.active > span > span:nth-child(1){
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-switcher.active > span > span:nth-child(2){
    opacity: 0;
}
.menu-switcher.active > span > span:nth-child(3){
    bottom: unset;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header-bottom{
    color: #ffffff;
    height: 60px;
    font-size: 14px;
    background-color: #013CA6;
    position: sticky;
    z-index: 998;
    top:0;
    left: 0;
    right: 0;
}
#header-bottom > .container{
    z-index: 3;
}

body.logged-in #header-bottom{
    top: 32px;
}

.header-icon{
    font-size: 12px;
    color: #888888;
    line-height: 1;
    align-items: center;
}
.header-icon > div:first-child span{
    display: flex;
    width: 50px;
    height: 50px;
    color: #444444;
    background: #f2f2f2;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.home-contacts .header-icon {
    font-size: 14px;
}
.home-contacts .header-icon > div:first-child span{
    width: 60px;
    height: 60px;
    color: #ffffff;
    background: #013CA6;
}
.home-contacts .header-icon > div:first-child span svg {
    width: 32px;
    height: 32px
}
.header-icon > div:first-child{
    width: 60px;
    text-align: left;
}
.header-icon > div:last-child{
    padding-left: 12px;
}
.header-icon.big > div:last-child{
    padding-left: 15px;
}

.header-icon a,
.header-icon > div:last-child span{
    font-size: 14px;
    font-weight: 500;
    color: #013CA6;
    display: block;
    margin-top: 5px;
}
.header-icon.big a,
.header-icon.big > div:last-child span{
    font-size: 15px;
}

.contact-page-icons .header-icon{
    margin-bottom: 20px;
    font-size: 14px;
}
.contact-page-icons .header-icon > div:first-child span{
    width: 60px;
    height: 60px;
    color: #ffffff;
    background: #013CA6;
}
.contact-page-icons .header-icon > div:first-child span svg {
    width: 32px;
    height: 32px
}

.lang{
    display: flex;
    align-items: center;
}
.lang img{
    max-height: 24px;
}
.lang a{
    display: block;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 0;
    border-radius: 50%;
    box-shadow: rgba(0,0,0, 0.15) 0 0 15px;
}
.lang a:not(:last-child) {
    margin-right: 10px;
}
.lang a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: rgba(0,0,0, 0.3) 0 0 15px;
}

#primary-nav > ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
#primary-nav > ul > li {
    display: block;
    position: relative;
}
#primary-nav > ul > li > a{
    display: flex;
    align-items: center;
    height: 38px;
    color: #ffffff;
    font-size: 14px;
    padding: 0 12px;
    text-decoration: none;
    position: relative;
    border-radius: 8px;
    font-weight: 500;
    white-space: nowrap;
}
#primary-nav > ul > li.menu-item-has-children > a{
    padding-right: 28px;
}
#primary-nav > ul > li.menu-item-has-children > a:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    z-index: 9;
    background: url(../images/arrow-down.svg) 50% 50% no-repeat;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
#primary-nav > ul > li.menu-item-has-children:hover > a:after,
#primary-nav > ul > li.menu-item-has-children.current-menu-item > a:after{
    background: url(../images/arrow-down-dark.svg) 50% 50% no-repeat;
}
#primary-nav > ul > li.menu-item-has-children:hover > a:after{
    transform: rotate(-180deg);
}

#primary-nav > ul > li > ul.sub-menu li.menu-item-has-children > a:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    z-index: 9;
    background: url(../images/arrow-right-dark.svg) 50% 50% no-repeat;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

#primary-nav > ul > li.menu-item-has-children:hover > a{
    border-radius: 8px 8px 0 0;
}
#primary-nav > ul > li:hover > a{
    color: #333333 !important;
    background-color: rgba(255,255,255, 1);
}
#primary-nav > ul > li.current-menu-item a{
    color: #333333;
    background-color: rgba(255,255,255, 1);
}

#primary-nav > ul > li:not(:last-child){
    margin-right: 5px;
}

#primary-nav > ul > li ul.sub-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 110%;
    width: 220px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: rgba(0,0,0, 0.1) 0 15px 15px;
}
#primary-nav > ul > li > ul.sub-menu{
    border-color: transparent;
    border-radius: 0 8px 8px 8px;
}
#primary-nav > ul li:hover > ul.sub-menu{
    left: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#primary-nav > ul li ul.sub-menu > li{
    display: block;
    position: relative;
}
#primary-nav > ul li ul.sub-menu > li > a{
    display: block;
    position: relative;
    font-size: 13px;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    color: #333333;
}
#primary-nav > ul li ul.sub-menu > li > a:hover,
#primary-nav > ul li ul.sub-menu > li.current-menu-item > a{
    background-color: rgba(0,0,0, 0.05);
    text-decoration: none;
    color: #007bff
}
#primary-nav > ul li ul.sub-menu > li:hover > a{
    color: #007bff
}

#primary-nav > ul > li > ul.sub-menu{
    top: 100%;
    left: 0;
}
#primary-nav > ul > li:hover > ul.sub-menu{
    left:0;
}

.search-bar {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background-color: rgba(255,255,255, 0.95);
    box-shadow: rgba(0, 0, 0, 0.08) 0 20px 30px;
}
.search-bar.active {
    display: block;
}
form.search-form{
    display: block;
    padding: 0;
    margin: 0;
}
form.search-form label{
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}
form.search-form input{
    display: block;
    width: 100%;
    border: 2px solid rgba(0,0,0, 0.2);
    height: 42px;
    margin: 0;
    font-size: 11px;
    color: #333333;
    padding: 0 20px;
    -webkit-box-shadow: none;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    box-shadow: none!important;
}
form.search-form input::placeholder{
    color: rgba(0,0,0, 0.5);
}
.search-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    opacity: 0.24;
    color: #666666;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-close:hover{
    opacity: 1;
}
form.search-form input:focus{
    outline: none;
}

a.toggle-search {
    color: #ffffff;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
}
.toggle-search > *{
    pointer-events: none;
}

a.toggle-search:hover{
    color: #ffffff !important;
    background-color: rgba(255,255,255, 0.3);
}
a.toggle-search.active{
    color: #333333;
    background-color: #ffffff;
}
a.toggle-search.active:hover{
    color: #333333!important;
}

.section{
    padding: 40px 0;
}
.home-slider-section{
    padding-top: 20px;
}

.flex{
    display: flex;
}
.flex.middle,
.row.middle{
    align-items: center;
}
.flex.center{
    justify-content: center;
}
.flex.end{
    justify-content: flex-end;
}
.flex.between{
    justify-content: space-between;
}
.flex.spacing{
    margin-left: -8px;
    margin-right: -8px;
}
.flex.spacing > *{
    padding-left: 10px;
    padding-right: 10px;
}
.flex.large-spacing {
    margin-left: -15px;
    margin-right: -15px;
}
.flex.large-spacing > *{
    padding-left: 15px;
    padding-right: 15px;
}
.flex.wrap{
    flex-wrap: wrap;
}

.h15{height: 15px}
.h30{height: 30px}
.h40{height: 40px}
.h50{height: 50px}
.h60{height: 60px}
.h80{height: 80px}
.h100{height: 100px}

.text-left{text-align: left}
.text-right{text-align: right}
.text-center{text-align: center}

.socials{
    display: flex;
}
.socials a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    color: #666666;
}
.socials a:hover{
    color: #ffffff!important;
    background-color: #013CA6;
}
.socials a.fb:hover{
    background: #3b5a9a !important;
}
.socials a.tw:hover{
    background: #1aa9e1 !important;
}
.socials a.vk:hover{
    background: #4C6C91 !important;
}
.socials a.is:hover{
    background: #F31B76 !important;
}
.socials a.yt:hover{
    background: #F70000 !important;
}

.header-socials .socials{
    justify-content: flex-end;
}

.fullwidth-banner{
    height: 600px;
    position: relative;
    display: flex;
}
.fullwidth-banner > div{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fullwidth-banner .over{
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    padding: 30px;
    font-size: 18px;
    color: #ffffff;
    text-shadow: rgba(0,0,0, 0.15) 3px 2px;
}
.fullwidth-banner .over.centered{
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.fullwidth-banner .over h1,
.fullwidth-banner .over h2,
.fullwidth-banner .over h3,
.fullwidth-banner .over h4{
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.sp-image{
    display: block;
    position: relative;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
}
.sp-image .over{
    position: absolute;
    z-index: 9;
    padding: 30px 40px;
    left: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    font-size: 16px;
    text-shadow: rgba(0,0,0, 0.15) 3px 2px;
    background: linear-gradient(to top, rgba(0,0,0, 0.6), transparent);
}
.sp-image .over > div{
    max-width: 1000px;
}
.sp-image .over h2{
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.swiper-button-prev,
.swiper-button-next{
    color: #ffffff;
    opacity: 0.5;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 0.4;
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #ffffff;
    opacity: 1;
}

.hb{
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    color: #666666;
    background-color: #ffffff;
    height: 190px;
    border: 1px solid rgba(1,60,166, 0.1);

}
.hb > div{
    width: 100%;
}
.hb:hover{
    color: #007bff;
    text-decoration: none;
    box-shadow: rgba(0,0,0, 0.05) 0 20px 60px;
}
.hb img{
    height: 90px;
    border-radius: 8px;
}
.hb .hb-title{
    margin-top: 15px;
}
.hb h4{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

#footer{
    background: linear-gradient(to bottom left, rgba(1,60,166, 1), rgba(1,40,113, 1));
    padding: 80px 0 0 0;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}
#footer:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0, 0.15);
}
#footer .container{
    position: relative;
    z-index: 9;
}

#footer a{
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover{
    opacity: 0.85;
}
#footer h3{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
#footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul > li > a{
    color: #fff;
    display: block;
    padding: 0 0 10px 0;
}
#footer ul > li:hover > a{
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none;
}
.footer-col{
    margin-bottom: 20px;
}

#footer .widget_media_image img{
    border-radius: 4px;
}

#footer a:hover{
    color: #ffffff!important;
}

form{
    display: block;
    position: relative;
}
form label{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
form input,
form select,
form textarea{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    padding: 0 15px;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 5px;
}
form textarea{
    padding: 15px;
    height: auto;
    min-height: 100px;
    resize: none;
}
form input:focus,
form select:focus,
form textarea:focus{
    outline: none;
    border-color: #007bff;
    box-shadow: rgba(1,32,89, 0.05) 0 10px 20px;
}

button{
    display: inline-block;
    cursor: pointer;
    border: 0;
    height: 40px;
    padding: 0 15px;
    border-radius: 8px;
    color: #ffffff;
    background-color: #007bff;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
button:hover{
    background-color: #222222;
}
button:active{
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

label.search-field-label{
    display: block;
    position: relative;
    padding: 0;
}
label.search-field-label button[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    border-radius: 0 4px 4px 0;
}
label.search-field-label button[type=submit]:focus{
    -webkit-transform: none;
    transform: none;
}

#footer .widget_search form input{
    border-color: transparent;
}

.article{
    display: block;
    position: relative;
    border-radius: 8px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    border: 1px solid #eeeeee;
    padding: 0;
    min-height: 440px;
    margin: 0 0 30px 0;
}
.article:hover{
    box-shadow: rgba(0,0,0, 0.05) 0 0 30px 10px;
}
.article .article-image{
    height: 200px;
    display: block;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.article .article-image:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.article .article-image:hover:before{
    background-color: rgba(0,0,0, 0.1);
}
.article .article-image .article-meta{
    position: absolute;
    z-index: 9;
    bottom: 15px;
    left: 15px;
}

.article-categories a{
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 0 11px 0 0;
    line-height: 1;
}
.article-categories a:not(:last-child):before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 3px;
    width: 2px;
    height: 10px;
    background-color: #cccccc;
}

.article .article-entry{
    padding: 10px 15px;
    font-size: 14px;
    color: #888888;
}
.article .article-entry h2{
    font-size: 18px;
    font-weight: 500;
    margin: 6px 0 10px 0;
    line-height: 1.4;
}
.article .article-entry h2 a:hover{
    text-decoration: none;
    color: #222222;
}
.article-meta{
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    color: #111;
    font-size: 12px;
    background-color: #FAD000;
    border-radius: 2px;
}
.article-meta svg{
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.article .article-excerpt{
    margin: 0;
}

.article .article-more-link a{
    display: block;
    padding: 10px 0 5px 0;
}
.article .article-more-link a:hover{
    text-decoration: none;
    color: #222222;
}
.article .article-more-link a svg{
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.article .article-more-link a:hover svg{
    margin-left: 5px;
}

.section-title{
    padding-bottom: 30px;
    font-size: 14px;
    color: #888888;
    text-align: center;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4{
    color: #333333;
    font-size: 30px;
    margin-bottom: 8px;
}
.section-title p{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.home-contacts{
    background-color: #f4f4f4;
}

.home-contacts .header-icon{
    margin-bottom: 20px;
}
.contacts-title {
    margin-bottom: 20px;
    font-size: 14px;
    color: #888888;
}
.contacts-title h1,
.contacts-title h2,
.contacts-title h3,
.contacts-title h4 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 5px;
}

.footer-bottom{
    position: relative;
    padding: 10px 0;
    color: #ffffff;
    font-size: 12px;
    margin-top: 60px;
    background-color: rgba(0,0,0, 0.12);
}
.copyright p{
    margin: 0;
    color: rgba(255,255,255, 0.7)
}
.copyright p a{
    display: inline-block;
    margin: 0 3px;
    color: rgba(255,255,255, 1);
    text-decoration: underline;
}
.footer-bottom .socials{
    justify-content: flex-end;
}
.footer-bottom .socials a{
    border-radius: 50%;
}

.single-article-title{
    position: relative;
    margin-bottom: 20px;
}
.single-article-title h1{
    font-size: 28px;
    margin: 0;
    line-height: 1.3;
    color: #013CA6
}


.content{
    position: relative;
    font-size: 15px;
    line-height: 1.7;
/*     word-break: break-all; */
}
.content ul,
.content ol{
    margin-top: 18px;
    padding-left: 30px;
}

.content p,
.content ul,
.content ol,
.content table,
.content blockquote
{
    margin: 18px 0 0 0;
}

.content ul li a {
    display: block;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    margin: 30px 0 0 0;
}

.content h1{font-size: 28px}
.content h2{font-size: 24px}
.content h3{font-size: 20px}
.content h4{font-size: 18px}
.content h5{font-size: 17px}
.content h6{font-size: 17px}

.page-title {
    font-size: 15px;
    padding-top: 10px;
}
.page-title h1,
.page-title h2{
    font-size: 32px;
    margin-bottom: 5px;
}

table{
    width: 100%;
    max-width: 100%;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    padding: 0;
    font-size: 14px;
}
table td,
table th{
    padding: 8px 12px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    text-align: left;
}

.widget{
    position: relative;
    margin-bottom: 40px;
    font-size: 14px;
}
.widget ul,
.widget ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget ul li:not(:last-child){
    margin-bottom: 5px;
}
.widget ul li a{
    display: block;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 5px 4px 25px;
    position: relative;
}
.widget ul li a:hover{
    color: #222222;
}
.widget ul li a:before{
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #888888;
}
#footer .widget ul li a:before{
    display: none;
}

.widget_media_image img{
    border-radius: 4px;
}

.sidebar .widget{
    padding: 20px;
    border-radius: 12px;
    box-shadow: rgba(28,9,80,.1) 6px 10px 15px;
}
.sidebar .widget h3{
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.sidebar .widget.widget_search  label.search-field-label,
.sidebar .widget.widget_search  input {
    margin: 0;
}

.sidebar .widget h1,
.sidebar .widget h2,
.sidebar .widget h3,
.sidebar .widget h4,
.sidebar .widget h5,
.sidebar .widget h6 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

#crumbs{
    font-size: 13px;
}
.breadcrumbs {
    font-size: 13px;
    line-height: 1;
    margin: 0 0 15px 0;
}
.breadcrumbs .current{
    display: inline-block;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    position: relative;
    top: 2px
}
.breadcrumbs a svg{
    position: relative;
    top: -1px
}

.single-article .article-meta{
    margin-top: 10px;
}
.single-article-featured-image{
    margin-bottom: 18px;
    text-align: center;
}
.single-article-featured-image img{
    border-radius: 8px;
}

.single-article-share{
    margin-top: 50px;
}
.single-article-share h4{
    margin: 0;
    color: #013CA6
}

.share-buttons .button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    opacity: 1;
    background-color: #cccccc;
}
.share-buttons .button:hover{
    color: #ffffff !important;
    box-shadow: rgba(0,0,0, 0.15) 5px 6px 2px;
}
.share-buttons .button *{
    pointer-events: none!important;
}
.share-buttons > div:not(:last-child) a{
    margin-right: 12px;
}
.share-buttons .button.share-facebook{
    background-color: #4267B2;
}
.share-buttons .button.share-twitter{
    background-color: #55ACEE;
}
.share-buttons .button.share-linkedin{
    background-color: #0077B5;
}
.share-buttons .button.share-email{
    background-color: #7D7D7D;
}
.share-buttons .button.share-vk{
    background-color: #4C6C91;
}
.share-buttons .button.print{
    background-color: #222222;
}

.single-article-share{
    padding: 20px;
    border-radius: 12px;
    background-color: #f2f2f2;
}

.main-article{
    padding: 20px;
    border-radius: 12px;
    box-shadow: rgba(0,0,0, 0.1) 0 20px 60px;
/*     word-break: break-all; */
}

.more{
    margin-top: 15px;
}

#acs-trigger{
    position: fixed;
    top: 145px;
    right: 30px;
    z-index: 999;
    width: 60px;
    height: 60px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0.8;
    line-height: 0;
    cursor: pointer;
    background-color: #FFDB26;
    box-shadow: rgba(0,0,0, 0.15) 0 0 20px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#acs-trigger:hover{
    opacity: 1;
}
#acs-trigger > *{
    pointer-events: none;
}
#acs-trigger svg{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

#acs{
    position: fixed;
    top: 70px;
    right: 94px;
    z-index: 10000;
    width: 320px;
    color: #333333;
    background-color: #eaeaea;
    border-radius: 8px;
    box-shadow: rgba(0,0,0, 0.15) 0 0 20px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    user-select: none;
    display: none;
    -webkit-animation: fade 0.2s ease-in-out;
    animation: fade 0.2s ease-in-out;
}
#acs.active{
    display: block;
}
#acs > div{
    padding: 15px;
}
#acs .acs-options {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
}
#acs .acs-options > div{
    width: 50%;
    padding: 2px;
}
#acs .acs-option{
    line-height: 1.3;
    padding: 5px;
    border: 2px solid #dddddd;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 90px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#acs .acs-option:hover{
    color: #013CA6;
    border-color: rgba(1,60,166, 0.5);
}
#acs .acs-option.active{
    color: #007bff;
    border-color: #007bff;
    box-shadow: rgba(1,60,166, 0.15) 0 0 20px;
}

#acs .acs-option > *{
    pointer-events: none;
}
#acs .acs-option > div{
    width: 100%;
}
#acs .acs-icon{
    display: block;
    margin-bottom: 5px;
    height: 30px;
}

body.acs-grayscale {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}
body.acs-inverse {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
}
body.acs-highlight a {
    text-decoration: underline !important;
}
body.acs-keyboard *:focus {
    color: #000 !important;
    background-color: #ffff00 !important;
    outline: 2px solid #111111!important;
}
body.acs-dark-cursor,
body.acs-dark-cursor *:hover {
    cursor: url('data:image/png;base64,\
  iVBORw0KGgoAAAANSUhEUgAAABkAAAAtCAYAAABbAsDYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3Ag\
  SUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEs\
  DIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMB\
  APh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAn\
  f+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7\
  AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHg\
  g/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48\
  PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5\
  WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8/\
  /UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv\
  1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVI\
  HfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPE\
  bDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0\
  JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD\
  5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgX\
  aPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHK\
  CpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGg\
  sV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIp\
  G6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u\
  p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYP\
  jGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnu\
  trxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0H\
  DYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRK\
  dPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh\
  7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5\
  QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85\
  ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhO\
  OJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9\
  MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQ\
  N5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWF\
  fevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9W\
  tO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ\
  +7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTra\
  dox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ7\
  52PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L15\
  8Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9D\
  BY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70\
  VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADq\
  YAAAOpgAABdvkl/FRgAAAn5JREFUeNq0mGGOojAUx/9tpELQoEaCgrjjDbzB4klmr7A3cE8wV5ibjEfwCLPRmPAF/EACYmL3\
  w7YEZ0BF4CVNbAv8+b33+koFgA/RlqhhnPPS1gHgiesGaMlo7vcrgDWAlzaEOCGEA5DNa9pdFABUVcVwOGyViGuaxufzeS2i\
  uyQAoCgKXNeFYRhyaCmEXpoMPBRFgaZpsvsmUvtXoyIAoOs6JpNJnuhHXSJaNKjrOgzDACEEgqQWES2bkDHKZZ0kWjYmIoX6\
  /f5XordGRUqI0LiIFBoOh2CMQbiMC6rmRACAEALLsqCqajsk0hhjsG27MhGt+lbPENFnAskYw3Q6zZefD0JIKVHn6YyhFL1e\
  D1EUDe4VU1qnJlmWhcVikbmOEFJIRGsXP0phmmY+GbzGRWSMZrNZKVEjIjLryog6dR9+uVxwOp2y/ng8RhAESJIEhJA1ABCx\
  /cK27coCvu8jiqK713XqEAiBI4BtKyI5F20BrDjn7ayTR62QJAgCxHGMJEmyMVVV89lTrwoHQYAwDK8EACBJEvi+D+kWSrNb\
  BwA8Qoj3kIgkELYS2SfbJk3TTLzb7crFt8ydDG6LlBHcMsdxHtqWad4dXwg2RTfEcYzz+Zz1R6PRYyJxHOfddNPCMMRut7sS\
  qhL434KibGHJ+XfO+bfME/VLfrSXimyFi44lInL+L4ArEtM0b27HVLzd6l5pKDIpxBiD4zjli5FzvpGluoqFYYjj8QjXdaEo\
  SuMfEu9VY/OMyGfV2DRSIGWpYYwVrpvaImEYYr/fg3OOOI5xOBya209yFeFnmqZekiQIgkDO/Sk8tdawde7EzP8/8vvfHnXt\
  s6zOSfs3AJM4OXPfDeodAAAAAElFTkSuQmCC'), auto!important;
}
body.acs-white-cursor,
body.acs-white-cursor *:hover  {
    cursor: url('data:image/png;base64,\
  iVBORw0KGgoAAAANSUhEUgAAABkAAAAtCAYAAABbAsDYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3Ag\
  SUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEs\
  DIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMB\
  APh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAn\
  f+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7\
  AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHg\
  g/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48\
  PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5\
  WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8/\
  /UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv\
  1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVI\
  HfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPE\
  bDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0\
  JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD\
  5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgX\
  aPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHK\
  CpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGg\
  sV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIp\
  G6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79u\
  p+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYP\
  jGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnu\
  trxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0H\
  DYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRK\
  dPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh\
  7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5\
  QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85\
  ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhO\
  OJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9\
  MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQ\
  N5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWF\
  fevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9W\
  tO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ\
  +7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTra\
  dox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ7\
  52PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L15\
  8Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9D\
  BY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70\
  VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADq\
  YAAAOpgAABdvkl/FRgAAAaFJREFUeNrMlj1ugzAUgL+0OQA3oEegYszQx2myNjcwJ8lRzAUieckSZfAQKSsSB3CHOhFNTRBg\
  UJ7kAQTv+Xv/ANqfjBnF+SNzGXgHVOv5E7BAPRfJbER3EqUUIkLTNFyv1+hEDnA3EZHoROvHF1n2m2SXyyU7n894IhuVJECk\
  opM8EjVNkx4OB5lKFCS5iVJqMtFb3wdpmiIi5Hme+mTIopMEiHR0klnqpE+01oOJXpNkDNEiJCt/G5xzg36s6xpjDKfTqd5u\
  t8a/LqK6K+A2F53kkQigKIoqRDTZyB9lq1Vb7zxGqqoKEkU10kW0HquoHYsnomIVY+/pJbHWYq0lyzKSJAlCAWZSW7m1eK31\
  6LbSSWKMoa5rrJ28Q3Qb2e1295ScKqMbZJIkiAibzSbxY1liLHcacEqpwb1rkVa/DlRpAVQxjSw7foFvH4eka6kEJM/zvYi4\
  /X7/r6a6YtNOYdPjJgPgV1ZEZFBMiraSuQJf8YLyMTQ2Y+aJBeyQ2CySwstW/Ji9AeB4PH6VZfnoszL2RVVg5EYjaSfC0zL4\
  GQAB2lbVH6zS/AAAAABJRU5ErkJggg=='), auto!important;
}

body.acs-increase-text h1,
body.acs-increase-text h2{
    font-size: 220%!important;
}
body.acs-increase-text h3,
body.acs-increase-text h4,
body.acs-increase-text h5,
body.acs-increase-text h6{
    font-size: 140%!important;
}
body.acs-increase-text a,
body.acs-increase-text p
{
    font-size: 110%!important;
}


body.acs-decrease-text a,
body.acs-decrease-text p,
body.acs-decrease-text h1,
body.acs-decrease-text h2,
body.acs-decrease-text h3,
body.acs-decrease-text h4,
body.acs-decrease-text h5,
body.acs-decrease-text h6
{
    font-size: 90%!important;
}

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.single-article-content img{
    height: auto;
    border-radius: 8px;
    box-shadow: rgba(0,0,0, 0.12) 5px 10px 15px;
}


/* center align single images inside post content */

/* .single-article-content img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
} */

.single-article-content a {
	display: inline-block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.single-article-content a.wp-image-link {
	display: block;
}

.mt15{margin-top: 15px}
.mt20{margin-top: 30px}
.mt30{margin-top: 30px}
.mt40{margin-top: 40px}
.mt50{margin-top: 50px}
.mt60{margin-top: 60px}


ul.site-pagination {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}
ul.site-pagination li{
    display: block;
}
ul.site-pagination li:not(:last-child){
    margin-right: 8px;
}
ul.site-pagination li a{
    display: block;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 15px;
    text-align: center;
    color: #777777;
    background-color: #F3F3F3;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    line-height: 1;
}
ul.site-pagination li a:hover,
ul.site-pagination li.active a{
    background-color: #ffffff;
    text-decoration: none;
    color: #333333;
}

ul.site-pagination li.active a{
   border-color: transparent;
    box-shadow: rgba(0,0,0, 0.15) 0 0 8px;
}

.section.search-results{
    min-height: 540px;
}
.section.search-results .page-title strong{
    color: #888888;
}

iframe{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 350px;
}

.map{
    background-color: #dddddd;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.map iframe{
    height: 350px;
    overflow: hidden;
}

#header .header-info > div:last-child{
    padding-right: 0;
}

#scroll-up {
    position: fixed;
    z-index: 99;
    bottom: 40px;
    right: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #ffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #444444;
    -webkit-animation: fade .35s linear;
    animation: fade .35s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#scroll-up.active {
    display: flex;
}
#scroll-up:hover{
    color: #ffffff!important;
}

.simple-cookies,
.simple-cookies *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden{
    display: none!important;
}

.simple-cookies{
    position: fixed;
    z-index: 10000;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
}
.simple-cookies.active{
    display: block;
}

.simple-cookies.top{
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
}
.simple-cookies.bottom{
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}
.simple-cookies.left{
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 360px;
}
.simple-cookies.right{
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    width: 360px;
}

.simple-cookies .simple-cookies-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 20px 30px;
    margin: 20px auto;
    font-size: 14px;
    color: #2C3249;
    max-width: 800px;
    border-radius: 12px;
    background-color: #EADFD8;
    box-shadow: rgba(44,50,73, 0.15) 0 0 20px;
}

.simple-cookies.animated .simple-cookies-wrapper{
    -webkit-animation: cookieShowUp 0.35s linear;
    -moz-animation: cookieShowUp 0.35s linear;
    animation: cookieShowUp 0.35s linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
    opacity: 0;
}

.simple-cookies.top.animated .simple-cookies-wrapper{
    -webkit-animation: cookieShowDown 0.35s linear;
    -moz-animation: cookieShowDown 0.35s linear;
    animation: cookieShowDown 0.35s linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sc-closer{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    opacity: 0.5;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.sc-closer img{
    width: 16px;
}
.sc-closer:hover{
    opacity: 1;
}

.simple-cookies.dark .sc-closer img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.simple-cookies.dark .sc-closer {
    opacity: 0.7;
}
.simple-cookies.dark .sc-closer:hover {
    opacity: 1;
}

.simple-cookies.left .simple-cookies-wrapper,
.simple-cookies.right .simple-cookies-wrapper{
    max-width: 340px;
    display: block;
    text-align: center;
}

.simple-cookies.left .simple-cookies-wrapper{
    margin: 0 0 20px 20px;
}
.simple-cookies.right .simple-cookies-wrapper{
    margin: 0 20px 20px 0;
    float: right;
}

.simple-cookies .simple-cookie-content{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    max-width: 980px;
}
.simple-cookies.left .simple-cookie-content,
.simple-cookies.right .simple-cookie-content{
    display: block;
}

.simple-cookies .simple-cookie-content a{
    text-decoration: none;
}
.simple-cookies .simple-cookie-content a:hover{
    text-decoration: underline;
}

.simple-cookies .simple-cookie-notice-title{
    font-size: 18px;
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 1;
    font-weight: bold;
}

.simple-cookies.left .simple-cookie-notice-title,
.simple-cookies.right .simple-cookie-notice-title{
    font-size: 20px;
    margin-bottom: 12px;
}

.simple-cookies .simple-cookie-content > div:first-child img{
    margin-right: 15px;
    max-width: 50px;
}

.simple-cookies.left .simple-cookie-content > div:first-child img,
.simple-cookies.right .simple-cookie-content > div:first-child img{
    margin: 0 0 10px 0;
    max-width: 80px;
}

.simple-cookies .simple-cookie-buttons{
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.simple-cookies.left .simple-cookie-buttons,
.simple-cookies.right .simple-cookie-buttons{
    justify-content: center;
    padding-left: 0;
    margin-top: 20px;
}

.simple-cookies .simple-cookie-buttons > div{
    padding: 0 5px;
}
.simple-cookies .simple-cookie-buttons > div:last-child{
    padding-right: 0;
}

.simple-cookies a.touch{
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    line-height: 40px;
    color: #2C3249;
    text-decoration: none;
    opacity: 1;
    text-align: center;
    min-width: 86px;
    background-color: transparent;
    border: 2px solid #D3CBC9;
    border-radius: 30px;
    font-size: 13px;
    font-weight: normal;
    text-transform: unset;
    white-space: nowrap;
    max-width: 180px;
    text-overflow: ellipsis;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.simple-cookies a.touch:hover{
    color: #2C3249!important;
    text-decoration: none;
    background-color: rgba(0,0,0, 0.1);
}

.simple-cookies.light .simple-cookies-wrapper{
    background-color: #ffffff;
}
.simple-cookies.dark .simple-cookies-wrapper{
    background-color: #2B3147;
    color: #eeeeee;
}
.simple-cookies.dark .simple-cookie-content a{
    color: #eeeeee;
    text-decoration: underline;
}
.simple-cookies.dark a.touch{
    color: #eeeeee;
    border-color: rgba(255,255,255, 0.35);
}
.simple-cookies.dark a.touch:hover{
    color: #ffffff;
    border-color: rgba(255,255,255, 0.7);
    background-color: rgba(0,0,0, 0.25);
}

.simple-cookies.top.fw .simple-cookies-wrapper,
.simple-cookies.bottom.fw .simple-cookies-wrapper{
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.simple-cookies.top.fw .simple-cookie-content,
.simple-cookies.bottom.fw .simple-cookie-content{
    margin-bottom: 0;
}

.simple-cookies.top.fw a.touch,
.simple-cookies.bottom.fw a.touch{
    border-radius: 4px;
    line-height: 36px;
}

.simple-cookies.top.fw .simple-cookie-notice-title,
.simple-cookies.bottom.fw .simple-cookie-notice-title {
    display: none;
}

.simple-cookies.top.fw .sc-closer,
.simple-cookies.bottom.fw .sc-closer{
    position: static;
    width: 30px;
    height: 36px;
    line-height: 32px;
}


@media (max-width: 767px) {
    .simple-cookies .simple-cookies-wrapper{
        display: block;
        margin: 0;
        text-align: center;
    }

    .simple-cookies.bottom .simple-cookies-wrapper,
    .simple-cookies.top .simple-cookies-wrapper{
        border-radius: 0;
    }

    .simple-cookies .simple-cookie-content{
        display: block;
        margin: 0;
    }
    .simple-cookies .simple-cookie-buttons{
        padding-left: 0;
        margin-top: 15px;
        justify-content: center;
    }
    .simple-cookies .simple-cookie-notice-title{
        margin-top: 10px;
    }

    .simple-cookies a.touch{
        line-height: 38px;
        min-width: 110px;
    }

    .simple-cookies .simple-cookie-content > div:first-child img{
        max-width: 60px;
        margin-bottom: 10px;
    }
}


@-webkit-keyframes cookieShowUp {
    0%{
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes cookieShowUp {
    0%{
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes cookieShowUp {
    0%{
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}


@-webkit-keyframes cookieShowDown {
    0%{
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes cookieShowDown {
    0%{
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes cookieShowDown {
    0%{
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

.contact-form {
    padding: 30px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: rgba(0,0,0, 0.1) 0 0 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.contact-form .form-title{
    text-align: center;
    padding-bottom: 25px;
}
.contact-form .form-title h2{
    font-size: 24px;
}

.contact-form form textarea{
    height: 180px;
}

.form-submit{
    margin-top: 25px;
}

.contact-map{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.contact-map iframe{
    height: 420px;
}

.msg{
    display: block;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    background-color: #eeeeee;
    color: #333333;
    text-align: center;
}
.msg.msg-success{
    background-color: #2DCB6F;
    color: #ffffff;
}
.msg.msg-error{
    background-color: #F77371;
    color: #ffffff;
}

.range_visits{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 13px;
}

.widget.widget_widget_visitors .visits{
    max-width: 290px;
}

.disabled{
    pointer-events: none;
    opacity: 0.5!important;
    filter: grayscale(1);
    cursor: not-allowed;
}

.comp-field{
    display: none!important;
    visibility: hidden!important
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6{
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255, 0.24);
}

#footer .widget{
    margin-bottom: 15px;
}

.hb-font-icon{
    font-size: 54px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.gallery-item {
    width: 100%;
}
.gallery-icon{
    display: block;
    padding: 3px;
	text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
    width: 16.6%;
}

.zdx{}

/* MEDIA */
@media (max-width: 1199px) {
    #primary-nav > ul > li > a{
        font-size: 13px;
        padding: 0 8px;
    }
}

@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }

    #header,
    #header-bottom{
        display: none;
    }
    #mobile-header{
        display: block;
    }
    body.logged-in #mobile-header{
        top: 32px
    }

    #mobile-menu.active{
        top: 60px;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    #sidebar{
        margin-top: 40px;
    }
    .contact-form{
        margin-top: 40px;
    }
}

@media (max-width: 782px) {
    body.logged-in #mobile-header{
        top: 46px;
    }
    body.logged-in #mobile-header.scrolled{
        top: 0;
    }
    body.logged-in #mobile-menu.active{
        top: 106px;
    }
    body.logged-in #mobile-menu.scrolled.active{
        top: 60px;
    }
}

@media (max-width: 767px) {
    .fullwidth-banner{
        height: 400px;
    }
}

@media (max-width: 480px) {
    .section.search-results{
        min-height: 400px;
    }

    .hb-font-icon{
        font-size: 45px;
    }

    .contacts-title h1,
    .contacts-title h2,
    .contacts-title h3,
    .contacts-title h4 {
        font-size: 24px;
    }

    .page-title h1,
    .page-title h2{
        font-size: 24px;
    }

    #acs-trigger{
        display: none;
    }
    .fullwidth-banner .over h1,
    .fullwidth-banner .over h2,
    .fullwidth-banner .over h3,
    .fullwidth-banner .over h4 {
        font-size: 30px;
    }
    .fullwidth-banner .over{
        font-size: 16px;
    }

    .sp-image{
        height: 250px;
    }
    .sp-image .over {
        padding: 35px 20px;
    }
    .sp-image .over h2{
        font-size: 18px;
    }
    .sp-image .over p{
        display: none;
    }

    #scroll-up{
        bottom: 20px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

    .swiper-button-prev,
    .swiper-button-next{
        display: none;
    }

    .hb {
        height: auto;
    }
    .hb h4{
        font-size: 16px;
    }

    .section{
        padding: 30px 0;
    }
    .section-title{
        padding-bottom: 20px;
    }
    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4{
        font-size: 24px;
    }

    .article .article-entry h2{
        font-size: 16px;
        font-weight: 700;
    }

    #footer{
        padding: 50px 0 0 0;
    }
    #footer h3{
        margin-bottom: 15px;
    }

    .widget{
        margin-bottom: 40px;
    }

    .footer-bottom .socials {
        justify-content: center;
        margin-top: 10px;
    }
    .copyright{
        text-align: center;
    }
    .footer-bottom{
        padding: 15px 0;
    }

    .single-article-title h1{
        font-size: 18px;
    }
    .main-article .article-meta{
        font-size: 11px;
    }

    .breadcrumbs{
        font-size: 11px;
        margin-bottom: 5px;
    }
    .breadcrumbs .current{
        max-width: 150px;
    }
    .breadcrumbs svg{
        position: relative;
        top: -2px;
    }
    .single-article-title{
        margin-bottom: 20px;
    }

    .content{
        font-size: 14px;
    }

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6{
        margin: 20px 0 0 0;
        line-height: 1.4;
    }

    .content h1{font-size: 20px}
    .content h2{font-size: 18px}
    .content h3{font-size: 17px}
    .content h4{font-size: 16px}
    .content h5{font-size: 15px}
    .content h6{font-size: 15px}

    .content ul, .content ol {
        padding-left: 15px;
    }

    .share-buttons .button{
        width: 36px;
        height: 36px;
    }
    .share-buttons > div:not(:last-child) a {
        margin-right: 10px;
    }
    .share-buttons .button svg{
        height: 16px;
    }
    .single-article-share{
        margin-top: 40px;
    }

    #sidebar{
        display: none;
    }

    #footer h3{
        font-size: 16px;
        text-transform: none;
    }
    .widget{
        font-size: 14px;
    }

    #footer .socials a{
        width: 40px;
        height: 40px;
    }
    .footer-bottom{
        margin-top: 40px;
    }
}









@-webkit-keyframes fade {
    0%{opacity: 0}
    100%{opacity: 1}
}
@keyframes fade {
    0%{opacity: 0}
    100%{opacity: 1}
}