*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,
ol,
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: inherit;
}

html,
body{
    height: 100%;
    width: 100%;
    background: #FFFFFF;
}

.container{
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    margin: 0 auto;
}

main{
    flex: 1 1 auto;
}
footer{
    flex-shrink: 0;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1F1F1F;
}
.h1{
    font-size: 48px;
    line-height: 66px;
    color: #333333;
    text-transform: uppercase;
    padding-left: 16px;
}
.h2{
    font-size: 24px;
    line-height: 30px;
    color: #1F1F1F;
}
.h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.0015em;
}
.h4{
    font-size: 16px;
    line-height: 20px;
}
.second_page .lenta_news_body p{
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #1F1F1F;
    margin-bottom: 8px;
    text-align: justify;
}
.second_page .lenta_news_body p b{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.001em;
    color: #525252;
}
.second_page .lenta_news_body p strong{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #486BAD;
}
.btn a{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 11px 16px;
}
.btn{
    background: #304873;
    width: max-content;
    padding: 7px 0;
    transition: 1s all;
}
.btn:hover{
    background: #71ACFF;
    transition: 1s all;
}
.btn:hover a{
    color: #304873;
}
.btn_row{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 16px;
    margin-top: 20px;
}
.header .banner,
.video_wrap,
.banner_optional_wrap{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner .banner_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
}
.banner_row .banner_text{
    font-size: 48px;
    line-height: 66px;
    color: #FFFFFF;
}
.even.banner{position:relative}
.banner_text a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 25% 30px 25%;
}
.banner_image{
    padding-right: 15px;
}
.banner_image .desktop{
    display: block;
}
.banner_image .mobile{
    display: none;
}
.banner_image img{
    width: 100%;
}
#showDate{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #525252;
}
.logo a{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.0025em;
    color: #253859;
    max-width: 545px;
    text-transform: uppercase;
}
.logo{
    margin-top: 15px;
}
.header_center_column{
    padding: 16px 0 6px 0;
}
.header_center_row{
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
}
.header_center_row .language_row ul{
    display: flex;
    justify-content: end;
    margin: 2px 0 28px 0;
}
.language_row ul li a{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #7A7A7A;
    padding-right: 29px;
}
.language_row ul li:last-child a{
    padding-right: 0;
}
.language_row ul li{
    position: relative;
}
.language_row ul li:after{
    content: "/";
    color: #A1A5A3;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 11px;
}
.language_row ul li:last-child::after{
    content: none;
}
.form-search{
    position: relative;
    width: 384px;
}
.form-search input::-webkit-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #1F1F1F;
}
.form-search input{
    background: #FFFFFF;
    border: 1px solid #CBCDCC;
    height: 48px;
    width: 100%;
    padding-left: 16px;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }
.form-search button {
    border: none;
    outline: none;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: 35px;
    cursor: pointer;
    margin-top: -12px;
}
.form-search button:before {
    content: "";
    background-image: url('/templates/bpc_1.0/image/SVG/search.svg');
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 3;
}
.logo_text{
    padding-left: 15px;
}
.menu_wrap{
    border-top: 1px solid #EDF4FD;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.menu_row ul li a{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #1F1F1F;
    padding: 16px;
    display: block;
    white-space: nowrap;
}
.menu_row{
    flex: 0 0 50%;
    max-width: 50%;
}
.menu_row ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}
.title-sub.item-244 {
    display: none;
}
.second_header .title-sub.item-244{
    display: block;
}
.second_header .title-sub.item-244{
    position: relative;
}
.second_header .title-sub.item-244 a{
    font-size: 0;
    width: 56px;
    display: block;
}
.second_header .title-sub.item-244 a::after{
    content: "";
    width: 24px;
    height: 20px;
    background-image: url(/templates/bpc_1.0/image/SVG/home.svg);
    top: 50%;
    right: 50%;
    margin-top: -10px;
    margin-right: -12px;
    position: absolute;
}
.social_row ul{
    display: flex;
}
.social_row ul li{
    padding-left: 25px;
}
.social_row{
    padding-right: 15px;
}
.menu_row ul li {
    position: relative;
}
.title-sub.parent::before {
    content: ' ';
    background-image: url(/templates/bpc_1.0/image/SVG/icons-expand-arrow.svg);
    width: 18px;
    height: 18px;
    top: 50%;
    position: absolute;
    right: -9px;
    margin-top: -9px;
}
.title-sub.parent{
    position: relative;
}
.title-sub.parent .nav-child{
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.3); /* Параметры тени */
    z-index: 20;
    width: max-content;
    flex-direction: column;
    padding: 5px 0;
}
.title-sub.parent:hover .nav-child{
    display: block;
}
.slider_item_background {
    height: 100%;
}
.slider_item{
    position: relative;
}
.slider_item_background .desktop {
    height: 100%;
}
.slider_item_background .mobile {
    height: 100%;
}
.slider_item_background .mobile {
    display: none;
}
.slider_item_background .desktop img {
    height: 382px !important;
    width: 100%;
}
.slider_title .slider_title_info{
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #525252;
    margin-bottom: 10px;
}
.slider_title_row{
    position: absolute;
    bottom: 16px;
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
}
.slider_title {
    background: rgba(255, 255, 255, 0.7);
    max-width: 1000px;
    padding: 11px 16px 16px 16px;
    position: relative;
}
.slider_title .h3{
    padding-top: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5em;
    padding-right: 20px;
}
.itemVideoCaption,
.itemImageCaption{
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0;
    letter-spacing: 0.0015em;
    color: #1F1F1F;
}
.itemVideoCredits,
.itemImageCredits{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
    color: #1F1F1F;
}
.slider_title.open .h3{
    height: auto;
    display: block;
}
.slider_title .title_arrow svg path{
    stroke: #1B62C5;
    transition: 0.5s all;
}
.slider_title .title_arrow {
    position: absolute;
    bottom: 3px;
    right: 8px;
    transition: 0.5s all;
}
.slider_title.open .title_arrow svg path{
    stroke: #FFFFFF;
    transition: 0.5s all;
}
.slider_title.open .title_arrow {
    transform: rotate(180deg);
    bottom: 3px;
    right: 8px;
    transition: 0.5s all;
}
.slider_row .slick-arrow{
    position: absolute;
    bottom: 40px;
    z-index: 100;
}
.slider_row .slick-prev{
    left: 20%;
}
.slider_row .slick-next{
    right: 20%;
}
.title_row{
    border-bottom: 1px solid #A1A5A3;
    padding-top: 35px;
}
.info_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.info_row .info_item{
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.004em;
    color: #304873;
    background: #F5F5F5;
    border-radius: 32px;
    padding: 8px 12px;
    width: fit-content;
}
.info_row .info_data{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.001em;
    color: #525252;
    padding: 8px 0;
}
.block_item{
    display: flex;
    border-bottom: 2px solid #A1A5A3;
    padding: 16px 0;
}
.block_item:last-child{
    border-bottom: none;
}
.block_item_text{
    flex: 1 1 auto;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%;
}
.block_item_text .h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 8em;
}
.block_item_image{
    flex: 0 0 400px;
    max-width: 400px;
    position: relative;
    transition: 1s;
    overflow: hidden;
}
.events_left_column .block_item_image{
    max-height: 224px;
}
.block_item_image img{
    width: 100%;
    transform: scale(1);
    transition: 1s;
}

.block_item:hover .block_item_image img{
    transform: scale(1.2);
    transition: 1s;
    overflow: hidden;
}
.block_item_image .block_arrow{
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 10px;
    right: 20px;
    display: none;
}
.block_item_image .block_arrow svg{
    width: 100%;
}
.block_item:hover .block_item_image .block_arrow{
    display: block;
}
.events_left_column{
    border-right: 2px solid #A1A5A3;
    padding: 0 16px;
    flex: 0 0 66.666%;
}
.events_right_column{
    flex: 0 0 33.333%;
    padding: 0 16px;
}
.events_right_column .block_item{
    padding: 14px 0;
}
.events_right_column .block_item:first-child{
    padding-top: 0;
}
.events_right_column .info_row{
    margin-top: 9px;
}
.events_row{
    display: flex;
    margin-top: 16px;
}
.news_row{
    margin: 16px;
}
.events_right_column .block_item{
    position: relative;
}
.events_right_column .block_item_image{
    position: absolute;
    top: 16px;
    right: 0;
    width: 100px;
    height: 77px;
}
.events_right_column .block_item:first-child .block_item_image{
    top: 5px;
}
.events_right_column .block_item_text .h4{
    margin-right: 105px;
}
.events_right_column .block_item:first-child .block_item_text .h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 7.5em;
}
.events_right_column .block_item:nth-child(2) .block_item_text .h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 7.5em;
}
.events_right_column .block_item:nth-child(3) .block_item_text .h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 5em;
}
.events_right_column .block_item:nth-child(4) .block_item_text .h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 7.5em;
}
.events_right_column .block_item:nth-child(5) .block_item_text .h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 5em;
}
.events_right_column .block_item:nth-child(6) .block_item_text .h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 5em;
}
.events_right_column .block_item_text{
    padding-right: 0;
}
.events_left_column .block_item{
    padding: 15px 0;
}
.video_wrap{
    margin-top: 57px;
}
.video_item .video_title{
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.0025em;
    transition: color 2s;
}
.video_column img{
    position: absolute;
    z-index: 2;
}
.video_column .video__img_play{
    z-index: 3;
    top: 50%;
    margin-top: -33px;
    right: 50%;
    margin-right: -27px;
}

.video_item{
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    mix-blend-mode: normal;
    align-items: center;
    justify-content: space-between;
}
.video_item svg{
    width: 100px;
    transition: 1s;
    margin-bottom: 15px;
}
.video_wrap .video_row{
    display: flex;
    justify-content: space-between;
    padding: 32px 15px;
}
.video_desktop{
    display: block;
    height: 308px;
}
.video_mobale{
    display: none;
}
.video_column{
    flex: 0 0 568px;
    max-width: 568px;
    height: 312px;
    position: relative;
    border: 2px solid rgba(161, 165, 163,1);
}
.video_column iframe{
    width: 100%;
}
.video_column_left{
    flex: 1 1 auto;
    padding-right: 69px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.video_column_left .video_item{
    height: 140px;
    padding-left: 32px;
    padding-right: 20px;
    position: relative;
}
.video_column_left .video_item a{
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: -32px;
    z-index: 10;
    background: initial!important;
}
.video_item:hover .video_title{
    color: #2B15BB;
    transition: color 2s;
}
.block_item:hover .block_item_text a{
    color: #2B15BB;
    transition: color 1s;
}
.block_item .block_item_text a{
    color: #1F1F1F;
    transition: color 1s;
}
.video_item:hover{
    mix-blend-mode: normal;
    box-shadow: -2px -2px 16px rgba(0, 0, 0, 0.2);
}
.video_item svg {
    position: absolute;
    transform: scale(1);
    right: 15px;
    transition: 2s all;
}
.video_item:hover svg{
    transform: scale(1.2);
    right: -20px;
    transition: 2s all;
}
.video_column_title{
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    position: absolute;
    top: 0;
    padding: 16px 24px;
    z-index: 10;
    width: 100%;
}
.video_column_title .h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.5em;
}
.video_column_title:hover .h4{
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    height: auto;
    transition: 2s;
}
.block_item_text .item_icon{
   display: flex;
}
.block_item_text .item_icon svg{
    margin-left: 7px;
    width: 24px;
}
.block_item_text .item_icon svg:first-child{
    margin-left: 0;
}
.news_column{
    display: flex;
    flex-wrap: wrap;
}
.news_column .block_item{
    flex: 0 0 50%;
    max-width: 50%;
}
.news_row .block_item{
    padding: 12px 0;
}
.news_row .even.block_item{
    padding-right: 16px;
    position: relative;
}
.news_row .odd.block_item{
    padding-left: 16px;
    position: relative;
}
.news_row .block_item.even:nth-child(5){
    border-bottom: none;
}
.news_row .block_item.even::after{
    content: "";
    border: 2px solid #FFFFFF;
    bottom: -2px;
    right: 0px;
    width: 16px;
    height: 2px;
    position: absolute;
}
.news_row .block_item.odd::after{
    content: "";
    border: 2px solid #FFFFFF;
    bottom: -2px;
    left: 0px;
    width: 16px;
    height: 2px;
    position: absolute;
}
.news_row .block_item:nth-child(5){
    padding-bottom: 0;
}
.news_row .block_item_image{
    max-height: 235px;
}
.news_row .block_item.even{
    border-right: 2px solid #A1A5A3;
}
.news_row .block_item:first-child,
.news_row .block_item:nth-child(2){
    padding-top: 0;
}
.news_column:last-child, .material_column:last-child{
    border-right: none;
}
.news_column .block_item .block_item_image{
    flex: 0 0 280px;
}
.news_column .block_item_text{
    justify-content: start;
}
.news_column .block_item_text .h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    margin-top: 10px;
}
.news_column .block_item_text .h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.5em;
    color: #525252;
    margin-top: 9px;
}
.news_column .info_row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex: 1 1 auto;
}
.banner_optional_wrap .h1{
    color: #FFFFFF;
    text-transform: none;
    text-align: end;
}
.block_item_text .item_name{
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #304873;
}
.banner_optional_wrap{
    margin-top: 48px;
    margin-bottom: 10px;
}
.banner_optional_wrap{
    position:relative;
    height: 192px;
}
.banner_optional_wrap .h1 a{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 111px 22% 15px 20%;
}
.material_column .block_item_image{
    position: absolute;
    top: 16px;
    right: 0;
    width: 100px;
}
.material_column .block_item{
    position: relative;
    height: 100%;
}
.material_column .block_item_text .text,
.material_column .block_item_text .h4{
    margin-right: 110px;
}
.material_column .block_item_text .text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto;
    position: relative;
}

.material_column .block_item_text .text a{
    position: absolute;
    bottom: 0;
    left: auto;
    margin-left: 8px;
}
.material_column .block_item:hover .block_item_text .text a{
    color: rgba(48, 72, 115, 1);
}

.block_item_text .text_row{
    height: 88px;
    overflow-y: auto;
}
.material_row{
    margin: 16px;
}
.material_row .material_column{
    display: flex;
    flex-wrap: wrap;
}
.material_row .material_column .block_item{
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 16px;
    border-right: 2px solid #A1A5A3;
    position: relative;
}
.material_row .material_column .block_item:nth-child(3),
.material_row .material_column .block_item:nth-child(6),
.material_row .material_column .block_item:nth-child(9){
    border-right: none;
}
.material_row .material_column .block_item:first-child::after,
.material_row .material_column .block_item:nth-child(2)::after,
.material_row .material_column .block_item:nth-child(3)::after,
.material_row .material_column .block_item:nth-child(4)::before,
.material_row .material_column .block_item:nth-child(5)::before,
.material_row .material_column .block_item:nth-child(6)::after{
    content: "";
    border: 2px solid #FFFFFF;
    bottom: -2px;
    left: 0px;
    width: 12px;
    height: 2px;
    position: absolute;
}
.material_row .material_column .block_item:first-child::before,
.material_row .material_column .block_item:nth-child(2)::before,
.material_row .material_column .block_item:nth-child(3)::before,
.material_row .material_column .block_item:nth-child(4)::after,
.material_row .material_column .block_item:nth-child(5)::after,
.material_row .material_column .block_item:nth-child(6)::before{
    content: "";
    border: 2px solid #FFFFFF;
    bottom: -2px;
    right: 0px;
    width: 12px;
    height: 2px;
    position: absolute;
}


.material_column .block_item_text .h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    margin-top: 15px;
    margin-bottom: 0;
}
.material_column .block_item_text{
    padding-right: 0;
}
.material_column .block_item_text .text{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #525252;
    margin-top: 7px;
}
.material_column .block_item_text .info_row{
    margin-top: 10px;
}
.material_column .block_item:last-child {
    border-bottom: 2px solid #A1A5A3;
}
.material_column .block_item:first-child .block_item_image{
    top: 5px;
}
.material_column .block_item .block_item_image {
    right: 16px;
}
.material_column .block_item{
    padding-top: 16px;
    padding-bottom: 10px;
    height: 245px;
}
.material_wrap{
    margin-bottom: 25px;
}
.block_item:first-child{
    padding-top: 0;
}
.block_item:last-child{
    padding-bottom: 0;
}
.footer_slider_item{
    position: relative;
}
.footer_slider_item a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer_slider_row .footer_slider_item{
    display: flex!important;
    justify-content: center;
    height: 70px;
    overflow: hidden;
}
.footer_slider_item .slider_image{
    align-self: end;
    flex: 0 0 40px;
    max-width: 40px;
}
.footer_slider_item .slider_image img{
    width: 100%;
}
.footer_slider_item .slider_text{
    margin-right: 8px;
    align-self: start;
    max-width: 120px;
}
.footer_slider_item .slider_text{
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.004em;
    color: #525252;
}
.footer_slider_item:hover .slider_text{
    color: #2B15BB;
}
.footer_slider_item:hover .slider_image{
    box-shadow: -2px -2px 16px rgba(0, 0, 0, 0.2);
}
.footer_slider_row.slick-slider{
    display: flex;
    align-items: center;
    margin: 0 15px;
}
.footer_slider_row .slick-list{
    margin: 0 10px;
}
.footer_info_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}
.footer_info, .info_data_row ul li{
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
#scrollTopBtn.actived {
    display: block;
}
#scrollTopBtn {
    display: none;
}
.arrow_up {
    position: fixed;
    z-index: 5;
    right: 10%;
    bottom: 20px;
    border: 1px solid #7A7A7A;
    width: 56px;
    height: 56px;
    background: #7A7A7A;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 32px;
    padding: 13px 15px;
    cursor: pointer;
}
.info_data_row{
    padding: 35px 16px 25px 16px;
}
.info_data_row ul{
    display: flex;
    align-items: center;
}
.info_data_row ul li {
    padding-left: 34px;
    display: flex;
    align-items: center;
}
.info_data_row ul li a:hover{
    color: #2B15BB;
    text-decoration-line: underline;
}

.info_data_row ul li svg{
    flex: 0 0 18px;
    max-width: 18px;
    margin-right: 8px;
    align-self: flex-start;
}
.info_data_row ul li:first-child{
    padding-left: 0;
}
.footer_info_wrap{
    border-bottom: 1px solid #EDF4FD;
}
.footer_slider_wrap{
    padding: 18px 0;
}
.breadcrumb_row{
    background: #EDF4FD;
    overflow: hidden;
}
.breadcrumb_row ul li{
    white-space: nowrap;
}
.breadcrumb_row ul li:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumb_row .breadcrumb{
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 16px;
}
.breadcrumb .breadcrumb__link,
.page_pagination ul li{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #121B2B;
}
.page_pagination ul li.active,
.breadcrumb .breadcrumb__link.activ{
    color: #7A7A7A;
}
.breadcrumb .breadcrumb__link::after{
    content: ">";
    font-size: 14px;
    line-height: 16px;
    color: #121B2B;
    padding: 0 8px;
}
.breadcrumb .breadcrumb__link.activ::after{
    content: none;
}
.page_pagination ul{
    display: flex;
    align-items: center;
}
.page_pagination ul li{
    padding-left: 32px;
}
.page_pagination ul li:first-child{
    padding-left: 0;
}
.page_pagination{
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 20px 22px 20px 0;
}
.lenta_news_body{
    max-width: 998px;
    margin: 0 auto;
    padding: 0 15px;
}
.lenta_news_wrap .lenta_news_body .video_row{
    max-width: 968px;
    padding-top: 10px;
}
.lenta_news_wrap .title_row {
    padding-bottom: 0px;
    padding-top: 25px;
}
.footer{
    border-top: 2px solid #A1A5A3;
    margin-top: 12px;
    padding-top: 10px;
}
.footer .social_row{
    padding-right: 0;
}
.lenta_wrap .title_row {
    padding-top: 25px;
}
.lenta_wrap .h2:hover a{
    color: #1F1F1F;
}
.lenta_wrap .block_item{
    position: relative;
}
.lenta_wrap .block_item a{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}
.lenta_wrap .block_item .info_item a {
    position: relative;
}
.lenta_wrap .block_item_image:hover img{
    transform: scale(1);
}
.lenta_wrap .block_item_image{
    flex: 0 0 368px;
}
.lenta_wrap .events_column{
    padding: 0 16px;
}
.lenta_wrap .events_row{
    margin-top: 25px;
}
.lenta_wrap .block_item{
    padding: 21px 0;
}
.lenta_wrap .block_item:first-child {
    padding-top: 0;
}
.lenta_news_name{
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #304873;
}
.second_page p.lenta_news_title{
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.0025em;
    color: #333333;
    padding: 15px 0;
}
.participants_row .participants_row_title{
    padding: 25px 0 10px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #525252;
}
.participants_item{
    display: flex;
}
.participants_item .participant_image{
    flex: 0 0 68px;
    padding-right: 12px;
}
.participant_text{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.participant_name{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
    color: #1F1F1F;
}
.participant_profesion{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #525252;
    padding-top: 10px;
}
.participants_item{
    margin-bottom: 12px;
}
.video_row iframe{
    width: 100%;
    position: relative;
}
.block_social_row ul{
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 30px 0;
}
.block_social_row ul li{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.001em;
    color: #1F1F1F;
    margin-left: 8px;
}
.block_social_row ul li:first-child{
    margin-left: 0;
    margin-right: 10px;
}
.block_social_row ul li svg{
    fill: #7A7A7A;
}
.article_block{
    display: flex;
    margin: 15px 0;
}
.article_block .article_block_image{
    flex: 0 0 368px;
}
.article_block .article_block_image img{
    width: 100%;
}
.article_block .article_block_text{
    flex: 1 1 auto;
    padding-right: 16px;
}
.second_page .lenta_news_body ul{
    margin-bottom: 20px;
    margin-top: 10px;
}
.second_page .lenta_news_body ul li{
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #1F1F1F;
    padding-left: 10px;
    position: relative;
    margin-bottom: 8px;
}
.second_page .lenta_news_body ul li:after{
    content: "";
    width: 4px;
    height: 4px;
    background: #71ACFF;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.second_page blockquote{
    border-top: 2px solid #71ACFF;
    border-bottom: 2px solid #71ACFF;
    padding-top: 12px;
    margin-bottom: 8px;
}
.second_page .lenta_news_body .block_social_row ul li:after {
    content: none;
}
.itemImageGallery{
    margin-top: 20px;
}
.second_page ul.sigProClassic li:after {
    content: none;
}
.second_page ul.fox-messages li:after {
    content: none;
}
.second_page ol li{
    list-style-type: decimal;
}
.second_page ol{
    margin: 10px 0 20px 20px;
}
.inf span{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #486BAD;
    padding-right: 7px;
}
.article_wrap .title_row {
    padding-top: 23px;
}
.objective_row{
    border-top: 2px solid #71ACFF;
    border-bottom: 2px solid #71ACFF;
    margin-top: 10px;
    padding-top: 13px;
    padding-bottom: 4px;
    margin-bottom: 8px;
}
.article_wrap{
    padding-bottom: 5px;
}
.lenta_news_body .desktop{
    display: block;
}
.lenta_news_body .mobile{
    display: none;
}
#genericItemListNothingFound{
    text-align: center;
    padding: 30px 0;
}
.genericSearchForm{
    display: flex;
}
.genericSearchForm input[type=text]{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #A1A5A3;
    padding: 10px 16px;
}
.genericSearchForm input[type=submit] {
    background: #304873;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    padding: 10px 16px;
    cursor: pointer;
    color: #FFFFFF;
}
.genericSearchForm input::-webkit-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #1F1F1F;
}
div#fox-container-m139 .btn span{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: color 0.5s;
}
div#fox-container-m139 .btn{
    background: #304873;
    padding: 10px 16px;
    width: 100%;
    transition: color 0.5s;
}
div#fox-container-m139 .btn:hover{
    background: #71ACFF;
    transition: color 0.5s;
}
div#fox-container-m139 .btn:hover span{
    color: #304873;
    transition: color 0.5s;
}
div#fox-container-m139 .fox-form-stacked .control-group{
    display: flex;
    align-items: start;
}
div#fox-container-m139 .fox-form-stacked .controls{
    width: 100%!important;
}
div#fox-container-m139 .fox-form-stacked .controls input,
div#fox-container-m139 .fox-form-stacked .controls textarea{
    width: 100%!important;
}
div#fox-container-m139 .chzn-container{
    width: 100%!important;
}
div#fox-container-m139 .control-group .checkbox{
    width: 100%!important;
}
div#fox-container-m139 .control-group .checkbox input {
    width: 20px!important;
}
div#fox-container-m139 .checkbox input[type="checkbox"] {
    margin-left: 0!important;
    margin-right: 20px;
}
div#fox-container-m139 .fox-form-stacked .control-group.fox-item-html-labels {
    display: block;
}
div#fox-container-m139 select{
    width: 100%!important;
}
div#fox-container-m139 .alert{
    width: 100% !important;
}
div#fox-container-m139 .checkbox {
    padding-left: 0;
}
@media (max-width: 1800px) {
    .slider_row .slick-prev{
        left: 17%;
    }
    .slider_row .slick-next{
        right: 17%;
    }
    .banner_optional_wrap .h1 a {
        padding: 111px 15% 15px 15%;
    }
}
@media (max-width: 1700px) {
    .slider_row .slick-prev{
        left: 15%;
    }
    .slider_row .slick-next{
        right: 15%;
    }
    .banner_text a {
        padding: 30px 25% 30px 20%;
    }
}
@media (max-width: 1600px) {
    .slider_row .slick-prev{
        left: 13%;
    }
    .slider_row .slick-next{
        right: 13%;
    }
    .banner_text a {
        padding: 30px 25% 30px 15%;
    }
}
@media (max-width: 1500px) {
    .slider_row .slick-prev{
        left: 10%;
    }
    .slider_row .slick-next{
        right: 10%;
    }
    .banner_optional_wrap .h1 a {
        padding: 90px 7% 15px 7%;
    }
}
@media (max-width: 1400px) {
    .slider_row .slick-prev{
        left: 7%;
    }
    .slider_row .slick-next{
        right: 7%;
    }

}
@media (max-width: 1280px) {
    .slider_row .slick-prev {
        left: 5%;
    }

    .slider_row .slick-next {
        right: 5%;
    }

    .container {
        max-width: 992px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .news_row .block_item {
        flex-direction: column;
        flex: 1 1 auto;
    }
    .news_row .info_row{
        margin-top: 19px;
    }
    .news_row .block_item_image{
        max-height: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 16px;
        height: 209px;
    }
    .news_row .block_item {
        padding: 16px 0;
    }
    .news_row .block_item:first-child {
        padding-top: 0;
    }
    .news_row .block_item:last-child {
        padding-bottom: 0;
    }
    .banner_row .banner_text {
        padding-left: 15px;
    }
    .video_wrap .video_row {
        flex-direction: column;
    }

    .video_column {
        order: -1;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .video_column_left {
        padding-right: 0;
    }

    .video_column_left .video_item {
        margin-top: 24px;
    }

    .banner_optional_wrap .h1 a {
        padding: 45px 5% 15px 5%;
    }
}
@media (max-width: 1200px) {
    .slider_title {
        background: rgba(255, 255, 255, 0.7);
        max-width: 800px;
    }
    .slider_row .slick-prev{
        left: 10%;
    }
    .slider_row .slick-next{
        right: 10%;
    }

}
@media (max-width: 1100px) {
    .slider_row .slick-prev{
        left: 5%;
    }
    .slider_row .slick-next{
        right: 5%;
    }
    .banner_text a {
        padding: 30px 25% 30px 10%;
    }

}
@media (max-width: 994px) {
    .events_row {
        display: block;
    }
    .events_left_column {
        border-right: none;
        padding: 0;
        flex: 0 0 100%;
    }
    .events_left_column .block_item_text {
        padding-right: 0;
    }
    .events_left_column .block_item {
        padding: 11px 0;
    }
    .block_item:first-child {
        padding-top: 0;
    }
    .events_right_column .block_item:nth-child(3) {
        border-bottom: none;
    }
    .events_left_column .block_item:nth-child(4) {
        display: none;
    }
    .events_right_column .block_item:nth-child(4) {
        display: none;
    }
    .events_right_column .block_item:nth-child(5) {
        display: none;
    }
    .events_right_column .block_item:nth-child(6) {
        display: none;
    }
    .events_right_column {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 12px;
    }
    .events_row .block_item {
        display: block;
    }
    .btn_row {
        padding-right: 2px;
        margin-top: 10px;
    }
    .block_item_text .h3 {
        height: auto;
    }
    .events_left_column .info_row{
        margin-top: 19px;
    }
    .events_left_column .block_item_image{
        max-height: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 16px;
    }
}

@media (max-width: 992px) {
    .banner_row .banner_text{
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.0015em;
        max-width: 216px;
        flex: 1 1 auto;
    }
    .banner_image {
        flex: 0 0 56px;
        max-width: 56px;
        margin-right: -7px;
    }
    .banner .banner_row {
        height: 72px;
    }
    .banner_text a {
        padding: 12px 30% 30px 3%;
    }
    .logo a{
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.0015em;
    }
    .menu_row {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .container{
        margin: 0 15px;
    }
    .left_item{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header_center_row .language_row ul {
        margin: 2px 0 14px 0;
    }
    .slider_title {
        max-width: 600px;
        padding: 11px 40px 16px 16px;
    }
    .slider_row .slick-prev{
        left: 11%;
    }
    .slider_row .slick-next{
        right: 11%;
    }
    .slider_row .slick-prev{
        left: 5%;
    }
    .slider_row .slick-next{
        right: 5%;
    }
    .material_row{
        margin-bottom: 25px;
    }
    .material_column {
        flex-direction: column;
    }
    .material_row .material_column .block_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .material_row .material_column .block_item{
        border-right: none;
    }
    .material_row .material_column .block_item:nth-child(4),
    .material_row .material_column .block_item:nth-child(5),
    .material_row .material_column .block_item:nth-child(6){
        display: none;
    }
    .info_data_row ul{
        flex-direction: column;
        align-items: start;
    }
    .info_data_row ul li {
        padding-left: 0;
    }
    }
@media (max-width: 768px) {
    .h1{
        font-size: 24px;
        line-height: 30px;
        padding-left: 0;
    }
    .slider_row .h3{
        font-size: 14px;
        line-height: 16px;
    }
    .slider_item_background .desktop {
        display: none;
    }
    .slider_item_background .mobile {
        display: block;
    }
    .slider_item_background .mobile img {
        height: 208px !important;
        width: 100%;
    }
    .header{
        position: relative;
    }
    .form-search{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .menu_wrap{
        margin-bottom: 48px;
    }

    .header__nav {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        box-shadow: -2px -2px 16px rgba(0, 0, 0, 0.2);
        left: -100%;
        z-index: 10000;
    }
    .menu_row ul{
        flex-direction: column;
        align-items: start;
    }
    .header__menu {
        display: block;
    }
    .header__nav.open-menu {
        left: 0;
    }

    .menu-burger__header {
        position: relative;
        width: 22px;
        height: 30px;
        display: block;
        margin-left: 0;
        z-index: 1000000;
    }
    .menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before {
        height: 2px;
        width: 100%;
        position: absolute;
        background: #7A7A7A;;
        margin: 0 auto;
    }
    .menu-burger__header span {
        top: 16px;
    }
    .menu-burger__header:after, .menu-burger__header:before {
        content: '';
    }
    .menu-burger__header:after {
        bottom: 6px;
    }
    .menu-burger__header:before {
        top: 10px;
    }
    .menu-burger__header.open-menu span {
        opacity: 0;
        transition: 0.5s;
    }
    .menu-burger__header.open-menu:before {
        transform: rotate(35deg);
        top: 12px;
        left: 0;
        transition: 0.4s;
    }
    .menu-burger__header.open-menu:after {
        transform: rotate(-35deg);
        bottom: 16px;
        transition: 0.4s;
    }
    .menu-burger__header.open-menu{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .menu_row ul li {
        padding: 16px;
    }
    .menu_row{
        flex: 0 0 22px;
        width: 22px;
    }
    .slider_title {
        max-width: 400px;
    }
    .slider_row .slick-prev{
        left: 10%;
    }
    .slider_row .slick-next{
        right: 10%;
    }
    .video_item .video_title{
        font-size: 24px;
        line-height: 30px;
    }
    .video_item{
        display: block;
    }
    .banner_optional_wrap {
        height: 128px;
    }
    .banner_optional_wrap .h1 a {
        padding: 85px 5% 15px 5%;
    }
    .banner_optional_wrap .h1{
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        text-align: start;
    }
    .video_desktop{
        display: none;
    }
    .video_mobale{
        display: block;
        height: 188px;
    }
    .news_column .block_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news_row .block_item.even {
        border-right: none;
    }
    .news_row .even.block_item {
        padding-right: 0;
    }
    .news_row .odd.block_item{
        padding-left: 0;
    }
    .news_row .block_item.odd::after,
    .news_row .block_item.even::after{
        content: none;
    }
    .news_row .block_item:nth-child(4),
    .news_row .block_item:nth-child(5),
    .news_row .block_item:nth-child(6){
        display: none;
    }
    .news_row .block_item:nth-child(3){
        border-bottom: none;
    }
    .news_column .block_item .block_item_image {
        flex: 1 1 auto;
    }
    .news_row .block_item:nth-child(2) {
        padding-top: 16px;
    }
    .footer_info_wrap{
        position: relative;
        padding-bottom: 60px;
    }
    .footer .social_row {
        padding-right: 0;
        position: absolute;
        bottom: 12px;
        right: 18px;
    }
    .arrow_up{
        right: 16px;
    }
    .container{
        padding: 0;
    }
    .banner_row .banner_text {
        padding-left: 0;
    }
    .banner_image {
        padding-right: 0;
    }
    .header_center_row {
        margin: 0;
    }
    .logo{
        margin-top: 38px;
    }
    .menu{
        height: 56px;
    }
    .social_row {
        padding-right: 3px;
    }
    .slider_title .slider_title_info {
        margin-bottom: 6px;
    }
    .slider_title {
        padding: 11px 40px 8px 16px;
    }
    .title_row {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .video_wrap {
        margin-top: 40px;
    }
    .video_wrap .video_row {
        padding: 20px 0 32px 0;
    }
    .video_column_left .video_item {
        margin-top: 24px;
    }
    .video_column_left .video_item:first-child {
        margin-top: 0;
    }
    .video_column_left {
        margin-top: 40px;
    }
    .video_column_left .video_item {
        height: 168px;
        padding-top: 22px;
        padding-left: 16px;
    }
    .banner_optional_wrap {
        margin-top: 40px;
        margin-bottom: 5px;
    }
    .footer {
        margin-top: 0px;
        padding-top: 17px;
    }
    .footer_info_row{
        padding: 0;
    }
    .info_data_row{
        padding: 15px 0 0 0;
    }
    .info_data_row ul li{
        padding-top: 10px;
    }
    .info_data_row ul li:first-child{
        padding-top: 0;
    }
    .footer_slider_row.slick-slider {
        margin: 0;
    }
    .footer_slider_item .slider_text {
        max-width: 248px;
    }
    .footer_slider_row .footer_slider_item {
        height: 60px;
    }
    .banner_image .desktop{
        display: none;
    }
    .banner_image .mobile{
        display: block;
    }
    .video_item svg {
        transform: scale(0.8);
        right: 7px;
        bottom: -6px;
    }
    .video_item:hover svg {
        transform: scale(1);
        right: 7px;
        bottom: -6px;
    }
    .video_column_title .h4{
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
    }
    .video_column_title {
        padding: 10px 16px;
    }
    .video_column .video__img_play {
        transform: scale(0.6);
    }
    .breadcrumb_row .breadcrumb {
        padding: 0;
    }
    .lenta_wrap .title_row {
        padding-top: 45px;
    }
    .lenta_wrap .events_column {
        padding: 0;
    }
    .block_item_text {
        padding-right: 0;
    }
    .lenta_wrap .h2{
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
    }
    .lenta_wrap .info_row{
        margin-top: 20px;
    }
    .lenta_wrap .block_item_image {
        margin-top: 15px;
    }
    .page_pagination {
        justify-content: center;
        padding: 10px 0 30px 0;
    }
    .page_pagination ul li {
        padding-left: 28px;
    }
    .lenta_news_title {
        font-size: 24px;
        line-height: 30px;
    }
    .lenta_news_body {
        padding: 0;
    }
    .participants_item {
        margin-bottom: 20px;
    }
    .lenta_news_body .desktop{
        display: none;
    }
    .lenta_news_body .mobile{
        display: block;
    }
    .lenta_news_wrap .lenta_news_body .video_row {
        padding-top: 0;
        margin: 0 -15px;
    }
   .article_wrap .title_row {
       padding-bottom: 3px;
   }
    .article_wrap .lenta_news_title {
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
    }
    .article_block {
        display: block;
    }
    .article_block .article_block_text {
        padding-right: 0;
    }
    .article_block .article_block_image {
        margin-top: 25px;
    }
    .article_wrap {
        padding-bottom: 0px;
    }
    .header_center_row {
        margin-bottom: 48px;
    }
    .logo{
        position: absolute;
    }
    div#fox-container-m139 .fox-form-stacked .control-group {
        display: block;
    }
}
@media (max-width: 600px) {
    .slider_title {
        max-width: 248px;
    }
    .slider_row .slick-prev{
        left: 17%;
    }
    .slider_row .slick-next{
        right: 17%;
    }
}
@media (max-width: 500px) {
    .slider_row .slick-prev{
        left: 5%;
    }
    .slider_row .slick-next{
        right: 5%;
    }
}

.second_page .article_block_text p{
    font-weight: 600;
}
.title_row .h1{
    height: initial;
}
#jevents_body{
    margin-top: 12px;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #B7D1F5!important;
    border: 1px solid #B7D1F5!important;
}
#jevents_body .jev_toprow div.previousmonth a,
#jevents_body .jev_toprow div.nextmonth a{
    color: #121B2B!important;
}
.jev_toprow div.currentmonth {
    border-top: 1px solid #B7D1F5!important;
    border-bottom: 1px solid #B7D1F5!important;
}
.nav-items > div:first-child,
#jevents_body .nav-items > div a:hover{
    border-left: 1px solid #B7D1F5!important;
}
.nav-items > div {
    border: 1px solid #B7D1F5!important;
}
.nav-items > div:last-child {
    border-right: 1px solid #B7D1F5!important;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #B7D1F5!important;
    color: #121B2B!important;
}
.footer_slider_row.slick-slider .slick-list{
    width: 100%;
}
.special-font-size-2 .block_item_image img,
.special-font-size-3 .block_item_image img{
    display: none;
}
