/*
Theme Name: Innovation University
Theme URI:
Author: CWC
Author URI:
Description: Theme for Wordpress
Version: 1.0
Text Domain: iu
*/
html, body {
    margin:0;
    padding:0;
    width:100%;
    min-height:100%;
    min-height:100vh;
    overflow-x:hidden;
}
body {
    display:flex;
    flex-direction:column;
    font-family:'Montserrat', sans-serif;
}

p {
    font-size:16px;
    font-weight:300;
    line-height:30px;
}
a {
    color:inherit;
}
h4 {
    font-size: 30px;
    line-height: 54px!important;
}
.hide,
.no-js .no-js-hide {
    display:none!important;
}
.content {
    flex:1;
    height:100%;
}

.container {
    width:100%;
    margin:0 auto;
    max-width:1140px;
}
.center {
    margin:auto;
    text-align:center;
}
.button {
    font-size:18px;
    font-weight:600;
    line-height:37px;
    min-width:220px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
    padding:10px 25px;
    border-radius:30px;
    text-decoration:none;
    text-transform:uppercase;
    color:#1A1A1A;
    border-width:2px;
    border-style:solid;
    cursor:pointer;
    border-color:#3FCBEF/*#0493FB*/;
}
.button-solid {
    color:#fff;
    background-color:#3FCBEF/*#0493FB*/;
    border-color:transparent;
}

.color-gray,
.has-dark-gray-color {
    color:#858585;
}

.segment-title {
    margin:0;
    display:block;
    font-size:36px;
    font-weight:600;
    line-height:100%;
    text-align:center;
    position:relative;
    padding-bottom:30px;
}
.segment-title::before {
    content:'';
    height:4px;
    width:180px;
    bottom:0;
    left:calc(50% - 90px);
    position:absolute;
    background-color:#1743BE/*#ffe600*/;
}

.title-underline {
    margin:0;
    line-height:100%;
    display:inline-block;
    border-bottom:4px solid #1743BE/*#ffe600*/;
}

.header {
    padding:30px 0;
    background-color:#fff;
}

.header .container {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.header .logo {
    color:#000;
    text-decoration:none;
    display:inline-block;
    font-size:17px;
    font-weight:bold;
    text-transform:uppercase;
}

.header .header-menu {
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    min-width:calc(80% - 180px);  /*50%;*/
}
.header .header-menu .menu-item {
    font-size:16px;
    font-weight:500;
    line-height:20px;
}
.header .header-menu .menu-item-link {
    color:#3F3F3F;
    text-decoration:none;
}
.header .header-menu .current-menu-item {
    position:relative;
}
.header .header-menu .current-menu-item::before {
    content:'';
    bottom:-10px;
    left:calc(50% - 4px);
    width:8px;
    height:8px;
    position:absolute;
    border-radius:100%;
    background-color:#0493FB;
}

.home .front-page-banner {
    padding-top:70px;
    padding-bottom:75px;
    background-image:url('assets/public/files/images/main-page-cover.png');
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff;
}
.home .front-page-banner .title {
    font-weight:600;
    font-size:42px;
    line-height:65px;
    text-transform:uppercase;
}
.home .front-page-banner .paragraph {
    font-size:20px;
    font-weight:300;
    line-height:32px;
}
.home .front-page-columns .title {
    margin-top:0;
    font-size:24px;
    font-weight:500;
    line-height:42px!important;
}
.home .front-page-columns .wp-block-column + .wp-block-column {
    border-left:2px solid #ededed;
}
.home .front-page-columns .wp-block-column:first-child {
    margin-right:100px;
}
.home .front-page-columns .wp-block-column:not(:first-child) {
    margin-left:0;
    padding-left:100px;
}

.home .front-page-columns .wp-block-column:not(:first-child) h4 {
    font-size:18px;
    font-weight:500;
    line-height:37px;
    margin-bottom:6px;
}
.home .front-page-columns .wp-block-column:not(:first-child) p {
    margin-top:6px;
    color:#858585;
    font-size:16px;
    font-weight:300;
    line-height:30px;
}
.home .front-page-columns .wp-block-column:not(:first-child) p + h4 {
    margin-top:60px;
}

.home .front-page-columns .wp-block-column:not(:first-child) .icon {
    position:relative;
}
.home .front-page-columns .wp-block-column:not(:first-child) .icon::before {
    content:'';
    position:absolute;
    display:inline-block;
    vertical-align:middle;
    background-image:url('assets/public/files/images/front-page-column-icons.png');
    background-position:left center;
    background-repeat:no-repeat;
    background-size:cover;
}

.home .front-page-columns .wp-block-column:not(:first-child) .icon-document::before {
    top:5px;
    left:-43px;
    width:28px;
    height:27px;
    height:30px;
    background-position:0 -27px;
}
.home .front-page-columns .wp-block-column:not(:first-child) .icon-canvas::before {
    top:5px;
    left:-43px;
    width:28px;
    height:27px;
    background-position:0 0;
}
.home .front-page-columns .wp-block-column:not(:first-child) .icon-list::before {
    top:5px;
    left:-43px;
    width:28px;
    height:27px;
    background-position:0 -56px;
}

.home .svg-map-segment {
    overflow:hidden;
    padding-top:100px;
    padding-bottom:120px;
    background-color:#fafafa;
}
.home .svg-map-container {
    margin-top:60px;
    position:relative;
}
.home .svg-map {
    width:100%;
    height:100%;
}
.home .svg-map .region {
    stroke:#a4a4a4;
    fill: rgba(255, 255, 255, 1);
    stroke-width:.5;
}
/*
.home .svg-map .region,
.home .svg-map .city-name,
.home .svg-map .experts-count,
.home .svg-map .region-number {
    transition:all .3s ease-out;
}
*/

/* .home .svg-map .region:hover {
    fill:#F0D858;
    stroke:#F0D858;
} */
.home .svg-map .region-number {
    fill:#ccc;
}
/* .home .svg-map .region:hover + .region-number {
    fill:#F0D858;
} */
.svg-map-popup {
    color:#fff;
    text-align:center;
    padding:16px 35px;
    border-radius:100px;
    position:absolute;
    display:inline-block;
    background-color:#1743BE/*#F0D858*/;
    cursor:pointer;
}
.svg-map-popup:not(.active) {
    display:none;
}
.svg-map-popup .city-name {
    margin:0;
    font-size:18px;
    font-weight:bold;
    line-height:100%;
}
.svg-map-popup .experts {
    opacity:.6;
    font-size:14px;
    line-height:100%;
}



/* .home .svg-map .city-name,
.home .svg-map .experts-count {
    fill:#000;
    fill:#fff;
} */
/* .home .svg-map .experts-count {
    font-weight:bold;
} */
/*
.home .svg-map .region:hover + .region-number,
.home .svg-map .region:not(:hover) ~ .region-hover {
    display:none;
}
*/


.home .persons-carousel {
    overflow:hidden;
    margin-top:80px;
    margin-bottom:40px;
    white-space:nowrap;
}

.home.no-js .persons-carousel {
    font-size:0;
    overflow-x:auto;
}

.home .events-segment {
    padding-top:100px;
    padding-bottom:100px;
}
.home .events-list {
    margin-top:60px;
    margin-bottom:80px;
    white-space:nowrap;
}
.footer {
    color:#fff;
    padding:80px 0;
    background-color:#1743BE/*#F0D858*/;
}

.footer .container {
    display:flex;
    white-space:nowrap;
}

.footer .container .column {
    white-space:normal;
}

.footer .info .title {
    font-weight:bold;
    font-size:17px;
    line-height:21px;
    /*color:#1D1D1D;*/
    margin-bottom:25px;
    text-transform:uppercase;
}
.footer .info .text {
    font-weight:300;
    font-size:14px;
    line-height:26px;
    max-width:360px;
}
.footer .info + .contacts {
    margin-left:100px;
}
.footer .contacts .title {
    font-weight:600;
    margin-bottom:25px;
    font-size:18px;
    line-height:22px;
    /*color:#3F3F3F;*/
}
.footer .contacts .row {
    display:flex;
}
.footer .contacts .row + .row {
    margin-top:12px;
}
.footer .contacts .row .label {
    min-width:80px;
    font-weight:500;
    font-size:16px;
    line-height:20px;
}
.footer .contacts .row .label + .value {
    margin-left:7px;
}
.footer .contacts .row .value {
    font-size:16px;
    line-height:20px;
}
.footer .contacts .row .value .link {
    color:inherit;
    text-decoration:none;
}
.footer .contacts + .navigation {
    margin-left:50px;
}
.footer .navigation .footer-menu {
    margin:0;
    padding:0;
    list-style:none;
    font-weight:600;
    font-size:18px;
    line-height:22px;
    /*color:#3F3F3F;*/
}
.footer .navigation .footer-menu .menu-item + .menu-item {
    margin-top:15px;
}
.footer .navigation .footer-menu .menu-item-link {
    color:inherit;
    text-decoration:none;
}
.footer .navigation + .social {
    margin-left:55px;
}
.footer .social {
    opacity:.7;
    display:flex;
    flex-direction:column;
}
.footer .social .icon {
    width:25px;
    height:25px;
    color:inherit;
    text-decoration:none;
    display:inline-block;
    vertical-align:middle;
    background-image:url('assets/public/files/images/footer-social-icons.png');
    background-position:left center;
    background-repeat:no-repeat;
    background-size:cover;
}
.footer .social .icon.facebook {
    background-position:0 0;
}
.footer .social .icon.twitter {
    background-position:0 -26px;
}
.footer .social .icon + .icon {
    margin-top:13px;
}



.persons-list {
    font-size:0;
    margin-left:-30px;
    margin-right:-30px;
}
.persons-list .person-item {
    width:100%;
    color:inherit;
    text-decoration:none;
    margin:0 30px;
    font-size:1rem;
    max-width:265px;
    white-space:normal;
    vertical-align:top;
    display:inline-block;
}
.persons-list .person-item .person-item-image {
    border:0;
    width:100%;
    height:315px;
    display:block;
    object-fit:cover;
}
.persons-list .person-item .person-item-fullname {
    font-size:17px;
    font-weight:600;
    line-height:26px;
    margin-top:15px;
    margin-bottom:0px;
}
.persons-list .person-item .person-item-excerpt {
    font-size:15px;
    line-height:21px;
    color:#858585;
}
.events-list {
    font-size:0;
    display:flex;
    flex-wrap:wrap;
    margin-left:-30px;
    margin-right:-30px;
}
.events-list .event-item {
    text-decoration:none;
    color:inherit;
    white-space:normal;
    width:100%;
    font-size:1rem;
    min-height:470px;
    vertical-align:top;
    display:inline-block;
    margin:25px 30px;
    max-width:calc((100% - 180px) / 3);
    background-color:#fff;
    box-shadow:0px 4px 35px rgba(0, 0, 0, .08);
}
.events-list .event-item .event-item-image {
    width:100%;
    height:215px;
    border:0;
    display:block;
    object-fit:cover;
}
.events-list .event-item .event-item-date {
    font-size:14px;
    line-height:37px;
    color:#ADADAD;
}
.events-list .event-item .event-item-title {
    margin:0;
    font-weight:600;
    font-size:18px;
    line-height:29px;
    color:#000;
}
.events-list .event-item .event-card-content {
    padding:15px 25px;
}


.input {
    border:0;
    font-weight:300;
    font-size:18px;
    line-height:24px;
    color:#A9A9A9;
    padding:15px 20px;
    background-color:#F0F0F0;
}

.category-2 .container + .container {
    margin-top:100px;
}

.category-2 .content {
    padding:100px 0;
    background-color:#FAFAFA;
}
.select2-container,
.category-2 .ui .select2 .select2-selection__rendered,
.category-2 .ui .select2 .select2-selection__placeholder {
    color:#4D4D4D;
    font-size:18px;
    line-height:24px;
    background-color:#F0F0F0;
}
.category-2 .ui .select2 .select2-selection__rendered {
    position:relative;
    padding:15px 20px;
    padding-right:50px;
    display:inline-block;
}
.category-2 .ui .select2 .select2-selection__rendered::before {
    content:'';
    top:17px;
    right:20px;
    width:21px;
    height:21px;
    display:block;
    position:absolute;
    background-size:cover;
    background-repeat:no-repeat;
    background-image:url('assets/public/files/images/select-dropdown-arrow.png');
}
.select2-dropdown .select2-search {
    padding:15px 20px;
}
.select2-dropdown .select2-results .select2-results__options {
    margin:0;
    padding:0;
    list-style:none;
    padding:15px 20px;
}
.select2-dropdown .select2-results .select2-results__options li {
    padding:8px 0;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option:hover {
    cursor:pointer;
    color:#A9A9A9;
}
.category-2 > .select2-container {
    padding-top:25px;
    box-shadow:0px 10px 10px 0px rgba(0,0,0, .15);
    /* box-shadow:0px 4px 35px rgba(0, 0, 0, .12); */
}
.select2-search__field {
    border:1px solid #ccc;
    outline:0;
    font-weight:300;
    font-size:18px;
    line-height:24px;
    /* color:#A9A9A9; */
    padding:5px 10px;
    background-color:#F0F0F0;
}
.category-2 .persons-list {
    margin-left:-15px;
    margin-right:-15px;
}
.category-2 .persons-list .person-item {
    /*
    max-width:262px;
    margin:0 15px;
    */
    max-width:330px;
    margin:30px;
}
.category-2 .ui {
    margin:60px 0;
}
.category-2 .ui .input {
    min-width:300px;
    margin-left:40px;
}
.category-2 .load-more-container {
    margin-top:30px;
}
.category-3 .content {
    padding:100px 0;
    background-color:#FAFAFA;
}
.category-3 .events-list {
    margin-top:40px;
    margin-bottom:50px;
}
.category-30 .content {
    padding:100px 0;
    background-color:#FAFAFA;
}
.category-30 .events-list {
    margin-top:40px;
    margin-bottom:50px;
}

.category-31 .content {
    padding:100px 0;
    background-color:#FAFAFA;
}
.category-31 .container ~ .container {
    margin-top:100px;
}

.category-31 .media-list {
    padding:50px 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:stretch;
    align-items:stretch;
    justify-items:stretch;
}
.category-31 .media-list .media-item {
    margin:25px 30px;
    font-size:1rem;
    /* display:inline-block; */
    display:flex;
    flex-direction:column;
    width:calc((100% - 190px) / 3);
    min-width:265px;
    white-space:normal;
    vertical-align:top;
}
.category-31 .media-list .media-item .media-link {
    max-height:360px;
    height:100%;
    width:100%;
    color:inherit;
    display:block;
    text-decoration:none;
}
.category-31 .media-list .media-image {
    border:0;
    width:100%;
    height:315px;
    display:block;
    object-fit:cover;
}
.category-31 .media-list .media-excerpt {
    padding:15px 0;
    font-size:15px;
    line-height:21px;
    color:#858585;
}
.category-31 .media-category-33 .media-item {
    width:calc((100% - 125px) / 2);
}
.category-31 .media-category-33 .js-gallery-item {
    position:relative;
}
.category-31 .media-category-33 .js-gallery-item::before {
    content:'';
    top:0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
}
.category-31 .media-category-33 .js-gallery-item figure {
    height:100%;
    margin:0;
    padding:0;
}
.category-31 .media-category-33 .js-gallery-item iframe,
.category-31 .media-category-33 .js-gallery-item video {
    width:100%;
    height:100%;
    object-fit:cover;
}


.about-first-segment {
    padding:100px 0;
    background-color:#FAFAFA;
}
.about-first-segment .columns {
    margin-top:60px;
    display:flex;
    justify-content:space-between;
}
.about-first-segment .columns .column {
    /*max-width:calc((100% - 60px) / 3);*/
    width:50%;
}
.about-first-segment .columns .column .column-title {
    margin:0;
    margin-bottom:25px;
    font-weight:500;
    font-size:20px;
    line-height:24px;
}
.about-first-segment .columns .column p {
    font-weight:300;
    font-size:18px;
    line-height:30px;
    color:#636363;
}
.about-second-segment {
    margin-top:70px;
    margin-bottom:100px;
}
.about-second-segment h4 {
    font-weight:500;
    font-size:24px;
    line-height:42px!important;
}

.about-second-segment p {
    font-weight:300;
    font-size:16px;
    line-height:28px;
}

.category-post-2 .base-info {
    display:flex;
    padding-top: 50px;
}
.category-post-2 .base-info .column-image {
    max-width:360px;
}
.category-post-2 .base-info .column-image .wp-post-image {
    border:0;
    width:263px;
    height:314px;
    display:block;
    object-fit:cover;
}
.category-post-2 .base-info .column-image + .column-info {
    margin-left:30px;
}
.category-post-2 .base-info .column-info .title-underline {
    margin-top:20px;
    margin-bottom:40px;
}
.category-post-2 .base-info .column-info .sub-title {
    margin-top:0;
}
.category-post-2 .base-info .column-info .info-line {
    font-size:16px;
    line-height:24px;
}
.category-post-2 .base-info .column-info .info-line + .info-line {
    margin-top:15px;
}
.category-post-2 .base-info .column-info .info-line .line-label {
    font-weight:600;
}
.category-post-2 .post-content {
    margin-top:30px;
    margin-bottom:80px;
}
.category-post-2 .post-content h6,
.category-post-2 .post-content h5,
.category-post-2 .post-content h4,
.category-post-2 .post-content h3,
.category-post-2 .post-content h2,
.category-post-2 .post-content h1 {
    margin-top:0;
    margin-bottom:15px;
    font-size:20px;
    font-weight:500;
    line-height:38px;
    display:inline-block;
    border-bottom:4px solid #1743BE/*#ffe600*/;
}
.category-post-2 .post-content p {
    font-weight:400;
    font-size:18px;
    line-height:38px;
}
.category-post-2 .post-content ul {
    margin:0;
    padding:0;
    font-size:18px;
    line-height:38px;
    padding-left:0;
    list-style:none;
}
.category-post-2 .post-content ul li {
    padding-left:30px;
    position:relative;
}
.category-post-2 .post-content ul li:before {
    content:'\2022';
    top:0;
    left:0;
    line-height:.5;
    font-size:3.25em;
    color:#0493FB;
    position:absolute;
    /* margin-right:.5em; */
    display:inline-block;
}
.category-post-2 .post-content .wp-block-columns h6,
.category-post-2 .post-content .wp-block-columns h5,
.category-post-2 .post-content .wp-block-columns h4,
.category-post-2 .post-content .wp-block-columns h3,
.category-post-2 .post-content .wp-block-columns h2,
.category-post-2 .post-content .wp-block-columns h1 {
    border-bottom:0;
}
.category-post-2 .post-content .wp-block-columns + .wp-block-columns {
    margin-top:5px;
}
.category-post-2 .post-content .wp-block-column {
    margin-bottom:0;
}
.category-post-2 .post-content .wp-block-column p {
    margin:0;
    font-size:18px;
    font-weight:normal;
    line-height:36px;
}
.category-post-2 .post-content .wp-block-column:not(:first-child) {
    flex:1;
}

.category-post-2 .post-content .wp-block-columns.width-10 .wp-block-column:first-child  {
    flex-basis:10%;
}
.category-post-2 .post-content .wp-block-columns.width-15 .wp-block-column:first-child  {
    flex-basis:15%;
}
.category-post-2 .post-content .wp-block-columns.width-20 .wp-block-column:first-child  {
    flex-basis:20%;
}
.category-post-2 .post-content .wp-block-columns.width-25 .wp-block-column:first-child  {
    flex-basis:25%;
}
.category-post-2 .post-content .wp-block-columns.width-30 .wp-block-column:first-child  {
    flex-basis:30%;
}

.category-post-2 .post-content .wp-block-column:not(:first-child) h6,
.category-post-2 .post-content .wp-block-column:not(:first-child) h5,
.category-post-2 .post-content .wp-block-column:not(:first-child) h4,
.category-post-2 .post-content .wp-block-column:not(:first-child) h3,
.category-post-2 .post-content .wp-block-column:not(:first-child) h2,
.category-post-2 .post-content .wp-block-column:not(:first-child) h1 {
    font-size:18px;
    margin-bottom:0;
}
.category-post-2 .post-content .wp-block-column:not(:first-child) ul {
    margin:0;
    padding:0;
    list-style:none;
}
.category-post-2 .post-content .wp-block-column:not(:first-child) ul li {
    padding:0;
}
.category-post-2 .post-content .wp-block-column:not(:first-child) ul li:before {
    content:'\2022';
    font-size:1em;
    color:inherit;
    position:relative;
    margin-right:.5em;
    display:inline-block;
}


.category-post-3 .container {
    display:flex;
}
.category-post-3 .content {
    padding:100px 0;
    background-color:#FAFAFA;
}


.category-post-3 .main-content .post-cover .wp-post-image {
    width:100%;
    max-height: 70vh;
    object-fit:cover;
}
.category-post-3 .main-content .post-title {
    margin-top:0;
    font-size:24px;
    font-weight:500;
    line-height:42px;
}

.category-post-3 .main-content p {
    font-size:18px;
    font-weight:300;
    line-height:32px;
}
.category-post-3 .main-content h6,
.category-post-3 .main-content h5,
.category-post-3 .main-content h4,
.category-post-3 .main-content h3,
.category-post-3 .main-content h2,
.category-post-3 .main-content h1 {
    margin-top:25px;
    margin-bottom:20px;
    font-size:18px;
    font-weight:500;
    line-height:24px;
}
.category-post-3 .main-content ul {
    font-size:18px;
    font-weight:300;
    line-height:24px;
    list-style: none;
    padding:0;
    margin:0;
}
.category-post-3 .main-content ul li {
    position:relative;
    padding-left:25px;
}
.category-post-3 .main-content ul li::before {
    content:'\2022';
    opacity:.4;
    left:0;
    top:0;
    line-height:.2;
    font-size:3.25em;
    position:absolute;
}


.category-post-3 .main-content .post-date {
    margin-top:5px;
    text-align:right;
    font-size:20px;
    line-height:37px;
    color:#ADADAD;
}

.category-post-3 .sidebar {
    margin:0;
    width:100%;
    min-width: 320px;
    box-sizing:border-box;
}
.category-post-3 .main-content + .sidebar {
    margin-left:65px;
}
.category-post-3 .sidebar .title {
    margin-bottom:25px;
}
.category-post-3 .sidebar .title-underline {
    font-size:24px;
    font-weight:600;
    line-height:37px;
}
.category-post-3 .sidebar .events-list {
    margin:0;
}
.category-post-3 .sidebar .event-item {
    margin:0;
    min-height:450px;
    max-width:100%;
}
.category-post-3 .sidebar .event-item + .event-item {
    margin-top:65px;
}

.contacts-columns {
    align-items:center;
    padding-top:65px;
    padding-bottom:65px;
}

.contact-icon {
    padding-left:45px;
    position:relative;
    font-weight:500;
    font-size:24px;
    line-height:29px;
}
.contact-icon::before {
    content:'';
    position:absolute;
    left:0;
    width:30px;
    height:30px;
    display:inline-block;
    vertical-align:middle;
    background-size:cover;
    background-image:url('assets/public/files/images/contacts-icons.png');
    background-position:left center;
    background-repeat:no-repeat;
}
.contact-icon.email::before {
    background-position:0 0;
}
.contact-icon.phone::before {
    background-position:0 -31px;
}
.contact-icon.place::before {
    background-position:0 -62px;
}
.contact-icon.fb::before {
    background-position:0 -93px;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display:block;
    top:50%;
    margin-top:-2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 40px;
      height: 4px;
      background-color: #000;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
      bottom: -10px;
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top:20px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}


@media (min-width:1181px) {
    .header .hamburger {
        display:none;
    }
}
@media (max-width:1180px) {
    /* body.hader-menu-opened {
        overflow:hidden;
        max-height:100vh;
    } */
    body.hader-menu-opened::before {
        content:'';
        top:0;
        left:0;
        right:0;
        bottom:0;
        opacity:.4;
        z-index:1;
        position:fixed;
        background-color:#000;
    }
    .container {
        max-width:768px;
    }
    .header {
        top:0;
        left:0;
        right:0;
        z-index:1;
        position:fixed;
    }
    .content {
        margin-top:118px;
    }
    .header .header-menu {
        z-index:1;
        position:fixed;
        background-color:#fff;
        right:0;
        bottom:0;
        top:117px;
        min-width:250px;
        flex-direction:column;
        justify-content:flex-start;
    }
    .header .header-menu .menu-item {
        padding:1em 2em;
    }
    .header .header-menu .current-menu-item::before {
        left:20px;
        bottom:calc(50% - 4px);
    }
    .header .hamburger:not(.is-active) + .header-menu {
        display:none;
    }

    .home .front-page-banner .title {
        margin-top:0;
    }
    .home .fron-page-content .front-page-banner {
        padding-top:40px;
        padding-bottom:40px;
    }
    .home .fron-page-content .wp-block-spacer {
        height:75px!important;
    }
    .home .svg-map-segment {
        padding-top:50px;
        padding-bottom:60px;
    }
    .home .events-segment {
        padding-top:50px;
        padding-bottom:50px;
    }
    .events-list {
        margin-left:0;
        margin-right:0;
    }
    .events-list .event-item {
        margin-left:0;
        margin-right:0;
        max-width:100%;
    }
    .home .events-list {
        margin-top:30px;
        margin-bottom:40px;
    }
    .home .front-page-columns .wp-block-column:first-child {
        margin-right:25px;
    }
    .home .front-page-columns .wp-block-column:not(:first-child) {
        padding-left:60px;
    }
    .home .front-page-columns .wp-block-column:not(:first-child) .icon-document::before,
    .home .front-page-columns .wp-block-column:not(:first-child) .icon-canvas::before,
    .home .front-page-columns .wp-block-column:not(:first-child) .icon-list::before {
        left:-35px;
    }
    .category-2 .persons-list .person-item {
        max-width:calc((100% - 120px) / 2);
    }
    .category-3 .events-list {
        margin-left:-10px;
        margin-right:-10px;
    }
    .category-3 .events-list .event-item {
        margin-left:10px;
        margin-right:10px;
        max-width:calc((100% - 40px) / 2);
    }
    .category-post-3 .container {
        flex-direction:column;
    }
    .category-post-3 .main-content + .sidebar {
        margin-top:30px;
        margin-left:0;
    }
    .category-post-3 .sidebar {
        max-width:100%;
    }

    .category-31 .media-list .media-item {
        width:calc((100% - 125px) / 2);
    }
    .category-31 .media-category-33 .media-item {
        width:100%;
    }

    .footer {
        padding-top:40px;
        padding-bottom:15px;
    }
    .footer .container {
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .footer .container .column {
        margin:0;
        flex-basis:50%;
        margin-bottom:25px;
    }
}

@media (max-width:800px) {
    .container {
        max-width:360px;
    }
    .home .fron-page-content .front-page-banner {
        padding-top:15px;
        padding-bottom:10px;
    }
    .home .front-page-banner .title {
        font-size:36px;
        line-height:48px;
    }
    .home .fron-page-content .wp-block-spacer {
        height:25px!important;
    }
    .home .front-page-columns .title {
        line-height:36px;
    }
    .home .front-page-columns .wp-block-column:first-child {
        margin-right:0;
    }
    .home .front-page-columns .wp-block-column:not(:first-child) {
        padding-left:0;
    }
    .home .front-page-columns .wp-block-column + .wp-block-column {
        border:0;
    }
    .home .front-page-columns .wp-block-column:not(:first-child) .icon::before {
        display:none;
    }
    .home .front-page-columns .wp-block-column:not(:first-child) p + h4 {
        margin-top:30px;
    }
    .home .svg-map-segment {
        padding-top:20px;
        padding-bottom:30px;
    }
    .segment-title {
        font-size:28px;
        padding-bottom:20px;
    }
    .home .svg-map-container {
        margin-top:20px;
    }

    .about-first-segment {
        padding:50px 0;
    }
    .about-first-segment .columns {
        margin-top:30px;
        flex-direction:column;
    }
    .about-first-segment .columns .column {
        max-width:100%;
    }
    .about-first-segment .columns .column + .column {
        margin-top:25px;
    }
    .about-first-segment .columns .column .column-title {
        text-align:center;
        margin-bottom:15px;
    }
    .about-page .wp-block-columns {
        flex-wrap:wrap;
    }
    .about-page .wp-block-columns .wp-block-column {
        flex-basis:100%;
    }
    .about-page .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left:0;
    }
    .category-3 .content {
        padding:50px 0;
    }
    .category-3 .events-list .event-item {
        margin-left:0;
        margin-right:0;
        max-width:100%;
    }
    .category-2 .content {
        padding:50px 0;
    }
    .category-2 .ui {
        display:flex;
        align-items:center;
        flex-direction:column;
        justify-content:center;
    }
    .category-2 .ui > .select2 {
        width:auto!important;
    }
    .category-2 .ui .input {
        width:100%;
        margin-top:30px;
        margin-left:0;
    }

    .category-2 .persons-list {
        margin:0;
        display:flex;
        align-items:center;
        flex-direction:column;
        justify-content:center;
    }
    .category-2 .persons-list .person-item {
        max-width:100%; /*265px;*/
        margin:0;
    }
    .category-post-2 .base-info .column-image + .column-info {
        margin-left:0;
    }
    .category-post-2 .base-info {
        flex-direction:column;
    }

    .category-31 .media-list .media-item {
        width:100%;
    }

    .contacts-columns {
        flex-direction:column;
    }
    .contacts-columns .wp-block-column + .wp-block-column {
        margin-left:0;
    }


    .persons-list .person-item {
        margin:0 15px;
        max-width:360px;
    }
    .footer .container .column {
        flex-basis:100%;
    }
    .footer .social {
        flex-wrap:wrap;
        flex-direction:row;
    }
    .footer .social .icon + .icon {
        margin-top:0;
        margin-left:10%;
    }
}