/*anneranner
CTC Separate Stylesheet
Updated: 2022-12-27 16:47:10
*/
/*teeeeeest*/
.collapsed-menu-list{
    display: none;
}
/* Temp CSS */
.header{
    position: sticky;
    top: 0;
    z-index: 999;
    background: #3C2FD6;
    width: 1920px;
}
/*eeeeend*/
.header-width{
    width: 100%;
    background: #3C2FD6;
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
}
/* Nav menu */
.mobile-nav{
    width: 100%;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background: #f2f2f2;
    z-index: 1000009;
}
.side-menu:checked ~ .mobile-nav-logged-in{
    top: 140px;
    padding-top: 30px;
}
.side-menu:checked ~ .mobile-nav-logged-out{
    top: 90px;
    padding: 30px;
    width: 1920px;
    margin-left: -40px;
}
.main-mobile-nav{
    width: 100%;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    background: #f2f2f2;
    z-index: 9;
}
.mobile-nav-menu a:hover{
    background-color: var(--gray);
}
.mobile-nav{
    max-height: 0;
}
.mobile-nav,
.main-mobile-nav{
    max-height: 0;
}
/* Menu Icon */
.hamb{
    cursor: pointer;
    padding: 40px 20px;
}
.main-hamb{
    cursor: pointer;
    padding: 40px 20px;
}
/* Style label tag */
.hamb-line{
    position: relative;
    width: 24px;
    height: 4px;
    display: block;
    background: transparent;
}
.main-hamb-line{
    background: #ffffff;
    display: block;
    height: 24px;
    position: relative;
    width: 24px;
}
/* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.main-hamb-line::before,
.main-hamb-line::after{
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 4px;
    width: 70%;
    height: 2px;
}
.hamb-line::after{
    top: -2px;
    height: 2px;
}
.main-side-menu:not(:checked) + .main-hamb .main-hamb-line::before, .side-menu:not(:checked) + .hamb .hamb-line::before {
    top: 30px!important;
}
.main-side-menu:checked + .main-hamb .main-hamb-line::before, .side-menu:checked + .hamb .hamb-line::before {
    top: 24px!important;
}
.main-side-menu + .main-hamb .main-hamb-line::after, .side-menu + .hamb .hamb-line::after {
    top: 24px!important;
}
.main-side-menu:checked + .main-hamb .main-hamb-line, .side-menu:checked + .hamb .hamb-line {
    text-indent: -9999px;
}

.side-menu,
.main-side-menu{
    display: none;
} /* Hide checkbox */


/* Toggle menu icon */
.main-hamb .main-hamb-line, .hamb, .hamb-line {
    font-family: 'Montserrat', sans-serif;
    margin-top: -15px;
    color: #fff;
    text-transform: lowercase;
    font-size: 1rem;
}
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .page-header-title{
    display: none;
}
.main-side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line{
    background: transparent;
}
.main-side-menu:checked ~ .main-hamb .main-hamb-line{
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before{
    transform: rotate(-45deg);
    top:0;
}
.main-side-menu:checked ~ .main-hamb .main-hamb-line::before{
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after{
    transform: rotate(45deg);
    top:0;
}
.main-side-menu:checked ~ .main-hamb .main-hamb-line::after{
    transform: rotate(45deg);
    top:0;
}
.side-menu:checked ~ .hamb .main-hamb-line {
    background: transparent;
}
.main-side-menu:checked ~ .main-hamb .main-main-hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before{
    transform: rotate(-45deg);
    top:0;
    background: #ffffff;
}
.main-side-menu:checked ~ .main-menu,
.main-menu:has(.main-side-menu:checked),
.main-menu:has(.main-side-menu:checked) .main-menu{
    grid-template-columns: auto;
    padding: 0;
    background: #f2f2f2;
}
.checked-menu{
    grid-template-columns: auto !important;
    padding: 0 !important;
    background: #f2f2f2;
}
.main-side-menu:checked ~ .main-hamb .main-hamb-line::before{
    transform: rotate(-45deg);
    top:0;
    background: #000000;
}
.side-menu:checked ~ .hamb .main-hamb-line::after {
    transform: rotate(45deg);
    top:0;
    background: #000000;
}
.main-side-menu:checked ~ .main-hamb .main-hamb-line::after {
    transform: rotate(45deg);
    top:0;
    background: #000000;
}
.side-menu:checked ~ .logo,
.side-menu:checked ~ .translation-switch,
.side-menu:checked ~ .search-icon
{
    display: none;
}
.main-menu{
    grid-template-columns: 60px 0 80px auto 80px 80px;
}
.regular-footer-area {
    width: 30%;
}
.main-side-menu:checked ~ .main-mobile-nav{
    position: unset;
    padding: 10px 50px;
}
.main-menu:has(.main-side-menu:checked) .glasses-icon,
.main-menu:has(.main-side-menu:checked) .logo,
.main-menu:has(.main-side-menu:checked) .main-translation-switch,
.main-menu:has(.main-side-menu:checked) .search-icon,
.main-menu:has(.main-side-menu:checked) .menu-verhnee-menyu-container{
    display: none !important;
}
/* MAIN SLIDER */










/* Implimenting Fonts */
@font-face { font-family: Tektur-Regular;
    src: url('/wp-content/uploads/2023/01/tektur-regular.ttf');
    font-weight: normal;
}

@font-face { font-family: Segoe UI;
    src: url('/wp-content/themes/eapv-theme/assets/fonts/SegoeUI.ttf');
    font-weight: normal;
}

.main-page-body{
    background-color: #3C2FD6;
}

#pgc-408-1-1 {
    height: 107vh;
    overflow: auto scroll;
}

.link-field:lang(en)::before{
    content: "More ";
}
.link-field:lang(ru)::before{
    content: "РџРѕРґСЂРѕР±РЅРµРµ ";
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img{
    outline: none;
}

.site-main{
    padding-top: 10px;
}

/* HEADER */
.main-header{
    padding: 14px 40px 0 40px;
    display: inline-grid;
    gap: 30px;
    position: absolute;
    width: 100%;
    grid-template-columns: 0 auto auto 1400px auto auto auto;
}
.header{
    display: inline-grid;
    grid-template-columns: 35px 0 55px auto 70px 25px;
    padding: 0 40px 0 40px;
    gap: 25px;
}
.logo img{
    width: 50.71px;
    height: 49.53px;
}
.mobile-menu-section{
    width: 100%;
    display: inline-block;
}
.menu-list{
    text-align: center;
    white-space: nowrap;
    margin-top: auto;
    margin-bottom: auto;
}
.main-page-menu{
    white-space: nowrap;
    margin: auto;
}
.main-page-menu a,
.main-page-menu a:hover,
.main-page-menu a:focus{
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none !important;
}
.menu-list a,
.menu-list a:hover,
.menu-list a:focus{
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none !important;
}
.menu-list ul{
    display: inline-flex !important;
    gap: 21px;
    padding-left: 0;
    flex-wrap: wrap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.main-page-menu ul{
    display: flex;
    gap: 22px;
    padding-left: 0;
    flex-wrap: wrap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.menu-list li,
.main-page-menu li{
    display: inline;
}
.main-page-menu a{
    font-weight: 400;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-page-menu #menu-item-1327 a,
.main-page-menu #menu-item-8610 a{
    border: 2px solid #FFFFFF;
    border-radius: 37px;
    font-family: Segoe UI;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 11px;
}
.menu-list #menu-item-1327 a{
    border: 2px solid #ffffff;
    border-radius: 37px;
    font-family: Segoe UI;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 11px;
}
.main-translation-switch a,
.main-translation-switch a:hover,
.main-translation-switch a:focus{
    font-family: 'IBM Plex Mono', monospace !important;
    font-size: 14px !important;
    line-height: 18px;
    color: #FFFFFF !important;
    background: transparent !important;
    text-decoration: none !important;
}
.translation-switch a,
.translation-switch a:hover,
.translation-switch a:focus{
    font-family: 'IBM Plex Mono', monospace !important;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none !important;
}
.main-translation-switch li:first-child::after,
.lang-symbols li:first-child::after{
    content: "|";
    color: #ffffff;
    margin-left: 14px;
}
.logo,
.logo:hover,
.logo:focus{
    background: transparent !important;
    text-decoration: none !important;
}
.logo{
    width: fit-content;
    margin-left: unset;
}
.logo,
.search-icon,
.hamburger,
.hamburger label,
.main-translation-switch,
.translation-switch,
.glasses-icon{
    margin-top: auto;
    margin-bottom: auto;
}
#toggle{
    display: none;
}
.title{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
}
.nav .menu-list-item{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
}
.mobile-nav ul,
.main-mobile-nav ul{
    list-style-type: none;
    padding-left: 0;
}

.general-questions-col{
    background-color: #1A14;
}
.procedure-questions-col{
    background-color: #1A14;
}
.switchers{
    float: right;
    padding-right: 40px;
    gap: 38px;
    display: flex;
}
.glasses-icon div{
    border-radius: 50%;
}
.footer-banner-laptop,
.footer-banner-tablet,
.footer-banner-lg-mobile,
.footer-banner-mobile{
    display: none;
}
.footer-banner img{
    width: 100%;
}
#menu-vypadayushhee-menyu-rus,
#menu-vypadayushhee-menyu-eng{
    display: inline-grid !important;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 89px 20px;
    width: 100%;
    list-style-type: none;
}
#menu-vypadayushhee-menyu-rus > li > a,
#menu-vypadayushhee-menyu-eng > li > a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
}
#menu-vypadayushhee-menyu-rus button,
#menu-vypadayushhee-menyu-eng button{
    display: none;
}
#menu-vypadayushhee-menyu-rus ul,
#menu-vypadayushhee-menyu-eng ul{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    word-break: break-word;
    margin-top: 24px;
}
#menu-vypadayushhee-menyu-rus ul li,
#menu-vypadayushhee-menyu-eng ul li{
    width: 100%;
    margin-bottom: 10px;
}
#menu-vypadayushhee-menyu-rus a,
#menu-vypadayushhee-menyu-rus a:hover,
#menu-vypadayushhee-menyu-rus a:focus,
#menu-vypadayushhee-menyu-eng a,
#menu-vypadayushhee-menyu-eng a:hover,
#menu-vypadayushhee-menyu-eng a:focus{
    color: #000000 !important;
    background: transparent !important;
    text-decoration: none !important;
}
.main-menu{
    position: unset;
    z-index: 9;
    width: 100%;
    display: inline-grid;
    grid-template-columns: 24px 0 50px auto 35px 70px 25px;
    padding: 0 40px 0 78px;
    gap: 25px;
}
.main-menu .search-icon,
.main-translation-switch,
.main-menu .glasses-icon{
    width: fit-content;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}
.main-menu .hamb-line,
.main-menu .hamb-line::before,
.main-menu .hamb-line::after{
    background: #ffffff;
}
.footer-regular{
    margin-top: 80px;
    padding: 40px;
    background: #ECECEC;
}
.oficzialnye-publikaczii-footer{
    margin-top: 0 !important;
}
.regular-footer-area {
    width: 23%;
    display: inline-grid;
    margin-right: 20px;
    margin-bottom: 20px;
}
.social-footer-section{
    width: 100%;
    margin-right: unset;
    margin-bottom: 50px;
}
.small-content-footer{
    font-size: 14px;
    line-height: 140%;
}
.side-news{
    background: #3C2FD6;
    margin-top: 0;
    margin-bottom: 80px;
}
#panel-408-1-1-0 .scroll_newss,
#panel-614-1-1-0 .scroll_newss{
    padding: 40px 117px 0 97px !important;
}
.side-news-header{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.side-news-date{
    font-family: Tektur-Regular !important;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
}
.side-news-article div{
    display: flex;
    justify-content: space-between;
}
.side-news-cat a{
    font-family: Tektur-Regular !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #3C2FD6 !important;
}
.side-tag-news{
    border-radius: 18.4258px;
    padding: 5px 20px;
    background: #ffffff;
}
.side-tag-countries{
    border-radius: 18.4258px;
    padding: 5px 20px;
    background: #EF6969;
}
.side-tag-press{
    border-radius: 18.4258px;
    padding: 5px 20px;
    background: #FFBD3D;
}
.side-tag-news a:hover,
.side-tag-news a:focus{
    color: #3C2FD6 !important;
    text-decoration: none !important;
    background: #ffffff !important;
}
.side-tag-countries a:hover,
.side-tag-countries a:focus{
    color: #F2F2F2 !important;
    text-decoration: none !important;
    background: #EF6969 !important;
}
.side-tag-press a:hover,
.side-tag-press a:focus{
    color: #F2F2F2 !important;
    text-decoration: none !important;
    background: #FFBD3D !important;
}
.side-countries-cat a{
    font-family: Tektur-Regular !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F2F2F2;
}
.side-press-cat a{
    font-family: Tektur-Regular !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F2F2F2;
}
.img-side-news-scroll{
    width: 100%;
}
.side-news-title a{
    font-family: Tektur-Regular !important;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}
.side-news-title,
.side-news-excerpt {
    margin-top: 20px;
}
.side-news-excerpt{
    margin-bottom: 20px;
}
.side-news-title a:hover,
.side-news-title a:focus,
.side-news-excerpt a:hover,
.side-news-excerpt a:focus{
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.side-news-excerpt a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: justify;
}
.side-news-more{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    padding: 10px 21px;
    float: right;
}
.side-news-more:hover,
.side-news-more:focus{
    color: #FFFFFF !important;
    background: transparent !important;
    text-decoration: none !important;
}
.open-menu-collapsed-style,
.close-menu-collapsed-style{
    display: inline-block;
    float: right;
    width: 18px;
    height: 18px;
}
details:not([open]) > summary .close-menu-collapsed-style{
    display: none;
}
details[open]  > summary .open-menu-collapsed-style{
    display: none;
}
.main-menu-width{
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
}
div a:focus{
    color: #3C2FD6 !important;
}
#pgc-614-1-1{
    overflow: auto scroll;
    height: 100% !important;
}
#pg-614-2,
#pg-614-3,
#pg-614-4,
#pg-614-5,
#pg-614-6,
#pg-614-7{
    margin-bottom: 0 !important;
}
.checked-menu .logo,
.checked-menu .main-page-menu,
.checked-menu .glasses-icon,
.checked-menu .main-translation-switch,
.checked-menu .search-icon{
    display: none !important;
}
.menu-parent ~ #content,
.menu-parent ~ footer{
    display: none;
}
.side-news-article img{
    max-height: 400px;
    object-fit: contain;
    width: 100%;
}
.other-news-text{
    display: grid !important;
    height: 100%;
    grid-template-rows: auto auto 1fr;
}
#second_to_last_news,
#second_to_last_eapo,
#second_to_last_press,
.show-more-news-side-news,
.show-all-news-side-news{
    display: none;
}
#panel-408-1-1-0 .show-hidden-news,
#panel-614-1-1-0 .show-hidden-news{
    display: block;
}
#pgc-408-6-0,
#panel-408-6-0-0,
#pgc-614-6-0{
    height: 100%;
}
.owl-dot, .owl-dot:nth-child(2) {
    width: 114px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}
.owl-item {
    margin-bottom: 0;
}
#panel-408-3-0-0 .owl-item,
#panel-614-3-0-0 .owl-item{
    margin-bottom: 0;
}
.owl_partners {
    background-image: url(/wp-content/uploads/2023/01/bg_img_vertical.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 40px;
}
/*.owl_partners.owl_event .owl-stage .owl-item .date_event:before{
	position: absolute;
    top: 229px;
    height: 36px;
    border: 4px solid #000;
    content: "";
	left: 99%;
}*/
.owl_partners.owl_event .date_event:after {
    left: 50%;
    height: 56px;
    top: 218px;
}
#panel-408-6-0-0 .owl-item:nth-child(even) :after{
    display: none;
}
.owl_partners.owl_event .date_event .count{
    font-family: Tektur-Regular;
    font-size: 96px !important;
    font-weight: 500;
    color: #000000;
    display: block;
    height: 1.5em;
}
.owl_partners.owl_event .date_event .month {
    font-family: Tektur-Regular;
    font-size: 34px !important;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.oficzialnye-publikaczii-footer,
.contaacts-footer{
    padding: 40px;
}
.new_globe{
    position: absolute;
    transform: translate(84% , 7% );
}
/*.hero__background-layers{
	display: grid;
    place-items: flex-start;
}*/


/* Large screens */
@media only screen and (min-width: 1921px) {
    .main-menu{
        width: min(calc(100% - 175px),1920px);
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }
    .mobile-nav{
        width: 1920px;
    }
    .checked-menu #side-menu[type=checkbox] + label{
        padding-left: 0;
    }
}
@media only screen and (min-width: 1920px) {
    .main-mobile-nav{
        width: 1920px;
    }
    .main-menu{
        /**width: clamp(1750px,calc(100% - 175px),1920px);
        margin-right: auto;
        margin-left: auto;*/
    }
    .main-hamb{
        padding-left: 0;
    }
    #side-menu[type=checkbox] + label{
        padding-left: 0;
    }
    .main-translation-switch label,
    .translation-switch label{
        font-family: 'IBM Plex Mono', monospace;
        font-size: 16px !important;
        line-height: 18px;
    }
    .main-banner img{
        height: 50vw;
    }
    .nav{
        display: none !important;
    }
    .footer-banner-laptop,
    .footer-banner-tablet,
    .footer-banner-lg-mobile,
    .footer-banner-mobile{
        display: none;
    }
    /* MAIN SLIDER */

    /* Texts styling */
    div#n2-ss-6 .n2-font-9896ad266c7e4d4afdde65d5eec84ac6-hover{
        display: block;
        margin-left: -230PX;
        width: 500px;
    }
    div#n2-ss-6 .n2-font-28da817418bb4dfaec34020aa510db08-paragraph{
        margin-left: -230px;
        width: 500px;
        margin-top: 30px;
    }
    /* Buttons styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item56),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item57),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item58){
        margin-left: -470px;
        margin-top: 30px;
    }
    /* Orange banner styling */
    .n2-ss-slider .n2-ss-item-image-content:has( #n2-ss-6item59){
        margin-right: -530px;
    }
    /* Flags styling */
    .n2-ss-slider .n2-ss-item-image-content:has( #n2-ss-6item67){
        margin-right: -400px;
        margin-top: 130px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has( #n2-ss-6item66){
        margin-right: -350px;
        margin-top: 50px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has( #n2-ss-6item65){
        margin-right: -300px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item64){
        margin-right: -250px;
        margin-top: -20px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has( #n2-ss-6item63){
        margin-right: -200px;
        margin-top: -50px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item62){
        margin-right: -150px;
        margin-top: -50px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has( #n2-ss-6item61){
        margin-right: -80px;
        margin-top: -50px;
    }
    /* END MAIN SLIDER */
}
@media (min-width: 1800px) and (max-width: 1919px) {
    .main-menu{
        /**grid-template-columns: auto 0 auto 1400px auto auto auto;*/
    }
    .menu-list,
    .main-page-menu{
        display: block;
        margin-left: 20px;
    }
}
@media (min-width: 1500px) and (max-width: 1799px) {
    .main-menu{
        grid-template-columns: 35px 0 50px auto auto 70px 25px;
        column-gap: 15px;
    }
}
@media (min-width: 1270px) and (max-width: 1800px) {
    .menu-list,
    .main-page-menu,
    .main-menu .glasses-icon{
        display: none;
    }
    .main-menu{
        grid-template-columns: 35px 0 50px auto 70px 25px;
        column-gap: 15px;
    }
}
@media (min-width: 1270px) and (max-width: 1499px) {
    div#n2-ss-7 .n-uc-1dd2b3856802e,
    div#n2-ss-34 .n-uc-EayF2JJrmbbp{
        --margin-bottom: 0 !important;
    }
    .main-menu{
        column-gap: 15px;
    }
    .menu-list,
    .main-page-menu{
        display: none;
    }
}
@media (min-width: 1270px) and (max-width: 1920px){
    .checked-menu #side-menu[type=checkbox] + label{
        padding-left: 78px;
    }
}
@media (min-width: 1270px) and (max-width: 1919px) {
    /*.owl_partners.owl_event .owl-stage .owl-item .date_event:before{
        left: 98%;
    }*/
    #panel-408-1-1-0 .scroll_newss,
    #panel-614-1-1-0 .scroll_newss{
        padding: 30px !important;
    }
    .side-menu:checked ~ .mobile-nav-logged-out{
        padding: 30px;
        width: 100%;
        margin-left: -20px;
    }
    .header{
        width: 100%;
    }
    #menu-vypadayushhee-menyu-rus{
        grid-template-columns: 32% 32% 32%;
        gap: 20px;
    }
    .switchers{
        padding-right: 13px;
        gap: 19px;
    }
    .header{
        width: 100%;
    }
    .side-menu:checked ~ .mobile-nav{
        top: 110px;
    }
    .switchers img{
        width: 59.37px;
    }
    .footer-banner-laptop,
    .footer-banner-tablet,
    .footer-banner-lg-mobile,
    .footer-banner-mobile{
        display: none;
    }
    .footer-banner-lg{
        display: block;
    }
    .main-header{
        padding: 8px 20px 0 20px;
        position: absolute;
        width: 100%;
        grid-template-columns: 0 auto auto 800px auto auto auto;
    }
    /* MAIN SLIDER */

    /* Texts styling */
    div#n2-ss-6 .n2-font-9896ad266c7e4d4afdde65d5eec84ac6-hover{
        display: block;
        margin-left: 40px;
        width: 500px;
        margin-top: 50px;
    }
    div#n2-ss-6 .n2-font-28da817418bb4dfaec34020aa510db08-paragraph{
        margin-left: 40px;
        width: 500px;
        margin-top: 90px;
    }
    /* Buttons styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item56),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item57),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item58){
        margin-left: 40px;
        margin-top: 90px;
    }
    /* Orange banner styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item59){
        margin-right: 10px;
        margin-top: 100px;
    }
    /* Flags styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item67){
        margin-right: -10px;
        margin-top: 30px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item66){
        margin-right: -20px;
        margin-top: 30px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item65){
        margin-left: -10px;
        margin-top: 20px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item64){
        margin-left: -50px;
        margin-top: 30px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item63){
        margin-left: -100px;
        margin-top: 50px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item62){
        margin-left: -150px;
        margin-top: 80px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item61){
        margin-left: -200px;
        margin-top: 120px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item60){
        margin-left: -240px;
        margin-top: 200px;
    }
    /* END MAIN SLIDER */
    .side-news{
        margin-bottom: 30px;
    }
}

@media (min-width: 1000px) and (max-width: 1269px) {
    .more_bakn a:after{
        width: 33px !important;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: bottom;
    }
    .more_bakn a{
        font-size: 14px !important;
    }
    .owl_partners.owl_event h3{
        padding-top: 0 !important;
        font-size: 66px;
    }
    .owl_event:lang(ru) h3 span,
    .owl_event:lang(en) h3 span{
        width: 236px !important;
        height: 47px !important;
        background-size: contain !important;
    }
    .owl_partners.owl_event .owl-stage{
        padding-top: 143px !important;
        margin-top: -143px;
    }
    /*.owl_partners.owl_event .owl-stage .owl-item .date_event:before,*/
    .owl_partners.owl_event .owl-stage div div:after,
    .owl_partners.owl_event .owl-item:nth-child(even) :after{
        top: 117px;
        height: 13px;
        border-width: 3px;
    }
    .owl_partners.owl_event .date_event:after{
        top: 111px !important;
        height: 26px !important;
    }
    .owl_partners.owl_event .date_event .count{
        font-size: 50px !important;
    }
    .owl_partners.owl_event .date_event .month{
        font-size: 18px !important;
    }
    .owl-item{
        margin-bottom: 6px;
    }
    .owl_partners.owl_event .owl-stage div div{
        padding-bottom: 50px !important;
    }
    #panel-408-3-0-0 .owl-stage,
    #panel-614-3-0-0 .owl-stage{
        padding-left: 20px !important;
    }
    /*#panel-408-3-0-0 .owl-item,
    #panel-614-3-0-0 .owl-item{
        margin-right: 16px !important;
    }*/
    .owl_partners.owl_event .date_event:before{
        left: 98% !important;
    }
    .owl-dot,
    .owl-dot:nth-child(2){
        width: 59px;
        height: 20px;
    }
    .side-news-article{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    #panel-408-1-1-0 .scroll_newss,
    #panel-614-1-1-0 .scroll_newss{
        padding: 20px 50px 0 60px !important;
    }
    .side-news{
        margin-right: 0;
        margin-bottom: 32px;
    }
    .other-news-text{
        display: grid;
        height: 100%;
        grid-template-rows: auto auto 1fr;
    }
    .side-news-title a{
        font-size: 12px;
    }
    .side-news-excerpt a,
    .side-news-cat a,
    .side-countries-cat a,
    .side-press-cat a{
        font-size: 10px;
    }
    .side-news-date{
        font-size: 12px;
    }
    div#n2-ss-7 .n-uc-1dd2b3856802e,
    div#n2-ss-34 .n-uc-EayF2JJrmbbp{
        --margin-bottom: 0 !important;
    }
    .side-news-article img{
        max-height: 210px;
    }
    .checked-menu #side-menu[type=checkbox] + label{
        padding-left: 20px;
    }
    .header{
        width: 100%;
    }
    .switchers{
        padding-right: 13px;
        gap: 19px;
    }
    .side-menu:checked ~ .mobile-nav{
        top: 109px;
        padding-top: 30px;
        width: 100%;
        margin-left: -20px;
    }
    .main-header{
        display: flex;
    }
    .switchers img{
        width: 45px;
    }
    .footer-banner-lg,
    .footer-banner-tablet,
    .footer-banner-lg-mobile,
    .footer-banner-mobile,
    .main-page-menu,
    .menu-list{
        display: none;
    }
    .footer-banner-laptop{
        display: block;
    }
    .main-menu:has(.main-side-menu:checked){
        grid-template-columns: auto;
        background: #f2f2f2;
    }
    .main-side-menu:checked ~ .main-mobile-nav{
        position: unset;
        padding: 10px 50px;
    }
    .main-menu:has(.main-side-menu:checked) .glasses-icon,
    .main-menu:has(.main-side-menu:checked) .logo,
    .main-menu:has(.main-side-menu:checked) .main-translation-switch,
    .main-menu:has(.main-side-menu:checked) .search-icon{
        display: none;
    }
    /* Toggle menu icon */
    .side-menu:checked ~ nav{
        max-height: 100%;
    }
    .main-side-menu:checked ~ nav{
        max-height: 100%;
    }
    .side-menu:checked ~ .hamb .hamb-line{
        background: transparent;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line{
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before{
        transform: rotate(-45deg);
        top:0;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::before{
        transform: rotate(-45deg);
        top:0;
    }
    .side-menu:checked ~ .hamb .hamb-line::after{
        transform: rotate(45deg);
        top:0;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::after{
        transform: rotate(45deg);
        top:0;
    }

    .side-menu:checked ~ .hamb .main-hamb-line {
        background: transparent;
    }
    .main-side-menu:checked ~ .main-hamb .main-main-hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before{
        transform: rotate(-45deg);
        top:0;
        background: #ffffff;
    }
    .main-side-menu:checked ~ .main-menu{
        grid-template-columns: auto;
        padding: 0;
        background: #f2f2f2;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::before{
        transform: rotate(-45deg);
        top:0;
        background: #000000;
    }
    .side-menu:checked ~ .hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
        background: #000000;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
        background: #000000;
    }
    .side-menu:checked ~ .logo,
    .side-menu:checked ~ .translation-switch,
    .side-menu:checked ~ .search-icon{
        display: none;
    }
    .side-menu:checked ~ .custome-breadscrumb{
        visibility: hidden;
    }
    .main-menu{
        grid-template-columns: 35px 0 50px auto 70px 25px;
        column-gap: 15px;
    }
    .main-menu .glasses-icon{
        display: none;
    }
    .regular-footer-area {
        width: 45%;
        margin-right: 45px;
        margin-bottom: 60px;
    }
    .social-footer-section{
        width: 100%;
    }
    #menu-vypadayushhee-menyu-rus,
    #menu-vypadayushhee-menyu-eng {
        grid-template-columns: 31% 31% 31%;
        gap: 40px 20px;
    }
    #menu-vypadayushhee-menyu-rus > li > a,
    #menu-vypadayushhee-menyu-eng > li > a{
        font-size: 24px;
    }
    #menu-vypadayushhee-menyu-rus ul,
    #menu-vypadayushhee-menyu-eng ul{
        font-size: 12px;
    }
    /* MAIN SLIDER */

    /* Texts styling */
    div#n2-ss-6 .n2-font-9896ad266c7e4d4afdde65d5eec84ac6-hover{
        display: block;
        width: 500px;
        margin-top: 100px;
        font-size: 48px !important;
        margin-left: 40px;
    }
    div#n2-ss-6 .n2-font-28da817418bb4dfaec34020aa510db08-paragraph{
        margin-left: 40px;
        width: 280px;
        font-size: 14px !important;
        margin-top: -200px;
    }
    /* Buttons styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item56),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item57),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item58){
        margin-left: 40px;
        margin-top: 90px;
    }
    /* Orange banner styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item59){
        margin-right: 10px;
        margin-top: 100px;
    }
    /* Flags styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item67){
        margin-right: -10px;
        margin-top: -150px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item66){
        margin-left: -20px;
        margin-top: -120px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item65){
        margin-left: -50px;
        margin-top: -100px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item64){
        margin-left: -80px;
        margin-top: -70px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item63){
        margin-left: -110px;
        margin-top: -20px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item62){
        margin-left: -140px;
        margin-top: 50px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item61){
        margin-left: -170px;
        margin-top: 120px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item60){
        margin-left: -200px;
        margin-top: 200px;
    }
    /* END MAIN SLIDER */
    .side-news-header{
        margin-bottom: 7px;
    }
    .side-news-header span{
        font-size: 12px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .side-news-cat,
    .side-countries-cat,
    .side-press-cat{
        font-size: 10px;
        padding: 8px 16px;
    }
    .side-news-title{
        font-size: 12px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .side-news-excerpt{
        font-size: 10px;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .side-news-more{
        font-size: 8px;
        padding: 5px 10px;
    }
}

/* Laptop screens */
@media (min-width: 1000px) and (max-width: 1919px) {
    .header{
        padding: 18px 20px 0 20px;
        position: sticky;
        width: 100%;
        float: left;
        gap: 0;
        column-gap: 15px;
    }
    .hamburger{
        float: left;
        margin-right: auto;
        margin-left: 0;
        z-index: 5;
        position: absolute;
    }
    .logo img{
        width: 24px;
        height: 23.42px;
    }
    .glasses-icon {
        display: none ;
    }
    .search-icon{
        justify-self: end;
    }
    .main-translation-switch,
    .translation-switch{
        margin-right: 0;
        margin-left: auto;
    }
    .nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #F2F2F2;
        top: -100%; left: 0; right: 0; bottom: 0;
        overflow: hidden;
        transform: scale(0);
    }
    .nav-wrapper {
        position: relative;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
        padding: 116px 39px;
    }
    .nav nav a {
        position: relative;
        text-decoration: none;
        color: #000000;
        display: inline-block;
        margin-top: 0.5em;
        transition: color 0.2s ease-in-out;
        letter-spacing: 1px;
    }
    /**
    Animations
    **/
    #toggle:checked + .hamburger + .nav  {
        top: 0;
        transform: scale(1);
        z-index:99;
    }
}

/* Table screens */
@media (min-width: 768px) and (max-width: 999px) {
    .oficzialnye-publikaczii-footer,
    .contaacts-footer{
        padding: 20px;
    }
    .owl_partners.owl_event h3{
        padding-top: 0 !important;
        font-size: 66px;
    }
    .owl_event:lang(ru) h3 span,
    .owl_event:lang(en) h3 span{
        width: 236px !important;
        height: 47px !important;
        background-size: contain !important;
    }
    .owl_partners.owl_event .owl-stage{
        padding-top: 143px !important;
        margin-top: -143px;
    }
    /*.owl_partners.owl_event .owl-stage .owl-item .date_event:before,*/
    .owl_partners.owl_event .owl-stage div div:after,
    .owl_partners.owl_event .owl-item:nth-child(even) :after{
        top: 117px;
        height: 13px;
        border-width: 3px;
    }
    .owl_partners.owl_event .date_event:after{
        top: 111px !important;
        height: 26px !important;
    }
    .owl_partners.owl_event .date_event .count{
        font-size: 50px !important;
    }
    .owl_partners.owl_event .date_event .month{
        font-size: 18px !important;
    }
    .owl-item{
        margin-bottom: 46px;
    }
    .owl_partners.owl_event .owl-stage div div{
        margin-bottom: 45px !important;
        padding-bottom: 0 !important;
    }
    #panel-408-3-0-0 .owl-stage,
    #panel-614-3-0-0 .owl-stage{
        padding-left: 20px !important;
    }
    /*#panel-408-3-0-0 .owl-item,
    #panel-614-3-0-0 .owl-item{
        margin-right: 16px !important;
        width: 438px !important;
    }*/
    .owl_partners.owl_event .date_event:before{
        left: 98% !important;
    }
    .more_bakn a:after{
        width: 33px !important;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: bottom;
    }
    .more_bakn a{
        font-size: 14px !important;
    }
    .owl-item{
        margin-bottom: 46px;
    }
    #panel-408-6-0-0 .owl-item,
    #panel-614-6-0-0 .owl-item{
        margin-bottom: 0;
    }
    .side-news-date{
        font-size: 12px;
    }
    .side-news-cat a,
    .side-countries-cat a,
    .side-press-cat a,
    .side-news-excerpt a{
        font-size: 10px;
    }
    .side-news-title a{
        font-size: 14px;
    }
    .news_and_news{
        grid-template-columns: auto;
    }
    #panel-408-1-1-0 .scroll_newss,
    #panel-614-1-1-0 .scroll_newss{
        padding: 0 !important;
    }
    div#n2-ss-21 .n2-font-1eae3c31805dfe0957d8a951203d4d97-hover,
    div#n2-ss-33 .n2-font-1eae3c31805dfe0957d8a951203d4d97-hover{
        font-size: 14px !important;
    }
    .side-news-article img{
        max-height: 208px;
    }
    .checked-menu #side-menu[type=checkbox] + label{
        padding-left: 20px;
    }
    .side-menu:checked ~ .mobile-nav-logged-out{
        width: 100%;
        margin-left: -20px;
    }
    .header{
        width: 100%;
    }
    .footer-regular{
        padding: 20px;
    }
    .side-menu:checked ~ .mobile-nav{
        top: 109px;
        padding-top: 30px;
    }
    .main-header{
        padding: 8px 20px 0 20px;
        display: flex;
        position: absolute;
        width: 100%;
    }
    .header{
        padding: 18px 20px 0 20px;
        position: sticky;
        width: 100%;
        float: left;
        gap: 0;
        column-gap: 15px;
    }
    .hamburger{
        float: left;
        margin-right: auto;
        margin-left: 0;
        z-index: 5;
        position: absolute;
    }
    .logo img{
        width: 24px;
        height: 23.42px;
    }
    .menu-list,
    .glasses-icon,
    .main-page-menu{
        display: none ;
    }
    .search-icon{
        justify-self: end;
    }
    .main-translation-switch,
    .translation-switch{
        margin-right: 0;
        margin-left: auto;
    }
    .nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #F2F2F2;
        top: -100%; left: 0; right: 0; bottom: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        transform: scale(0);
    }
    .nav-wrapper {
        position: relative;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
        padding: 116px 39px;
    }
    .nav nav a {
        position: relative;
        text-decoration: none;
        color: #000000;
        display: inline-block;
        margin-top: 0.5em;
        transition: color 0.2s ease-in-out;
        letter-spacing: 1px;
    }
    /**
    Animations
    **/
    #toggle:checked + .hamburger + .nav {
        top: 0;
        transform: scale(1);
        z-index:99;
    }
    .switchers{
        padding-right: 20px;
        gap: 23px;
    }
    .switchers img{
        width: 69.51px;
    }
    .headline{
        font-size: 66px;
        padding-left: 20px;
    }
    .footer-banner-lg,
    .footer-banner-laptop,
    .footer-banner-lg-mobile,
    .footer-banner-mobile,
    .main-page-menu{
        display: none;
    }
    .footer-banner-tablet{
        display: block;
    }
    #menu-vypadayushhee-menyu-rus,
    #menu-vypadayushhee-menyu-eng {
        grid-template-columns: 45% 45%;
        gap: 40px 20px;
    }
    .main-menu:has(.main-side-menu:checked){
        grid-template-columns: auto;
        background: #f2f2f2;
    }
    .main-side-menu:checked ~ .main-mobile-nav{
        position: unset;
        padding: 10px 50px;
    }
    #menu-vypadayushhee-menyu-rus > li > a,
    #menu-vypadayushhee-menyu-eng > li > a{
        font-size: 26px;
    }
    #menu-vypadayushhee-menyu-rus ul,
    #menu-vypadayushhee-menyu-eng ul{
        font-size: 12px;
    }
    .main-menu:has(.main-side-menu:checked) .glasses-icon,
    .main-menu:has(.main-side-menu:checked) .logo,
    .main-menu:has(.main-side-menu:checked) .main-translation-switch,
    .main-menu:has(.main-side-menu:checked) .search-icon{
        display: none;
    }
    /* Toggle menu icon */
    .side-menu:checked ~ nav{
        max-height: 100%;
    }
    .main-side-menu:checked ~ nav{
        max-height: 100%;
    }
    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top:0;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::before {
        transform: rotate(-45deg);
        top:0;
    }
    .side-menu:checked ~ .hamb .hamb-line::after {
        transform: rotate(45deg);
        top:0;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
    }
    .side-menu:checked ~ .hamb .main-hamb-line {
        background: transparent;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top:0;
        background: #ffffff;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::before {
        transform: rotate(-45deg);
        top:0;
        background: #000000;
    }
    .side-menu:checked ~ .hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
        background: #000000;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
        background: #000000;
    }
    .side-menu:checked ~ .logo,
    .side-menu:checked ~ .translation-switch,
    .side-menu:checked ~ .search-icon{
        display: none;
    }
    .side-menu:checked ~ .custome-breadscrumb{
        visibility: hidden;
    }
    .main-menu{
        grid-template-columns: 35px 0 50px auto 35px;
        column-gap: 15px;
        padding-left: 15px;
    }
    .main-menu .glasses-icon{
        display: none;
    }
    .regular-footer-area {
        width: 45%;
    }
    .social-footer-section{
        width: 100%;
    }
    /* MAIN SLIDER */
    /* Texts styling */
    div#n2-ss-6 .n2-font-9896ad266c7e4d4afdde65d5eec84ac6-hover{
        display: block;
        width: 500px;
        margin-top: -80px;
        font-size: 64px !important;
        margin-left: 230px;
    }
    div#n2-ss-6 .n2-font-28da817418bb4dfaec34020aa510db08-paragraph{
        margin-left: 700px;
        width: 260px;
        font-size: 14px !important;
        margin-top: -410px;
    }
    /* Buttons styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item56),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item57),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item58){
        width: 200px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item56){
        margin-left: 320px;
        margin-top: 290px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item57){
        margin-left: 550px;
        margin-top: 170px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item58){
        margin-left: 790px;
        margin-top: 50px;
    }
    /* Orange banner styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item59){
        display: none;
    }
    /* Flags styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item67){
        margin-right: 60px;
        margin-top: 350px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item66){
        margin-left: -150px;
        margin-top: 240px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item65){
        margin-left: -300px;
        margin-top: 130px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item64){
        margin-left: -430px;
        margin-top: 85px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item63){
        margin-left: -560px;
        margin-top: 60px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item62){
        margin-left: -650px;
        margin-top: 50px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item61){
        margin-left: -780px;
        margin-top: 120px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item60){
        margin-left: -900px;
        margin-top: 200px;
    }
    /* Social Media buttons */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item72){
        margin-top: 150px;
        margin-right: 600px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item71){
        margin-top: 220px;
        margin-right: 300px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item70){
        margin-top: 300px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item69){
        margin-top: 375px;
        margin-left: 300px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item68){
        margin-top: 440px;
        margin-left: 635px;
    }
    /* END MAIN SLIDER */
    .side-news{
        padding: 0;
        margin-right: 20px;
        margin-bottom: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .side-news-article{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .side-news-article img{
        max-height: 196px;
    }
    .side-news-header{
        margin-bottom: 10px;
    }
    .side-news-header span{
        font-size: 12px;
    }
    .side-news-cat,
    .side-countries-cat,
    .side-press-cat{
        padding: 0;
        border-radius: unset;
        background: unset;
    }
    .side-news-cat a{
        border-radius: 18.4258px;
        padding: 5px 20px;
        background: #ffffff;
    }
    .side-countries-cat a{
        border-radius: 18.4258px;
        padding: 5px 20px;
        background: #EF6969;
    }
    .side-press-cat a{
        border-radius: 18.4258px;
        padding: 5px 20px;
        background: #FFBD3D;
    }
    .side-news-title{
        font-size: 14px;
        margin-top: 10px;
    }
    .side-news-excerpt{
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 10px;
    }
    .side-news-more{
        font-size: 8px;
        padding: 5px 10px;
    }
    #panel-408-1-1-0,
    #panel-614-1-1-0{
        background: #3C2FD6;
        padding: 28px 0 27px 20px;
    }
    .owl_partners h3 span{
        width: 236px !important;
        height: 47px !important;
        background-size: cover !important;
    }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 2.5){
    .logo img{
        width: 24px;
        height: 23.42px;
    }
    .switchers img{
        width: 69.51px;
    }
}

/* Mobile screens */
@media (min-width: 480px) and (max-width: 767px) {
    .oficzialnye-publikaczii-footer,
    .contaacts-footer{
        padding: 40px 25px 40px 10px;
    }
    /*.owl_partners.owl_event .owl-stage .owl-item .date_event:before{
        left: 99%;
        top: 123px;
        height: 16px;
        border: 1px solid #000;
    }*/
    #panel-408-3-0-0 .owl-item,
    #panel-614-3-0-0 .owl-item{
        /*margin-right: 20px !important;
        width: 300px !important;*/
        margin-bottom: 25px;
    }
    .owl_partners.owl_event h3{
        padding-top: 6px !important;
    }
    .more_bakn span{
        width: 100%;
    }
    .more_bakn a:after{
        width: 33px !important;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: bottom;
    }
    /*.owl_partners.owl_event .owl-stage{
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 1300px !important;
    }*/
    .more_bakn a{
        font-size: 16px !important;
    }
    .owl_partners{
        padding: 0 10px;
    }
    .owl-item{
        margin-bottom: 45px;
    }
    .show-more-news-side-news,
    .show-all-news-side-news {
        width: 100%;
        display: block;
        text-align: center;
    }
    .more-side-news{
        display: block !important;
    }
    .show-more-news-side-news{
        margin-bottom: 16px;
    }
    .show-all-news-side-news{
        margin-bottom: 32px;
    }
    .show-more-news-side-news label{
        font-family: Tektur-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 109px;
        padding: 12px 82px;
    }
    .show-all-news-side-news label{
        font-family: Tektur-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        background: #FFFFFF;
        border-radius: 109px;
        padding: 12px 90px;
    }
    .show-all-news-side-news label a,
    .show-all-news-side-news label a:hover,
    .show-all-news-side-news label a:focus{
        color: #3C2FD6 !important;
    }
    #panel-408-1-1-0 .scroll_newss,
    #panel-614-1-1-0 .scroll_newss{
        padding: 32px 10px 0 10px !important;
    }
    .side-news-article img{
        max-height: 220px;
    }
    .checked-menu #side-menu[type=checkbox] + label{
        padding-left: 20px;
    }
    div#n2-ss-21 .n2-font-110b55742a2f51f4101dcb39f0aa4139-paragraph,
    div#n2-ss-22 .n2-font-110b55742a2f51f4101dcb39f0aa4139-paragraph{
        -webkit-line-clamp: 4;
        overflow: hidden !important;
        text-overflow: ellipsis;
        max-height: 8rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .side-news-article{
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        width: 100%;
    }
    .side-news-article > div{
        grid-row: 1/2;
        grid-column: 2/3;
    }
    .side-news-article .other-news-text{
        grid-row: 2/3;
        grid-column: 2/3;
    }
    .side-news-date{
        font-size: 12px;
    }
    .side-news-cat,
    .side-countries-cat,
    .side-press-cat{
        margin-bottom: auto;
        margin-top: auto;
    }
    .side-news-cat a,
    .side-countries-cat a,
    .side-press-cat a{
        font-size: 8px;
    }
    .side-news-article .img-parent-side-news{
        grid-row: 1/3;
        grid-column: 1/2;
    }
    .side-news-title{
        grid-row: 2/3;
        grid-column: 2/3;
    }
    .side-news-title a{
        font-size: 14px;
        -webkit-line-clamp: 5;
        overflow: hidden !important;
        text-overflow: ellipsis;
        max-height: 10rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .side-news-excerpt{
        grid-row: 3/4;
        grid-column: 2/3;
    }
    .side-news-excerpt a{
        font-size: 10px;
    }
    .side-news-more{
        grid-row: 4/5;
        grid-column: 2/3;
        margin: auto auto auto 0;
    }
    .side-menu:checked ~ .mobile-nav-logged-out{
        width: 100%;
        padding: 30px;
        margin-left: -20px;
    }
    .header{
        width: 100%;
    }
    /* collapsed menu */
    .collapsed-menu-list{
        display: block;
    }
    .big-screens-menu{
        display: none;
    }
    #menu-vypadayushhee-menyu-rus summary{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        text-transform: uppercase;
        color: #000000;
    }
    #menu-vypadayushhee-menyu-rus a{
        display: inline-block;
        width: 85%;
    }
    .menu-hr-seperator{
        border: 1px solid #000000;
    }
    .menu-old-version-link{
        width: auto !important;
    }
    .social-media-menu{
        display: inline-grid;
        grid-template-columns: 30px 30px 30px 30px 30px 30px;
        column-gap: 20px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        width: 100%;
        justify-content: center;
    }
    .menu-old-version-link{
        grid-row: 1/2 ;
        grid-column: 1/7;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
    /* END collapsed menu */
    .footer-regular{
        padding: 40px 25px 40px 10px;
    }
    .side-menu:checked ~ .mobile-nav{
        top: 108px;
    }
    .main-header{
        padding: 18px 20px 0 20px;
        display: flex;
        position: absolute;
        width: 100%;
    }
    .header{
        padding: 18px 20px 0 20px;
        position: sticky;
        width: 100%;
        float: left;
        gap: 0;
        column-gap: 15px;
    }
    .hamburger{
        float: left;
        margin-right: auto;
        margin-left: 0;
        z-index: 5;
        position: absolute;
    }
    .logo img{
        width: 24px;
        height: 23.42px;
    }
    .menu-list,
    .glasses-icon{
        display: none ;
    }
    .search-icon{
        justify-self: end;
    }
    .main-translation-switch,
    .translation-switch{
        justify-self: end;
    }
    .main-translation-switch{
        margin-right: 0;
    }
    .nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #F2F2F2;
        top: -100%; left: 0; right: 0; bottom: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        transform: scale(0);
    }
    .nav-wrapper {
        position: relative;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
        padding: 116px 39px;
    }
    .nav nav a {
        position: relative;
        text-decoration: none;
        color: #000000;
        display: inline-block;
        margin-top: 0.5em;
        transition: color 0.2s ease-in-out;
        letter-spacing: 1px;
    }
    /**
    Animations
    **/
    #toggle:checked + .hamburger + .nav {
        top: 0;
        transform: scale(1);
        z-index:99;
    }
    .switchers {
        padding-right: 10px;
        gap: 20px;
    }
    .switchers img{
        width: 60px;
    }
    .headline{
        font-size: 54px;
        padding-left: 10px;
    }
    .footer-banner-lg,
    .footer-banner-laptop,
    .footer-banner-tablet,
    .footer-banner-mobile,
    .main-page-menu{
        display: none;
    }
    .footer-banner-lg-mobile{
        display: block;
    }
    #menu-vypadayushhee-menyu-rus,
    #menu-vypadayushhee-menyu-eng{
        grid-template-columns: auto;
        row-gap: 20px;
    }
    .main-menu:has(.main-side-menu:checked){
        grid-template-columns: auto;
        background: #f2f2f2;
    }
    .main-side-menu:checked ~ .main-mobile-nav{
        position: unset;
        padding: 20px;
    }
    #menu-vypadayushhee-menyu-rus > li > a,
    #menu-vypadayushhee-menyu-eng > li > a{
        font-size: 20px;
    }
    #menu-vypadayushhee-menyu-rus ul,
    #menu-vypadayushhee-menyu-eng ul{
        font-size: 14px;
    }
    .main-menu:has(.main-side-menu:checked) .glasses-icon,
    .main-menu:has(.main-side-menu:checked) .logo,
    .main-menu:has(.main-side-menu:checked) .main-translation-switch,
    .main-menu:has(.main-side-menu:checked) .search-icon{
        display: none;
    }
    /* Toggle menu icon */
    .side-menu:checked ~ nav{
        max-height: 100%;
    }
    .main-side-menu:checked ~ nav{
        max-height: 100%;
    }
    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top:0;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::before {
        transform: rotate(-45deg);
        top:0;
    }
    .side-menu:checked ~ .hamb .hamb-line::after {
        transform: rotate(45deg);
        top:0;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
    }
    .side-menu:checked ~ .hamb .main-hamb-line {
        background: transparent;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top:0;
        background: #ffffff;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::before {
        transform: rotate(-45deg);
        top:0;
        background: #000000;
    }
    .side-menu:checked ~ .hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
        background: #000000;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
        background: #000000;
    }
    .side-menu:checked ~ .logo,
    .side-menu:checked ~ .translation-switch,
    .side-menu:checked ~ .search-icon{
        display: none;
    }
    .side-menu:checked ~ .custome-breadscrumb{
        visibility: hidden;
    }
    .main-menu{
        grid-template-columns: 35px 0 50px auto 35px;
        column-gap: 15px;
    }
    .main-menu .glasses-icon{
        display: none;
    }
    .main-menu .logo{
        margin-left: 0;
    }
    .regular-footer-area {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    /* MAIN SLIDER */

    /* Texts styling */
    div#n2-ss-6 .n2-font-9896ad266c7e4d4afdde65d5eec84ac6-hover{
        width: 400px;
        margin-top: -350px;
        font-size: 56px !important;
        margin-left: 180px;
    }
    div#n2-ss-6 .n2-font-28da817418bb4dfaec34020aa510db08-paragraph{
        margin-left: 180px;
        width: 440px;
        font-size: 14px !important;
        margin-top: -210px;
    }
    /* Buttons styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item56),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item57),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item58){
        width: 200px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item56){
        margin-left: 320px;
        margin-top: 0;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item57){
        margin-left: 320px;
        margin-top: 50px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item58){
        margin-left: 320px;
        margin-top: 100px;
    }
    /* Orange banner styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item59){
        display: none;
    }
    /* Flags styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item67){
        margin-right: 50px;
        margin-top: 300px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item66){
        margin-left: -100px;
        margin-top: 210px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item65){
        margin-left: -200px;
        margin-top: 95px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item64){
        margin-left: -260px;
        margin-top: 80px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item63){
        margin-left: -340px;
        margin-top: 60px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item62){
        margin-left: -400px;
        margin-top: 50px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item61){
        margin-left: -480px;
        margin-top: 120px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item60){
        margin-left: -550px;
        margin-top: 200px;
    }
    /* Social Media buttons */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item72){
        margin-top: 255px;
        margin-right: 360px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item71){
        margin-top: 300px;
        margin-right: 170px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item70){
        margin-top: 345px;
        margin-left: 30px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item69){
        margin-top: 390px;
        margin-left: 230px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item68){
        margin-top: 430px;
        margin-left: 400px;
    }
    .top_slide_smart .n2-ss-slide-background{
        background-position: -630px 305px !important;
    }
    /* END MAIN SLIDER */
    .side-news{
        padding: 32px 11px 30px 10px;
    }
    .side-news-header{
        margin-bottom: 15px;
    }
    .side-news-header span{
        font-size: 12px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .side-news-cat,
    .side-countries-cat,
    .side-press-cat{
        font-size: 10px;
        padding: 3px 10px;
    }
    .side-news-title{
        font-size: 14px;
        margin-top: 15px;
    }
    .side-news-excerpt{
        font-size: 10px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .side-news-more{
        font-size: 14px;
        padding: 6px 21px;
    }
    #pgc-408-1-1{
        height: fit-content;
        overflow: unset;
    }
}
@media (-webkit-min-device-pixel-ratio: 2.5) and (-webkit-max-device-pixel-ratio: 2.9){
    .logo img{
        width: 24px;
        height: 23.42px;
    }
    .switchers img{
        width: 60px;
    }
}

/* Small Mobile screens */
@media (min-width: 100px) and (max-width: 479px) {
    .oficzialnye-publikaczii-footer,
    .contaacts-footer{
        padding: 30px 10px;
    }
    .owl_partners.owl_event .date_event .count {
        font-size: 40px !important;
    }
    .owl_partners.owl_event .date_event .month {
        font-size: 16px !important;
    }
    #panel-408-3-0-0 .owl-stage,
    #panel-614-3-0-0 .owl-stage{
        padding-top: 54px;
        margin-top: -32px;
    }
    /*.owl_partners.owl_event .owl-stage .owl-item .date_event:before{
        left: 99%;
        top: 115px;
        height: 16px;
        border: 1px solid #000;
    }*/
    #panel-408-3-0-0 .owl-item,
    #panel-614-3-0-0 .owl-item{
        /*margin-right: 20px !important;
        width: 220px !important;*/
        margin-bottom: -30px;
    }
    .owl_partners.owl_event h3{
        padding-top: 6px !important;
    }
    .more_bakn span{
        width: 100%;
    }
    .more_bakn a:after{
        width: 33px !important;
        background-size: contain !important;
        vertical-align: bottom;
        background-repeat: no-repeat;
    }
    /*.owl_partners.owl_event .owl-stage{
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: max-content !important;
    }*/
    .more_bakn a{
        font-size: 16px !important;
    }
    .owl_partners{
        padding: 0 10px;
    }
    .owl-item{
        margin-bottom: 0;
    }
    .show-more-news-side-news,
    .show-all-news-side-news {
        width: 100%;
        display: block;
        text-align: center;
    }
    .more-side-news{
        display: block !important;
    }
    .show-more-news-side-news{
        margin-bottom: 16px;
    }
    .show-all-news-side-news{
        margin-bottom: 32px;
    }
    .show-more-news-side-news label{
        font-family: Tektur-Regular;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 109px;
        font-size: 14px;
        padding: 11px 30px;
    }
    .show-all-news-side-news label{
        font-family: Tektur-Regular;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        background: #FFFFFF;
        border-radius: 109px;
        font-size: 14px;
        padding: 11px 37px;
    }
    .show-all-news-side-news label a,
    .show-all-news-side-news label a:hover,
    .show-all-news-side-news label a:focus{
        color: #3C2FD6 !important;
    }
    #panel-408-1-1-0 .scroll_newss,
    #panel-614-1-1-0 .scroll_newss{
        padding: 24px 10px 0 10px !important;
    }
    .side-news-article img{
        max-height: 140px;
    }
    div#n2-ss-21 .n2-font-110b55742a2f51f4101dcb39f0aa4139-paragraph,
    div#n2-ss-22 .n2-font-110b55742a2f51f4101dcb39f0aa4139-paragraph{
        -webkit-line-clamp: 3;
        overflow: hidden !important;
        text-overflow: ellipsis;
        max-height: 6rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .side-news-article{
        width: 100%;
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 20px auto;
        row-gap: 5px;
        column-gap: 20px;
    }
    .side-news-article > div{
        grid-row: 1/2;
        grid-column: 2/3;
    }
    .side-news-article .other-news-text{
        grid-row: 2/3;
        grid-column: 2/3;
    }
    .side-news-date{
        font-size: 8px;
    }
    .side-news-cat a,
    .side-press-cat a{
        font-size: 6px;
    }
    .side-countries-cat a{
        font-size: 6px;
    }
    .side-news-article .img-parent-side-news{
        grid-row: 1/3;
        grid-column: 1/2;
    }
    .side-news-title{
        margin-top: 0;
        /* margin-bottom: 0; */
        grid-row: 2/3;
        grid-column: 2/3;
        font-size: 10px;
    }
    .side-news-title a{
        font-size: 10px;
        margin-top: 0;
        -webkit-line-clamp: 6;
        overflow: hidden !important;
        text-overflow: ellipsis;
        max-height: 12rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .side-news-more{
        grid-row: 4/5;
        grid-column: 2/3;
    }
    .header{
        width: 100%;
    }
    /* collapsed menu */
    .collapsed-menu-list{
        display: block;
    }
    .big-screens-menu{
        display: none;
    }
    #menu-vypadayushhee-menyu-rus summary{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        text-transform: uppercase;
        color: #000000;
    }
    .menu-hr-seperator{
        border: 1px solid #000000;
    }
    .social-media-menu{
        display: inline-grid;
        grid-template-columns: 20px 20px 20px 20px 20px 20px;
        column-gap: 12px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }
    .menu-old-version-link{
        grid-row: 1/2;
        grid-column: 1/7;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
        font-size: 14px !important;
    }
    .side-menu:checked ~ .mobile-nav{
        width: 100%;
        margin: -10px 0 0 -20px;
        padding: 20px;
    }
    .social-media-menu img{
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    /* END collapsed menu */
    .footer-regular{
        padding: 30px 10px;
    }
    .main-header{
        padding: 8px 20px 0 20px;
        display: flex;
        position: absolute;
        width: 100%;
    }
    .header{
        padding: 8px 20px 0 20px;
        position: sticky;
        width: 100%;
        float: left;
        gap: 0;
        grid-template-columns: 35px 0 55px auto 20px 15px;
        column-gap: 15px;
    }
    .hamburger{
        float: left;
        margin-right: auto;
        margin-left: 0;
        z-index: 5;
        position: absolute;
    }
    .logo img{
        width: 24px;
        height: 23.42px;
    }
    .menu-list,
    .glasses-icon{
        display: none ;
    }
    .search-icon{
        justify-self: end;
    }
    .main-translation-switch,
    .translation-switch{
        justify-self: end;
    }
    .main-translation-switch{
        margin-right: 0;
    }
    .nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #F2F2F2;
        top: -100%;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        transform: scale(0);
    }
    .nav-wrapper {
        position: relative;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
        padding: 116px 20px;
    }
    .nav nav a {
        position: relative;
        text-decoration: none;
        color: #000000;
        display: inline-block;
        margin-top: 0.5em;
        transition: color 0.2s ease-in-out;
        letter-spacing: 1px;
    }
    .nav .title{
        font-size: 26px;
    }
    /**
    Animations
    **/
    #toggle:checked + .hamburger + .nav {
        top: 0;
        transform: scale(1);
        z-index:99;
    }
    .switchers img{
        width: 46.34px;
    }
    .switchers{
        padding-right: 10px;
        gap: 15px;
    }
    .footer-banner-lg,
    .footer-banner-laptop,
    .footer-banner-tablet,
    .footer-banner-lg-mobile,
    .main-page-menu{
        display: none;
    }
    .footer-banner-mobile{
        display: block;
    }
    .header #menu-vypadayushhee-menyu-rus{
        padding: 0 30px 0 0;
    }
    #menu-vypadayushhee-menyu-rus,
    #menu-vypadayushhee-menyu-eng{
        grid-template-columns: auto;
        row-gap: 40px;
    }
    .collapsed-menu-list #menu-vypadayushhee-menyu-rus,
    .collapsed-menu-list #menu-vypadayushhee-menyu-eng{
        grid-template-columns: auto;
        row-gap: 20px;
    }
    .main-menu:has(.main-side-menu:checked){
        grid-template-columns: auto;
        background: #f2f2f2;
    }
    .main-side-menu:checked ~ .main-mobile-nav{
        position: relative;
        padding: 10px;
    }
    .main-menu:has(.main-side-menu:checked) .glasses-icon,
    .main-menu:has(.main-side-menu:checked) .logo,
    .main-menu:has(.main-side-menu:checked) .main-translation-switch,
    .main-menu:has(.main-side-menu:checked) .search-icon{
        display: none;
    }
    /* Toggle menu icon */
    .side-menu:checked ~ nav{
        max-height: 100%;
    }
    .main-side-menu:checked ~ nav{
        max-height: 100%;
    }
    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top:0;
    }
    .side-menu:checked ~ .hamb .hamb-line::after {
        transform: rotate(45deg);
        top:0;
    }
    .side-menu:checked ~ .hamb .main-hamb-line {
        background: transparent;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top:0;
        background: #ffffff;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::before {
        transform: rotate(-45deg);
        top:0;
        background: #000000;
    }
    .side-menu:checked ~ .hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
        background: #000000;
    }
    .main-side-menu:checked ~ .main-hamb .main-hamb-line::after {
        transform: rotate(45deg);
        top:0;
        background: #000000;
    }
    .side-menu:checked ~ .logo,
    .side-menu:checked ~ .translation-switch,
    .side-menu:checked ~ .search-icon{
        display: none;
    }
    .side-menu:checked ~ .custome-breadscrumb{
        visibility: hidden;
    }
    .main-menu{
        grid-template-columns: 35px 0 50px auto 35px;
        column-gap: 15px;
        padding: 10px 5px 0 5px;
    }
    .main-menu .glasses-icon{
        display: none;
    }
    .main-menu .logo{
        margin-left: 0;
    }
    .regular-footer-area {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    /* MAIN SLIDER */

    /* Texts styling */
    div#n2-ss-6 .n2-font-9896ad266c7e4d4afdde65d5eec84ac6-hover{
        width: 300px;
        margin-top: -270px;
        font-size: 40px !important;
        margin-left: 100px;
    }
    div#n2-ss-6 .n2-font-28da817418bb4dfaec34020aa510db08-paragraph{
        margin-left: 100px;
        width: 300px;
        font-size: 12px !important;
        margin-top: -160px;
    }
    /* Buttons styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item56),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item57),
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item58){
        width: 200px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item56){
        margin-left: 170px;
        margin-top: 250px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item57){
        margin-left: 170px;
        margin-top: 310px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item58){
        margin-left: 170px;
        margin-top: 370px;
    }
    /* Orange banner styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item59){
        display: none;
    }
    /* Flags styling */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item67){
        width: 15px;
        margin-top: 390px;
        margin-left: 130px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item66){
        width: 15px;
        margin-top: 300px;
        margin-left: 110px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item65){
        margin-left: 80px;
        width: 15px;
        margin-top: 250px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item64){
        width: 15px;
        margin-left: 50px;
        margin-top: 230px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item63){
        width: 15px;
        margin-left: 20px;
        margin-top: 220px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item62){
        width: 15px;
        margin-left: 0;
        margin-top: 230px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item61){
        width: 15px;
        margin-left: -20px;
        margin-top: 250px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item60){
        width: 15px;
        margin-left: -40px;
        margin-top: 280px;
    }
    /* Social Media buttons */
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item72){
        margin-top: 500px;
        width: 28px;
        margin-left: 20px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item71){
        margin-top: 530px;
        margin-left: 80px;
        width: 28px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item70){
        margin-top: 560px;
        width: 28px;
        margin-left: 150px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item69){
        margin-top: 590px;
        margin-left: 220px;
        width: 28px;
    }
    .n2-ss-slider .n2-ss-item-image-content:has(#n2-ss-6item68){
        margin-top: 620px;
        margin-left: 280px;
        width: 28px;
    }
    .top_slide_smart .n2-ss-slide-background{
        background-position: -480px 400px !important;
    }
    /* END MAIN SLIDER */
    .side-news{
        padding: 0;
        margin-bottom: 20px;
    }
    .side-news-header{
        margin-bottom: 15px;
    }
    .side-news-header span{
        font-size: 8px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .side-news-cat,
    .side-countries-cat,
    .side-press-cat{
        font-size: 8px;
        padding: 3px 12px;
        margin-bottom: 0;
    }
    .side-news-excerpt{
        display: none;
    }
    .side-news-more{
        font-size: 10px;
        padding: 6px 30px;
        float: unset;
    }
    #pgc-408-1-1{
        height: fit-content;
        overflow: unset;
    }
}
@media (-webkit-min-device-pixel-ratio: 3) {
    .social-media-menu img{
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .logo img{
        width: 24px;
        height: 23.42px;
    }
    .switchers img{
        width: 46.34px;
    }
}
















/*start YAROSLAV STYLE*/
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
    max-width: 100%;
}
body {overflow-x: hidden;}
/*owl*/
.owl-theme .owl-dots .owl-dot span {display: none;}


.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: right;
}

.owl-dot, .owl-dot:nth-child(3) {
    display: none;
}
.owl-dot {
    background-image: url(/wp-content/uploads/2023/01/l_arrow.png);
    margin:72px 0px 72px 0px;
}

.owl-dots .owl-dot:nth-child(2) { background-image: url(/wp-content/uploads/2023/01/r_arrow.png);
    margin:72px 0px 72px 32px;
}

.lgx-section-inner {
    background-color: unset !important;
}
.owl_partners h3 {
    font-family: Tektur-Regular;
    font-size: 128px !important;
    font-weight: 400;
    color: #3C2FD6;
    text-transform: uppercase;
}
.owl_partners h3 span {color: #fff;}

/*line owl*/

.owl-stage div div {
    position: relative;
    padding-bottom: 140px !important;
}
.owl-stage div div:after {
    position: absolute;
    top: 229px;
    height: 36px;
    border: 4px solid #000;
    content: "";
    left: -15px;
}
.item.lgx-item {
    padding: 0 !important;
}
.owl-item:nth-child(even) :after {
    position: absolute;
    top: 228px;
    height: 36px;
    border: 4px solid #000;
    content: "";
    left: -15px;
}
#panel-614-6-0-0 .owl-item:nth-child(even) :after{
    visibility: hidden;
}
.owl-stage {
    /*border-bottom: 3px solid #000;*/
    padding-bottom: 20px;
    background-image: url(/wp-content/uploads/2023/01/line_bg.png);
    background-position: bottom 22px right 0;
    background-repeat: repeat-x;
}
#panel-408-3-0-0 .owl-stage,
#panel-614-3-0-0 .owl-stage{
    padding-bottom: 0;
}
/*owl*/



/*smart slide*/
#n2-ss-2-arrow-previous {
    background-image: url(/wp-content/themes/eapv-theme/assets/images/arrow-slider-left.png);
    margin-right: 20px;
}
#n2-ss-2-arrow-next {
    background-image: url(/wp-content/themes/eapv-theme/assets/images/arrow-slider-right.png);
}
#n2-ss-2-arrow-previous img, #n2-ss-2-arrow-next img {
    display: none !important;
}
#n2-ss-2-arrow-next, #n2-ss-2-arrow-previous {
    width: 116px;
    height: 31px;
    background-repeat: no-repeat;
}
.news-read-more-link div#n2-ss-21 .n-uc-1661296b5aaeb-inner div #n2-ss-21item2 a,
#n2-ss-22item2 a::after,
#n2-ss-22item7 a::after,
#n2-ss-22item12 a::after{
    content: " ";
    margin-left: 19px;
    background-image: url(/wp-content/uploads/2023/04/strelka-v-pravo-belaya-malenkaya.svg);
    width: 65px;
    height: 16px;
    display: inline-block;
}
.n2-ss-layer.n2-ow.n2-ss-layer--block {
    margin-bottom: 115px;
}
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 100%;
}

/* Table screens */
@media (min-width: 768px) and (max-width: 999px) {
    .n2-ss-slider .n2-ss-layer[data-sstype="slide"] {
        padding: 0 0 40px 0 !important;
    }
    div#n2-ss-2 .n-uc-18179c9bd3cad-inner {
        justify-content: center;
    }
    .n2-style-617cc86797b9bf7e8755c4d93d764cbf-heading.n2-ow {
        font-size: 14px !important;
    }
    .n2-font-569665e8d4378d103c75c5ab2ca33da6-paragraph {
        font-size: 21.07px !important;
    }
    #n2-ss-2item4 {
        font-size: 34px !important;
    }
    .n2-font-21bc2171c44de08217781110fb9c6916-paragraph {
        font-size: 12px !important;
    }
    .owl_partners h3 {
        font-size:60px !important;
    }
}
/* Mobile screens */
@media (min-width: 480px) and (max-width: 767px) {

    .n2-style-617cc86797b9bf7e8755c4d93d764cbf-heading.n2-ow {
        font-size: 14px !important;
    }
    .n2-font-569665e8d4378d103c75c5ab2ca33da6-paragraph {
        font-size: 21.07px !important;
    }
    #n2-ss-2item4 {
        font-size: 20px !important;
    }
    .n2-font-21bc2171c44de08217781110fb9c6916-paragraph {
        font-size: 12px !important;
    }
    .owl_partners h3 {
        font-size:54px !important;
    }
}
/* Small Mobile screens */
@media (min-width: 320px) and (max-width: 479px) {
    .n2-style-617cc86797b9bf7e8755c4d93d764cbf-heading.n2-ow {
        font-size: 10px !important;
    }
    .n2-font-569665e8d4378d103c75c5ab2ca33da6-paragraph {
        font-size: 14px !important;
    }
    #n2-ss-2item4 {
        font-size: 14px !important;
    }
    .n2-font-21bc2171c44de08217781110fb9c6916-paragraph {
        font-size: 10px !important;
    }
    .owl_partners h3 {
        font-size:36px !important;
    }
}

/* @media (min-width: 320px) and (max-width: 479px) {
	.page-id-573 .additional-bank-info {
		margin-bottom:0 !important;
	}
	.foreign-bank-item#aidi {
		top: -18em;
    	position: relative;
	}
	.foreign-bank-item#aidi+.semi-bank-text.relative-semi-text {
		    top: -17.5em;
	}
	.foreign-bank-item#aidi~.additional-bank-info#aidi-usd {
		    position: relative;
    		top: -19em;
	}	
	.foreign-bank-item#aidi~.additional-bank-info#aidi-eur {
		    position: relative;
    		top: -24em;
	}
	.foreign-bank-item#aidi~.additional-bank-info#aidi-amd {
		   position: relative;
    		top: -33em;
	}
	.foreign-bank-item#pgb-bank, .additional-bank-info#aidi-amd ~.seperator, .foreign-bank-item#gpb_bank_cny {
		    position: relative;
    		top: -48em;
	}
	.semi-bank-text.gpb-text {
		position: relative;
		    top: -38em;
	}
	.additional-bank-info#pgb-eur {
		    position: relative;
    		top: -46em;
	}
	.additional-bank-info#pgb-cny {
		    position: relative;
    		top: -67em;
	}
	
} */

/* Small Mobile screens */
@media (min-width: 320px) and (max-width: 479px) {
    .news_link a div div::after {
        content: " ";
        margin-left: 0px;
        background-image: url(/wp-content/themes/eapv-theme/assets/images/arrow-right.png);
        width: 65px;
        height: 16px;
        display: inline-block;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }
    .n2-ss-layer.n2-ow.n2-ss-layer--block {
        margin-bottom: 0px;
    }
    div#n2-ss-2 .n-uc-1beda76f0c5d7 {
        --margin-top: 0px;
        --margin-bottom: 25px;
    }
    .n2-ss-slider-4.n2-ow {
        height: 320px !important;
    }
    .n2-ss-slide.n2-ow.n2-ss-slide-3.n2-ss-slide-active {
        height: 320px !important;
    }
    div#n2-ss-2 .n-uc-1a46d9eae6bd7-inner > .n2-ss-layer-row-inner {
        flex-wrap: nowrap !important;
    }
    div#n2-ss-2 .n2-style-617cc86797b9bf7e8755c4d93d764cbf-heading {
        padding: 0 !important;
    }
    div#n2-ss-2 [data-hide-mobileportrait="1"] {
        display: block !important;
    }
    .n2-ss-layer.n2-ow.n2-ss-layer--block.n2-ss-has-self-align.n-uc-1c6310e87f22f {
        display: none;
    }

    #n2-ss-2-arrow-next, #n2-ss-2-arrow-previous {
        width: 48px;
        height: 31px;
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }
    #n2-ss-2-arrow-previous {
        background-image: url(/wp-content/uploads/2023/01/l_arr.png);
        margin-right: 20px;
    }
    #n2-ss-2-arrow-next {
        background-image: url(/wp-content/uploads/2023/01/r_arr.png);
    }

}

/* Mobile screens */
@media (min-width: 480px) and (max-width: 767px) {

    .news_link a div div::after {
        content: " ";
        margin-left: 0px;
        background-image: url(/wp-content/uploads/2023/01/arrow-right.png);
        width: 65px;
        height: 16px;
        display: inline-block;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }
    .n2-ss-layer.n2-ow.n2-ss-layer--block {
        margin-bottom: 0px;
    }
    div#n2-ss-2 .n-uc-1beda76f0c5d7 {
        --margin-top: 0px;
        --margin-bottom: 25px;
    }
    .n2-ss-slider-4.n2-ow {
        height: 480px !important;
    }
    .n2-ss-slide.n2-ow.n2-ss-slide-3.n2-ss-slide-active {
        height: 480px !important;
    }
    div#n2-ss-2 .n-uc-1a46d9eae6bd7-inner > .n2-ss-layer-row-inner {
        flex-wrap: nowrap !important;
    }
    div#n2-ss-2 .n2-style-617cc86797b9bf7e8755c4d93d764cbf-heading {
        padding: 0 !important;
    }
    div#n2-ss-2 [data-hide-mobileportrait="1"] {
        display: block !important;
    }
    .n2-ss-layer.n2-ow.n2-ss-layer--block.n2-ss-has-self-align.n-uc-1c6310e87f22f {
        display: none;
    }

    #n2-ss-2-arrow-next, #n2-ss-2-arrow-previous {
        width: 48px;
        height: 31px;
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }
    #n2-ss-2-arrow-previous {
        background-image: url(/wp-content/uploads/2023/01/l_arr.png);
        margin-right: 20px;
    }
    #n2-ss-2-arrow-next {
        background-image: url(/wp-content/uploads/2023/01/r_arr.png);
    }
}
/* Table screens */
@media (min-width: 768px) and (max-width: 999px) {


    .news_link a div div::after {
        content: " ";
        margin-left: 0px;
        background-image: url(/wp-content/uploads/2023/01/arrow-right.png);
        width: 65px;
        height: 16px;
        display: inline-block;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }
    .n2-ss-layer.n2-ow.n2-ss-layer--block {
        margin-bottom: 0px;
    }
    div#n2-ss-2 .n-uc-1beda76f0c5d7 {
        --margin-top: 0px;
        --margin-bottom: 25px;
    }
    .n2-ss-slider-4.n2-ow {
        height: 592px !important;
    }
    .n2-ss-slide.n2-ow.n2-ss-slide-3.n2-ss-slide-active {
        height: 592px !important;
    }
    div#n2-ss-2 .n-uc-1a46d9eae6bd7-inner > .n2-ss-layer-row-inner {
        flex-wrap: nowrap !important;
    }
    div#n2-ss-2 .n2-style-617cc86797b9bf7e8755c4d93d764cbf-heading {
        padding: 0 !important;
    }
    div#n2-ss-2 [data-hide-mobileportrait="1"] {
        display: block !important;
    }
    .n2-ss-layer.n2-ow.n2-ss-layer--block.n2-ss-has-self-align.n-uc-1c6310e87f22f {
        display: none;
    }

    #n2-ss-2-arrow-next, #n2-ss-2-arrow-previous {
        width: 48px;
        height: 31px;
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }
    #n2-ss-2-arrow-previous {
        background-image: url(/wp-content/uploads/2023/01/l_arr.png);
        margin-right: 20px;
    }
    #n2-ss-2-arrow-next {
        background-image: url(/wp-content/uploads/2023/01/r_arr.png);
    }
}
/*smart slide*/

/*end YAROSLAV STYLE*/


/* .banks-main-headline-banks {  
    margin-bottom: 103px !important;
} */


@media (min-width: 320px) and (max-width: 479px) {
    #unicredit_bank_usd, #unicredit_bank_usd_en, #unicredit_bank_eur, #unicredit_bank_eur_en {
        top: 0 !important;
    }
    #unicredit_bank_eur, #unicredit_bank_eur_en {
        top: 0 !important;
    }
}

/*MOISEEV_YURY STYLES*/
.big-screens-menu #menu-vypadayushhee-menyu-rus a, .big-screens-menu #menu-vypadayushhee-menyu-rus a {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.big-screens-menu #menu-vypadayushhee-menyu-rus a:hover, .big-screens-menu #menu-vypadayushhee-menyu-rus a:focus, .big-screens-menu #menu-vypadayushhee-menyu-rus a:active,
.big-screens-menu #menu-vypadayushhee-menyu-eng a:hover, .big-screens-menu #menu-vypadayushhee-menyu-eng a:focus, .big-screens-menu #menu-vypadayushhee-menyu-eng a:active{
    color: #3C2FD6 !important;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

ul.page-numbers {
    list-style-type: none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap: 10px;
}
.page-numbers li span, .page-numbers li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.page-numbers li a {
    color: #000;
}
.page-numbers li span {
    color: #fff;
    border: 1px solid var(--blue);
    background: var(--blue);
}

.page-numbers li span.dots {
    color: grey;
    background: transparent;
    border:none;
}

/*end MOISEEV_YURY STYLES*/

.bvi-widget .bvi-svg-eye, .bvi-shortcode .bvi-svg-eye {
    font-size: 2rem!important;
}
.bvi-shortcode a {
    font-size:0!important;
}