@font-face {
    font-family: 'Rubik';
    src: url('/_/fonts/Rubik-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('/_/fonts/Rubik-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('/_/fonts/Rubik-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


ul,
body{
    font-family: 'Rubik', sans-serif;
    padding:0;
    margin: 0;
    font-weight: 400;
}
.container{
    margin: 0 auto;
    max-width: 1164px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.logo{
    font-size: 0;
    background-image: url(/_/i/logo.svg);
    background-repeat: no-repeat;
    margin: 34px 0 33px;
    width: 280px;
    height: 82px;
    background-size: contain;
}
*{
    box-sizing: border-box;
}
.lang-switcher:after{
    content: "";
    width: calc(100% - 12px);
    height: 3px;
    position: absolute;
    background-color: #C94440;
    bottom: 4px;
    left: 6px;
}
.lang-switcher:before{
    content: "";
    width: calc(100% - 12px);
    height: 4px;
    position: absolute;
    background-color: #27509B;
    bottom: 9px;
    left: 6px;
}
.lang-switcher:hover{
    text-decoration: underline;
}
.lang-switcher{
    position: relative;
    background-color: #E4E4E4;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    text-decoration: none;
    right: 0;
    padding: 0 7px 12px;
}
.bottom-header nav >ul >li >a:hover{
    text-decoration: underline;
}
.header-dropdown li:last-child,
.bottom-header nav >ul >li ul li:last-child{
    margin-bottom: 0;
}
.header-dropdown >li ul li{
    margin-bottom: 9px;
}
.header-dropdown >li ul{
    padding: 23px 0 0 24px;
}
.header-dropdown >li,
.bottom-header nav >ul >li ul li{
    margin-bottom: 30px;
}
.header-dropdown a:hover,
.bottom-header nav >ul >li ul a:hover{
    text-decoration: underline;
}
.header-dropdown a,
.bottom-header nav >ul >li ul a{
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    color: #FFF;
}

.bottom-header nav >ul >li ul{
    width: 389px;
}
.header-dropdown,
.bottom-header nav >ul >li ul{
    background: rgba(39, 80, 155, 0.64);
    backdrop-filter: blur(6.050000190734863px);
    position: absolute;
    padding: 33px 64px;
    display: none;
    top: 100%;
    z-index: 2;
}
.bottom-header nav >ul >li ul li {
    margin-bottom: 30px;
}
.bottom-header nav >ul >li{
    display: inline-block;
    margin-right: 80px;
}
.bottom-header nav >ul >li ul{
    margin-left: -35px;
}
.bottom-header nav .summit-item > a{
    background: #FFFFFF;
    color: #3B6BB3;
}

.bottom-header nav > ul > li:hover ul ul {
    position: initial;
    background-color: transparent;
    backdrop-filter: none;
}
.bottom-header nav .summit-item {
    padding: 0 0 15px 0;
}


.bottom-header nav .summit-item li a {
    background: none;
    color: #FFFFFF;
}

.bottom-header nav > ul > li ul li li {
    margin-bottom: 15px;
}

.header-dropdown ul{
    padding: 20px 0 0 20px;
    list-style-type: square !important;
    color: white;
}
.header-dropdown{
    right: 0;
    width: 340px;
}
.gallery .gallery-item{

}

.gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.bottom-header nav >ul >li >a.active:before{
    border-bottom: 2px solid white;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 20px;
}
.bottom-header nav >ul >li >a:hover:before{
    border-color: #F55F39;
}
.bottom-header nav >ul >li >a:hover{
    color: #F55F39;
    text-decoration: none;
}
.bottom-header nav >ul >li >a{
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    padding: 22px 0 17px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    position: relative;
}
header.menu .header-dropdown{
    display: block;
}
.bottom-header nav >ul >li:hover ul {
    display: block;
}
.bottom-header .container{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.bottom-header.patterns{
    margin-bottom: 102px;
}
.bottom-header.patterns:before{
    background-image: url(/_/i/header-patterns.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 68px;
    z-index: 1;
    bottom: -68px;
    background-color: rgb(255 255 255 / 11%);
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-x;
}
.bottom-header{
    background: #3B6BB3;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.10);
    padding: 0;
    border-bottom: 13px solid #C65147;
    display: flex;
    width: 100%;
}
header{
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.top-header{
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}


.crumbs *{
    vertical-align: middle;
}
.crumbs {
    background-image: url(/_/i/home.svg);
    background-repeat: no-repeat;
    background-position: left top 0px;
    margin: 0;
    padding: 0;
    background-size: 27px;
}

.crumbs li:first-child{
    padding-left: 42px;
}
.crumbs li a:after{
    content: ">";
    position: absolute;
    color: #969AA0;
    /*margin-top: 3px;*/
    margin-left: 9px;
}

.crumbs li.nobracket a::after {
    content: "";
}
.crumbs li a:hover{
    text-decoration: underline;
}
.crumbs li a{
    text-decoration: none;
    color: #3B6BB3;
    text-transform: initial;
}
.crumbs li:first-child{
    margin-left: 0;
}

.crumbs li{
    color: #969AA0;
    list-style: none;
    display: inline-flex;
    font-size: 19px;
    font-weight: 400;
    /*line-height: 136.842%;*/
    letter-spacing: 0.3px;
    /*text-transform: uppercase;*/
    margin: 4px 12px;
}

textarea:focus,
input[type="text"]:focus{
    transform: scale(1.02);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}


textarea{
    font-family:inherit;
}
.safari input {
    -webkit-appearance: none;
}

.open-menu{
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 44px;
    position: relative;
    background-color: #D76045;
    padding: 9px 7px;
}
.open-menu span {
    width: 30px;
    display: block;
    height: 4px;
    background-color: white;
    transition: .2s;
    position: relative;
}
.open-menu span:before {
    content: "";
    width: 100%;
    height: inherit;
    border-radius: inherit;
    display: block;
    background: inherit;
    margin: 11px 0 0 0;
    position: absolute;
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
}
.open-menu span:after {
    content: "";
    width: 100%;
    height: inherit;
    border-radius: inherit;
    display: block;
    background: inherit;
    margin: 22px 0 0 0;
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
}
.open-menu.active span {
    transform: rotate(45deg);
    margin-top: 12px;
}
.open-menu.active span:after {
    transform: rotate(90deg);
    margin: 0px 0px 0px 0px;
}
.open-menu.active span:before {
    opacity: 0;
}
.top-slider-item {
    width: 100%;
    height: calc(100vh - 237px);
    min-height: 600px;
    background-size: cover;
    background-position: center;
}
.top-slider-item .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 94px;
}

.top-slider-item .btn {
    margin-top: 70px;
}

.top-slider-title a:hover{
    text-decoration: underline;
}
.top-slider-title{
    max-width: 645px;
}
.top-slider-title a{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.069px;
    text-decoration: none;
}
.top-slider-subtitle {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}
.details:hover{
    text-decoration: none;
}
.quote-container .title{
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 182.353%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 33px;
}
.quote-container .text-col{}
.quote-container .text-col{
    width: calc(100% - 405px);
}
.quote-container .image-col img{
    position: sticky;
    top: 30px;
}
.quote-container .image-col{
    width: 240px;
}
.quote-container{
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height:  170%;
    letter-spacing: 1px;
}
.quote-container .details:hover{
    text-decoration: none;
}
.quote-container .details{
    margin-top: 30px;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    text-decoration: underline;
}
.quote-container .container{
    display: flex;
    justify-content: space-between;
}
.quote-container{
    background-image: url("/_/i/quote-bg.svg"), linear-gradient(180deg, #3B6BB3 -7.6%, #245896 57.45%, #294C84 100.81%);
    padding: 97px 0;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.details{
    color: #fff;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: .68px;
    margin-top: 5px;
}
.slider-progress-container {
    transform: translate(-50%, 0);
    top: initial;
    bottom: 10.7%;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.slider-progress-container p {
    color: #FFF;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.98px;
}
.slider-progress-container .bottom-swiper-pagination ,
.slider-progress-container .swiper-pagination {
    width: 165px;
    position: relative;
}
.slider-progress-container .bottom-swiper-pagination.swiper-pagination-horizontal ,
.slider-progress-container .swiper-pagination.swiper-pagination-horizontal {
    height: 3px;
    background: white;
}
.slider-progress-container .bottom-swiper-pagination.swiper-pagination-horizontal span ,
.slider-progress-container .swiper-pagination.swiper-pagination-horizontal span {
    background-color: #E7332A;
}
.top-swiper-container:before {
    background-image: url(/_/i/slider-patterns.svg);
    content: "";
    position: absolute;
    width: 100%;
    height: 51px;
    z-index: 3;
    bottom: 0;
    background-color: rgb(255 255 255 / 11%);
    background-position: top center;
}
.end-quote{
    vertical-align: middle;
}
.start-quote{
    vertical-align: middle;
    margin-left: -43px;
    margin-right: 7px;
}
.top-swiper-container {
    position: relative;
}

img{
    max-width: 100%;
}
.section{
    padding: 50px 0;
    margin: 50px 0;
}



.title1 {
    font-size: 44.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 57px 0;
    letter-spacing: -.3px;
}

/*bg*/
.bg-lightblue{
    background-color: #F4F8FF;
}
.news-slider-swiper{
    padding: 10px;
    margin: -10px;
}
.news-slider-swiper .swiper-button-prev{
    left: 20px;
}
.news-slider-swiper .swiper-button-next{
    right: 20px;
}
.news-slider-swiper .swiper-button-next,
.news-slider-swiper .swiper-button-prev{
    /*top: calc(50% - 40px);*/
    /*text-shadow: 0px 0px 6px #434343;*/
    /*color: white;*/
    /*z-index: 1;*/
}
.news-slider-swiper .swiper-slide{
    display: flex;
    height: unset;
    min-height: 100%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}

.section-news{
    position: relative;
    margin-top: 0;
    padding: 103px 0 81px;
}

.section-calendar {
    position: relative;
    margin-top: 0;
    padding: 103px 0 81px;
}
.section-news .container{
    position: relative;
    z-index: 1;
}
.section-news:before{
    content: "";
    background-image: url(/_/i/bg-news.png);
    width: 738px;
    height: 668px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
}

.news-thumb{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding-bottom: 62px;
    text-decoration: none;
}

.news-thumb picture{
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-thumb img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 371/231;
    border-radius: 5px;
}

.news-thumb-content{
    padding:0 25px 0;
}

.news-thumb:hover h3{
    color: black;
}
.news-thumb h3{
    font-size: 17px;
    line-height: 152%;
    letter-spacing: 0.24px;
    color: #1B3764;
    margin: 0 0 22px 0;
    font-weight: 500;
}

.news-thumb-txt{
    color: #969AA0;
    font-size: 17px;
    line-height: 152%;
    letter-spacing: -0.17px;
}

.news-thumb-footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 25px;
}

.news-thumb-footer .details-news{
    font-size: 16px;
    line-height: 134%;
    letter-spacing: 0.38px;
    color: #3B6BB3;
    text-decoration: underline;
}

.news-thumb:hover .details-news {
    text-decoration: none;
}

.news-thumb-date{
    color: #B1B1B0;
    font-size: 12px;
    line-height: 212.5%;
}

.link-all{
    margin-top: 35px;
    font-size: 17px;
    letter-spacing: 0.38px;
}

.link-all span.show-less{
    display: none;
}
.link-all.active span:not(.show-less){
    display: none;
}
.link-all.active span.show-less{
    display: block;
}
.link-all span,
.link-all a{
    color: #3B6BB3;
    text-decoration: underline;
    cursor: pointer;
}

.link-all span:hover,
.link-all a:hover{
    text-decoration: none;
}

.multimedia-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.multimedia-url{
    width: 31%;
    max-width: 357px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.multimedia-url img{
    display: block;
}

.multimedia-url::before{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(39, 80, 155, 0.5);
    z-index: 1;
    transition: all 0.3s;
}

.multimedia-url span{
    display: inline-block;
    padding: 15px 18px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 25px;
    z-index: 2;
}


.multimedia-url:hover::before{
    background-color: rgba(39, 80, 155, 0.65);
}

.bottom-nav-slider,
.calendar-swiper{
    padding-bottom: 80px;
}


.calendar-slide{
    display: block;
    position: relative;
}
.more-text{
    margin-top: 18px;
}
a.calendar-slide:hover::before{
    background-color: rgba(24, 51, 96, 0.65);
}
.calendar-slide img{
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.calendar-slide:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 80, 155, 0.5);
    transition: all 0.1s;
    position: absolute;
    left: 0;
    top: 0;
}

.calendar-slide-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 10px 40px 65px;
    color: #fff;
}



.calendar-slide-date {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 3px 8px 2px;
    margin-bottom: 10px;
    margin-left: -8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.calendar-slide-city{
    font-size: 14px;
    font-weight: 600;
}

.calendar-slide-content h3{
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 0;
}



.calendar-slide-content p{
    font-size: 18px;
    margin: 5px 0 0 0;
}


.bottom-nav-slider .slider-progress-container ,
.calendar-swiper .slider-progress-container {
    max-width: 215px;
    bottom: 0;
    right: 0;
    left: auto;
    margin: 0;
    transform: translate(0);
}
.bottom-nav-slider .slider-progress-container{
    bottom: 4px;
}

.bottom-nav-slider>.swiper-scrollbar,
.calendar-swiper>.swiper-scrollbar{
    max-width: 165px;
    left: auto;
    right: 30px;
    bottom: 35px;
}

.slider-progress-container .bottom-swiper-pagination.swiper-pagination-horizontal ,
.calendar-swiper .slider-progress-container .swiper-pagination.swiper-pagination-horizontal {
    background: #848484;
}

.bottom-nav-slider .slider-progress-container p ,
.calendar-swiper .slider-progress-container p {
    color: #848484;
}
.bottom-swiper-button-next,
.bottom-swiper-button-prev{
    position: absolute;
}
.bottom-swiper-button-next:after, .bottom-swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.bottom-swiper-button-next:after {
    content: 'next';
}
.bottom-swiper-button-prev:after{
    content: 'prev';
}
.bottom-nav-slider .bottom-swiper-button-next:active,
.bottom-nav-slider .bottom-swiper-button-prev:active,
.calendar-swiper .swiper-button-next:active,
.calendar-swiper .swiper-button-prev:active{
    transform: scale(.95);
}

.bottom-nav-slider .bottom-swiper-button-next,
.bottom-nav-slider .bottom-swiper-button-prev,
.calendar-swiper .swiper-button-next,
.calendar-swiper .swiper-button-prev{
    width: 55px;
    height: 55px;
    border: 1px solid #4F6E90;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.three-desktop-block:not(.swiper-initialized) .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.three-desktop-block:not(.swiper-initialized) .swiper-wrapper .swiper-slide{
    display: none;
}
.three-desktop-block:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(-n+3){
    display: block;
}
.bottom-swiper-button-next.swiper-button-disabled,
.bottom-swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    opacity: 0.6;
}
.bottom-nav-slider .bottom-swiper-button-next:after,
.bottom-nav-slider .bottom-swiper-button-prev:after,
.calendar-swiper .swiper-button-next:after,
.calendar-swiper .swiper-button-prev:after{
    font-size: 20px;
    font-weight: 600;
    color: #4F6E90;
}



.bottom-nav-slider .bottom-swiper-button-prev,
.calendar-swiper .swiper-button-prev{
    bottom: 0;
    top: auto;
    left: 0;
}

.bottom-nav-slider .bottom-swiper-button-next,
.calendar-swiper .swiper-button-next{
    bottom: 0;
    top: auto;
    left: 70px;
}

.footer{
    background-color: #F1F3F3;
    padding: 171px 0 141px;
    position: relative;
    margin-top: 58px;
}
.footer::before{
    background-image: url(/_/i/header-patterns.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 68px;
    z-index: 1;
    top: 3px;
    background-color: rgb(255 255 255 / 11%);
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-x;
}
.footer::after{
    background-image: url(/_/i/header-patterns.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 68px;
    z-index: 1;
    bottom: 3px;
    background-color: rgb(255 255 255 / 11%);
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-x;
}


.footer-logo{
    width: 240px;
    height: 70px;
    margin: 0 auto;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    margin-top: 51px;
}



.footer-nav{
    width: 40%;
}


.footer-nav a{
    display: inline-block;
    margin: 0 20px 17px 0;
    font-size: 12px;
    text-decoration: none;
    color: #3B6BB3;
}

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


.footer-nav{
    margin: 0 15px 0 10px;
}

.footer-txt a:hover{
    text-decoration: underline;
}
.footer-txt a{
    color: inherit;
    text-decoration: none;
}
.footer-txt{
    width: 57%;
    font-size: 12px;
    padding-top: 5px;
}



.footer-txt p{
    margin-top: 0;
    margin-bottom: 14px;
}

.footer-copy{
    font-size: 12px;
    margin-top: 15px;
    padding: 0 10px;
    letter-spacing: 1px;
    color: #909095;
}


.footer-copy a{
    color: #909095;
    text-decoration: underline;
}



.footer-copy a:hover{
    text-decoration: none;
}

.page-title{
    color: #000;
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 58px;
    margin-bottom: 58px;
}

.news-container .news-item .title{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height:  129.167%;
}
.graphics-1{
    position: relative;
}
.graphics-1:before{
    content: "";
    background-image: url(/_/i/graphics.png);
    z-index: -1;
    width: 472px;
    height: 634px;
    position: absolute;
    left: 0;
    bottom: 62px;
}
.news-container .news-item .date{
    color: #B1B1B0;
    font-size: 15px;
}
.news-container .news-item .news-content{
    width: 49.1%;
    margin-top: -1px;
}

.news-container.interview .news-item .news-content {
    width: 63.1%;
}
.news-container .news-item .details{
    color: #3B6BB3;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.38px;
    text-transform: capitalize;
    text-decoration: underline;
}
.news-container .news-item .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 136.842%;
    letter-spacing: -0.19px;
    margin-bottom: 28px;
}
.news-container .news-item img{
    margin-bottom: 0;
    width: 47.4%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    aspect-ratio: 371/231;
}

.news-container.interview .news-item img {
    width: 32%;
    border-radius: 10px;
}
.news-container .news-item:hover .details{
    text-decoration: none;
}
.news-container .news-item {
    margin-bottom: 67px;
    display: flex;
    text-decoration: none;
    color: #969AA0;
    justify-content: space-between;
    align-items: flex-start;
}

.news-container.interview .news-item {
    margin-bottom: 0px;
}
.more:hover{
    text-decoration: none;
}
.more{
    color: #3B6BB3;
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.38px;
    display: block;
    margin-top: 132px;
}
.inter-main{
    margin-bottom: 178px;
    /*   min-height: 640px*/
}
.content h2{
    color: #434444;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.19px;
    margin-block: 30px;
}
.content p{
    color: #969AA0;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.19px;
    margin-block: 26px;
}
.content time{
    color: #B1B1B0;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
    margin-bottom: 36px;
    display: block;
}
.page-title + .content  > time{
    margin-top: -38px;
}
.big-image{
    margin-bottom: 28px;
    border-radius: 5px;
}
.inter-main .news-slider-swiper{
    margin-top: 148px;
}
.news-slider-swiper:not(.swiper-initialized) .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 340.9%;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #263B97;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: 56px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiMwRjU0OUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMSAxIDcgNyA3LTciLz48L3N2Zz4=);
    width: 16px;
    height: 9px;
    border: none;
}
.select2-results__option {
    padding: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #27509B;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 51px;
    position: absolute;
    top: 0;
    right: 24px;
    width: 20px;
}
.basic-select2{
    opacity: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 13px;
    padding-right: 40px;
}
.filters{
    display: grid;
    grid-gap: 26px;
    min-height: 56px;
    grid-template-columns: 212px 1fr 1fr;
}

.event-list{
    margin: 50px 0;
    background-color: #fff;
}

.event-list-head,
.event-list-item{
    display: flex;
    /*	align-items: center;*/
    align-items: inherit;
    font-size: 16px;
}

.event-list-head{
    background-color: #3B6BB3;
    color: #fff ;
    font-weight: 700;
    padding: 21px 5px 25px 15px;
    margin-bottom: 5px;
}

.event-list-item{
    padding: 20px 0;
    border-bottom: 1px solid #969AA0;
}

.event-list-item:last-child{
    border-bottom: 0;
}

.event-name{
    width: 60%;
    max-width: 685px;
    padding-right: 15px;
}
.event-date{
    width: 20%;
    padding-right: 15px;
}
.event-location{
    width: 20%;
}

.event-categ{
    font-size: 13px;
    color: #fff;
    background-color: #969AA0;
    display: inline-block;
    padding: 2px 10px;
}

.event-categ.blue{
    background-color: #95B3D7;
}

.event-categ.orenge{
    background-color: #E26B0A;
}

.event-categ.green{
    background-color: #76933C;
}

.event-name-txt a{
    display: block;
    margin: 7px 0 0 0;
    padding-left: 10px;
    line-height: 1.5;
    text-decoration: none;
    color: #000;
}

.event-name-txt a:hover{
    text-decoration: underline;
}

.event-list-item .event-date{
    color: #969AA0;
    padding-top: 30px;
}

.event-list-item .event-location{
    padding-top: 30px;
}


.inter-main-calendar{
    padding-bottom: 100px;
}

.graphics-2 {
    position: relative;
}

.graphics-2:before {
    content: "";
    background-image: url(/_/i/graphics-2.png);
    z-index: -1;
    width: 710px;
    height: 710px;
    position: absolute;
    right: 0;
    bottom: -120px;
}
.countries-list .title{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    padding: 23px 26px 29px;
    margin: 0;
}
.countries-list a{
    text-decoration: none;
    display: block;
    height: 100%;
}
.countries-list img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.1/1;
}
.countries-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 84px 12px;
}
.countries-list li{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}
.countries-list li:hover:not(:active){
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.countries-list2 .title{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    padding: 23px 26px 29px;
    margin: 0;
}
.countries-list2 a{
    text-decoration: none;
    display: block;
    height: 100%;
}
.countries-list2 img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 350/300;
    border-radius: 5px;
    font-size: 0;
    border: 1px solid #C9C9C9;
}
.countries-list2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 72px;
}
.countries-list2 li{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.12);
}
.countries-list2 li:hover:not(:active){
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.flag{
    border-radius: 8px;
    border: 1px solid #C9C9C9;
}
.title-flag{
    position: relative;
}
.emblems img:nth-child(2){
    max-width: 87px;
}
.emblems{
    display: flex;
    flex-wrap: wrap;
    gap: 85px;
    margin-bottom: 85px;
    padding-left: 40px;
    align-items: center;
}
.page-title .flag{
    position: absolute;
    right: 0;
    border-radius: 8px;
    border: 1px solid #C9C9C9;
}
.title-flag{
    display: flex;
    align-items: start;
    position: relative;
    justify-content: space-between;
    padding-right: 230px;
}
.more-text-btn.active .t1{
    display: none;
}
.more-text-btn.active .t2{
    display: inline;
}
.more-text-btn .t2{
    display: none;
}
.more-text-btn .t1{

}
.bottom-header nav > ul > li{
    display: inline-block;
    margin-right: 50px;
}

.scroll-top {
    position: fixed;
    bottom: -200px;
    transition: .6s;
    right: 15px;
    cursor: pointer;
    z-index: 10;
}

.scroll-top.fixed {
    bottom: 20px;
}

.scroll-top .btn {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    top: calc(50% - 35px);
    z-index: 10;
    font-size: 0;
    background-color: #cbc7c4;
    border-radius: 100%;
}

.scroll-top .btn:before {
    content: "";
    font-size: 0;
    position: absolute;
    display: block;
    border: 2px solid white;
    border-left: 0;
    border-top: 0;
    transform: rotate(-135deg);
    width: 13px;
    height: 13px;
    right: 20px;
    top: 25px;
}

.scroll-top span {
    color: #b1aaa0;
    text-align: center;
    font-size: 13px;
    max-width: 169px;
    display: block;
    line-height: 122%;
    font-weight: 300;
    text-decoration: underline;
}

.scroll-top:hover .btn {
    background-color: rgba(0, 0, 0, 0.356);
}
.list-details li strong{
    font-weight: 700;
}
.list-details li{
    color: #B1B1B0;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}
.list-details{
    margin: -23px 0 0 0 !important;
}
.inner-section-news .title1{
    margin-bottom: 53px;
}
/*.inner-section-news .news-thumb-date{*/
/*    font-size: 16px;*/
/*}*/
/*.inner-section-news .details-news{*/
/*    font-size: 19px;*/
/*}*/
.inner-section-news .news-slider-swiper{
    margin-top: 53px;
}
.inner-section-news .news-thumb picture{
    margin-bottom: 24px;
}
/*.inner-section-news .news-thumb h3{*/
/*    font-size: 24px;*/
/*    line-height: 132%;*/
/*}*/
.inner-section-news .link-all{
    margin-top: 119px;
    /*font-size: 19px;*/
}

.inner-section-news{
    background-color: transparent;
    padding: 0;
    margin: 143px 0 0;
    padding-bottom: 0;
}
.graphics-3 {
    position: relative;
}
.graphics-3:before {
    content: "";
    background-image: url(/_/i/graphics-2.png);
    z-index: -1;
    width: 710px;
    height: 710px;
    position: absolute;
    right: 0;
    bottom: -66px;
}
.inner-section-photo .news-thumb{
    padding-bottom: 0;
    display: block;
    width: 100%;
}
.inner-section-photo .news-thumb picture{
    margin-bottom: 0;
    font-size: 0;
}
.inner-section-photo .swiper-slide .news-thumb-content{
    padding: 0;
}
.inner-section-photo .swiper-slide {
    background: transparent;
    box-shadow: none;
}
.inner-section-photo .news-thumb:hover h3 {
    color: black;
}
.inner-section-photo .news-thumb h3 {
    margin: 0;
    /*font-size: 24px;/*/
    /*line-height: 132%;*/
    padding: 27px 24px;
    color: #1B3764;
}
.inner-section-photo .news-slider-swiper .shadow{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    transition: .2s;
}
.inner-section-photo .news-thumb:hover:not(:active) .shadow{
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.17);
}
.inner-section-photo .news-thumb:active .shadow{
    transition: 0s;
}
/*.inner-section-photo .news-thumb-date {*/
/*    font-size: 16px;*/
/*    margin-bottom: 8px;*/
/*}*/
.inner-section-photo{
    padding: 50px 0 0;
    margin: 64px 0 0;
}
.inner-section-photo .title1{
    margin: 0 0 10px 0;
}
.inner-section-photo .news-thumb {

}
.inner-section-photo .news-slider-swiper {
    margin-top: 0;
}
.program-section .title{
    margin-top: 0;
    font-size: 25px;
    font-weight: 400;
}
.program-section{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    padding: 35px;
    margin-top: 125px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.programs-list li a:hover span{
    text-decoration: none;
}
.programs-list li a img{
    margin-right: 20px;
}
.programs-list li a span{
    text-decoration: underline;
    margin-left: 10px;
    color: #0F549A;
}

.programs-list li a{
    text-decoration: none;
    color: #99B1BA;
    display: flex;
    font-size: 17px;
    align-items: center;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #E1E1E3;
}
.programs-list li:last-child a{
    border-bottom: 0;
}
.programs-list{
    list-style: none;
}
.broadcasts-list a{
    padding: 15px 0px;
    border-bottom: 1px solid #E1E1E3;
}
.broadcasts-list a p{
    width: 100%;
    padding-left: 48px;
    color: #0F549A;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 148.682%;
    text-decoration: underline;
    margin: 5px 0 0 0;
}
.broadcasts-list img{
    margin-right: 15px;
}
.broadcasts-list span{
    color: #99B1BA;
    font-size: 17px;
    font-weight: 400;
    line-height: 148.682%;
    margin-top: 3px;
}
.broadcasts-list a:hover p{
    text-decoration: none;
}
.broadcasts-list .link-all{
    margin-top: 20px;
}
.broadcasts-list a{
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}
.fancybox-content{
    padding: 0;
}
.modal-iframe iframe{
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1264/711;
    height: initial;
}
.hidden-list{
    display: none;
}

.event-dates span{
    display: inline-block;
    color: #C94440;
    padding: 0 7px;
    font-size: 28px;
}
.event-dates{
    top: -94px;
    text-align: right;
    color: #27509B;
    font-size: 31px;
    line-height: 35px;
    position: relative;
    margin: 0;
    float: right;
    margin-bottom: -75px;
}
.content.members > .pureImgA:first-child{
    max-width: 315px;
}
.emblems >div p:first-child{
    margin-top: 0;
}
.emblems >div p:last-child{
    margin-bottom: 0;
}
.search-container{
    position: absolute;
    right: 72px;
    align-items: center;
    display: flex;
    justify-content: end;
    overflow: hidden;
    transition: .2s;
    width: 0;
}
.search-container.active{
    width: 350px;
}
.search-container input[type="text"]{
    background: white;
    height: 45px;
    text-decoration: none;
    border: none;
    outline: none;
    width: calc(100% - 45px);
    transform: none;
    border-radius: 5px 0 0 5px;
    text-indent: 15px;
}
.search-container input[type="submit"]{
    background-image: url(/_/i/search.svg);
    background-color: #005baa;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 0;
    min-width: 45px;
    width: 45px;
    height: 45px;
    background-position: center;
    background-size: 34px;
    background-repeat: no-repeat;
    border-radius: 0 5px 5px 0;
}


.loading-spinner {
    position: absolute;
    top: 215px;
    left: 50%;
    translate: -50% -50%;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #3498db;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

iframe[data-src] {
    display: none;
}

iframe[data-src].loaded {
    display: block;
}

.summit-header nav >ul >li{
    margin-right: 29px;
}
.summit-header nav >ul >li >a{
    padding: 31px 0 26px;
    font-size: 20px;
}
.summit-header nav .summit-item{
    margin-right: 0;
}
.summit-header.patterns:before{
    background-color: rgb(59 107 179);
    bottom: -88px;
}
.summit-header{
    border-bottom: 20px solid #C65147;
    margin-bottom: 0 !important;
    position: relative;
}
.summit-header nav .summit-item a{
    color: #3B6BB3;
    background: #FFFFFF;
    padding: 5px 13px 2px;
}
.summit-submenu-container{
    background: #3B6BB3;
    margin-bottom: 102px;
    margin-top: 68px;
}
.summit-submenu-container .page-title{
    color: white;
    margin: 0;
    padding-top: 25px;
    /*padding-bottom: 33px;*/
    font-size: 44px;
}
.summit-submenu-container ul{
    display: flex;
    gap: 40px;
}
.summit-submenu-container a:hover{
    text-decoration: underline;
}
.summit-submenu-container a{
    padding: 21px 0 26px;
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .hide-desk{
        display: none;
    }
}
@media only screen and (max-width: 1300px) {
    .start-quote{
        margin-left: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .summit-header nav >ul >li >a{
        font-size: 16px;
    }
    .summit-submenu-container .page-title {
        font-size: 35px;
    }
    .summit-submenu-container a {
        font-size: 16px;
    }
    .summit-submenu-container ul {
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1024px) {
    .summit_block nav > ul > li ul{
        margin-left: 0 !important;
        left: 0;
        top: initial !important;
        width: 100%;
        padding: 30px !important;
    }
    .summit_block nav > ul > li,
    .summit_block nav > ul > li > a{
        position: static !important;
    }
    .summit-submenu-container a {
        padding: 0px 0 0;
    }
    .summit-submenu-container ul {
        row-gap: 3px;
        flex-wrap: wrap;
        column-gap: 20px;
        margin-top: 15px;
        padding-bottom: 20px;
    }
    .loading-spinner {
        top: 50px;
    }
    .search.active:before{
        content: "+";
        position: absolute;
        color: white;
        font-size: 40px;
        transform: rotate(45deg);
        left: 5px;
        top: -7px;
        font-weight: 100;
    }
    .search.active img{
        opacity: 0;
    }
    .search {
        position: absolute;
        right: 80px;
    }
    .search-container{
        right: 15px;
        width: 0;
        margin-top: 140px;
        z-index: 3;
    }
    .search-container.active {
        width: calc(100% - 30px);
    }
    .three-desktop-block:not(.swiper-initialized) .swiper-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    .three-desktop-block:not(.swiper-initialized) .swiper-wrapper .swiper-slide{
        display: none !important;
    }
    .three-desktop-block:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(-n+2){
        display: block !important;
    }



    .event-dates span{
        font-size: 15px;
        line-height: 182%;
    }
    .event-dates{
        font-size: 16px;
        line-height: 170%;
    }
    .page-title + .content > time {
        margin-top: -20px;
    }
    .page-title .flag {
        width: 100px;
    }
    .countries-list2 .title {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 20px;
    }
    .countries-list2{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .countries-list .title {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 20px;
    }
    .countries-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .inner-section-news .link-all {
        margin-top: 39px;
        /*font-size: 19px;*/
    }
    .program-section{
        grid-template-columns: 1fr;

    }
    /*.inner-section-photo .news-thumb h3 {*/
    /*    font-size: 20px;*/
    /*    padding: 20px 17px;*/
    /*}*/
    /*.inner-section-news .news-thumb h3 {*/
    /*    font-size: 20px;*/
    /*}*/
    .inner-section-news .news-slider-swiper {
        margin-top: 20px;
    }
    .inner-section-news .title1 {
        margin-bottom: 24px;
    }
    .graphics-3:before {
        display: none;
    }
    .gallery{
        grid-gap: 15px;
    }
    .page-title + .content > time {
        margin-top: -20px;
    }
    .page-title .flag {
        width: 100px;
    }
    .countries-list2 .title {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 20px;
    }
    .countries-list2{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .countries-list .title {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 20px;
    }
    .countries-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .inter-main-calendar {
        padding-bottom: 30px;
    }
    .open-menu {
        background-color: #c65147;
    }
    .filters{
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .crumbs li{
        font-size: 14px;
        line-height: 14px;
    }
    .news-container .news-item .date {
        font-size: 15px;
    }
    .news-container .news-item .title {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .news-container .news-item .text {
        font-size: 16px;
        margin-bottom: 28px;
    }
    .news-container .news-item .details {
        font-size: 16px;
        letter-spacing: 0.38px;
    }
    .page-title {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 34px;
    }
    .crumbs {
        background-size: 18px;
    }
	.crumbs li{
		margin: 0 11px 0 0;
	}
	.crumbs li:first-child{
		padding-left: 25px;
	}	
    .crumbs li a:after {
        margin-top: -1px;
        margin: 0 5px;
    }
    .top-slider-item{
        height: calc(100vh - 400px);
    }
    .top-slider-title a{
        font-size: 40px;
    }
    .bottom-header nav >ul{
        display: none;
    }
    .bottom-header .container{
        position: static;
    }
    .header-dropdown{
        top: 0;
        left: 0;
        height: 100%;
        position: fixed;
        padding: 30px;
        width: 360px;
        max-width: 100%;
        overflow: scroll;
    }
    body.hide{
        overflow: hidden;
    }
}

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

    .title1 {
        font-size: 32px;
        margin: 0 0 25px 0;
    }
    .news-thumb-content {
        padding: 0 15px 0;
    }
    .news-thumb h3{
        font-size: 18px;
        line-height: 1.25;
        margin: 0 0 15px 0;
    }
    .news-thumb-txt{
        color: #969AA0;
        font-size: 16px;
        line-height: 1.3;
    }
    .news-thumb-footer{
        padding: 0 15px;
    }
    .news-thumb-footer .more{
        font-size: 16px;
        line-height: 1.3;
    }
    .multimedia-url span{
        padding: 15px 10px 0;
        font-size: 24px;
    }
    .bottom-nav-slider,
    .calendar-swiper{
        padding-bottom: 50px;
    }
    .bottom-nav-slider .slider-progress-container,
    .calendar-swiper .slider-progress-container{
        max-width: 150px;
        bottom: -10px;
    }
    .news-thumb-footer .details-news{
        font-size: 14px;
    }
    .news-thumb-date{
        font-size: 14px;
    }
    .bottom-nav-slider>.swiper-scrollbar,
    .calendar-swiper>.swiper-scrollbar{
        bottom: 20px;
    }
    .bottom-nav-slider .bottom-swiper-button-next,
    .calendar-swiper .swiper-button-next{
        left: 52px;
    }
    .bottom-nav-slider .bottom-swiper-button-next,
    .bottom-nav-slider .bottom-swiper-button-prev,
    .calendar-swiper .swiper-button-next,
    .calendar-swiper .swiper-button-prev{
        width: 36px;
        height: 36px;
    }
    .bottom-nav-slider .bottom-swiper-button-next:after,
    .bottom-nav-slider .bottom-swiper-button-prev:after,
    .calendar-swiper .swiper-button-next:after,
    .calendar-swiper .swiper-button-prev:after{
        font-size: 16px;
    }
    .section-news:before{
        display: none;
    }
    .graphics-2:before {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .three-desktop-block:not(.swiper-initialized) .swiper-wrapper{
        grid-template-columns: 1fr;
    }
    .three-desktop-block:not(.swiper-initialized) .swiper-wrapper .swiper-slide{
        display: none !important;
    }
    .three-desktop-block:not(.swiper-initialized) .swiper-wrapper .swiper-slide:first-child{
        display: block !important;
    }

    .event-dates{
        position: static;
        float: none;
        text-align: center;
        margin: -10px 0 20px 0;
        line-height: 180%;
    }
    .gallery{
        grid-template-columns: 1fr 1fr;
    }
    .title-flag{
        flex-direction: column;
    }
    .page-title .flag {
        margin-left: 0;
        margin-top: 15px;
        position: relative;
    }
    .countries-list .title{
        font-size: 14px;
        line-height: 19px;
        padding: 10px;
    }
    .countries-list2 .title{
        font-size: 14px;
        line-height: 19px;
        padding: 10px;
    }
    .bottom-header.patterns:before{
        background-size: cover;
    }
    .lang-switcher{
        right: 0;
    }
    .top-header >a:first-child{
        display: contents;
    }
    .logo{
        max-width: calc(100% - 120px);
        width: calc(100% - 120px);
    }
    .filters{
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }
    .more{
        text-align: center;
    }
    .graphics-1:before {
        width: 230px;
        height: 314px;
        left: 0;
        bottom: 62px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .inter-main {
        margin-bottom: 70px;
    }
    .news-container .news-item{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .news-container.interview .news-item .news-content,
    .news-container .news-item .news-content {
        width: 100%;
        margin-top: 0;
    }
    .news-container .news-item .text {
        margin-bottom: 0;
    }
    .news-container.interview .news-item img,
    .news-container .news-item img {
        width: 100%;
        margin-bottom: 30px;
    }
    .quote-container .image-col {
        width: 100%;
    }
    .top-slider-title a {
        font-size: 25px;
    }
    .quote-container {
        font-size: 16px;
        line-height: 170.889%;
        padding: 35px 0;
    }
    .quote-container .text-col {
        width: 100%;
    }
    .quote-container .title {
        font-size: 16px;
    }
    .quote-container .container{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .section{
        padding: 30px 0;
        margin: 30px 0;
    }

    .section-interview {
        padding: 0 0 35px 0;
    }
    .multimedia-url{
        width: 100%;
        max-width: 100%;
        max-height: 250px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .multimedia-url img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .calendar-slide-content{
        padding: 10px 20px 20px;
    }
    .calendar-slide-content h3{
        font-size: 24px;
    }
    .calendar-slide-content p{
        font-size: 16px;
    }
    .footer-copy a{
        display: block;
        margin-top: 5px;
    }
    .footer-copy{
        text-align: center;
    }
    .footer-txt{
        width: 100%;
        text-align: center;
        line-height: 1.5;
    }
    .footer-nav{
        width: 100%;
        text-align: center;
    }
    .footer-content{
        flex-direction: column;
        margin-top: 30px;
    }
    .footer{
        padding: 30px 0 60px;
    }
    .footer::before {
        height: 32px;
        top: -32px;
    }
    .footer::after {
        height: 32px;
        bottom: -32px;
    }
    .event-list-head{
        display: none;
    }
    .event-list-item{
        flex-wrap: wrap;
    }
    .event-name{
        width: 100%;
        order: 1;
        margin-bottom: 10px;
    }
    .event-date{
        width: 40%;
        order: 3;
        text-align: right;
        font-size: 13px;
        padding-top: 10px;
    }
    .event-location{
        width: 58%;
        margin-right: 2%;
        order: 2;
        padding-left: 10px;
    }
    .event-list-item .event-date {
        padding-top: 10px;
    }
    .event-list-item .event-location {
        padding-top: 10px;
    }

}
@media only screen and (max-width: 480px) {
    .emblems >div{
        grid-column: 1 / -1;
    }
    .emblems{
        display: grid;
        grid-template-columns: 55% 35%;
        grid-gap: 10%;
        padding-left: 0;
    }
    .content.members > .pureImgA:first-child {
        max-width: 100%;
        float: none;
    }
    .calendar-slide-content h3{
        font-size: 18px;
    }
    .event-dates{
        font-size: 13px;
    }
    .calendar-slide img{
        width: 100%;
        height: 340px;
        object-fit: cover;
    }
    .event-location{
        width: 100%;
    }
    .event-date{
        width: 100%;
        text-align: left;
        margin-top: 15px;
        padding-left: 10px;
    }

    .event-list-item .event-location{
        padding-left: 10px;
    }
    .event-list-item .event-date {
        padding-top: 0px;

    }
}