@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;400;500&display=swap');

:root {
    --blue_dark: #153389;
    --blue: #067BC4;
    --blue_light: #8DC7E6;
    --black: #333333;
    --gradient_blue: linear-gradient(90deg, #153389 0%, #067BC4 100%);
    --gradient_blue_hover: linear-gradient(0deg, #153389 0%, #067BC4 100%);

}

body, html {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Mulish', sans-serif;
    margin: 0;
    padding: 0;
    background: #f0f1f5;
    overflow-x: hidden;
}

@media(max-width: 767px) {
    body.overflow_hidden {
        overflow: hidden;
    }
}
p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2rem;
    margin: 0 0 1rem;
}
h1 {
    border-left: 4px solid var(--blue_dark);
    color: var(--blue_dark);
    padding-left: 1rem;
    text-transform: uppercase;
}


body[class^="current_page__video_"] h1 {
    text-transform: none;
    font-size: 1.4rem;
}
body[class^="current_page__video_"] h4 {
    text-transform: none;
    font-size: 1rem;
    color: rgb(119, 119, 119);
    font-weight: normal;
}


@media(max-width:768px ){
    h1 {
        font-size: 1.5rem;
        line-height: 1.1;
        margin: 0 0 1rem;
    }
}


h2 {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
}

h3 {
    font-size: 1.5rem;
    margin: 1rem 0;
}

h4 {
    font-size: 1.4rem;
    margin: 1rem 0;
}

.has_background_color_white {
    background-color: white;
}
.bx-breadcrumb {
    margin: 2rem 0 1rem;
    font-size: 1rem;
}
@media(max-width:768px ){
    .bx-breadcrumb {
        margin: 1rem 0;
    }
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: inherit;
    font-size: 1rem;
    white-space: normal;
    color: #777777;
}

.bx-breadcrumb a{
    text-decoration: none;
    color: var(--black);
}

.bx-breadcrumb a:hover{
    text-decoration: underline;
}
.container .row img {
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
}

.wrap_content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.black_layer {
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: #00000090;
}

.black_layer.active {
    z-index: 1039;
    display: block;
}

.top_bar {
    background: var(--blue);
}

.top_bar_wrapper {
    min-height: 40px;
}

.top_bar.default {
    position: relative;
    z-index: 1040;

}
.slick-prev, .slick-next {
    z-index: 1038 !important;
}

.top_bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

ul.pop_main_menu {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0 1rem 1rem;
    background: var(--blue);

}

ul.pop_main_menu li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

ul.pop_main_menu li a {
    text-transform: uppercase;
    display: block;
    margin: 0.1rem;
    padding: 0.5rem;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

ul.pop_main_menu li a:hover {
    background: white;
    color:  var(--blue_dark);
    transition: 0.2s;
}

.pop_main_menu {
    display: none;
}

.pop_main_menu.active {
    display: block !important;
    position: absolute;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    left: auto;
    right: 0%;
    z-index: 3000;

}

@media (max-width: 1750px) {
    .pop_main_menu.active {
        left: auto;
        right: 0%;
    }

}

.pop_main_menu.active.fixed {
    top: 80px;
}

@media (max-width: 991px) {
    .pop_main_menu.active {
        left: auto;
        right: 0%;
        overflow: auto;
    }
    .pop_main_menu.active.fixed {
        top: 80px;
    }

}

@media (max-width: 767px) {
    .pop_main_menu.active {
        position: fixed;
        left: 0%;
        right: 0%;
        top:90px;
        bottom: 0;
        overflow: auto;
    }

    .pop_main_menu.active.fixed {
        top: 50px;
    }
}


.top_bar__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.top_bar__logo {
    background: url("/local/templates/nevacongress/images/logo-1170.png") center no-repeat;
    background-size: contain;
    width: 334px;
    height: 65px;
    display: block;
}

.top_bar__osk15 {
    background: url("/local/templates/nevacongress/images/osk-15.png") center/cover no-repeat;
    background-size: contain;
    width: 195px;
    height: 80px;
    display: block;
    /*temp*/
    display: none !important;
}

@media (max-width: 1199px) {
    .top_bar__logo {
        width: 223px;
    }

    .top_bar__osk15 {
        width: 130px;
    }
}


.top_bar__panel_social_nets {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.footer__panel_social_nets {
    padding: 1rem 0;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.telegramm {
    background: url("/local/templates/nevacongress/images/logo-tg2.png") center no-repeat;
    background-color: white;
    background-size: 100%;
    border-radius: 100%;
    width: 52px;
    height: 51px;
    display: block;
}
.img-rotation {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }
    5% {
        -webkit-transform: rotate(360deg) ;
        -moz-transform: rotate(360deg) ;
        -o-transform: rotate(360deg) ;
        transform: rotate(360deg) ;
        background-size: 130%;
    }
    50% {
        -webkit-transform: rotate(360deg) ;
        -moz-transform: rotate(360deg) ;
        -o-transform: rotate(360deg) ;
        transform: rotate(360deg) ;
        background-size: 130%;
    }
    55% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }
    100% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }

}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }
    5% {
        -webkit-transform: rotate(360deg) ;
        -moz-transform: rotate(360deg) ;
        -o-transform: rotate(360deg) ;
        transform: rotate(360deg) ;
        background-size: 130%;
    }
    50% {
        -webkit-transform: rotate(360deg) ;
        -moz-transform: rotate(360deg) ;
        -o-transform: rotate(360deg) ;
        transform: rotate(360deg) ;
        background-size: 130%;
    }
    55% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }
    100% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }

}

@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }
    5% {
        -webkit-transform: rotate(360deg) ;
        -moz-transform: rotate(360deg) ;
        -o-transform: rotate(360deg) ;
        transform: rotate(360deg) ;
        background-size: 130%;
    }
    50% {
        -webkit-transform: rotate(360deg) ;
        -moz-transform: rotate(360deg) ;
        -o-transform: rotate(360deg) ;
        transform: rotate(360deg) ;
        background-size: 130%;
    }
    55% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }
    100% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }

}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }
    5% {
        -webkit-transform: rotate(360deg) ;
        -moz-transform: rotate(360deg) ;
        -o-transform: rotate(360deg) ;
        transform: rotate(360deg) ;
        background-size: 130%;
    }
    50% {
        -webkit-transform: rotate(360deg) ;
        -moz-transform: rotate(360deg) ;
        -o-transform: rotate(360deg) ;
        transform: rotate(360deg) ;
        background-size: 130%;
    }
    55% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }
    100% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
        background-size: 100%;
    }
}


/* ************************************************************************************************************ */

.vk {
    background: url("/local/templates/nevacongress/images/logo-vk.png") center no-repeat;
    width: 52px;
    height: 51px;
    display: block;
}

.youtube {
    background: url("/local/templates/nevacongress/images/logo-yt.png") center no-repeat;
    width: 52px;
    height: 51px;
    display: block;
}

.top_bar__rus {
    background: url("/local/templates/nevacongress/images/logo-rus.png") center no-repeat;
    width: 95px;
    height: 50px;
    display: block;
}
.top_bar__en {
    background: url("/local/templates/nevacongress/images/logo-eng2.png") center no-repeat;
    width: 95px;
    height: 50px;
    display: block;
}

.menu_gamburger {
    background: url("/local/templates/nevacongress/images/logo-gamburger.png") center no-repeat;
    width: 59px;
    height: 38px;
    cursor: pointer;
    position: relative;


}

.menu_gamburger:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.menu_gamburger.active {
    /*background-color: var(--blue_dark);*/
    background-size: 60%;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 3000;
}

.main_banner {
    overflow: hidden;
    position: relative;
    /*height: 585px;*/
    width: 100%;
    max-width: 1920px;
    height: 600px;
    background: var(--blue_dark) center/cover no-repeat;
    background-image: url("/local/templates/nevacongress/images/video_screen_2.png");
}

.main_banner_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

#mainVideo::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: #00205060;
    display: block;
    top: 0;
    left: 0;
    z-index: 5;
}

.main_banner .button, .main_banner__content2 .button{
    background-image: var(--gradient_blue);
    color: white;
    display: inline-block;
    padding: 1rem 4rem;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    margin-bottom: 1rem;
    min-width: 275px;
}
.main_banner__content3 .button{
    background-image: var(--gradient_blue);
    color: white;
    display: block;
    padding: 1rem 1rem;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0rem;
    min-width: 200px;
}
.main_banner__content3 .button{
    height: 96%;
}


.main_banner .button:hover, .main_banner__content2 .button:hover,.main_banner__content3 .button:hover {
    background-image: var(--gradient_blue_hover);
}


.main_banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 475px;
    gap: 2rem;
}

.main_banner__content2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.main_banner__content3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
}
.button.button_gradient {
    background-image: var(--gradient_blue);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 290px;
    padding: 0.7rem 0;
    text-align: center;
    text-decoration: none;
    margin: 1rem auto;
    position: relative;
    z-index: 10;
    line-height: 2.4;
}
.button.button_gradient:hover
{
    background-image: var(--gradient_blue_hover);
}
.button.button_diamonds{
    position: relative;
    width: 250px;
}
.button.button_diamonds .button_diamonds_right
{
    position: absolute;
    right: -44px;
    bottom: 0;
    display: block;
    width: 67px;
    height: 60px;
    background-image: url("/local/templates/nevacongress/images/btn_diamond_right.png");

}
.button.button_diamonds .button_diamonds_left
{
    position: absolute;
    left: -44px;
    display: block;
    width: 67px;
    height: 60px;
    background-image: url("/local/templates/nevacongress/images/btn_diamond_left.png");
    bottom: 0;
}



@media(max-width: 1199px) {
    .main_banner__content3 {
        justify-content: center;
        gap: 1rem;
    }
}

@media(max-width: 1024px) {
    .button.button_diamonds{
        position: relative;
        width: 290px;
    }
}



@media(max-width: 991px){
    body:not(.current_page__) .main_banner__content2 {
        display: block;
    }
    body:not(.current_page__) .main_banner__content2 a{
        display: block;
        margin: 0.5rem auto;
    }
}
@media(max-width: 480px) {
    .main_banner__content3 {
        display: block;
    }
    .main_banner__content3 a{
        display: block;
        margin: 0.5rem auto;
        width: 100%;
        max-width: 250px;
    }
}



.main_banner__content_left {
}

.main_banner__content_left {
}

.main_banner__content_logo1 {
    background-image: url("/local/templates/nevacongress/images/main_banner/logo1.png");
    background-repeat: no-repeat;
    width: 315px;
    height: 130px;
}

.main_banner__content_logo2 {
    background-image: url("/local/templates/nevacongress/images/main_banner/logo2.png");
    background-repeat: no-repeat;
    width: 319px;
    height: 105px;
    margin: 2rem 0;
}

.main_banner__content_text {
    color: white;
    width: 330px;
    font-size: 1.18rem;
    line-height: 1.3;
    text-shadow: 1px 1px 3px #000000;
}

.main_banner__content_date {
    background-image: url("/local/templates/msk_nevacongress/images/main_banner/date.png");
    background-repeat: no-repeat;
    width: 331px;
    height: 153px;
    margin: 2rem 0;

}

footer {
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 0;
    width: 100%;
    max-width: 1920px;
    background: #00429b url("/local/templates/nevacongress/images/bg-footer.png") center top repeat-y;
    color: white;
    min-height: 370px;
    position: relative;
    z-index: 1;
    padding: 3rem 0;
    box-sizing: border-box;
    overflow: hidden;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    margin: 0.1rem 0 0.1rem 0;
    padding: 0;
}

footer ul li a {
    display: inline-block;
    padding: 0.5rem;
}

.bg-footer-left {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -910px;
    width: 331px;
    height: 331px;
    background: url("/local/templates/nevacongress/images/bg-footer-left.png") center no-repeat;
    z-index: 2;

}

.bg-footer-right {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: 580px;
    width: 332px;
    height: 332px;
    background: url("/local/templates/nevacongress/images/bg-footer-right.png") center no-repeat;
    z-index: 2;
}

.footer_left_menu1, .footer_left_menu2 {
    margin: 0.6rem 0;
    border-left: 3px solid #ffffff;
    padding: 0 0.5rem;
    
}

.footer_contacts {
    text-align: right;
}

.footer_copyright_pc {
    margin-top: 3.8rem;
}

.footer_copyright_mobile {
    display: none;
    margin-top: 1rem;
    text-align: center;
}

@media (max-width: 991px) {
    .top_bar__panel_social_nets a.vk,
    .top_bar__panel_social_nets a.youtube
    {
        display: none;
    }
    .top_bar__panel_social_nets .telegramm {
        width: 30px;
        height: 30px;
    }

    .main_banner .button {
        padding: 1rem 2rem;
        min-width: 200px;
    }

    /*
    .footer_copyright_pc {
        display: none;
    }

    .footer_copyright_mobile {
        display: block;
    }
    */

    .main_banner {
        height: 600px;
    }

    .main_banner_content {

        top: 0px;
    }

}

@media (max-width: 767px) {
    #videoSrc {
        display: none !important;
    }

    #videoSrc_mob {
        display: block !important;
    }

    footer {
        margin-top: 1rem;
        padding: 1rem 0 2rem;
    }

    .footer__panel_social_nets {
        justify-content: center;
    }

    .footer_left_menu1, .footer_left_menu2 {
        margin: 0.6rem 0;
        border-left: none;
        text-align: center;
    }

    .footer_contacts {
        margin-top: 2rem;

    }

    .top_bar__content {
        gap: 1rem;
        height: 60px;
    }

    .top_bar__logo {
        width: 140px;
        background: url("/local/templates/nevacongress/images/logo-320.png") center no-repeat;
    }

    .top_bar__osk15 {
        width: 97px;
    }

    .top_bar__rus,.top_bar__en {
        background-position: center;
        background-size: 60% auto;
        width: 95px;
        height: 50px;
    }

    .menu_gamburger {
        background-size: contain;
        width: 38px;
        height: 38px;
    }

    .main_banner__content_logo1 {
        background-size: contain;
        width: 230px;
        height: 100px;
    }

    .main_banner__content_logo2 {
        background-size: contain;
        width: 230px;
        height: 73px;
    }

    .main_banner__content_date {
        background-size: contain;
        width: 187px;
        height: 170px;
        margin: 2rem 0;
    }

    .main_banner__content_text {
        width: 200px;
    }

    .main_banner__content2 {
        gap: 1rem;
    }

    .main_banner .button {
        padding: 0.5rem 1rem;
        font-size: 1.1rem;
        min-width: auto;
    }

    .main_banner {
        height: 600px;
        overflow: hidden;
    }

    .main_banner_content {

        top: 0px;
    }

}

@media (max-width: 576px) {
    .col-sm-6:not(.col-xs-12) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer_contacts {
        text-align: center;
    }

    .footer_contacts p {
        margin: 0.3rem 0;
    }

    footer ul li a {
        padding: 0.1rem 0;
    }

    .main_banner {
        height: 640px;
    }


}

@media (max-width: 480px) {

    .main_banner__content2 {
        display: block;

    }


    .main_banner .button {
        font-size: 1.2rem;
        display: block;
        margin: 0.5rem auto 0.5rem auto;
        width: 100%;
        max-width: 480px;
    }

    .main_banner__content_logo1 {
        height: 80px;
        width: 177px;
    }

    .main_banner__content_logo2 {
        height: 57px;
        width: 177px;
    }

    .main_banner__content_date {
        width: 177px;
        height: 83px;
        margin: 1rem 0;
    }

    .main_banner__content {
        display: block;
        padding-top: 1rem;
        padding-bottom: 0rem;
        height: 415px;
    }

    .main_banner__content_text {
        margin-left: 0;
        margin-right: auto;
        width: 270px;
    }

    .main_banner__content_logo1 {
        margin-left: 0;
        margin-right: auto;
    }

    .main_banner__content_logo2 {
        margin: 0.5rem auto 0.5rem 0;
    }

    .main_banner__content_date {
        margin: 0.5rem 0 0.5rem auto;
    }

    .top_bar__content {
        height: 50px;
        gap: 0.5rem;
    }


    .top_bar__rus,.top_bar__en {
        width: 70px;
        background-size: 90% auto;
    }
}