/*@import 'header.css';*/
/*@import 'pagination.css';*/
/*@import 'buttons.css';*/
/*@import 'typography.css';*/
/*@import 'calendar.css';*/
/*@import 'footer.css';*/
/*@import 'support.css';*/
/*@import 'form.css';*/
/****************************************************************
 * header.css
 ****************************************************************/
.header-social{
    font-size: 10px;
}
.header-social li{
    display: inline-block;
}
.header-social li:last-child{
    margin-right: 0;
}
.header-social li a{
    color: #ccc !important;
}
.header-social li a:hover{
    border-bottom: 0 !important;
}
.site-header form{
    flex: 0 0 370px;
    margin-right: 40px;
}
.menu-main-en-container,
.menu-main-ru-container{
    flex-grow: 1;
    flex-shrink: 1;
}
.menu-main-en-container i.fa-angle-down,
.menu-main-ru-container i.fa-angle-down{
    margin-left: 2px;
}
.site-header .header-social{
    flex-grow: 0;
    flex-shrink: 0;	
}
.lang-select option, .lang-select select{
    text-transform: uppercase;
}
@media only screen and (min-width : 1200px){
    .site-header select{
        margin-left: 80px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1199px){
    .site-header select{
        color: #fff;
    }
    .site-header select option{
        color: #2f2f2f;
    }
    .site-header form{
        flex-basis: 280px;
        margin-right: 10px;
    }
}
/*
 *
 * Mobil header
 *
 */
.mobile-social, .header-social{
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}
.mobile-social li{
    display: inline-block; margin-right: 5px;
}
.mobile-social li a{
    color: #ccc;
}
/****************************************************************
 * pagination.css
 ****************************************************************/
.pagination{
    margin-bottom: 30px;
    text-align: center;
    flex: 1 1 1000px;
    font-weight: 600;
    padding: 15px 0;
}
.pagination .pager{
    margin: 0;
    padding: 0;
}
.pagination .pager li{
    display: inline-block;
    border-radius: 3px;
    background-color: #e5e5e5;
    margin: 8px 8px 8px 8px;
    padding: 5px 5px 5px 5px;   
}
.pagination .pager li span{
    /*background: #ccc;*/
    color: #196dad;
    text-align: center;
}
.pagination .pager li a{
    /*background-color: #962e79;*/
    color: #212121;
}
.pagination .pager li a:hover{
    /*background-color: #a73f8a;*/
}
.pagination .pager li span, .pagination .pager li a{
    padding: 10px 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: none;
    font-size: 15px;
}
.breadcrumbs{
    padding: 15px 0 0;
    font-size: 16px;
    margin-bottom: 30px;
    color: #969696;
    height: 39px;
    overflow: hidden;
    width: 100%;
}
.breadcrumbs span{
    margin: 0 5px;
    color: #ccc;
}
.breadcrumbs a{
    color: #212121;
}
.tags{
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tags a{
    margin-right: 30px;
}
/****************************************************************
 * buttons.css
 ****************************************************************/
.blue-button{
    margin-top: 20px;
    color: #fff;
    background: #1b6cab;
    padding: 7px 11px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 90px;	
}
.blue-button:hover{
    color: #fff;
    background: #ff4742;
    text-decoration: none;
}
.blue-button:visited,
.blue-button:focus,
.blue-button:active {
    color: #fff;
    text-decoration: none;
}
.photo-counter{
    color: #fff;
    background: #323232;
    padding: 7px 11px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    bottom: -11px;
    left: 10px;
}
.country-buttons{
    margin-bottom: 30px;
    text-align: center;
}
input.border-button-blue{
    /*background: #fff;*/
    color: #1b6cab;
    padding: 7px 11px;
    border: 2px solid #1b6cab;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 90px;
}
input.border-button-blue:hover{
    background: #1b6cab;
    color: #fff;
    border: 2px solid #1b6cab;
}
.red-border, .red-border:hover, .red-border:active, .red-border:visited{
    flex-grow: 0;
    flex-shrink: 0;	
    border: 2px solid #ff4742;
    color: #ff4742;
    margin: 0;
    width: 82px;
    text-align: center;
    line-height: 15px;
}
.red-border span{
    font-weight: bold;
}
@media only screen and (min-width : 768px) and (max-width : 1199px){
    .red-border, .red-border:hover, .red-border:active, .red-border:visited{
        margin-right: 10px;
    }
}
.transparent-button{
    /*margin-bottom: 20px;*/
    color: #fff;
    background: transparent;
    padding: 7px 11px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 90px;	
    border: 2px solid #fff;
}
/****************************************************************
 * typography.css
 ****************************************************************/
h1{
    font-size: 30px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
h1, h2, h3, h4{
    margin-top: 0;
    margin-bottom: 20px;
}
h4{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
p{
    margin-top: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width : 767px) {
    h4{
        font-size: 14px;
    }
}
/****************************************************************
 * calendar.css
 ****************************************************************/
.calendar{
    background: #f6f6f6;
    padding: 40px;
    overflow: hidden;
    height: 420px;
    position: relative;
}
.hexa-events-calendar{
    margin: 0;
}
.hexa-events-calendar caption a{
    color: #2f2f2f;
}
.hexa-events-calendar td, .hexa-events-calendar th{
    text-align: center;
    height: 41px;
    width: 14.29%;
}
.hexa-events-calendar caption{
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.hexa-events-calendar td a{
    background-image: -moz-linear-gradient( 6deg, rgb(2,122,228) 0%, rgb(0,140,255) 100%);
    background-image: -webkit-linear-gradient( 6deg, rgb(2,122,228) 0%, rgb(0,140,255) 100%);
    background-image: -ms-linear-gradient( 6deg, rgb(2,122,228) 0%, rgb(0,140,255) 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
    color: #2f2f2f;
/*    border: 2px solid #39ace5;*/
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 24px;
    width: 25px;
    display: inline-block;
}
.hexa-events-calendar td a:active, .hexa-events-calendar td a:focus{
    background: #1b6cab;
    color: #fff;
    border: 2px solid #1b6cab;
    text-decoration:none;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .calendar{padding: 35px;height: 345px;}
    .hexa-events-calendar td, .hexa-events-calendar th{
        height: 32px;
    }
    .hexa-events-calendar td a{
        line-height: 24px;
        width: 28px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .calendar{padding: 30px;height: 275px;}
    .hexa-events-calendar caption{font-size: 18px;}
    .hexa-events-calendar td, .hexa-events-calendar th{
        height: 24px;
    }
    .hexa-events-calendar td a{
        line-height: 16px;
        width: 20px;
    }
}
/* Events elements */
.events-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: stretch;
}
.events-wrap .events_section1{
    /*flex: 1 1 228px;*/
    flex-basis: 228px;
    height: 420px;
}
.events-wrap .events_section2{
    /*flex: 1 1 532px;*/
    flex-basis: 542px;
    height: 420px;
}
.events-wrap .events_section2 img{
    height: 100%;
    object-fit: cover;
}
.event-element{
    width:280px;
    background:#fff;
    padding:10px 10px;
    height: 84px;
    overflow: hidden;
}
.event-element img{
    display: none;
}
.event-element:hover{
    background:#fafafa;
}
.event-first-element{
    background:#fafafa;
}
.event-element .entry-meta{
    margin: 0;
    color: #767676;
}
.event-element strong{
    color: #2f2f2f;
}
.event-element a{
    display: block;
    height: 100%;
}
.event-thumb{

}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .event-element{height: 69px;}
    .events-wrap .events_section1, .events-wrap .events_section2{height: 345px;}
    .event-element{width:233px;}
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .event-element{height: 55px;}
    .events-wrap .events_section1, .events-wrap .events_section2{height: 275px;}
    .event-element{width:182px;}
}
@media only screen and (max-width : 767px) {
    .event-element{height: auto;}
    .events-wrap .events_section1, .events-wrap .events_section2{height: auto;}
    .events-wrap .events_section1{flex-basis: 100%;}
    .events-wrap .events_section2{flex-basis: 0;}
    .event-element{width:100%;}
}
.calendar-left{
    position: absolute;
    left: 30px;
    top: 50px;
    font-size: 20px;
    z-index: 1;
}
.calendar-right{
    position: absolute;
    right: 30px;
    top: 50px;
    font-size: 20px;
    z-index: 1;
}
@media only screen and (max-width : 991px) {
    .calendar-left{top: 40px;}
    .calendar-right{top: 40px;}
}
/****************************************************************
 * footer.css
 ****************************************************************/
.footer-social{
    text-align: right;
}
.footer-social li{
    display: inline-block; margin-right: 5px;
}
/****************************************************************
 * support.css
 ****************************************************************/
.wpcf7-radio span.wpcf7-list-item{
    display: block;
}
/****************************************************************
 * form.css
 ****************************************************************/
#fld_2133297_1{
    margin-top: 5px;
    margin-bottom: 10px;
}
#fld_8614999_1-wrap > div > .radio, #fld_4251824_1-wrap > div > .radio{
    display: inline-block;
    margin-right: 15px;	
}
/* Пункт 2.1.1 */
#fld_5857474_1-wrap{
    display: none;
}
#fld_5806238_1-wrap{
    display: none;
}
.caldera_ajax_error_block{
    color: #ee0000 !important;
}
/****************************************************************
 * 
 ****************************************************************/
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body{
    font-family: 'Open Sans'; /* Имя шрифта */
    background: #ffffff;
    color: #767676;
}
*:focus {
    outline: none;
}
pre{
    font-size: 13px;
}
h1, h2, h3, h4{
    color: #222222;
}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-left {text-align: left;}
@media only screen and (max-width : 767px){
    .text-right, .text-left {text-align: center;}
}
.content-area{
    z-index: 0;
}
/* Header */
.mobil-header{
    display: none;
}
.site-header{
    background: #ffffff;
}
@media only screen and (max-width : 767px) {
    .site-header{
        /*background: #1b6cab;*/
        background: none;
    }
}
.site-branding{
    padding: 17px 0 18px 0;
}
.logo-image{
    /*display: inline-block;*/
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.switcher{
    text-align: right;
    flex-grow: 1;
    flex-shrink: 1;	
}
@media only screen and (max-width : 767px) {
    .site-branding{background: #fff;}
    .logo-image{flex-basis: 100%;}
}
.site-branding .widget{
    display: inline-block;
    margin: 0;
    padding: 0 !important;;
}
.site-branding ul{
    margin: 0;
    padding: 0;
}
.site-branding li{
    display: inline-block;
}
.site-branding li a{
    position: relative;
    color: #fff;
}
/* Polylang */
.lang-select{
    display: inline-block;
}	
.lang-select select{
    border: 0;
    background: transparent;
}
.site-branding2 {
    /* margin-bottom: 30px; */
    padding: 0 15px 18px 15px !important;
    background: #f6f6f6;
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #f6f6f6 5%, #f6f6f6 90%, #e4e4e4 91%,#f6f6f6 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#f6f6f6 5%, #f6f6f6 90%, #e4e4e4 91%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%,#f6f6f6 5%, #f6f6f6 90%, #e4e4e4 91%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f6f6f6',GradientType=0 );
}
.site-header-2,
.main-navigation{
    background: #ffffff;
}
.site-header-2 a,
.main-navigation a{
/*    text-transform: uppercase;*/
}
.site-header-2 li
.main-navigation li {
    /*margin: 0 9px 0 0;*/
}
.site-header-2 li a,
.main-navigation li a{
    color: #2f2f2f;
}
.site-header-2 li li a,
.main-navigation li li a{
    color: #fff;
    border-bottom: 0;
}
.site-header-2 li li a:hover,
.main-navigation li li a:hover{
    border-bottom: 0;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
}
.flex-align-center{
    align-items: center;
}
.flex-justify-content{
    justify-content: stretch;
}
@media only screen and (max-width : 991px) {
    .flex-order-1{order: 1;}
    .flex-order-2{order: 2;}
}
/* Front-page sections */
section.activities, section.regional, section.media{
    /*background: #fff;*/
}
section.slider, section.events{
    background: #f6f6f6;
}
section.activities{
    text-align: center;
    padding: 70px 0 40px;
}
section.slider, section.events, section.media{
    padding: 50px 55px 20px 55px;
}
section.regional{
    padding: 0 0 0 0;
    background: #f6f6f6;
}
.site-header-2 .container.hidden-xs {
    background: #f6f6f6;
}

.site-header-2 .container.hidden-xs {
    background: #f6f6f6;
    padding: 0;
/*    margin: 0;
    padding: 0;*/
}


section.slider h2, section.regional h2, section.events h2, section.media h2{
    font-size: 24px;
}
/* 5 columns !!! */
.column-5{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.column-5 .col-md-1  {
    width: 0%;
    padding: 0;
}
.column-5 .col-md-2 {
    width: 20%;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .column-5 .col-md-2 {
        width: 33.33%;
    }
}
@media only screen and (max-width : 767px) {
    .column-5 .col-md-2 {
        width: 100%;
    }
}
/* Footer */
footer h4, footer a, footer a:hover, footer a:active, footer a:visited{
    color: #fff;
}
footer li{
    margin-bottom: 10px;
}
footer .line-1{
    background-color: #323232;
    padding: 30px 0 30px 0;
    color: #fff;
}
footer .line-2{
    background-color: #292929;
    color: #fff;
    padding: 10px 0;
}
.footer-flag1:before{
    content: url(../images/eu-footer.png);
    float: left;
    margin-right: 10px;
}
.footer-flag2:before{
    content: url(../images/gdsi_new.png);
    float: left;
    margin-right: 10px;
}
footer ul, .entry-meta ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Tipograhpics */
.page-header{
    text-align: center;
    margin-bottom: 30px;
}
.sp-layer{
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
}
.sp-layer p, .sp-layer h3{
    margin: 0;
}
#news_slider{
    overflow: hidden;	
}
.sp-padding-20{
    padding: 10px 20px;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail-container:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid #fff;
    left: 0;
    top: 0;
    margin-left: 13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail-container.sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid #1b6cab;
    left: 0;
    top: 0;
    margin-left: 13px;
}
.sp-thumbnail{
    padding-left: 10px;
    border-top: 1px solid #e2e2e2;
    width: 100%;
    height: 100%;
    /*background: #fff;*/
    padding-right: 20px;
}
.thumb{
/*    width: 370px;*/
    /*height: 269px;*/
    /*object-fit: cover;*/
    /*border-radius: 10px 10px 0px 0px;*/
    width: 100%;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .thumb{
/*        width: 303px;
        height: 220px;*/
    }
}
@media only screen and (max-width : 768px) {
    .thumb{
        width: 100%;
        /*height: auto;*/
    }
}
.tile{
    width: 570px;
    height: 440px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
}
.small-thumb{
    width: 285px;
    height: 220px;
    object-fit: cover;
}
.video-flex-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.video-thumb{
    object-fit: cover;
    width: 352px;
    height: 197px;
}
.video-image-child{
    flex: 1 1 350px;
    position: relative;
}
.video-content-child{
    flex: 1 1 220px;
    padding-left: 10px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .small-thumb{
        width: 235px;
        height: 181px;
    }
    .tile{
        width: 470px;
        height: 362px;
    }
    .video-thumb{
        width: 278px;
        height: 157px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .video-flex-wrap{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .video-thumb{
        width: 345px;
        height: 193px;
    }
}
@media only screen and (max-width : 767px) {
    .small-thumb{
        width: 50%;
    }
    .tile{
        width: 100%;
    }
    .video-image-child{
        flex: 0 0 350px;
    }
    .video-flex-wrap{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (max-width : 350px) {
    .video-image-child{
        flex: 0 0 100%;
    }
    .video-thumb{
        width: auto;
        height: auto;
    }
}
.medium-thumb{
    width: 100%;
    object-fit: cover;
    height: 370px;	
}
.tile-caption{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 5px 10px;
    text-align: center;
}
.tile-caption h2{
    margin: 0;
}


ul.sub-menu{
    padding: 5px 10px;
    background: #ffffff;
}
ul.sub-menu a{
    color:#fff;
}
ul.sub-menu a:hover{
    color:#1b94f2 !important;
}
.site-header-2 li > a,
.main-navigation li > a{
    /*padding: 15px 0 10px;*/
    border-bottom: 5px solid transparent;
}
.site-header-2 #topbar_menu_two > li:hover > a,
.main-navigation #topbar_menu_before_left > li:hover > a{
    border-bottom: 5px solid #1b94f2;
}
#topbar-menu-first-center header.site-header-2 li:hover > a,
#topbar-menu-first-center header.main-navigation li:hover > a,
#topbar-menu-first-right header.main-navigation li:hover > a{
    border: none;
}




.images-tag-wrapper{
    position: absolute;
    bottom: 0;
    margin-bottom: -20px;
    padding-left: 15px;
}
.images-tag{
    background:#333;
    padding:5px;
    text-transform:uppercase;
    display:inline-block;
    color: #fff;
    margin-bottom: 5px;
}
.images-tag span{
    margin: 0 8px;
}
.inline-block{
    display: inline-block;
}
.inline-block input[type="submit"]{
    background: transparent;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f;
    padding: 0;
    margin-right: 15px;
    min-height: 15px;
}
.inline-block.inline-block-active input[type="submit"]{
    color: #1b6cab;
}
.inline-block:hover input[type="submit"]{
    color: #ff4742;
}
.mt{
    margin-top: 30px;
}
.mb{
    margin-bottom: 30px;
}
.pt{
    padding-top: 30px;
}
.bt{
    border-top: 1px solid #e2e2e2;
}
.entry-meta span{
    margin-left: 10px;
    color: #1b6cab;
}
.search-excerpt {
    color: #fff;
    background: #ff4742;
}
.icon-file{
    margin-right: 10px;
}
.caldera-grid{
    font-size: 16px;
}
.ulogin_block{
    padding: 5px;
}
.ulogin-buttons-container .ulogin-button-vkontakte{
    margin-right: 0 !important;
}
.ulogin-buttons-container{
    width: auto !important;
    height: auto !important;
}
.caldera-grid span .form-group .radio{
    padding-left: 30px;
}
.caldera-grid .btn-default{
    /*margin-top: 20px;*/
    color: #fff !important;
    background: #1b6cab !important;
    /*border: none !important;*/
    /*border-radius: 0 !important;*/
    padding: 10px 11px;
    /*text-transform: uppercase;*/
    display: inline-block;
    /*min-width: 90px;*/		
}
.caldera-grid .btn-default:hover{
    color: #fff;
    background: #ff4742 !important;
}
.wrapper-btn{
    text-align: center;
}
.map-area .widget{
    margin-bottom: 0;
    padding: 0 0 0 20px;
    margin-right:-30px;
}
.map-title{
    font-size: 25px;
    font-weight: normal;
}
.map-text{
    font-size:15px;
    line-height:30px;
}
.over-hidden{
    overflow: hidden;
}
.green-button{
    margin-left: 20px;
    color: #fff;
    background: #009999;
    padding: 7px 11px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 90px;	
}
.green-button:hover{
    color: #fff;
    background: #ff4742;
}
.green-button:visited,
.green-button:focus,
.green-button:active {
    color: #fff;
}
@media only screen and (min-width : 768px) and (max-width : 1199px){
    .main-navigation li {
        margin: 0 5px 0 0;
    }
    .map-title{
        font-size: 20px;
    }
    .map-text{
        font-size:14px;
        line-height:24px;
    }
}
@media only screen and (max-width : 991px){
    .map-area .widget{		
        padding: 20px;
        margin-right:0;
    }
    .green-button{
        margin-bottom: 30px;
    }
}
.contact-icon{
    margin-right: 20px;
    color: #ff4742;
}
.contact-text{
    flex-grow: 1;
    flex-shrink: 1;
}
.contact-text h3{
    margin-bottom: 0;
}
.caldera-grid label{
    color: #2f2f2f;
}
.search-form .top_search_go{
    font-size: 9px;
    padding: 12px;
}
.icon{
    margin-bottom: 50px;
}
.activities .widget{
    margin-bottom: 0;
}
@media only screen and (max-width : 767px){
    .line-1 li{
        display: inline-block;margin-right: 10px;
    }
    .transparent-button{
        margin-bottom: 30px;
    }
}
.site-header .fa-home{
    font-size: 17px;
}
.bold{
    font-weight: bold;
    color: #2f2f2f;
}
.entry-summary p{
    margin-bottom: 10px;
}
.video-flex-wrap a{
    color: #2f2f2f;
}
.video-flex-wrap h4{
    line-height: 1.2;
    margin-bottom: 5px;
}
.video-flex-wrap .page-content, .video-flex-wrap .entry-content, .video-flex-wrap .entry-summary, .video-flex-wrap .entry-meta {
    margin: 5px 0 0 !important;
}
.youtube-time{
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 0px 5px;
    font-size: 14px;
    background: #000;
    color: #e8f0f5;
}
.video-responsive { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%; 
}
.video-content-child{
    position: relative;
    overflow: hidden;
}
.video-content-child-inner{
    position: absolute;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .video-content-child-inner{
        position: relative;
    }
}
@media only screen and (max-width : 767px) {
    .video-content-child-inner{
        position: relative;
    }
}
.lang-select select {
    padding-right: 15px;
    padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.lang-select{
    background-image: url(../images/arrow_black.png); /* Путь к фоновому рисунку */
    background-position: right center; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
}
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    .lang-select{
        background-image: url(../images/arrow_white.png); /* Путь к фоновому рисунку */
    }
}
.entry-content-country p{
    font-size: 15px;
    color: #2f2f2f;
    line-height: 2.0;
    margin-bottom: 30px;
}
.country-thumb img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
/* Слайдер */
@media only screen and (min-width : 768px) {
    .metaslider .caption-wrap{
        width: 40% !important;
        background: #1b6cab !important;
        font-size: 20px;
        opacity: 0.9 !important;
        bottom: 15px !important;
        left: 15px !important;
    }
    .metaslider .caption-wrap .caption{
        padding: 15px 10px !important;
        font-weight: 300 !important;
    }
    .flex-direction-nav a{
        width: 35px !important;
        height: 35px !important;
        bottom: 20px !important;
        top: auto !important;
        opacity: 0.9 !important;
        background: transparent !important;
    }
    .flex-direction-nav .flex-next {
        background: url(../images/ico-slick-slider-arrow-right2.png) rgb(1, 138, 252) !important;
        border-radius: 3px;
        opacity: 0.8 !important;
        box-shadow: 0px 0px 16px 0px rgba(54, 54, 54, 0.16) !important;
        left: 1090px !important;
        bottom: 24px !important;
        width: 40px !important;
        height: 40px !important;
    }
    .flex-direction-nav .flex-prev {
        left: 1036px !important;
        bottom: 24px !important;
        background: url(../images/ico-slick-slider-arrow-left2.png) rgb(1, 138, 252) !important;
        border-radius: 3px;
        opacity: 0.8 !important;
        box-shadow: 0px 0px 16px 0px rgba(54, 54, 54, 0.16) !important;
        width: 40px !important;
        height: 40px !important;
    }
}
@media only screen and (max-width : 767px) {
    .flex-direction-nav a{
        width: 35px !important;
        height: 35px !important;
        top: 40% !important;
    }
    .flex-direction-nav .flex-next{
        background-image: url(../images/eap_direction_nav_next.png)!important;
    }
    .flex-direction-nav .flex-prev{
        background-image: url(../images/eap_direction_nav_prev.png)!important;
    }    
    .metaslider .caption-wrap{
        position: relative !important;
        background: transparent !important;
        color: #1b6cab !important;
        opacity: 1 !important;
        font-size: 14px;
        text-align: center !important;
    }
}
.header-slider{
    margin-bottom: 20px;
}

/* 25.01.2019*/
.lcp_catlist{
    margin-left: 0;
    padding-left: 0;
}
.lcp_catlist a:first-child{
    width: 139px;
    display: block;
    float: left;
    padding: 0 15px 15px 0;
    overflow: hidden;
    line-height: 15px;
    text-transform: uppercase;
    min-height: 105px;    
}
.lcp_catlist a:first-child img{
    border-radius: 5px;
    object-fit: cover;
}
.lcp_catlist a:nth-child(2) {
    width: 123px;
    display: block;
    float: left;
    height: 46px;
    overflow: hidden;
    line-height: 15px;
    /*text-transform: uppercase;*/
    color: #222;
}
.lcp_catlist span{
    background: url(../images/ico-calendar.png) no-repeat 0px 24px;
    padding: 20px 0 0 20px;
    display: inline-block;
}
/* Masonty grid system */
.grid-item { width: 33%; padding:0 15px;}
@media only screen and (min-width : 768px) and (max-width : 1199px){
    .grid-item { width: 50%; }
    .grid-item--width2 { width: 100%; }
}
@media only screen and (max-width : 767px){
    .grid-item { width: 100%; }
    .grid-item--width2 { width: 100%; }
}
.form-control{
    width: 100%;
}





input[name="citationgroup"] {
    display: none;
}
.citationgroup-label {
    margin: 7px;
    display: inline-block;
    line-height: 39px;
    border-radius: 25px;
    height: 39px;
    padding: 0 19px;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}

input[type="radio"]:checked + label {
    background: #ecebeb;
}

.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}

/* FIX */

@media only screen and (max-width : 767px){
    div#primary{
        padding: 0!important;
    }
    .wrap-content {
        float: none!important;
        width: auto!important;
    }
    .wrap-tags{
        flex-wrap: wrap;
    }
}
