.header {
    box-shadow: 0 0 1px rgba(26, 32, 36, 0.32), 0 1px 2px rgba(91, 104, 113, 0.15);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 17px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0D0D0D;
}

.logo img {
    margin-right: 16px;
}

.logo .bold {
    font-weight: bold;
}

.menu {
    display: flex;
    align-items: center;
}

.menu li {
    position: relative;
}

.menu li:not(:last-child) {
    margin-right: 25px;
}

.menu li a {
    font-size: 17px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0D0D0D;
    display: flex;
    align-items: center;
    padding: 30px 0;
    position: relative;
}

.menu li a.active {
    color: #03A688;
}

.menu li a:before {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #03A688;
}

.menu li a.active:before {
    width: 100%;
}

.menu li a .arrow {
    margin-left: 10px;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}

.menu_sub {
    position: absolute;
    top: 100%;
    left: -40px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    min-width: 224px;
}

.menu li:hover > .menu_sub {
    opacity: 1;
    visibility: visible;
}

.menu li:hover .arrow {
    transform: rotate(180deg);
}

.menu_sub li {
    margin-right: 0 !important;
}

.menu_sub li a {
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #03A688;
    padding: 12px 30px;
    text-transform: none;
    white-space: nowrap;
    transition: all ease-in-out 0.3s;
}


.menu_sub li a:hover {
    background-color: #50BFAB;
}

.main-slider_item .container {
    position: relative;
}

.main-slider_item > img {
    width: 100%;
}

.main-slider_inner {
    position: absolute;
    left: 0;
    bottom: 100px;
}

.main-slider_text {
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    color: #FFFFFF;
    text-shadow: 0 0 1px rgba(26, 32, 36, 0.32), 0 1px 2px rgba(91, 104, 113, 0.32);
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin-right: 20px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    text-indent: -10000px;
    background: rgba(6, 139, 191, 0.5);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}


.slick-dots li.slick-active {
    margin-top: -1px;
}

.slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background-color: #068BBF;

}

.main-slider .slick-dots {
    position: absolute;
    bottom: 22px;
}

.main-slider .slick-dots li button {
    background: rgba(255, 255, 255, 0.5);
}
.main-slider .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 1);
}

.footer_top {
    background-color: #03A688;
}

.footer_inner {
    display: flex;
}

.footer_bottom {
    font-size: 17px;
    line-height: 24px;
    color: #737373;
    padding: 20px 0;
}

.footer_bottom a {
   color: inherit;
}

.footer_bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_social-wrap {
    display: flex;
    align-items: center;
}


.footer_social-link a:not(:last-child) {
    margin-right: 20px;
}

.footer_social-icons {
    margin-left: 30px;
}

.footer_social-icons a:not(:last-child) {
    margin-right: 15px;
}

.footer_top {
    padding: 40px 0;
}

.footer_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 75px;
    border-right: 1px solid #20BFA2;
}

.footer_logo-img {
    border: 2px solid #fff;
    border-radius: 50%;
    max-width: 54px;
    margin-bottom: 10px;
}

.footer_inner-wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 75px;
    color: #fff;
    width: 100%;
}

.footer_inner-wrap li:not(:last-child) {
    margin-bottom: 7px;
}

.footer_inner li {
    font-size: 17px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 7px;
}

.footer_inner li a {
    color: inherit;
}

.footer_contact img {
    margin-right: 14px;
}

.footer_title {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer_contact {
    display: flex;
    align-items: flex-start;
}

.section {
    padding: 100px 0;
}

.section-bg {
    background-color: #FBFBFB;
}

.section_title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.section_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 70px;
    color: #068BBF;
}

.section_sub {
    max-width: 840px;
    text-align: center;
    font-size: 21px;
    line-height: 24px;
    color: #0D0D0D;
}

.project {
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(26, 32, 36, 0.32), 0 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 10px;
    display: flex;
    margin-bottom: 20px;
}

.project_logo {
    padding: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #E5E5E5;
    min-width: 256px;
}

.project_content {
    padding: 20px;
    position: relative;
    width: 100%;
}

.project_title {
    font-size: 21px;
    line-height: 24px;
    color: #0D0D0D;
    margin-bottom: 10px;
}

.project_content p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 40px;
}

.project_partners-wrap {
    max-width: 420px;
}

.project_partners-wrap .project_partners:not(:last-child) {
    margin-bottom: 15px;
}

.project_partners .partner_title:not(:first-child) {
    margin-left: 10px;
}

.project_partners {
    font-size: 17px;
    line-height: 24px;
    color: #0D0D0D;
    display: flex;
}

.partner_title {
    font-weight: 600;
    color: #068BBF;
    white-space: nowrap;
    margin-right: 10px;
}

.project_more {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #03A688;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.section_more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.interactive {
    display: flex;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.interactive_map {
    min-width: 730px;
    border-radius: 0 10px 0 0;
}

.interactive_map img {
    max-width: 50px;
    width: 100%;
}

.interactive_map #map {
    height: 649px;
}

.interactive_heading {
    padding: 20px;
    background-color: #FBFBFB;
    border-radius: 10px 0 0 0;
    border-bottom: 1px solid #E5E5E5;
}

.interactive_heading .input {
    margin-bottom: 20px;
}

.interactive_heading .select {
    padding: 15px 70px 15px 15px;
    color: #0D0D0D;
    border: none;
    font-size: 17px;
}

.double-form {
    display: flex;
    margin: 0 -5px;
}

.double-form .form-input {
    width: calc(50% - 10px);
    margin: 0 5px;
}

.project-list::-webkit-scrollbar {
    width: 10px;
}

.project-list::-webkit-scrollbar-track {
    background-color: transparent;
}

.project-list::-webkit-scrollbar-thumb {
    background-color: #E5E5E5;
    border: 2px solid #FFFFFF;
    border-radius: 27px;
    width: 5px;
    height: 144px;
}

.project-list {
    max-height: 475px;
    overflow-y: auto;
}

.project-list_item {
    padding: 14px 20px 14px 20px;
}

.project-list_item.active {
    background-color: #F1FBFF;
}

.interactive-slider {
    margin-top: 50px;
}

.research_img {
    margin-bottom: 50px;
}

.research_p {
    font-size: 21px;
    line-height: 32px;
    text-align: center;
}

.section-blog_inner {
    display: flex;
    align-items: flex-start;
}

.section-blog_inner-right {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px 0 17px;
}

.section-blog_inner-right .article {
    width: 50%;
    padding: 0 17px;
    margin-bottom: 30px;
}
.section-blog_inner-right .article .article_title {
    min-height: 122px;
}
.article_thumb {
    margin-bottom: 15px;
    border-radius: 10px;
}

.article_thumb img {
    border-radius: 10px;
    width: 100%;
}

.article_date {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #A8A8A8;
    margin-bottom: 5px;
    display: inline-block;
}

.article_title {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #0D0D0D;
    margin-bottom: 8px;
}

.article_title a {
    color: inherit;
}

.article_text {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
}

.article_more {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #03A688;
}

.article_cat {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #A8A8A8;
    margin-bottom: 5px;
}

.article_cat a {
    color: inherit;
    margin-right: 5px;
}

.section-blog_inner .article-big {
    background-color: #FBFBFB;
}

.section-blog_inner .article-big .article_thumb,
.section-blog_inner .article-big .article_thumb img {
    border-radius: 0;
}

.section-blog_inner .article-big .article_header {
    padding: 0 30px;
}

.section-blog_inner .article-big .article_text {
    padding: 0 30px;
}

.section-blog_inner .article-big .article_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}

.section-blog_inner .article-big .article_date {
    font-size: 17px;
}

.section-blog_inner .article-big .article_text {
    font-size: 21px;
    line-height: 32px;
}

.section-blog_inner .article-big .btn {
    margin: 0 0 70px 30px;
}

.section-blog_inner-4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}

.section-blog_inner-4 .article {
    width: 25%;
    padding: 0 17px;
    margin-bottom: 35px;
}

.content-sidebar {
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
    margin-top: 30px;
}

.content-sidebar_sidebar {
    width: 275px;
    min-width: 275px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin-right: 35px;
}

.content-sidebar_content {
    width: calc(100% - 310px);
}

.content-sidebar_content .project_content p {
    margin-bottom: 25px;
}

.content-sidebar_content .project_partners-wrap {
    max-width: 520px;
}

.filter_item {
    padding: 10px 15px;
    border-bottom: 1px solid #E5E5E5;
}

.filter_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.filter_item .module__radio,
.filter_item .module__check {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.filter_item .module__radio:last-child,
.filter_item .module__check:last-child {
    margin-bottom: 0;
}


.filter_item .module__radio .quantity,
.filter_item .module__check .quantity {
    margin-left: auto;
    margin-top: -2px;
}

.filter_item .module__check .check {
    border-radius: 5px;
}

.filter_item .module__radio .text,
.filter_item .module__check .text {
    font-size: 14px;
}

.filter_item .module__check input:checked + .check {
    background: #03A688 url(../img/icons/checkbox_icon.svg) no-repeat center center;
    box-shadow: none;
}

.filter_item .check-additional {
    display: none;
}

.filter_item-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_item-more img {
    margin-left: 5px;
}

.filter_item-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #03A688;
}

.filter_item_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #0D0D0D;
    margin-bottom: 10px;
}

.content-sidebar_heading {
    padding: 10px 15px 0;
}

.content-sidebar_heading h3 {
    font-size: 14px;
    line-height: 24px;
}

.filter_action {
    margin-top: 15px;
}

.filter_action a {
    font-weight: 600;
    font-size: 14px;
    color: #737373;
    padding: 7px 11px 6px;
    border: 1px solid #E5E5E5;
    border-radius: 7px;
    margin-right: 2px;
}

.filter_action a.active {
    background-color: #03A688;
    border-color: #03A688;
    color: #fff;
}
.filter_item-more a img {
    transition: all .2s ease-in-out;
}
.filter_item-more a.active img {
    transform: rotate(180deg);
}
/* .filter_item-more.active + .check-additional {
    display: block;
} */

.research-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.research_title {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #068BBF;
}

.research-panel {
    display: flex;
    margin-bottom: 10px;
}

.research-pane_btn {
    display: flex;
    border-right: 1px solid #E5E5E5;
    margin-right: 10px;
}

.research-pane_btn a {
    font-weight: 600;
    font-size: 14px;
    color: #737373;
    padding: 7px 11px 6px;
    border: 1px solid #E5E5E5;
    border-radius: 7px;
    margin-right: 10px;
}

.research-pane_btn a.active {
    background-color: #03A688;
    border-color: #03A688;
    color: #fff;
}

.research-result {
    display: flex;
    margin-bottom: 20px;
}

.research-result_item {
    padding: 7px 11px 6px;
    background-color: #F7F7F7;
    border-radius: 29px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.research-result_item .research-del {
    display: flex;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
}

.projects .pagination,
.topics .pagination {
    margin-top: 30px;
}

.topic {
    display: flex;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E5E5E5;
}

.topics .topic.topic-border {
    box-shadow: 0 0 1px rgba(26, 32, 36, 0.32), 0 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 10px;
    padding: 20px !important;
    background-color: #fff;
}

.topic.topic-border .topic_content {
    margin-bottom: 0;
}


.topics .topic:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.topic_logo {
    margin-right: 30px;
    border-radius: 10px;
    min-width: 220px;
}

.topic_logo img {
    border-radius: 10px;
}

.topic_title {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    color: #0D0D0D;
    margin-bottom: 10px;
}

.topic_heading {

    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #A8A8A8;
}

.topic_heading a {
    color: #068BBF;
    font-weight: 600;
}

.topic_heading-time {
    padding-left: 20px;
    position: relative;
}

.topic_heading-time:before {
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    left: 7px;
    top: 6px;
    border-radius: 50%;
    background-color: #A8A8A8;
}

.topic_content {
    font-size: 17px;
    line-height: 24px;

}

.topic_content .topic_more {
    margin-top: 15px;
}

.topic_more {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #03A688;
    display: inline-block;
}

.topic_authors {
    color: #068BBF;
    margin: 10px 0;
}
.topic_authors a {
    font-size: 17px;
    line-height: 20px;
    text-decoration-line: underline;
    color: inherit;
}

.topic_heading-cat {
    text-transform: uppercase;
    color: #068BBF;
}

.topic-facilities .topic_title {
    text-transform: none;
}

.image-media-events p {
    font-style: italic;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin: 30px auto 50px;
}


.media-video.plyr--video .plyr__controls,
.media-video.plyr--video .plyr__controls .plyr__control {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.plyr__poster {
    background-size: cover;
}

.plyr__poster:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7) url(../img/icons/play_icon.svg) no-repeat;
    background-position: 24px center;
    z-index: 2;
    cursor: pointer;
    transition: 0.15s all ease-in-out;
}

.plyr__controls {
    opacity: 0;
    visibility: hidden;
}


.plyr--playing .plyr__controls {
    opacity: 1;
    visibility: visible;
}

.content-media-events p{
    font-size: 17px;
    line-height: 24px;
}

.content-map {
    width: 100%;
}

.interactive_map .gm-style .gm-style-iw-c {
    max-width: 360px !important;
}

.interactive_map .gm-ui-hover-effect {
    top: 0 !important;
    right: 2px !important;
}

.info-map {
    display: flex;
    align-items: center;

}


.info-map_content {
    font-size: 17px;
    line-height: 24px;
    color: #0D0D0D;
    margin: 0 15px;
    max-width: 220px;
}
.info-map_content a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #068BBF;
}

.info-map .gm-ui-hover-effect {
    top: -10px;
    right: -10px;
}

.map_icon {
    width: 12px;
    height: 12px;
    background: #F5D215;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 1px rgba(26, 32, 36, 0.32), 0 1px 2px rgba(91, 104, 113, 0.32);
}

