@import 'general.css';
body {
    background: #F1F6FB;
}
.wrapper {
    min-height: 100vh;
    padding-bottom: 340px;
}

.navbar-default .navbar-collapse {
    padding-right: 200px;
}

.wrap-main-menu {
    position: relative;
}

.search-form-drop {
    width: 100%;
    left: 0 !important;
    right: 0;
    top: 8px !important;
    /*background: #FFFFFF;*/
    background: #f1f6fb;
}

.search-form-block .input-group .form-control {
    border-radius: 5px;
}

@media screen and (min-width: 768px) {

    .search-form-block .uk-navbar-toggle {
        padding-left: 40px;
        margin-left: 15px;
        position: relative;
    }

    .search-form-block .uk-navbar-toggle:before {
        content: '';
        position: absolute;
        width: 1px;
        left: 0;
        top: 15px;
        bottom: 15px;
        background: #C4C4C4;
    }
}

.search-form-drop .form-control {
    border: 1px solid #D1D3D4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 54px;
    margin-top: 4px;
}

.search-form-drop button.uk-search-icon {
    position: relative;
    padding: 15px 6px;
    width: 51px;
}

.search-form-drop .input-group-btn {
    padding: 7px 0;
}

.main-slider-wrap {
    position: relative;
    /* height: 100vh; */
    margin-top: 80px;
    min-width: 1px;
    width: 100%;
    /* min-height: 660px; */
    margin-bottom: 80px;
}

.main-slider-wrap .soc-main-links {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -600px;
    bottom: -40px;
}

.main-slider-wrap .soc-main-links a {
    color: #fff;
    margin-left: 40px;
}
.main-slider-wrap .soc-main-links a .ic {
    fill: #0351C1;
}
.main-slider {
    /* height: 100%; */
    width: 100%;
    min-width: 1px;
    display: block;
}
.main-slider.slick-initialized {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.slider_left {
    width: 50%;
}
.slider_left_inner {
    width: 600px;
    float: right;
    max-width: 100%;
    padding: 30px;
}
.slider_left h2 {
    font-weight: bold;
    font-size: 80px;
    line-height: 92px;
    color: rgba(0, 0, 0, 0.87);
}
.slider_left h2 a {
    color: inherit;
    text-decoration: none;
}
.slider_right {
    background: #0351C1 url(../img/bg_slider_r.png);
    width: 50%;
    padding-bottom: 60px;
    position: relative;
}
.slider_right_inner {
    width: 600px;
    float: left;
    max-width: 100%;
    position: relative;
}
.slider_right_content {
    width: 450px;
    max-width: 100%;
    float: right;
    padding-top: 70px;
}
.slider_right_content .slide_img {
    margin-bottom: 30px;
}
.slider_right_content .entry {
    margin-bottom: 2em;
}
.slider_right_content .more_link_slide {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
}

.main-slider .slick-list,
.slick-slider.main-slider .slick-track,
.main-slider .slick-slider .slick-list {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;*/
    min-width: 1px;
    height: 100%;
}

.main-slide {
    /*height: 100%;*/
    outline: none !important;
    width: 100%;
    /* min-height: 100vh; */
}

.main-slide * {
    outline: none !important;
}

.main-slide-bg {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
}

.main-slide-bg .mask {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .6);
}

.main-slide-inner {
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    position: relative;
    z-index: 1;
    height: 100%;
}

.main-slide-text {
    max-width: 850px;
}

.main-slide-text h2 {
    font-size: 53px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-slide-text a {
    color: inherit;
    text-decoration: none;
}

.slider-nav-arrows {
    position: absolute;
    /* left: 50%; */
    /* margin-left: -600px; */
    /* bottom: 10%; */
    right: 0;
    bottom: -40px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
}
.slider-nav-arrows .slick-arrow {
    transform: none;
}
.slider-nav-buttons {
    -webkit-transform: none;
    transform: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(590px, -50%);
    transform: translate(590px, -50%);
    top: 50%;
}

.slider-nav-arrows .slick-arrow {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    height: 80px;
    width: 120px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0351C1;
}

.slider-nav-arrows .slick-arrow:before {
    display: none;
}

.slider-nav-arrows .slick-arrow.slick-next:before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.slider-nav-arrows .slick-arrow .ic {
    fill: #fff;
    width: 14px;
    height: 26px;
}

.slider-nav-buttons ul {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider-nav-buttons ul li {
    margin: 0 0 30px;
    list-style: none;
    display: block;
    height: auto;
    width: auto;
}

.slider-nav-buttons ul li:last-child {
    margin-bottom: 0;
}

.slider-nav-buttons ul li button {
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 50%;
}

.slider-nav-buttons ul li button:before {
    display: none;
}

.slider-nav-buttons ul li.slick-active button {
    background: #fff;
}

.soc-main-links {
    position: absolute;
}

.slider-counter {
    font-family: 'Noto Sans', sans-serif;
    position: absolute;
    left: 50%;
    margin-left: 15px;
    top: 12px;
    color: #fff;
    font-weight: 300;
    /* margin-top: 100px; */
}
.slider_right .slider-counter {
    left: 15px;
    margin: 0;
}

#num-slide, .num-slide {
    font-weight: 300;
    font-size: 28px;
}

.sep-count-slider {
    font-size: 24px;
    margin: .7em 6px;
}

#qty-slide, .qty-slide {
    font-size: 20px;
    margin-top: 33px;
}

.posts-block {
    padding-top: 35px;
}

.posts-block .col-events {
    margin-left: auto;
}

.posts-block .col-events .events-item+.events-item {
    /*margin-top: auto;*/
    /* margin-top: 25px; */
    /* margin-bottom: auto; */
    margin-bottom: 25px;
}

.posts-block .col-events .events-item-with-photo {
    border-bottom: 1px solid #D1D3D4;
}

.posts-block .col-events .events-item-with-photo .img-event {
    margin-top: 24px;
}

.posts-block .col-events .event-heading {
    margin-bottom: 20px;
}

.posts-block .col-events .read-all {
    margin-top: auto;
}

.media-card-body {
    /*padding-top: 25px;*/
}

.item-post-type-2 {
    margin-bottom: 40px;
}

.item-post-type-2 .image {
    position: relative;
}

.item-post-type-2 .image img {}

.item-post-type-2 .image .cat-link {
    position: absolute;
    left: 0;
    bottom: 0;
}

.item-post-type-2 .image .cat-link a {
    background: #fff;
    padding: 12px 52px;
    display: inline-block;
}

.read-all {
    padding-bottom: 20px;
    border-bottom: 1px solid #D1D3D4;
    ;
}

.read-all a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);

}

.read-all a .ic {
    height: 14px;
    width: 14px;
    fill: #0351C1;
    margin-left: 6px;
}

.col-pop-events {
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.col-pop-events .title-block {
    margin-top: 0;
    font-size: 18px;
    font-weight: normal;
}

.read-more-post {}

.read-more-post a {
    color: #808285;
}

.read-more-post a .ic {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    fill: #808285;
}

.more-link {
    position: relative;
}

.more-link a {}

.more-link .loading {
    position: relative;
    height: 15px;
    display: inline-block;
}

.more-link .loading svg {
    height: 15px;
    width: 15px;
    margin-right: 4px;
    position: absolute;
    left: -20px;
    top: 0;
}

.menu-categories {
    margin-top: 80px;
}

.menu-categories ul {
    padding: 0;
    margin: 0 0 58px;
    display: block;
}

.menu-categories ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.menu-categories ul li+li {
    margin-left: 25px;
}

.menu-categories ul li a {
    color: inherit;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    padding: 6px 0;
    text-decoration: none;
}

.menu-categories ul li a.active {
    border-bottom: 1px solid #BCBEC0;
}

.banner-post {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    /* height: 570px; */
    height: 360px;
    background: url(../img/bg_art.png) no-repeat center top;
    background-size: cover;
}

.post-content {
    /* margin-top: -140px; */
    margin-top: -220px;
    background: #fff;
    padding-top: 60px;
    background: #F1F6FB;
}

.post-content .head-text .author-col .image {
    padding-right: 20px;
}

.post-content .head-text .author-col .name-author {
    color: #414042;
}

.post-content .head-text .author-col .descr-author {
    color: #808285;
}

.post-content .head-text .date-col {
    color: #808285;
    text-align: right;
}

.primary_category_a {
    margin-bottom: 4px;
}

.share-icon-block {
    padding-top: 200px;
}

.share-icon-block .uk-sticky-fixed {
    z-index: 6;
}

.share-icon-block a.ss-button-facebook,
.share-icon-block a.ss-button-facebook:hover,
.share-icon-block a.ss-button-twitter,
.share-icon-block a.ss-button-twitter:hover,
.share-icon-block a.ss-button-linkedin,
.share-icon-block a.ss-button-linkedin:hover,
.share-icon-block a.ss-button-pinterest,
.share-icon-block a.ss-button-xing,
.share-icon-block a.ss-button-reddit {
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 48px;
}

.share-icon-block a.ss-button-facebook {
    background-image: url(../img/fb-shar.svg);
}

.share-icon-block a.ss-button-twitter {
    background-image: url(../img/tw-shar.svg);
}

.share-icon-block a.ss-button-linkedin {
    background-image: url(../img/in-shar.svg);
}

.events-slider-wrap {
    position: relative;
    margin-bottom: 110px;
}

.events-slider {
    min-width: 1px;
    margin-top: 36px;
}
.slide-event {
    outline: none;
}

.slide-event-inner {
    height: 100vh;
    min-height: 600px;
}
@media screen and (min-width: 768px){
    .events-slider,.slide-event-inner {
        margin-top: 0;
        height: calc(100vh - 80px);
        min-height: 600px;
    }
}

.slide-event .image {
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-body-inner {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.slide-event h2 {
    line-height: 59px;
    font-size: 48px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    height: 177px;
    overflow: hidden;
}

.slide-event .link-cat {}

.slide-event .link-cat a {
    color: inherit;
}

.slide-event h2 {}

.slide-event h2 a {
    color: inherit;
}

.events-slider-wrap .slider-nav-arrows {
    bottom: 0;
    left: 75%;
    margin-left: -225px;
    right: auto;
}

.events-slider-wrap .slider-nav-arrows .slick-arrow {
    -webkit-transform: none;
    transform: none;
}

.slider-counter-events {
    color: #000;
    left: auto;
    right: 25%;
    margin-right: -225px;
    margin-left: 0;
    top: 30px;
    margin-top: 0;
}

.row-events-middle {}

.events-past-block {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 90px;
}

.events-past-block .title-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    color: #0351C1;
    margin-bottom: 20px;
}

.slider-posts {
    position: relative;
    /*margin-left: 100px;*/
    /*margin-right: 100px;*/
}

.slider-posts .slick-arrow {
    width: 24px;
    height: 45px;
    text-indent: 0;
    top: 90px;
}

.slider-posts .slick-arrow.slick-prev {
    left: -50px;
}

.slider-posts .slick-arrow.slicknext {
    right: -50px;
}

.slider-posts .slick-arrow:before {
    display: none;
}

.slider-posts .slick-arrow .ic {
    fill: #0351C1;
    width: 24px;
    height: 45px;
}

.slider-posts .slide-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.slider-posts .slide-2 .image {
    margin-bottom: 20px;
}

.slider-posts .slide-2 h4 {
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
}
.slick-slide img {
    max-width: 100%;
}
@media screen and (max-width: 1220px) {
    .events-slider-wrap {
        
        margin-top: 36px;
        margin-bottom: 60px;
    }
    .events-slider {
    }

    .slider-nav-buttons {
        left: 100%;
        margin-left: -20px;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }

    .slider-nav-arrows {
        /*margin-left: 15px;*/
        /*left: 0;*/
    }

    .slider-counter {
        left: 0;
        margin-left: 15px;
    }
}

@media screen and (min-width: 768px) {
    .wrap-main-menu {
        float: right;
    }
    

}

.mob-form-sbc {
    display: none;
}

.btn-sbc {
    position: absolute;
    right: 0;
    width: 200px;
    height: 100%;
    top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1070px){
    .btn-sbc {
        width: 120px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1070px){
    .navbar-default .navbar-collapse {
        padding-right: 110px;
    }
    .navbar-default .navbar-nav>li>a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .search-form-block .uk-navbar-toggle {
        padding-left: 15px;
        margin-left: 10px;
    }
    .slider_left h2 {
        font-size: 50px;
        line-height: 1.4;
    }
    .main-slide-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 890px){
    .navbar-default .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
}
/** Form **/
.form-box {}

.form-text {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.form-text h2 {
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #0351C1;
    font-size: 64px;
    margin: 0;
}

.form-text p {
    margin-bottom: 0;
}

.form-block h2 {}

.form-form .btn {
    height: 58px;
    width: 210px;
}

.form-block {
    padding-top: 69px;
    padding-bottom: 69px;
}

.mc4wp-response {}

.mc4wp-alert {
    padding: 12px 0;
}

.mc4wp-alert.mc4wp-success {
    color: #419641;
}

.mc4wp-notice {
    color: #eb9316;
}

.mc4wp-alert.mc4wp-error {
    color: #c12e2a;
}

/** Footer  */

.site-footer {
    background: #0351C1;
    color: #fff;
    height: 340px;
    position: relative;
    margin-top: -340px;
}

.site-footer a {
    color: inherit;
    font-size: 18px;
}

.container-footer {
    padding-top: 40px;
}
.col-footer-logo {
    width: 300px;
}
.copyright-row {
    width: 100%;
    padding: 20px 0;
    white-space: nowrap;
}
.copyright-row .copy-logo {
    display: inline-block;
    margin-right: 30px;
}
.copy-text {
    display: inline-block;
    white-space: normal;
}
.col-foter ul {
    padding: 0;
}

.col-foter ul li {
    list-style: none;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    margin-bottom: 1.3em;
}

.col-foter ul li a {
    text-decoration: none;
    color: inherit;
}

.col-foter h3,
.col-foter h4 {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 1.3em;
}

.contacts-footer {
    font-size: 18px;
}

.soc-footer {
    margin-top: auto;
    margin-bottom: 1.3em;
}

.soc-footer a svg {
    fill: #fff;
}

.soc-footer a+a {
    margin-left: 30px;
}
.post-content p {
    margin-bottom: 1.3em;
}
.post-main-content {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    line-height: 1.375;
}

.post-main-content p {
    margin-bottom: 1.3em;
}

.post-main-content h2,
.post-main-content h3 {
    font-family: 'Noto Sans', serif;
    font-style: normal;
    font-weight: bold;
    /* line-height: 39px; */
    /* font-size: 32px; */
    color: rgba(0, 0, 0, 0.87);
    margin: 54px 0 20px;
}
.post-main-content h2 {
    font-size: 32px;
    line-height: 39px;
}
.post-main-content h3 {
    font-size: 24px;
    line-height: 30px;
}
.post-main-content h2:after,
.post-main-content h3:after {
    content: '';
    display: block;
    height: 2px;
    width: 80px;
    background: #0351C1;
    margin-top: 13px;
}

.post-main-content ul {
    padding-left: 15%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.post-main-content ul li {
    list-style: none;
    padding-left: 27px;
    margin-bottom: 1.3em;
}

.post-main-content ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #414042;
    margin-left: -27px;
    margin-right: 17px;
}

.bottom-post-content {
    margin-bottom: 5em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
}

.bottom-post-content h3,
.bottom-post-content h2 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 39px;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 1em;
}

.single-tags {
    margin-bottom: 80px;
}

.single-tags a {
    font-size: 22px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.87);
    margin-right: 1.5em;
    text-decoration: none;
}

.single-tags a:before {
    content: '#';
    color: #0351C1;
}

.other-posts-block {}

.other-posts-block h2 {
    /*font-family: Noto Sans;*/
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 22px;
    text-transform: capitalize;
    color: #58595B;
}

.other-posts-block .slide-2 {
    width: 240px;
}

.other-posts-block .slide-2 h4 {
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 30px;
}

.about-head {}

.about-head .col-title {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
}

.about-head .col-title .title-page {
    font-weight: bold;
    line-height: normal;
    font-size: 32px;
    color: #0351C1;
    margin-top: 79px;
}

.about-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #6D6E71;
}

.col-top-text {
    margin-top: -210px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 22px;
    /* background: #fff; */
    background: #f1f6fb;
    /*color: #6D6E71;*/
    padding-right: 40px;
}

.col-top-text h2 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    line-height: normal;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.col-top-text p {
    margin-bottom: 4em;
}

.col-top-text p:last-child {
    margin-bottom: 1.5em;
}

.about-content .content ul {
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 1.5em;
}

.about-content .content ul li {
    padding-left: 25px;
    list-style: none;
    margin-bottom: .75em;
}

.about-content .content ul li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #054BB0;
    margin-left: -25px;
    margin-right: 15px;
    vertical-align: 2px;
}

.about-items-block {}

.about-items-block .title-block {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.87);
    width: 600px;
    max-width: 100%;
    margin-bottom: 1.75em;
}

.about-items-block .item-row {
    margin-bottom: 80px;
}

.about-items-block .col-img {
    padding-left: 15px;
    padding-right: 15px;
}

.about-items-block .col-img .img-shadow {
    padding-bottom: 37px;
    position: relative;
}

.about-items-block .item-odd .col-img .img-shadow {
    padding-right: 37px;
}

.about-items-block .item-even .col-img .img-shadow {
    padding-left: 37px;
}

.about-items-block .col-img .img-shadow:after {
    content: '';
    position: absolute;
    background: rgba(5, 75, 176, 0.05);
    background-size: 207px 207px;
    background-position: right bottom;
    height: 207px;
    width: 207px;
    bottom: 0;
}

.about-items-block .item-odd .col-img .img-shadow:after {
    right: 0;
}

.about-items-block .item-even .col-img .img-shadow:after {
    left: 0;
}

.about-items-block .col-text {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    color: #6D6E71;
}

.about-items-block .item-odd .col-text {
    margin-left: 95px;
}

.about-items-block .item-even .col-text {
    margin-right: 95px;
}

.about-items-block .col-text .inner {
    max-width: 570px;
}

.slider-posts-2 .slick-dots {
    display: none;
}

.slider-posts-2.slick-slider .slick-track,
.slider-posts-2.slick-slider .slick-list {
    min-width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slider-posts-2 .slide-2 {
    width: 240px;
}

.slider-posts-2 .slide-2:nth-child(2) {
    margin: 0 auto;
}
.slider-posts-2 .slide-2.count_small {
    margin-left: 0;
}

.slide-2-inner {
    width: 210px;
    /*margin: 0 auto;*/
}

.title_line {
    font-size: 44px;
    margin: 80px 0 50px;
}

.title_line:after {
    content: '';
    display: block;
    height: 4px;
    width: 80px;
    background: #0351C1;
    margin-top: 15px;
}

.row-com {
    margin: 0 auto 40px;
    padding-top: 90px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size: 20px;
}

.row-com-inner {
    margin: 0 auto 0px;
    position: relative;
    z-index: 2;
    color: #6D6E71;
}

.row-com .text-bg {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 180px;
    color: rgba(3, 81, 193, 0.05);
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    z-index: 0;
}

.row-com h2 {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal;
    margin-bottom: 36px;
}

.row-com h2 .text-big {
    text-transform: uppercase;
    font-size: 44px;
    color: #0351C1;
}

.row-com ul li {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 1.3em;
}

.row-com ul li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #054BB0;
    margin-left: -25px;
    margin-right: 15px;
    vertical-align: 2px;
}

.form-com {
    font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 768px){
    .form-com {
        margin-bottom: 70px;
    }
}
.form-com h2 {
    text-transform: uppercase;
    text-align: center;
    color: #0351C1;
    font-size: 60px;
}

.form-com .form-group {
    margin-bottom: 25px;
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-com .form-group>label,
.form-com .yikes-easy-mc-form label > span {
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
}
.form-com .yikes-easy-mc-form label > input,
.form-com .form-group .form-control {
    padding-left: 0;
    padding-bottom: 0;
}
.form-com .yikes-easy-mc-form label > input[type=text],
.form-com .yikes-easy-mc-form label > input[type=email] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: none;
    border-bottom: 1px solid #C4C4C4;
    outline: none;
    height: 58px;
    box-shadow: none;
    font-weight: normal;
}

.form-com .yikes-easy-mc-form {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form-com .form-group .btn,
.form-com .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width: 100%;
    height: 60px;
    font-size: 20px;
    -webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.25);
}
.form-com .edit-link {
    display: none;
}
.form-igree {}

.form-igree span.wpcf7-list-item {
    margin: 0;
    display: block;
    padding-left: 50px;
}

.form-igree .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 18px;
}

.form-igree [type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: 2px solid #0351C1;
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -50px;
    margin-right: 32px;
    outline: none !important;
    margin-top: -2px;
    border-radius: 3px;
}

.form-igree input[type="checkbox"]:checked:before {
    content: '';
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #0351C1;
    border-left: 2px solid #0351C1;
    display: block;
    /* border-color: #fff; */
    margin-top: 0px;
    height: 7px;
    width: 13px;
    margin-left: 2px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-box-shadow: 1px 1px 0 1px #fff;
    box-shadow: 1px 1px 0 1px #fff;
    background: #fff;
}
.btn-to-landing-wrap {

}
.btn-to-landing {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -225px) rotate(-90deg);
    -webkit-transform: translate(0, -225px) rotate(-90deg);
    -moz-transform: translate(0, -225px) rotate(-90deg);
    -ms-transform: translate(0, -225px) rotate(-90deg);
    -o-transform: translate(0, -225px) rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    font-size: 18px;
    text-transform: uppercase;
    height: 105px;
    width: 240px;
    text-align: center;
    padding-top: 30px;
    display: none;
    z-index: 99;
}
.btn-sbs-back {
    position: absolute;
    left: -29px;
    top: 90px;
    background:transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.btn-sbs-back .ic {
    height: 27px;
    width: 14px;
    fill: #0351C1;
}
.podcast_banner {
    margin-left: -10%;
    margin-right: -10%;
    margin-bottom: 100px;
}
.podcast_banner img {
    width: 100%;
    height: auto;
}
.lp-ttl {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 36px;
}
.lp-box {
    margin-bottom: 60px;
}
.lp-box a {
    height: 58px;
    background: #0351C1;
    color: #fff;
    min-width: 185px;
    max-width: 225px;
    margin-bottom: 24px;
    margin-right: 24px;
    padding-left: 15px;
    line-height: 58px;
    width: 225px;
}
.lp-box a img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    object-position: left center;
    /* vertical-align: middle; */
    vertical-align: -12px;
    margin-right: 15px;
}

.place-insert {
    background: #0351C1;
    color: rgba(255, 255, 255, 0.87);
    padding: 54px 0;

}
.place-insert p {
    display: none;
}
.pl-title {
    font-size: 36px;
    width: 480px;
    padding: 0 15px;
    max-width: 100%;
}
a.pl-btn {
    background: #fff;
    color: #0351C1;
    display: inline-block;
    height: 58px;
    width: 210px;
    line-height: 58px;
    text-decoration: none;
    margin-left: 15px;
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .place-insert {
        padding: 25px 0;
    }
    .pi__inner {
        display: block;
        text-align: center;
    }
    .pl-title {
        font-size: 22px;
        margin: 0 auto 20px;
    }
    a.pl-btn {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) {
    
    #subsribe-modal .uk-modal-dialog .form-text {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 767px) {
    .podcast_banner {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .lp-box {
        margin-bottom: 15px;
    }
    .lp-box a {
        width: 137px;
        min-width: 133px;
        height: 48px;
        font-size: 12px;
        margin-bottom: 15px;
        margin-right: 0;
        line-height: 48px;
        padding-left: 10px;
    }
    .lp-box a:nth-child(odd){
        margin-right: 15px;
    }
    .lp-box a img {
        height: 18px;
        width: 18px;
        vertical-align: -5px;
        margin-right: 10px;
    }
    .btn-to-landing {
        position: absolute;
        right: 0;
        right: -40px;
        top: 50%;
        transform: translate(0, -122px) rotate(-90deg);
        -webkit-transform: translate(0, -122px) rotate(-90deg);
        -moz-transform: translate(0, -122px) rotate(-90deg);
        -ms-transform: translate(0, -122px) rotate(-90deg);
        -o-transform: translate(0, -122px) rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        font-size: 18px;
        height: 44px;
        width: 200px;
        text-align: center;
        padding-top: 0px;
        line-height: 44px;
}
    .title_line {
        font-size: 22px;
        line-height: 27px;
        margin-top: 40px;
    }

    .row-com {
        overflow: hidden;
        padding-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .row-com .text-bg {
        font-size: 150px;
        line-height: 1;
        top: -20px;
    }

    .row-com ul {
        padding-left: 0;
        font-size: 16px;
    }

    .form-com h2 {
        font-size: 32px;
    }

    .form-com .form-group>label {
        font-size: 16px;
        margin: 0;
    }

    .form-com .form-group .form-control {
        padding: 0;
        height: 40px;
    }

    .form-igree span.wpcf7-list-item {
        padding-left: 37px;
    }

    .form-igree [type="checkbox"] {
        margin-left: -37px;
        margin-right: 18px;
    }

    .row.flexbox {
        display: block;
    }

    .main-slider-wrap {
        min-height: 1px;
        /* min-height: 568px; */
        /* overflow: hidden; */
        /* margin-top: 60px */
        margin-top: 0;
        margin-bottom: 0;
    }
    .main-slide {
        min-height: 1px;
    }
    .main-slide-text h2 {
        line-height: 39px;
        font-size: 32px;
    }

    .main-slide-text .entry {
        display: none;
    }
    .main-slide-inner {
        display: block;
    }
    .slider_left {
        width: auto;
    }
    .slider_left_inner {
        float: none;
        padding: 15px 15px;
        width: auto;
    }
    .slider_left h2 {
        font-size: 24px;
        line-height: 120%;
    }
    .slider_right {
        width: auto;
    }
    .slider_right_inner {
        float: none;
        width: auto;
    }
    .slider_right_content {
        float: none;
        width: auto;
    }
    .slider_right_content .slide_img {
        text-align: center;
        width: 248px;
        margin: 0 auto;
    }
    .slider_right_content .slide_img img {
        max-width: 100%;
        height: auto;
    }

    .main-slide-text {
        display: none;
    }
    .slider-counter {
        top: 89px;
        margin-top: 0;
    }
    .slider_right .slider-counter {
        top: 10px;
    }
    .slider_right .slider-counter .num-slide {
        font-size: 18px;
        line-height: 25px;
    }
    .slider_right .slider-counter .sep-count-slider {
        font-size: 14px;
        line-height: 19px;
        /* margin: .5em 6px; */
    }
    .slider_right .slider-counter .qty-slide {
        font-size: 12px;
        line-height: 16px;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 18px;
    }

    .events-slider-wrap {
        padding-top: 60px;
        margin-top: -60px;
    }

    .events-slider {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .slider-counter-events {
        top: 42px;
        right: 15px;
        left: auto;
        color: #fff;
        margin: 60px 0 0;
    }

    .slide-event-inner {
        position: relative;
        min-height: 508px;
        height: 100%;
    }

    .slide-event .image {
        width: 100%;
    }

    .slide-event-inner .slide-body {
        color: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 100px;
    }

    .slide-event h2 {
        font-size: 32px;
        line-height: 39px;
        height: auto;
    }

    .slide-event-inner .slide-body .entry {
        display: none;
    }

    .slider-nav-buttons {
        bottom: 30px;
        top: auto;
        left: 15px;
        right: 15px;
        margin: 0;
        -webkit-transform: none;
        transform: none;
    }

    .slider-nav-buttons ul li {
        display: inline-block;
        margin: 0 12px;
        vertical-align: middle;
    }

    .main-slider-wrap .slider-nav-arrows {
        /* display: none; */
        left: auto;
        bottom: -19px;
    }

    .events-slider-wrap .slider-nav-arrows {
        bottom: 0;
        /*right: 15px;*/
        right: 0;
        margin: 0;
        left: auto;
    }

    .events-slider-wrap .slider-nav-arrows .slick-arrow {
        height: 52px;
        width: 100px;
    }

    .col-pop-events .title-block {
        margin-bottom: 26px;
    }

    .row-events-middle .title-block>div {
        padding: 0;
    }

    .col-pop-events-border {
        float: none;
    }

    .col-pop-events-border .row-2 {
        padding-bottom: 22px;
        border-bottom: 1px solid #D1D3D4;
    }

    .content-block-events {
        clear: both;
        padding-top: 30px;
    }

    .title-block {
        font-size: 18px;
    }

    .media-type-1 {
        display: block;
    }

    .media-card-body {
        display: block;
    }

    .media-card-body .cat-link {
        margin-top: 15px;
    }

    .media-card-body .entry {
        margin-bottom: 1.3em;
    }

    .item-post-type-2 .image img {
        max-width: 100%;
        height: auto;
    }

    .media-body,
    .media-left,
    .media-right {
        display: block;
        padding: 0;
        width: auto;
    }

    .media-body .media-heading,
    .media-heading {
        margin-top: 13px;
        font-size: 22px;
    }

    .posts-block .col-events {
        max-width: 100%;
    }

    .posts-block .col-events .events-item-with-photo .img-event {
        display: none;
    }

    .slider-posts-wrap {
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/
    }

    .slider-posts {
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .events-past-block {
        margin-bottom: 0;
    }

    .slider-posts .slick-arrow.slick-prev {
        left: -30px;
    }

    .slider-posts .slick-arrow.slick-next {
        right: -30px;
    }

    .about-head {
        display: block;
    }

    .about-head .col-image {
        height: 440px;
        position: relative;
        overflow: hidden;
    }

    .about-head .col-image img {
        position: absolute;
        height: 100%;
        left: 50%;
        width: auto;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .about-head .col-title .title-page {
        margin-top: 18px;
        text-align: left;
        padding-left: 15px;
    }

    .col-top-text {
        margin-top: 0;
        font-size: 18px;
    }

    .col-top-text h2 {
        font-size: 32px;
    }

    .col-top-text p {
        margin-bottom: 1.4em;
    }

    .about-content .content ul {
        -webkit-column-count: 1;
        column-count: 1;
        padding-left: 0;
    }

    .about-items-block .title-block {
        font-size: 32px;
    }

    .sep-row {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .about-items-block .col-img .img-shadow,
    .about-items-block .item-even .col-img .img-shadow {
        padding: 0 30px 30px 0;
        height: 130px;
        width: 130px;
        margin-bottom: 15px;
    }

    .about-items-block .col-img .img-shadow img {
        height: 100px;
        width: 100px;
    }

    .about-items-block .col-img .img-shadow:after,
    .about-items-block .item-even .col-img .img-shadow:after {
        height: 110px;
        width: 110px;
        bottom: 0;
        left: auto;
        right: 0;
    }

    .about-items-block .col-text,
    .about-items-block .item-odd .col-text,
    .about-items-block .item-even .col-text {
        margin-left: 0;
        margin-right: 0;
    }

    .about-items-block .item-row {
        margin-bottom: 15px;
    }

    .banner-post {
        height: 440px;
    }

    .post-content {
        padding-top: 25px;
    }

    .post-content .posted {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }

    .primary_category_a {
        margin-bottom: 15px;
    }

    .post-content .head-text .date-col {
        text-align: left;
        margin-top: 15px;
    }

    .title-post {
        line-height: 39px;
        font-size: 32px;
        margin-bottom: 25px;
    }

    .post-main-content h2,
    .post-main-content h3 {
        line-height: 27px;
        font-size: 22px;
        margin-top: 40px;
    }

    .post-main-content ul {
        padding-left: 0;
    }

    .bottom-post-content {
        margin-bottom: 25px;
    }

    .bottom-post-content h3,
    .bottom-post-content h2 {
        line-height: 27px;
        font-size: 22px;
    }

    .share-icon-block {
        padding-top: 0;
        text-align: center;
    }

    .share-icon-block .social-sharing a {
        margin: 0 20px 25px;
        background-size: 40px 40px;
    }

    .single-tags {
        margin-bottom: 25px;
    }

    .single-tags a {
        font-size: 16px;
    }

    .slider-posts-2 {
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-posts-2 .slick-dots li {}

    .slider-posts-2 .slick-dots li button:before {
        content: '';
        height: 8px;
        width: 8px;
        background: #000;
        border: 1px solid #000;
        opacity: 1;
        display: inline-block;
        border-radius: 50%;
    }

    .slider-posts-2 .slick-dots {
        display: block;
    }

    .slider-posts-2 .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #fff;
    }

    .other-posts-block .slide-2 {}

    /****************************/
    .navbar-default {
        height: 60px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }

    .navbar-header {
        height: 60px;
        -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        border: none;
        z-index: 998;
        background: #fff;
    }

    .navbar-default .navbar-collapse {
        padding-right: 40px;
        padding-left: 40px;
        /*padding-bottom: 60px;*/
        position: absolute;
        /* background: #fff; */
        background: #F1F6FB;
        border: none;
        margin: 0;
        left: 0;
        /*height: 100vh;*/
        top: 0;
        right: 0;
        z-index: 995;
    }

    .wrap-main-menu {
        display: block;
        /*min-height: 415px;
        */min-height: 100vh;
        padding-top: 82px;
        /*padding-top: 22px;
        */padding-bottom: 180px;
        opacity: 1;
        -webkit-transition: opacity.2s;
        transition: opacity.2s ;
        -moz-transition: opacity.2s ;
        -ms-transition: opacity.2s ;
        -o-transition: opacity.2s;
}

    .open-form .wrap-main-menu {
        display: none;
        opacity: 0;
    }

    .wrap-main-menu ul.nav {
        display: block;
        margin-top: 50%;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
}

    .search-form-drop {
        position: relative;
        display: block !important;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        /* background: #F1F6FB; */
        background: transparent;
    }

    .search-form-drop .input-group {
        display: block;
    }

    .search-form-drop .form-control {
        height: 44px;
        display: block;
        padding-right: 50px;
        border: 1px solid #D1D3D4 !important;
    }

    .search-form-drop .input-group-btn {
        position: absolute;
        right: 0;
        width: auto;
        display: block;
        z-index: 3;
        padding: 0;
    }

    .mob-form-sbc {
        /*min-height: 415px;*/
        min-height: 100vh;
        display: none;
        padding-top: 82px;
        padding-bottom: 180px;
        padding-top: 112px;
        padding-bottom: 150px;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        position: relative;
    }

    .open-form .mob-form-sbc {
        display: block;
        opacity: 1;
    }

    .mob-form-sbc-inner {
        position: relative;
        /*top: 50%;*/
        left: 0;
        /*margin-top: 50%;*/
        margin: 50% -25px 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .mob-form-sbc .mc4wp-response {
        position: absolute;
    }

    .mob-form-sbc .input-group-btn {
        display: none;
    }

    .soc-mob-menu {
        margin-bottom: 70px;
        text-align: center;
        position: absolute;
        bottom: 130px;
        margin: 0;
        left: 0;
        right: 0;
    }
.soc-mob-menu a {
    margin: 0 28px;
}
    .soc-mob-menu a.ic-soc-2 {
        /*margin: 0 30px;*/
        /* margin: 0 60px; */
    }

    .soc-mob-menu a .ic {
        fill: #0351C1;
    }

    .buttons-mob {
        height: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .btn-sbc {
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        height: 60px;
    }

    .btn-sbc.btn-sbm-sbc {
        display: none;
    }

    .form-form .input-group {
        display: block;
    }

    .form-form .input-group input.form-control {
        border: 1px solid #C4C4C4;
        margin-bottom: 15px;
        float: none;
        border-radius: 5px;
    }

    .form-form .btn {
        width: 100%;
    }

    .form-text {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .form-text h2 {
        font-size: 46px;
    }

    .form-block .form-box {
        display: block;
    }

    .site-footer {
        height: auto;
    }

    .col-foter {
        padding: 0 15px;
    }

    .col-footer-logo {
        margin-bottom: 40px;
    }

    .col-footer-contacts {
        /*padding-left: 35px;*/
        padding-left: 49px;
    }

    .contacts-footer>div {
        margin-bottom: 1.4em;
    }

    .soc-footer a svg {
        height: 42px;
        width: 42px;
    }

    .contacts-footer {
        display: block;
    }

    .footer-row {
        display: block;
    }
    .copyright-row {
        padding-left: 15px;
        padding-right: 15px;
        display: table;
    }
    .copyright-row .copy-logo {
        vertical-align: top;
        /* margin-left: 15px; */
        margin-right: 20px;
        display: table-cell;
        padding-right: 20px;
        padding-top: 4px;
    }
    .copy-text {
        vertical-align: top;
        font-size: 10px;
        line-height: 14px;
    }
    .copy-text span {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .slider-posts-2 {
        width: 240px;
    }
}

@media screen and (max-width: 460px) {
    .slider-posts {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
}
