html, body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #343A40;
    line-height:1.5;
    background-color:#fff;
}

body.active {
    overflow:hidden;
}

* {
    margin:0;
    padding:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: stretch;
    box-sizing: border-box;
    padding-top:32px;
    box-sizing: border-box;
}

a {
    color:inherit;
}

a:hover {
    text-decoration: none;
}

.page-wrapper {
    width:100%;
    max-width: 1240px;
    margin:0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 20px;
    position: relative;
}

.thin-page-wrapper {
    width:100%;
    max-width: 991px;
    margin:0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 20px;
    position: relative;
}

.section-title-row.thin-page-wrapper {
    flex-direction: column;
    align-items: flex-start;
}

.event-page-date {
    font-size: 13px;
    color: #979FA7;
    margin-top:8px;
}

.section-title-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.str-link {
    font-size: 15px;
    color: #868E96;
    font-weight:500;
    text-decoration: none;
    transition:0.2s;
    margin-bottom: 20px;
}

.str-link:hover {
    color:#000;
}

.section-title {
    font-weight: 700;
    line-height: 1.8;
    font-size: 32px;
    color: #212529;
    margin-bottom:20px;
    text-align: left;
}

.btn-row {
    
    width:100%;
}

.btn-row .btn {
    width:auto;
    padding:9px 20px;
    box-sizing: border-box;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
    border-radius:5px;
    border:2px solid #329AF0;
    background-color:#329AF0;
    color:#fff;
}

.btn-row .btn:hover {
    background:none;
    border:2px solid #329AF0;
    color:#329AF0;
}


.btn-row .btn.btn-blank {
    background:none;
    border:2px solid #329AF0;
    color:#329AF0;
}

.btn-row .btn.btn-blank:hover {
    background-color:#329AF0;
    color:#fff;
}




header {
    background-image:url(../img/header-image.jpg);
    background-repeat: no-repeat;
    background-color:#fff;
    background-size: cover;
    padding-bottom: 24px;
    box-sizing: border-box;
    padding-top:16px;
}

.header-top-row {
    width:100%;
    margin-bottom: 24px;
}

.header-top-row-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header-logos-block {
    display:flex;
    flex-flow:row wrap;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    width: 250px;
}

.header-logos-block > a {
    margin:0 7px;
}


.header-bot-logo {
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-bot-logo a {
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    max-width: 212px;
}

.header-bot-logo a img {
    width:100%;
}

.header-bot-logo p {
    font-size:11px;
    color: #212529;
    line-height:1.6;
}

.header-top-menu-info-side {
    display:flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 62%;
    padding-top: 30px;
}

header nav ul{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    flex-flow:row wrap;
}

header nav ul li {
    min-width: 33.33%;
    width: auto;
}

header nav ul li a {
    font-size: 14px;
    color: #0F1300;
    font-weight: 500;
    line-height: 1.6;
    padding:5px 20px;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:rgba(50, 154, 240, 0);
    text-decoration: none;
    transition: 0.2s;
    border-radius: 3px;
}

header nav ul li a.active {
    background-color:rgba(50, 154, 240, 1);
    color:#fff;
}

header nav ul li a:hover {
    background-color:rgba(50, 154, 240, 0.8);
    color:#fff;
}

.header-info-block {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    flex: 1 0 auto;
    margin-left: 40px;
}

.header-phones-links {
    position: relative;
    margin-bottom: 20px;
    padding-left:30px;
    box-sizing: border-box;
}

.header-phones-links::after {
    content:'';
    width:18px;
    height:18px;
    background:url(../img/icon-phone-blue.svg)no-repeat;
    background-size:cover;
    top: 8px;
    left:0;
    position:absolute;
}

.header-phones-links a {
    font-size: 24px;
    color: #212529;
    font-weight: 700;
    margin-bottom: 12px;
    text-decoration: none;
}

.header-phones-links a:last-child {
    margin-bottom: 0;
}

.order-consult-link-block {
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.order-consult-link-block a {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;

}

.order-consult-link-block a img {
    margin-right: 8px;
}

.order-consult-link-block a span {
    font-size: 15px;
    color: #329AF0;
    border-bottom:1px dashed #329AF0;
    font-weight: 600;
}

.order-consult-link-block a:hover span {
    border-bottom:1px dotted transparent;
}



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

.submenu ul {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}

.submenu ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.submenu ul li a:before {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width:3px;
    height:100%;
    background-color:#329AF0;
    transition: 0.2s;
|}

.submenu ul li a:hover:before {
    width: 100%;
}

.submenu ul li:hover a {
    color:#fff;
}

.submenu ul li a {
    padding:10px 30px;
    box-sizing: border-box;
    font-size: 15px;
    color: #343A40;
    font-weight: 600;
    text-decoration: none;
    z-index:1;
    transition: 0.2s;
    background-color:#fff;
    position: relative;
}

.submenu ul li a span {
    z-index: 2;
    position: relative;
}

.header-search-block {
    width:320px;
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.header-search-block input {
    background-color:#fff;
    height:42px;
    padding-left:16px;
    font-size:15px;
    outline: none;
    border:2px solid rgba(50, 154, 240, 0);
    border-radius: 3px;
    transition: 0.2s;
    width:100%;
}

.header-search-block input:focus {
    border:2px solid rgba(50, 154, 240, 1);
}

.header-search-block button {
    background:none;
    border:none;
    outline:none;
    cursor:pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    width:42px;
    height:42px;
    position: absolute;
    top: 0;
}

.burger-btn {
    display: none;
    justify-content: center;
    align-items: center;
    margin-left:24px;
}

.underlogo-text-for-mobile {
    display:none;
}

.submenu-mobile-opener {
    display:none;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 15px;
    color: #343A40;
    font-weight: 600;
    text-decoration: none;
    z-index: 1;
    transition: 0.2s;
    background-color: #fff;
}

.submenu-mobile-opener::before {
    content: '';
    position: absolute;
    width: 6px;
    top: 15px;
    right: 16px;
    height: 6px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    transition: 0.2s;
}


.submenu-mobile-opener.active::before {
    transform: rotate(135deg);
}

.search-call-btn {
    display:none;
    justify-content: center;
    align-items: center;
}

.search-call-btn img {
    width:18px;
}

.header-search-block-wrap {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.scb-close {
    display:none;
}

.search-call-btn.active img {
    display:none;
}

.search-call-btn.active img.scb-close {
    display:block;
}

.close-nav {
    display:none;
}
ul.inner-nav-list {
    position: absolute;
    left:0;
    top:100%;
    width:auto;
    min-width: 200px;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background-color:#fff;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    z-index:2;
}
ul.inner-nav-list li a, ul.inner-nav-list li{
    width:100%;
    color:#000;
}
ul li:hover ul.inner-nav-list {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
}
ul li ul.inner-nav-list a {
    padding-left:12px;
    padding-right: 12px;
}
ul li:hover ul.inner-nav-list a {
    padding-left:12px;
    padding-right: 12px;
    width:100%;
    position: relative;
    color: #000;
}
ul ul.inner-nav-list li a::after{
    display:none;
}
.submenu ul li:hover a {
    color: #000;
}
.submenu ul li a:hover {
    color: #fff;
}
ul li:hover ul.inner-nav-list a:hover {
    color:#fff;
}

@media screen and (max-width:1200px) {
    .header-logos-block > a {
        display:none;
    }

    .header-logos-block {
        max-width:212px;
    }

    header nav ul {
        width:440px;
    }

    .submenu ul li a {
        padding-left:20px;
        padding-right: 20px;

    }

    .header-info-block {
        margin-left:20px;
    }


}

@media screen and (max-width:991px) {

    .header-top-menu-info-side {
        padding-top:0;
    }

    .close-nav {
        position: absolute;
        top: 39px;
        right: 23px;
        width: 16px;
        height: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .close-nav img {
        width:100%;
        opacity: 0.4;
    }

    .header-search-block {
        width:40px;
        height:40px;
    }

    .header-search-block-wrap {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        height: 80px;
        right: 0;
        transform: translateY(-100%);
        transition: 0.2s;
        z-index: 2;
        background-color: #fff;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .header-search-block-wrap.active {
        transform: translateY(0);
    }

    .search-call-btn {
        display:flex;
    }

    .header-logos-block {
        max-width:133px;
    }

    .submenu-mobile-opener {
        display:flex;
    }

    .submenu-mobile-opener::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background-color: #329AF0;
        transition: 0.2s;
        z-index: 1;
    }

    .submenu ul {
        display:none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 2;

    }

    .submenu ul li {
        width:100%;
    }

    .submenu ul li a {
        width:100%;
        text-align: center;
        background: transparent;
        z-index: 2;
    }

    .submenu {
        width:100%;
        position: relative;
    }

    .nav-wrapper {
        position: fixed;
        top:0;
        bottom:0;
        right:0;
        width:100%;
        max-width:320px;
        background:url(../img/header-image.jpg)no-repeat;
        background-size:cover;
        background-position: center;
        z-index: 2;
        border-left:4px solid #4DADF7;
        padding: 32px 64px 32px 32px;
        box-sizing: border-box;
        transform:translateX(100%);
        transition: 0.2s;
    }

    .nav-wrapper.active {
        transform: translateX(0);
    }

    header nav ul {
        display:flex;
        flex-direction: column;
        width:100%;
    }

    header nav ul li {
        width:100%;
        min-width: unset;
        margin-bottom: 12px;
    }

    .header-phones-links a, .order-consult-link-block a span {
        font-size:0;
    }

    .header-phones-links::after{
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
    }

    .header-phones-links {
        margin-bottom: 0;
        padding:0;
    }

    .header-phones-links a, .order-consult-link-block a {
        display:flex;
        width:30px;
        height:30px;
        justify-content: center;
        align-items: center;
    }

    .header-phones-links, .order-consult-link-block {
        margin-left:24px;
    }

    .burger-btn {
        display:flex;
    }

    .header-info-block {
        display:flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow:row nowrap;
    }

    .header-top-menu-info-side {
        width:auto;
    }

    .header-top-row-wrap {
        align-items: flex-start;
    }

    .underlogo-text-for-mobile {
        display:block;
        font-size:11px;
        text-align: left;
    }

    .header-bot-logo p{
        display:none;
    }
}

@media screen and (max-width:768px) {
    .section-title-row {
        flex-direction: column;
        align-items: center;
    }

    .section-title-row {
        margin-bottom: 10px;
    }

    .section-title-row .str-link{
        margin-bottom: 0;
    }

    .section-title {
        line-height: 1.6;
        font-size:28px;
    }
}





.mbt-panel {
    width:100%;
    border: 2px solid #4DADF7;
    padding:20px 24px;
    font-size: 13px;
    color: #343A40;
    font-weight: 500;
    border-radius: 12px;
    line-height: 1.8;
    position: relative;
}

.close-mbt-panel {
    position: absolute;
    width:14px;
    height:14px;
    opacity: 0.3;
    display:flex;
    align-items: center;
    justify-content: center;
    top:14px;
    right:14px;
    cursor:pointer;
}

.close-mbt-panel img {
    width:100%;
}





/*.welcome-seciton*/

.welcome-section {
    padding:60px 0;
    box-sizing: border-box;
}

.welcome-carousel {
    width:100%;
}

.welcome-carousel .wc-unit {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    outline:none;
    padding:30px;
    box-sizing: border-box;
}

.wc-pic-wrap {
    position: relative;
    margin-bottom:22px;
}

.wc-pic-holder {
    width:183px;
    height:183px;
    border-radius: 200px;
    border:4px solid #fff;
    box-sizing: border-box;
    box-shadow: 4px 4px 20px 0;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}


.wc-pic-holder img {
    height:100%;
}

.wc-date {
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width:84px;
    height:84px;
    border:4px solid #fff;
    border-radius: 90px;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
    right:0;
    background-color:#329AF0;
}

.wc-unit p {
    font-size: 15px;
    color: #212529;
    text-align: center;
    font-weight:600;
    line-height: 1.8;
}

.slick-arrow {
    width:32px;
    height:32px;
    border:none;
    background:url(../img/arrow-right.svg)no-repeat;
    background-size:contain;
    background-position: center;
    position: absolute;
    top:110px;
    font-size:0;
    margin:auto;
    cursor:pointer;
    outline:none;
}

.slick-arrow.slick-next {
    right:0;
}

.slick-arrow.slick-prev {
    left:0;
    transform:rotate(180deg);
}





/*video-list-section*/

.video-list-section {
    background:url(../img/header-image.jpg)no-repeat;
    background-size:cover;
    background-position: center;
    padding-top:20px;
}

.video-list {
    display:flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow:row wrap;
    margin-bottom: 40px;
}

.vl-unit {
    width:calc(50% - 15px);
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

/* .vl-unit::after {
    content: '';
    top: 14px;
    position: absolute;
    left: 14px;
    width: 34px;
    height: 24px;
    background: url(../img/icon-youtube.svg)no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.2s;
} */

.vl-unit:hover::after {
    opacity:0;
}

.vl-unit:nth-child(2n) {
    margin-right: 0;
}

.video-pic-holder {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;

}

.video-pic-holder img {
    width:100%;
}

.video-item-info {
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:16px 20px;
    box-sizing: border-box;
    transition: 0.2s;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.6) 100%);
}

.vl-unit:hover .video-item-info  {
    opacity: 0;
}

.vii-name {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
    line-height:1.6;
}

.vii-date {
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.6;
    text-align: right;
}

.video-item-hover-info {
    position: absolute;
    bottom:0;
    left:0;
    top:0;
    width:100%;
    opacity: 0;
    transition: 0.2s;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding:16px 20px;
    box-sizing: border-box;
    background-image: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%);
    transform: translateY(20%);
}

.vl-unit:hover .video-item-hover-info {
    opacity: 1;
    transform: translateY(0);
}

.vii-bot-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    margin-top:20px;
}

.vii-youtube-link {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    font-size:13px;
    font-weight: 500;
    color:#fff;
}

.vii-youtube-link img {
    width:22px;
    margin-right:10px;
}

.vii-hov-text {
    font-size:13px;
    font-weight: 500;
    color:#fff;
    opacity: 0.8;
}

.video-item-hover-info .vii-name {
    width:100%;
    text-align: left;
    margin-bottom: 11px;
}

.video-list-panel .btn-row{
    margin-bottom: 40px;
}


@media screen and (max-width:768px) {
    .video-list {
        flex-direction: column;
        align-items: center;
    }

    .vl-unit {
        width:100%;
        margin-right: 0;
    }
}




.footer-top-row {
    padding-top:32px;
    padding-bottom: 12px;
    box-sizing: border-box;
    border-top:1px solid #DEE2E6;
}

.footer-top-row-wrap {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}

.f-unit {
    width:25%;
}

.footer-info-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.f-contact-unit {
    padding-left:24px;
    box-sizing: border-box;
    position: relative;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 600;
    margin-bottom: 10px;
}

.f-contact-unit::after {
    content:'';
    position: absolute;
    top:6px;
    width:14px;
    height:14px;
    left:0;

}

.footer-mail-box::after {
    background:url(../img/icon-mail-gray.svg)no-repeat;
    background-size:contain;
}

.footer-address-box::after {
    background:url(../img/icon-location-gray.svg)no-repeat;
    background-size:contain;
}


.footer-phone-box::after {
    background:url(../img/icon-phone-gray.svg)no-repeat;
    background-size:contain;
}

.f-contact-unit > * {
    text-decoration: none;
    color: #343A40;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom:10px;
}

.f-unit:nth-child(2) {
    padding-left: 11%;
    box-sizing: border-box;
}

.f-unit:nth-child(3) {
    padding-left: 5%;
    box-sizing: border-box;
}

.footer-menu-list ul {
    list-style:none;
}

.footer-menu-list ul li {
    margin-bottom: 24px;
}

.footer-menu-list ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #343A40;
    transition: 0.2s;
    font-weight: 600;
}

.footer-menu-list ul li a:hover {
    color:#329AF0;
}

.footer-soc-block .btn-row {
    margin-bottom: 24px;
}

.soc-list {
    display:flex;
    justify-content: center;
    align-items: center;
}

.soc-list a {
    text-decoration: none;
    margin:0 10px;
}

.footer-soc-block {
    width:auto;
}

.soc-list a img {
    transition: 0.2s;
}

.soc-list a:hover img {
    opacity: 0.7;
}

.footer-bot-row {
    border-top:1px solid #DEE2E6;
    padding-top: 32px;
    padding-bottom:32px;
    box-sizing: border-box;
}

.footer-bot-row-wrap {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.copyright {
    width:100%;
    text-align: center;
    font-size: 13px;
    color: #868E96;
    margin-bottom: 32px;
}

.footer-logo-set {
    display:flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-set a {
    margin:0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-set a img {
    max-height: 42px;
}

@media screen and (max-width:991px) {

    .footer-top-row-wrap {
        flex-flow:row wrap;
    }

    .f-unit {
        margin-bottom: 20px;
    }

    .footer-soc-block {
        width:100%;
        order:3;
    }

    .footer-menu-list {
        order:1;
        width:50%;
    }

    .footer-info-list{
        order:2;
        width:100%;
    }

    .f-unit:nth-child(2) {
        padding-left: 0;
    }
}


@media screen and (max-width:480px) {
    .section-title {
        line-height: 1.3;
        font-size:24px;
    }

    .footer-logo-set {
        flex-flow:row wrap;
    }

    .footer-logo-set a {
        margin-bottom: 8px;
    }

}



.breadcrumbs-section {
    padding:0 0 12px;
    box-sizing: border-box;
}

.breadcrumbs {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    flex-flow: row wrap;
}

.breadcrumbs li {
    position: relative;
    margin-right: 24px;
}

.breadcrumbs li::after {
    content:'';
    position: absolute;
    right: -14px;;
    top:0;
    bottom:0;
    margin:auto;
    width:4px;
    height:4px;
    background-color: #DEE2E6;
}

.breadcrumbs li:last-child::after {
    display:none;
}



.breadcrumbs li {
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #868E96;
    font-weight: 500;

}

.breadcrumbs li a{
    text-decoration: none;
}

.breadcrumbs li a:hover {
    color: #343A40;
}

.breadcrumbs li a img {
    opacity: 0.4;
    transition:0.2s;
    max-width:14px;
}

.breadcrumbs li a:hover img {
    opacity: 0.6;
}

.breadcrumbs li a:hover {
    color: #343A40;
}

.section-title-row h1 {
    font-size: 32px;
    font-weight: bold;
    margin:0;
    line-height:1.6;
}

.insection-filter-panel {
    background-color: #F8F9FA;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.insection-filter-panel > :last-child {
    margin-bottom: 0;
}

.catalog-filter-block {
    background-color:#F8F9FA;
    border-radius: 5px;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.cf-unit {
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 29%;
    width:auto;
    margin-bottom: 28px;
}

.cf-unit:nth-child(4) {
    padding-right: 40px;
    box-sizing: border-box;
}

.cf-unit-title {
    font-size: 13px;
    color: #868E96;
    margin-bottom: 20px;
}

.cf-unit-cont {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    width:100%;
}

.check-box {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-right: 30px;
    margin-bottom: 5px;
}

.check-box input {
    position: absolute;
    width:0;
    height:0;
    pointer-events: none;
    opacity: 0;
}

.check-box input + label {
    padding-left:30px;
    box-sizing: border-box;
    font-size: 15px;
    color: #343A40;
    text-align: left;
    cursor:pointer;
}

.check-box input + label::before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width:20px;
    height:20px;
    border:1px solid #343A40;
    background-color:#fff;
    border-radius: 0px;
    box-sizing: border-box;
}

.check-box.radio-box input + label::before{
    border-radius: 30px;

}

.check-box input + label::after {
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    position: absolute;
    content: '';
    top: 6px;
    margin: auto;
    background-color: #329af0;
    opacity: 0;
    transition: 0.2s;
}
.check-box input:checked + label::after {
    opacity: 1;
}


.cf-unit .input-row {
    width:100%;
}

.cf-unit .input-row input {
    height:40px;
    background-color:#fff;
    border: 1px solid #343A40;
    border-radius: 5px;
    padding-left:16px;
    box-sizing: border-box;
    font-size:15px;
    width:100%;

}

.input-row input {
    height:40px;
    background-color:#fff;
    border: 1px solid #343A40;
    border-radius: 5px;
    padding-left:16px;
    box-sizing: border-box;
    font-size:15px;
    width:100%;
    outline: none;

}

.cf-unit:nth-child(3n) {
    width: 42%;
}

.cf-unit-cont .btn-row {
    justify-content: flex-end;
}

.cf-unit-cont .btn-row .btn {
    margin-left: 20px;
}

.btn.btn-gray {
    background-color:#DEE2E6;
    color: #868E96;
    border:2px solid #DEE2E6;
}

.total-filter-counter {
    padding:32px 0;
    box-sizing: border-box;
    font-size: 15px;
    color: #868E96;
    line-height: 1.3;
}

.age-slider {
    width:100%;
}

.noUi-horizontal .noUi-tooltip {
    bottom: -210%;
    box-shadow: none;
    border: none;
    background-color: #F8F9FA;
}

.noUi-marker-horizontal.noUi-marker {
    display:none;
}

.noUi-horizontal {
    height:2px;
    box-shadow: none;
    border: none;
    background:  #212529;
}

.noUi-connect {
    background-color:#329AF0;
}

.noUi-horizontal .noUi-handle{
    background: #FFFFFF;
    border: 1px solid #343A40;
    border-radius: 20px;
    width:20px;
    height:20px;
    outline: none;
    cursor:pointer;
    right:-15px;
}

.profile-unit-soc-row{
    margin-bottom: 42px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.event-list-section {
    padding-bottom: 50px;
}


.noUi-handle::after, .noUi-handle::before {
    display:none;
}

.mobile-filter-switcher {
    display:none;
}

@media screen and (max-width:1240px) {
    .cf-unit {
        min-width: 28%;
    }
}

@media screen and (max-width:991px) {
    .cf-unit {
        min-width: unset;
        width:50%;
    }

    .cf-unit:nth-child(3n) {
        width:50%;
    }
    .section-title-row h1 {
        font-size:24px;
    }
}

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

    .age-slider {
        width: calc(100% - 40px);
    }

    .mobile-filter-switcher {
        display:flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 15px;
        color: #212529;
        font-weight: 700;
        position: relative;
        padding:11px 12px;
        box-sizing: border-box;
        background: #F8F9FA;
        border-radius: 8px;
        margin:0 auto;
        width:calc(100% - 40px);
        transition: 0.2s;
    }

    .mobile-filter-switcher.active {
        background-color:#fafafa;
    }

    .mobile-filter-switcher img {
        margin-right: 12px;
    }

    .mobile-filter-switcher::after {
        content:'';
        position: absolute;
        top:0;
        bottom:0;
        margin:auto;
        right:20px;
        width:8px;
        height:8px;
        background:url(../img/icon-chevron-small.svg)no-repeat;
        background-size: contain;
        background-position: center;
        transition: 0.2s;
        opacity: 0.6;
    }

    .catalog-filter-panel {
        display:none;
    }

    .mobile-filter-switcher.active::after {
        transform: rotate(180deg);
    }


    .cf-unit, .cf-unit:nth-child(3n) {
        width:100%;
    }

    .cf-unit-cont .btn-row {
        display:flex;
        justify-content: center;
    }

    .cf-unit:nth-child(4) {
        padding-right: 0;
        margin-bottom: 52px;
    }

    .breadcrumbs li {
        font-size:12px;
    }

    .catalog-filter-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vii-name {
        font-size: 11px;
    }

    .video-item-hover-info {
        padding:6px;
    }

    .vii-bot-row {
        margin-top:3px;
    }

    .cf-unit-cont .btn-row .btn {
        margin:0 10px;
    }

    .vii-hov-text {
        font-size: 11px;
    }

    .catalog-filter-block .cf-unit:last-child .cf-unit-title {
        display:none;
    }
}

@media screen and (max-width:480px) {
    .breadcrumbs li {
        font-size: 10px;
    }
}



.profile-section {

}

.profile-panel {
    display:flex;
    flex-flow:row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-pic-col, .profile-text {
    width:65%;
    padding-right: 40px;
    box-sizing: border-box;
}

.profile-info-col {
    width:35%;
}

.profile-video-holder {
    width:100%;
    margin-bottom: 24px;
}

.profile-video-holder iframe {
    width:100%;
    min-height:400px;
}

.profile-unit-soc-row p {
    font-size: 16px;
    color: #212529;
    font-weight:600;
    margin-bottom: 24px;
    text-align: center;

}

.pu-soc-list {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.pu-soc-list a {
    width:26px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin:0 6px;
}

.pu-soc-list a img {
    width:100%;
}

.profile-text {
    margin-bottom: 40px;
}

.profile-text p {
    font-size: 18px;
    color: #212529;
    line-height: 1.6;
    margin-bottom: 20px;
}


.profile-info-list {
    margin-bottom: 40px;
}

.profile-info-unit {
    width:100%;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.profile-info-title{
    font-size: 13px;
    color: #868E96;
    margin-bottom: 6px;
    font-weight: 500;
}

.profile-info-val {
    font-size: 15px;
    color: #343A40;
    font-weight: 600;
}

.profile-info-col .btn-row {
    justify-content: flex-start;
}




@media screen and (max-width:991px) {
    .profile-text {
        width:100%;
        padding-right: 0;
    }
}

@media screen and (max-width:768px) {
    .profile-panel {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .profile-pic-col {
        width:100%;
        padding-right: 0;
    }

    .profile-info-col {
        width:100%;
        margin-bottom: 40px;
    }

    .profile-text p {
       font-size:15px;
    }

    .profile-info-col .btn-row .btn {
        width:100%;
    }

}



.contacts-section {
    padding-bottom: 60px;
    box-sizing: border-box;
}

.contacts-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.contacts-info-col {
    width:35%;
}

.contacts-info-col p {
    font-size: 18px;
    color: #343A40;
    line-height:1.3;
    margin-bottom: 32px;
}

.contacts-info-col .f-unit {
    width:100%;
    padding-left:0;
}

.contacts-info-col .f-unit a {
    font-size:18px;
}

.contacts-info-col .f-contact-unit::after {
    content: '';
    position: absolute;
    top: 6px;
    width: 18px;
    height: 20px;
    left: 0;
}

.contacts-info-col .f-contact-unit {
    padding-left: 34px;
}



.contacts-map-col {
    width:calc(65% - 30px);
}

.contacts-map-block {
    width:100%;
}

.contacts-info-col .footer-mail-box::after {
    background:url(../img/icon-mail-blue.svg)no-repeat;
    background-size:contain;
}

.contacts-info-col .footer-address-box::after {
    background:url(../img/icon-location-blue.svg)no-repeat;
    background-size:contain;
}


.contacts-info-col .footer-phone-box::after {
    background:url(../img/icon-phone-blue.svg)no-repeat;
    background-size:contain;
}

@media screen and (max-width:991px) {
    .contacts-panel {
        justify-content: flex-start;
        flex-direction: column;
    }

    .contacts-info-col {
        width:100%;
    }

    .contacts-map-col {
        width:100%;
    }
}

@media screen and (max-width:768px) {
    .contacts-info-col p, .contacts-info-col .f-unit a {
        font-size:15px;
    }

    .contacts-info-col .f-contact-unit::after {
        content: '';
        position: absolute;
        top: 6px;
        width: 13px;
        height: 13px;
        left: 0;
    }
}


.report-section {
    padding-bottom: 50px;
}

.report-unit {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding:12px 24px;
    box-sizing: border-box;
    transition: 0.2s;
    margin-bottom: 14px;
    border-radius: 8px;
    text-decoration: none;
    border:2px dotted  #eaeaea;
}

.report-unit:hover {
    border:2px solid #ffffff;
    box-shadow: 0 5px 20px -6px rgba(33,37,41,0.20);
}

.report-icon-holder {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.report-icon-holder img {
    width:auto;
    max-width: 22px;
}

.report-unit span {
    font-size:15px;
    font-weight: 600;
    line-height: 1.3;
    color:#329AF0;
}

.another-events-section {
    padding-top: 32px;
    border-top: 1px solid #DDE6EC;
    padding-bottom: 50px;
}


@media screen and (max-width:480px) {

    .report-unit {
        padding:12px;
    }

    .report-unit span {
        font-size: 13px;
    }
    .report-icon-holder img {
        max-width: 14px;
    }

    .another-events-section .event-list-panel .event-list-unit:nth-child(2), .another-events-section .event-list-panel .event-list-unit:nth-child(3) {
        display:none;
    }
}


.member-panel {
    font-size:18px;
    line-height: 1.6;
}

.member-panel p {
    margin-bottom: 20px;
}

.member-pic-holder {
    float:left;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    width:250px;
    height:250px;
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 210px;
    border: 20px solid #efefef;
    box-sizing: border-box;
}

@media screen and (max-width:600px) {
    .member-panel {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .member-pic-holder {
        margin:40px auto;
    }

    .member-panel p {
        font-size:18px;
    }
}



/*event-list-section*/

.event-list-panel  {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.event-list-unit {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #DDE6EC;
    border-radius: 5px;
    padding:20px;
    box-sizing: border-box;
    width:calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    text-decoration: none;
}

.event-list-unit:nth-child(3n) {
    margin-right: 0;
}

.project-list-unit {
    width:calc(50% - 15px);
}

.project-list-unit:nth-child(3n) {
    margin-right: 30px;
}

.project-list-unit:nth-child(2n) {
    margin-right: 0;
}

.el-unit-pic-holder {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    overflow:hidden;
}

.el-unit-pic-holder img {
    width:100%;
}

.el-unit-title {
    font-size: 15px;
    color: #212529;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 10px;
    transition:0.2s;
}

.event-list-unit:hover .el-unit-title {
    color:#329AF0;
}

.el-unit-date {
    font-size: 13px;
    color: #979FA7;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top:auto;
}


.paginator {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
}

.paginator li {
    display:flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 5px;
    overflow:hidden;
    opacity: 0.6;
    background: #F8F9FA;
    margin: 0 4px;
}

.paginator li a {
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:42px;
    padding:0 20px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: #343A40;
    font-weight: 600;

}





.paginator li:hover {
    background-color:#a4d6ff;
}

.paginator li.active {
    background-color:#329AF0;
    opacity: 1;
}

.paginator li.active a {
    color:#fff;
}

.paginator li.pag-prev a img {
    transform: rotate(180deg);
}

.pag-prev.inactive img  {
    opacity: 0.3;
}

.pag-prev.inactive a {
    cursor:not-allowed;
}

.paginator li.inactive:hover {
    background-color:inherit;
}

@media screen and (max-width:991px) {
    .event-list-unit {
        width:calc(50% - 15px);
    }

    .event-list-unit:nth-child(3n) {
        margin-right: 30px;
    }

    .event-list-unit:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:500px) {
    .event-list-unit {
        width:100%;
        margin-right: 0;
    }

    .event-list-unit:nth-child(3n) {
        margin-right: 0;
    }

    .event-list-unit:nth-child(2n) {
        margin-right: 0;
    }

    .paginator {
        flex-flow:row wrap;
    }
}






/*.event-page*/

.epmc-unit, .epcc-unit {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    outline: none;
}

.epmc-unit img, .epcc-unit img {
    width:100%;
    box-shadow: 0 10px 40px -6px rgba(33,37,41,0.30);
    border-radius: 5px;
    transition: 0.2s;
}

.event-page-main-carousel {
    margin-bottom: 10px;
}

.event-page-main-carousel .slick-arrow, .intext-slider .slick-arrow {
    width:32px;
    height:32px;
    border: 1px solid #CED4DA;
    background-color:transparent;
    background-size:6px;
    background-position:center;
    border-radius: 32px;
    box-sizing: border-box;
    z-index: 1;
    top:0;
    bottom:0;
    margin:auto;
    cursor:pointer;
}

.event-page-main-carousel .slick-arrow.slick-next, .intext-slider .slick-arrow.slick-next {
    right:-50px;
}

.event-page-main-carousel .slick-arrow.slick-prev, .intext-slider .slick-arrow.slick-prev {
    left:-50px;
}

.event-page-conn-carousel .slick-track {
    min-width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.epcc-unit {
    padding:0 5px;
    box-sizing: border-box;
}

.epcc-unit.slick-current img {
    opacity: 0.7;
}

.event-page-carousels-wrapper {
    margin-bottom: 40px;
}

.text-panel {
    font-size: 18px;
    color: #212529;
    line-height: 1.8;
}

.text-panel img {
    width:100%;
    border-radius:5px;
}


.text-panel p {
    margin-bottom: 20px;
}


.text-panel ol {
    counter-reset: ol-section;
    list-style: none;
}

.text-panel ul {
    list-style: none;
    padding:15px 0;
    box-sizing: border-box;
}


.text-panel ol li, .text-panel ul li{
    padding-left:24px;
    position: relative;
    margin-bottom: 20px;
}

.text-panel ol li::before {
    counter-increment: ol-section;
    content:counter(ol-section)'.';
    font-size: 18px;
    color: #329AF0;
    position: absolute;
    top:0;
    left:0;
}

.text-panel ul li::before {
    content:'';
    background-color: #329AF0;
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
}

.epm-bot-link-row {
    margin:40px 0;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.epm-bot-link-row a {
    font-size: 15px;
    color: #329AF0;
    text-decoration: none;
    font-weight: 600;
}

.epm-bot-link-row a:hover {
    text-decoration: underline;
}

.epm-bot-link-row a img {
    margin-right: 10px;
}



.panel-subtitle {
    font-size: 26px;
    color: #212529;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 42px;
}


span.report-cont-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width:100%;
}

.report-with-size {
    flex-direction: column;
    align-items: flex-start;
}

.doc-size-block{
    font-weight: 500;
    font-size: 13px;
    color: #979FA7;
    margin-top:7px;
}

.intext-slide {
    padding:10px;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
}

.intext-slide img {
    width:100%;
    border-radius: 8px;
}

@media screen and (max-width:1080px) {
    .event-page-main-carousel .slick-arrow.slick-next, .intext-slider .slick-arrow.slick-next {
        right:20px;
    }

    .event-page-main-carousel .slick-arrow.slick-prev, .intext-slider .slick-arrow.slick-prev {
        left:20px;
    }

}


@media screen and (max-width:480px) {
    .text-panel {
        font-size:15px;
    }

    .panel-subtitle {
        font-size:20px;
        margin-bottom: 20px;
    }

}



.gallery-list-panel  {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.gallery-list-unit {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #DDE6EC;
    border-radius: 5px;
    box-sizing: border-box;
    width:calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    overflow:hidden;
}

.gallery-list-unit:nth-child(3n) {
    margin-right: 0;
}

.gallery-unit-pic-holder {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.gallery-unit-pic-holder img {
    width:100%;
}

@media screen and (max-width:991px) {
    .gallery-list-unit {
        width:calc(50% - 15px);
    }

    .gallery-list-unit:nth-child(3n) {
        margin-right: 30px;
    }

    .gallery-list-unit:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:500px) {
    .gallery-list-unit {
        width:100%;
        margin-right: 0;
    }

    .gallery-list-unit:nth-child(3n) {
        margin-right: 0;
    }

    .gallery-list-unit:nth-child(2n) {
        margin-right: 0;
    }

 }


.about-section > div {
    border-bottom:1px solid #DDE6EC;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.about-section > div:last-child {
    margin-bottom:0;
    padding-bottom: 32px;
}

.insection-title {
    font-size: 26px;
    color: #212529;
    line-height: 1.6;
    font-weight: 600;
    margin:30px 0;
    text-align: center;
}

.ism-list {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow:row nowrap;
}

.insection-members-panel .ism-unit {
    margin:0 5%;
}

.ism-unit {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width:33.333%;
    max-width: 210px;
    text-decoration: none;
}




.ism-pic-wrap {
    width: 240px;
    height: 240px;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    border-radius: 220px;
    margin-bottom: 32px;
    border: 20px solid #f8f8f8;
    box-sizing: border-box;
}

.ism-pic-wrap img {
    height:100%;
}

.ism-unit p {
    font-size: 15px;
    color: #329AF0;
    font-weight: 600;
    line-height:1.6;
    width: 100%;
    text-align: center;
}

.ism-unit-text{
    font-size: 13px;
    color: #979FA7;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.insection-member-carousel .ism-unit {
    display:flex;
    max-width: unset;
}

.insection-member-carousel .slick-arrow {
    border: 1px solid #000;
    opacity: 0.3;
    width:32px;
    transition: 0.2s;
    height:32px;
    border-radius: 34px;
    background-size:6px;
    background-color:#fff;
    background-image: url(../img/icon-next.svg);
}


.articles-section {
    padding-bottom:50px;
}

.insection-member-carousel .slick-arrow:hover {
    opacity: 1;
}

.insection-member-carousel .slick-arrow.slick-next {
    right:-50px;
}

.insection-member-carousel .slick-arrow.slick-prev {
    left:-50px;
}

.insection-member-carousel-section {
    margin-bottom: 50px;
}

@media screen and (max-width:1100px) {

    .insection-member-carousel {
        padding-left:50px;
        padding-right: 50px;
    }

    .insection-member-carousel .slick-arrow.slick-next {
        right:0;
    }

    .insection-member-carousel .slick-arrow.slick-prev {
        left:0;
    }
}

@media screen and (max-width:991px) {

    .ism-pic-wrap {
        width: 220px;
        height: 220px;
    }
    .ism-list {
        flex-flow:row wrap;
    }

    .ism-list .ism-unit {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    .ism-list {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .insection-member-carousel {
        padding-left: 0;
        padding-right: 0;
    }
}



.m-stories-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
    border-bottom:1px solid #DDE6EC;
}

.m-stories-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.m-stories-videostories .event-list-unit .el-unit-pic-holder::after {
    content: '';
    position: absolute;
    z-index: 2;
    transition: 0.2s;
    width: 40px;
    height: 40px;
    background: url(../img/youtube-logo.svg)no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.m-stories-block .panel-subtitle {
    margin-bottom: 26px;
}

.el-unit-hov-text {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    height:100%;
    width:100%;
    overflow:hidden;
    margin:auto;
    box-sizing: border-box;
    color:#c1c1c1;
    background-color:rgba(0,0,0,0.7);
    padding:20px;
    font-size: 13px;
    line-height: 1.8;
    transform: translateY(20%);
    opacity: 0;
    pointer-events: none;
    transition:0.2s;
}

.el-unit-hov-text::after {
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:60px;
    background:linear-gradient(to top, rgba(0,0,0,1) 0% ,rgba(0,0,0,0) 100% );
}

.event-list-unit:hover .el-unit-hov-text {
    opacity: 1;
    transform: translateY(0%);
}

.el-writer-title{
    font-size: 13px;
    color: #979FA7;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 10px;
}


.filter-cat-row {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}

.filter-cat-row a{
    font-size: 15px;
    color: #329AF0;
    font-weight: 600;
    padding:8px 20px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.2s;
}

.filter-cat-row a.active {
    background-color:#329AF0;
    color:#fff;
}


.filter-cat-row a span{
    border-bottom: 1px dashed #329AF0;
}

.filter-bot-row {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22px;
}

.filter-select-unit {
    width:calc(50% - 20px);
    margin-right: 40px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.filter-select-unit:nth-child(2n) {
    margin-right: 0;
}

.filter-select-unit p {
    font-size: 13px;
    color: #868E96;
    margin-bottom: 6px;
}

.filter-select-unit select {
    width:100%;
    border:1px solid #343A40;
    border-radius: 5px;
    outline: none;
    padding: 8px 16px;
    box-sizing: border-box;
}

.filter-select-unit .input-row {
    width:100%;
}

@media screen and (max-width:480px) {
    .filter-bot-row {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-select-unit {
        width:100%;
        margin-right: 0;
    }

    .filter-cat-row {
        justify-content: center;
    }

    .filter-cat-row a {
        font-size: 12px;
    }
}


.video-stories-section .vs-hov-row {
    position: absolute;
    padding: 14px 20px;
    box-sizing: border-box;
    font-size: 13px;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.video-stories-section {
    padding-bottom:50px;
}

.video-stories-section .vs-hov-row img {
    max-width:22px;
    margin-right: 12px;
}

.video-stories-section .event-list-unit .el-unit-pic-holder{
    position: relative;
}

.video-stories-section .event-list-unit .el-unit-pic-holder::after {
    content:'';
    position: absolute;
    z-index: 2;
    transition:0.2s;
    width:40px;
    height:40px;
    background:url(../img/youtube-logo.svg)no-repeat;
    background-size:contain;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    pointer-events: none;
}

.video-stories-section .event-list-unit:hover .el-unit-pic-holder::after {
    opacity: 0;
}




.search-result-unit {
    width:100%;
    margin-bottom: 36px;
    text-decoration: none;
    display: block;
}

.sru-title {
    font-size: 16px;
    color: #212529;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.2s;
}

.search-result-unit:hover .sru-title {
    color:#329AF0;
}


.search-result-unit p{
    font-size: 15px;
    color: #212529;
    line-height: 2;
}

@media screen and (max-width:480px) {
    .search-result-section {
        padding-top:20px;
        box-sizing: border-box;
    }
}



/*form-style*/

.fade-wrapper {

}

.modal-wrapper {
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    background-color:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    z-index: 5;
    display: none;

}

.modal-wrap {
    position: fixed;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    margin:auto;

}

.modal-window {
    width:100%;
    max-width:600px;
    height:auto;
    padding:30px 40px;
    box-sizing: border-box;
    background-color:#fff;
    position: relative;
    overflow-y: scroll;
}

.close-modal {
    position: absolute;
    top:16px;
    right:16px;
    width:14px;
    height:14px;
    display:flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: 0.2s;
}

.close-modal:hover {
    opacity: 1;
}

.close-modal img {
    max-width:100%;
}

.modal-title {
    font-size: 26px;
    color: #212529;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 30px;
}

.modal-checks-row {
    width:100%;
    margin-bottom: 20px;
}

.modal-checks-row .cf-unit {
    min-width: unset;
    width:100%;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
}

.modal-checks-row .check-box {
    margin-right: 20px;
}

.modal-checks-row .cf-unit-title {
    margin-bottom: 10px;
}

.modal-window .input-row {
    margin-bottom: 24px;
}

@media screen and (max-width:480px) {
    .modal-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .modal-checks-row {
        margin-bottom:0;
    }

    .modal-checks-row .cf-unit {
        margin-bottom: 15px;
    }

    .modal-window {
        padding:20px;
    }
}



.text-page-section {
    margin-bottom:50px;
}
