.scroll_to_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    background: #F8F8F8 url(../img/to_top.svg) no-repeat center;
    background-size: 70%;
    transition: all 0.15s ease-in-out;
    z-index: 10;
}
body.black-search .search-form.more_element svg > circle{
    stroke: #0D0D0D;
}
body.black-search .search-form.more_element svg > path{
    stroke: #0D0D0D;
}
.overlay-block{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: none;
}
.overlay-block.active{
    display: block !important;
}
.scroll_to_top.active {
    opacity: 0.6;
    visibility: visible;
}

.scroll_to_top.active:hover {
    opacity: 1;
}
.about-media-h1{
    font-weight: 600;
    font-size: 48px;
    font-family: "Proxima Nova", sans-serif;
    color: #068BBF;

}
.about-media-p{
    color: #0D0D0D;
    font-weight: 400;
    font-family: "Proxima Nova", sans-serif;
    font-size: 21px;
}
.about-media-page .about-media-promo{
    background: url("../img/pictures/media-promo-image.jpg") no-repeat center top / cover;
    max-height: 250px;
    height: 250px;
}
.search-about-media{
    width: 578px;
    max-width: 578px;
}

article.media-article{
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    background: #fff;
    border-radius: 10px;
    margin: 0px 9px 30px;
    max-width: 370px;
}
article.media-article h3{
    font-family: "Proxima Nova", sans-serif;
}
article.media-article h3{
    font-size: 21px;
    color: #0D0D0D;
    font-weight: 600;
}
article.media-article p{
    color: #737373;
    font-size: 17px;
    line-height: 24px;
}
.media-articles{
    display: flex;
    flex-wrap: wrap;
    margin: 0 150px;
    justify-content: center;
}
article.media-article .body-content{
    padding: 20px;
}
article.media-article .head-image img{
    width: 100%;
}
.pagination ul{
    display: flex;
    justify-content: center;
}
.pagination ul li{
    margin-right: 6px;

}
.pagination .arrow a{
    display: flex;
    align-items: center;
    height: 100%;
    border: none;
}
.pagination .arrow.disable a > svg path{
    stroke: #d4d4d4;
}
.pagination .prev-arrow a > svg{
    transform: rotate(-180deg);
}
.pagination ul li > a{
    padding: 3px 10px;
    background: #fff;
    font-weight: 600;
    font-family: "Proxima Nova", sans-serif;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    color: #737373;
}
.pagination ul li.more > a{
    border: none;
}
.pagination ul li > a.active{
    background: #03A688;
    border: 1px solid #03A688;
    color: #fff;
}


.promo-header.organizations{
    
    background-position: top center !important;
     background-repeat: no-repeat !important;
     background-size: cover !important;
}
.promo-header.partners{
    
    background-position: top center !important;
     background-repeat: no-repeat !important;
     background-size: cover !important;
}




.about-media-page .about-media-content .about-media-head{
    text-align: center;
    padding-top: 50px;
}
.section_title-wrap h1{
    padding-bottom: 10px;
}

.about-media-page .tab-nav ul{
    display: flex;
}
.about-media-page .tab-nav ul li{
    padding: 6px 12px; 
    border-radius: 7px;
    border: 1px solid #e5e5e5;
    margin: 0 6px;
    cursor: pointer;
    text-align: center;
}

.about-media-page .tab-nav ul li:first-child{
    margin-left: 0;
}
.about-media-page .tab-nav ul li > span{
    font-size: 14px;
    font-weight: 600;
    font-family: "Proxima Nova", sans-serif;
    color: #737373;
    line-height: 1.4em;
}
.about-media-page .tab-nav ul li.active{
    background: #03A688;
    color: #fff;
    border: 1px solid #03A688;
}
.about-media-page .tab-nav ul li.active > span{
    color: #fff;
}
.about-media-page .about-media-body{
    padding-top: 30px;
}
.controls-panel{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tab{
    display: none;
}
.tab.active{
    display: block;
}
.media-articles article{
    margin-right: 9px;
    margin-bottom: 30px;
}
.media-articles article:last-child{
    margin-right: 0px;
}
.about-media-content{
    padding-bottom: 100px;
}
article.media-article.video .head-image{
    position: relative;
}
article.media-article.video .head-image .play{
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;

}
article.media-article.video .body-content{
    padding: 0;
    padding-top: 15px;
}
.media-article.video{
    box-shadow: none;
}
article.media-article.video .head-image .play img{
    padding-left: 5px;
    width: auto; 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.grid{
    display: flex;
    height: auto !important;
    flex-wrap: wrap;
    margin: 0 150px;
    justify-content: center;
    margin-bottom: 30px;
}
.grid-item {cursor: pointer;padding: 5px;top:0 !important;position:relative !important;left: 0 !important;max-width:315px;}
.grid-item img{
    width: 100%;
    height: 100%;
}
.image-media-events{
    text-align: center;
    padding-top: 30px;
}
.info-event ul{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 15px 0;
    border-radius: 10px;
}
.info-event ul li{
    margin-right: 30px;
}
.info-event ul li:last-child{
    margin-right: 0px;
}
.info-event ul li span{
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
}
.info-event ul li span.text-info{
    color: #068BBF;
    font-weight: 600;
    padding-right: 10px;
}
.info-event ul li span.text-value{
    color: #0D0D0D;
}
.content-info-events{
    margin-bottom: 100px;
}



.content-media-events h2{
    font-size: 36px;
    line-height: 50px;
    margin: 40px auto;
    text-align: center;
}
.info-event{
    margin-bottom: 50px;
}
.content-media-events .container{
    max-width: 995px;
}
p > a{
    text-decoration: underline;
    color: #03a689;
}
.info-content p{
    margin-bottom: 30px;
}
.info-content p:last-child{
    margin-bottom: 0px;
}
.research-projects .section_more{
    width: 100%;
}

.promo-header{
    padding: 186px 0;
}
.promo-header h1.section_title{
    font-size: 64px;
    line-height: 70px;
    color: #fff;
}
.promo-header p.section_sub{
    color: #fff;
    font-size: 17px;
    max-width: 481px;
}
.promo-header.people{
    background-image: url("../img/pictures/promo-image-people.jpg");
    background-position: top center;
     background-repeat: no-repeat;
     background-size: cover;
}
.promo-content-block .promo-content-slogan{
    max-width: 995px;
    margin: 0 auto;
    padding-top: 100px;
    /*margin-bottom: 100px;*/
}
/*
.promo-content-block{
    padding-bottom: 100px;
}*/
.promo-content-block .promo-content-slogan p{
    text-align: center;
    font-size: 21px;
    line-height: 32px;
}
.promo-content-users.section{
    padding-bottom: 0;
}
.topic_heading.reverse-color .topic_heading-title{
    color: #068BBF;
}
.topic_heading.reverse-color .topic_heading-time{
    color: #A8A8A8;
}
.user-carts article{
    padding: 0 37.5px !important;
    width: 33.3% !important;
}
.socials ul{
    display: flex;
}
.socials ul li{
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 50px !important;
    margin-right: 10px;
}
.socials ul li > a{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 5px;
    position: relative;
    

}
.socials ul li > a > img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.filter_item input.event-date{
    border: 1px solid #E5E5E5;
    width: 100%;
    padding: 8px 12px;
    border-radius: 7px;
    color: #737373;
    font-family: "Proxima Nova";
}
.daterangepicker{
    display: block !important;
}
.calendar{
    position: relative;
}
.calendar .daterangepicker{
    top: 0 !important;
    position: relative;
    border: none;
}
.daterangepicker .drp-calendar.left{
    padding: 0;
    width: 100%;
}
.table-condensed thead tr:last-child{
    display: none;
}
.table-condensed thead{
    display: block;
    width: 100%;
}
.table-condensed thead tr{
    display: flex;
    justify-content: space-between;
}
.table-condensed{
    display: block;
}
.table-condensed tbody{
    display: block;
}
.table-condensed tbody tr{
    display: flex;
    justify-content: space-between;
}
.calendar-table{
    padding-bottom: 10px;
}
.table-condensed tbody tr > td{
    border: 1px solid #F6F6F6 !important;
    border-radius: 7px;
    margin-bottom: 3px;
    height: 30px !important;
    font-family: "Proxima Nova";
    color: #737373;
    font-weight: 600;
    line-height: 30px !important;
}
.table-condensed tbody tr > td.active{
    background: #03A688;

}
.table-condensed thead tr th{
    color: #737373;
    font-weight: 600;
    font-family: "Proxima Nova";
    text-transform: uppercase;
}
.table-condensed thead tr th.prev:hover{
    background: transparent !important;
}
.table-condensed thead tr th.next:hover{
    background: transparent !important;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span{
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    padding: 2px;
    border-color: #737373;
}
.table-condensed tbody tr > td.active:hover{
    background: #03A688;
}
.table-condensed tbody tr td.ends{
    color: #A8A8A8;
    background: #F7F7F7;
}
.daterangepicker .drp-calendar.left .calendar-table{
    padding-right: 0;
}

.calendar .daterangepicker:before{
    display: none;
}
.calendar .daterangepicker:after{
    display: none;
}
.drp-buttons{
    display: none !important;
}
.promo-header.summer-schools{
     background-position: top center !important;
     background-repeat: no-repeat !important;
     background-size: cover !important;

}
.topic-new{
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    background: #fff;
    border-radius: 10px;
    padding: 20px !important;
    margin-bottom: 20px;
    position: relative;
    
}
.topic-facilities-item.image{
    margin-left: auto;
}
.topic-new:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #E5E5E5;
    left: 0;
    bottom: -10px;
    
}
.topic-new:last-child::after{
    display: none;
}
.promi-projects .section{
    padding-top: 0;
}

.none-padding{
    padding: 0;
}

@media (min-width: 1454px) {
    .grid{
        margin-left: 60px;
        margin-right: 60px;
    }
    .media-articles{
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media (max-width: 1454px) {
    .grid{
        margin-left: 60px;
        margin-right: 60px;
    }
    .media-articles{
        margin-left: 60px;
        margin-right: 60px;
    }
}


.project_partners{
    flex-wrap: wrap;
}
.header__burger{
    flex: 0 0 30px;
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 5;
    overflow: hidden;
}
.header__burger span{
    background-color: rgb(3, 166, 136);
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    transition: all 0.5s ease;
}
body.lock{
    overflow: hidden;
}
.header__burger:before, .header__burger:after{
    content: "";
    background-color: rgb(3, 166, 136);
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.5s ease;
}
.header__burger:after{
    bottom: 0;
}
.header__burger.active:before{
    transform: rotate(45deg);
    top: 9px;
}
.header__burger.active span{
    transform: translateX(-35px);
}
.header__burger.active:after{
    transform: rotate(-45deg);
    bottom: 9px;
}
.more_elements{
    display: flex;
    align-items: center;
}
a.grid-item img{
    transition: all 0.5s;
}
a.grid-item:hover img{
    opacity: 0.8;
    transition: all 0.5s;
}

.menu_sub{
    z-index: 1;
}
header .search-form.more_element{
    line-height: 0;
}
.section.section-blog.padding-none .promo-content-users{
    padding-bottom: 0;
}




/*    New Styles     */
.content-sidebar.new-content-sidebar{
    display: block;
}
.content-sidebar.new-content-sidebar .content-sidebar_content{
    width: 100%;
}
.research-heading.new-research-heading{
    justify-content: center;
}
.new-research-heading h1{
    font-size: 48px;
}
.topic_text{
    font-size: 17px;
}
.topic_list{
    padding-top: 20px;
}
.topic_list li{
    position: relative;
    display: flex;
}
.topic_list li span{
    margin-left: 20px;
    color: #0D0D0D;
    font-size: 17px;
}
.topic_list li:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50px;
    background: #03A688;
    top: 13px;
}
.topic-facilities-item .images{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
   
}
.topic-facilities-item .images img{
    margin: 5px;
}
.topic-facilities-item.content{
    max-width: 500px;
}
.topic-facilities-item.heading{
    
    max-width: 250px;
    padding-right: 20px;
}
.research-heading.new-research-heading{
    margin-bottom: 50px;
}
.content-sidebar.new-content-sidebar{
    margin-top: 50px;
}
article.article.new-article{
    width: 25% !important;
    padding: 0 18px !important;
}
.pagination.new-pagination{
    margin-top: 10px;
}
.partners-navigation{
    display: flex;
}
.partners-navigation select{
    margin-right: 35px;
}
.partners-navigation .navigation-el{
    width: 50%;
    margin-bottom: 36px;
}
.partners-navigation input.navigation-el{
    border: none;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
}
.partners-navigation select.navigation-el{
    border: none;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
}
.promo-header p.section_sub{
    text-align: left;
}
/*    New Styles     */


