@import url("https://use.typekit.net/cmv5xld.css");

body{
    overflow-x: hidden;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top:125px;
}
a,.btn{
    text-decoration: none !important;
}
#header{
    position:fixed;
    left:0;
    top:0;
    right:0;
    z-index: 1000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top{
    position:relative;
    background:#7D1935;
    padding:5px 0;
}
.header-top-links{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top-links >  a{
    color:#fff;
    padding:0 10px;
    font-size:0.9rem;
    text-decoration: none !important;
    position:relative;
}
.header-top-links > a:after{
    content:"|";
    top:0;
    bottom:0;
    right:0;
    position:absolute;

}
.btn:focus{
    outline:0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 255, 0);
}
.header-top-links  .btn .button-text{
    font-size:0.9rem;
    color:#fff !important;
}

.header-top-links .btn-link:after{
    display:none;
}
.header-bottom{
    background:#203E5B;
}

.header-bottom-container{
    position:relative;
    padding-left:250px;
    height:90px;
}
.header-logo{
    display:block;
    position:absolute;
    left:0;
    width:215px;
    height:56px;
    top:0;
    bottom:0;
    margin:auto;
}
.header-navigation{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    height:90px;
}
.header-navigation a{
    height:90px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left:25px;
    color:#fff;
    font-weight: 400 !important;
}
.header-navigation a:hover{
    opacity: 0.7;
}
.icon-size{
    display:inline-flex;
    align-items: center;
    justify-content: center;
}
.icon-size-16{
    min-width: 16px;
    min-height: 16px;
    max-height: 16px;
    max-width:16px;
    width:16px;
    height:16px;
}
.icon-size-20{
    min-width: 20px;
    min-height: 20px;
    max-height: 20px;
    max-width:20px;
    width:20px;
    height:20px;
}
.icon-size-24{
    min-width: 24px;
    min-height: 24px;
    max-height: 24px;
    max-width:24px;
    width:24px;
    height:24px;
}

.icon-size-32{
    min-width: 32px;
    min-height: 32px;
    max-height: 32px;
    max-width:32px;
    width:32px;
    height:32px;
}

.icon-size-40{
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    max-width:40px;
    width:40px;
    height:40px;
}
.icon-size-48{
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    max-width:48px;
    width:48px;
    height:48px;
}
.btn-arrow{
    margin-left:10px;
}
.btn{
    border:0;
    border-radius: 0;
    display:inline-flex;
    align-items: center;
    padding:10px 20px;
}

.btn-arrow.white svg{
    stroke:#fff;
}
.header-top .btn{
    padding:0 0 0 15px;
}
.hero{
    padding:200px 0;
    display:flex;
    align-items: center;
    justify-content:center;
    position: relative;
    overflow: hidden;
}
.hero-bg{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background: url(../images/hero.jpg) no-repeat center center #203E5B; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation: zoomSlowly 15s infinite alternate ease-in-out;
    -moz-animation: zoomSlowly 15s infinite alternate ease-in-out;
     -ms-animation: zoomSlowly 15s infinite alternate ease-in-out;
      -o-animation: zoomSlowly 15s infinite alternate ease-in-out;
         animation: zoomSlowly 15s infinite alternate ease-in-out;
         pointer-events: none;
         z-index: 1;
}
.hero-section{
    position: relative;
    z-index: 10;
}
@-webkit-keyframes zoomSlowly {
    0%   { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(1.1); }
  }

  @-moz-keyframes zoomSlowly {
    0%   { -moz-transform: scale(1); }
    100% { -moz-transform: scale(1.1); }
  }

  @-o-keyframes zoomSlowly {
    0%   { -o-transform: scale(1); }
    100% { -o-transform: scale(1.1); }
  }

  @-ms-keyframes zoomSlowly {
    0%   { -ms-transform: scale(1); }
    100% { -ms-transform: scale(1.1); }
  }

  @keyframes zoomSlowly {
    0%   { transform: scale(1); }
    100% { transform: scale(1.1); }
  }
.btn-primary{
    color:#fff;
    background:#7D1935;
}
.btn-primary:hover{
    background:#64142b;
    color:#fff;
}
.hero-subtitle{
    display:block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:0.85rem;
}
.white{
    color:#fff !important;
}
.hero-title{
    font-weight: 700;
    font-size:3.2rem;
    line-height: 1.3;
}
.btn-text{
    font-weight: 500;
}
.hero-description{
    font-size:1.1rem;
}
.upcomming-event{
    background:rgba(255,255,255,0.8);
    padding:40px;
}
.upcomming-event-subtitle{
    display:inline-block;
    color:#fff;
    background:#203E5B;
    font-size:0.9rem;
    padding:5px 20px;
    margin-bottom:15px;
}
.upcomming-event-title{
    color:#000;
    font-weight: 700;
    font-size:1.4rem;
}
.btn-link .btn-text{
    text-decoration: underline;
    color:#000;
}
.btn-link{
    padding-left:0;
}
.upcoming-event-month{
    display:flex;
    align-items: center;
    margin-bottom:10px;
}
.wine-color{
    color:#7D1935;
}
.section-title{
    font-weight: 700 !important;
    font-size:2rem;
}
.upcoming-events-section{
    padding:60px 0;
}

.upcoming-events-list{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:20px -10px;
}
.upcoming-event-item{
    display:block;
    position:relative;
    padding:30px 30px 60px 90px;
    border:1px solid #ccc;
    width:calc(25% - 20px);
    margin:0 10px 20px 10px;
    overflow: hidden;
}
.upcoming-event-item:hover{
    background-color:#E8EBEE;
    border-color:#E8EBEE;
}
.event-title{
    font-weight: 600;
    font-size:1rem;
}
.event-date{
    padding:5px 0;
    font-size:0.9rem;
}
.upcoming-event-item .label{
    padding:5px 10px;
    background:#f0f0f0;
    font-size:0.9rem;
    display:inline-block;
}
.upcoming-event-item .btn{
    position:absolute;
    right:30px;
    left:90px;
    bottom:20px;
}
.upcoming-event-item:hover .label{
    background:#dde1e5 !important;
}
.upcoming-event-item-content{
    position:relative;
    z-index: 10;
}
.upcoming-event-item .logo-bg{
    position:absolute;
    left:-30px;
    top:0;
    bottom:0;
    right:0;
    background:url(../images/logo-symbol.png) no-repeat left center;
    opacity: 0.2;
}
.upcoming-event-item:hover .logo-bg{
    opacity: 1;
}

.members-documents{
    background:#e8ebee;
    padding:60px 0;
    position: relative;
}
.section-description{
    font-size:1.1rem;
    margin-bottom:20px;
}
.sliderWrapper{
    position:relative;
    z-index: 20;
    margin-bottom:60px;
}

.sliderWrapper{
    margin-left:40%;
}
.member-item{
    display:block;
    background:#fff;
    padding:40px;
    position:relative;
    border-radius: 10px;
    overflow: hidden;
}
.swiper-slide{
    width:380px;
}
.member-name{
    color:#203E5B;
    font-weight: 600;
    font-size:1.5rem;
}
.member-country{
    display:flex;
    align-items: center;
}
.member-country .country-name{
    padding-left:10px;
    color:#203E5B;
}
.member-plus{
    width:80px;
    height:80px;
    display:flex;
    align-items: center;
    justify-content: center;
    background:#203E5B;
    border-radius: 50%;
    position:absolute;
    right:-15px;
    bottom:-15px;
}
.member-plus svg{
    stroke:#fff;
}
.members-documents-title{
    position:absolute;
    left:0;
    top:100px;
    right:0;
    z-index: 10;
}
.member-navigation{
    cursor:pointer;
}
.swiper-button-disabled{
    opacity: 0.5;
}


.documents-list{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:30px -10px 10px -10px;
}

.document-item{
    width:calc(33.33% - 20px);
    padding:20px 20px 10px 70px;
    border-radius: 10px;
    background:#fff;
    margin:0 10px 20px 10px;
    position:relative;
}
.document-title{
    font-size:1.1rem;
}
.document-info{
    color:#7D1935;
    font-size:0.85rem;
}
.document-icon{
    position:absolute;
    left:25px;
    top:30px;
    opacity: 0.5;
}
.icon-size svg{
    width:100%;
    height:100%;
}
.nav-tabs{
    border:0;
}
.nav-link{
    padding:0;
    color:rgba(0,0,0,0.5);
    font-size:1.1rem;
    font-weight: 500;
    margin-right:20px;
    position:relative;
    border:0 !important;
}
.nav-link.active,.nav-link:focus{
    color:rgba(0,0,0,1);
    background:transparent !important;
}
.nav-link.active:after{
    content:"";
    position:absolute;
    height:3px;
    left:0;
    right:0;
    bottom:-3px;
    background:#39A19A;
}
.about{
    background: url(../images/about-bg.png) no-repeat center center #203E5B; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:100px 0;
}
.arrow-list{
    margin:0 0 20px 0;
}
.medium-title{
    font-weight: 600;
}
.arrow-item{
    color:#fff;
    position:relative;
    font-size:0.9rem;
    padding:3px 0 3px 20px;
}

.arrow-item{
    display:flex;
    align-items: center;
}
.arrow-item-icon{
    width:16px;
    height:16px;
    display: flex;
    align-items: center;
    justify-content: center;
    left:0;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.arrow-item-icon svg{
    width:100%;
    height:100%;
}
.gallery-section{
    padding:60px 0;
}
.gallery-list{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:0 -10px;
}
.gallery-item{
    display:block;
    width:calc(33.33% - 20px);
    margin:0 10px 30px 10px;
}
.gallery-image{
    display:block;
    margin-bottom:15px;
    height:250px;
    position:relative;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-overlay{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background:rgba(125,25,53,0.8);
    align-items: center;
    display:flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
}
.gallery-item:hover .gallery-overlay{
    opacity: 1;
}
.gallery-overlay-icon svg{
    stroke:#fff;
}
.gallery-overlay-text{
    color:#fff;
}
.gallery-title{
    font-size:1rem;
    font-weight: 500;
    color:#000;
}
.gallery-description{
    font-size:0.85rem;
    color:rgba(0,0,0,0.7);
}
.mission-block{
    background:url(../images/bg-outline.png) no-repeat left -50px bottom -50px #7D1935;
    padding:60px 100px;
    margin-top:-50px;
    background-size:300px;
}
.btn-link-white .btn-text{
    color:#fff !important
}

.verticalSlider .swiper-slide{
    width:100% !important;
}
.mission-slide{
    background:rgba(255,255,255,0.1);
    padding:40px 80px 40px 40px;
    position:relative;
    height:100% !important;
    display:flex;
    justify-content: center;
    flex-direction: column;
}
.misison-slide-number{
    font-weight: 700;
    color:#fff;
    font-size:3rem;
    position:absolute;
    bottom:0;
    right:20px;
    opacity: 0.1;
}
.mission-key{
    font-size:0.9rem;
    color:rgba(255,255,255,0.5);
}
.mission-key-description{
    color:#fff;
    font-size:1.1rem;
}


.verticalSlider {
    height: 360px;
  }
  .verticalSlider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px; /* For 2 slides per view with spacing */
  }
  .verticalSliderWrapper{
    position:relative;
    padding-left:70px;
  }

.vertical-next{
    position:absolute;
    top:calc(50% + 3px);
    left:0;
    margin:auto;
}
.vertical-prev{
    position:absolute;
    bottom:calc(50% + 3px);
    left:0;
    margin:auto;
}
.vertical-next svg,.vertical-prev svg{
    stroke:#fff;
}

.footer-top{
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding:60px 0;
}
.footer-bottom{
    padding:30px 0;
}
.footer-copyright{
    font-size:0.85rem;
    padding-bottom:5px;
}
.footer-links{
    display:flex;
    align-items: center;
}
.footer-links a{
    position:relative;
    padding-right:20px;
    font-size:0.85rem;
    color:rgba(0,0,0,0.5);
}
.footer-links a:hover{
    color:rgba(0,0,0,1);
}
.footer-links a:after{
    content:"";
    position:absolute;
    right:10px;
    top:4px;
    bottom:4px;
    background:rgba(0,0,0,0.1);
    display:block;
    width:1px;
}
.footer-links a:last-child:after{
    display:none;
}
.footer-social{
    margin:20px 0;
    
}
.footer-social a{
    color:rgba(0,0,0,0.7);
    margin-right:10px;
}
.footer-contacts a{
    display:flex;
    align-items: center;
    padding:3px 0;
}
.footer-social a:hover{
    color:rgba(0,0,0,1);
}
.footer-contact-text{
    padding-left:10px;
    color:#000;
}
.footer-contacts a svg{
    stroke:#7D1935;
}

.normal-title.uppercase{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:0.9rem;
}
.country-members-list a{
    display:block;
    width:10%;
    padding:10px;
}
.country-members-list a img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* Older versions of IE (non-standard) */
    -webkit-transition: all 0.5s ease; /* Optional: smooth effect */
    transition: all 0.5s ease;
    opacity: 0.8;
}
.country-members-list a:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none; /* Older versions of IE (non-standard) */
    -webkit-transition: all 0.5s ease; /* Optional: smooth effect */
    transition: all 0.5s ease;
    opacity: 1;
}
.country-members-list{
    display:flex;
    flex-wrap:wrap;
    align-items: stretch;
}
.f-title{
    text-transform: uppercase;
    font-weight: 600;
    display:block;
    padding:3px 0;
    font-size:0.9rem;
    color:#000;
}
.f-title:hover{
    color:rgba(0,0,0,0.7);
}
.f-list a{
    display:block;
    font-size:0.9rem;
    color:rgba(0,0,0,0.7);
    padding:3px 0;
}
.f-list a:hover{
    color:rgba(0,0,0,1);
}

.header-members{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    padding:30px 0;
    display:none;
    box-shadow: 1px 10px 21px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 10px 21px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 10px 21px 0px rgba(0,0,0,0.14);
    max-height: calc(100vh - 130px);
    overflow-y:auto;
}
.header-members.active{
    display:block;
}
.header-members .medium-title{
    font-size:1.6rem;
}

.header-members-list{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:0 -5px;
}
.hmi{
    width:calc(16.66% - 10px);
    margin:0 5px 10px 5px;
    display:block;
    border:1px solid rgba(0,0,0,0.1);
    padding:10px;
    text-align: center;
}
.hmi img{
    padding:15px;
}
.hmi-country{
    font-size:0.85rem;
    padding-bottom:5px;
}
.hmi-title{
    font-size:0.95rem;
    font-weight: 500;
}
.observer-title{
    font-weight: 500;
    font-size:0.9rem;
}
.observer-country{
    font-size:0.85rem;
}
.observer-item{
    padding:5px 0;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.page-content{
    padding:40px 0;
    border-top:1px solid rgba(0,0,0,0.1);
}
.page-subtitle{
    color:#7D1935;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size:0.85rem;
}
.page-title{
    font-weight: 600;
    font-size:2.4rem;
    margin-bottom:20px;
}
.breadcrumbs-wrapper{
    padding:10px 0;
}
.breadcrumbs-wrapper .breadcrumb{
    margin:0;
}
.breadcrumb-item,.breadcrumb-item a{
    color:#000;
    font-size:0.85rem;
}
.items-per-page{
    width:80px;
    margin:0 10px;
}
.page-pagination-wrapper{
    padding:30px 0;
    border-top:1px solid rgba(0,0,0,0.1);
    margin-top:30px;
}
.page-navigation{
    display:flex;
    align-items: stretch;
}
.page-navigation a{
    background:#F0F0F0;
    border-radius: 4px;
    padding:5px 20px;
    margin-right:10px;
    color:#000;
}
.page-navigation a:hover{
    background:#e1e1e1;
}
.page-pagination{
    display:flex;
    align-items: center;
    justify-content:flex-end;
}
.form-select:focus{
    border-color:#ccc !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0) !important; 

}
.news-list{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:0 -10px;
}
.news-item{
    width:calc(33.33% - 20px);
    margin:0 10px 30px 10px;
    position:relative;
    padding-bottom:50px;
}
.news-item-image{
    position:relative;
    margin-bottom:25px;
    display:block;
}
.news-item-label{
    background:#7D1935;
    display:inline-block;
    padding:5px 15px;
    font-size:0.85rem;
    color:#fff;
    position:absolute;
    left:0;
    bottom:-15px;
}
.news-date{
    font-size:0.9rem;
}
.news-item-title{
    font-size:1.3rem;
}
.news-item .btn-link{
    position:absolute;
    left:0;
    bottom:10px;
}
.page-description{
    font-size:1.1rem;
    margin-bottom:30px;
}
.members-main-image{
    position:relative;
    z-index: 2;
}
.members-main-title-box{
    background:#7D1935;
    margin:-60px 150px 20px 150px;
    padding:50px 100px;
    z-index: 10;
    position:relative;
    color:#fff;
    text-align: center;
    font-size:1.1rem;
}
.gray-box{
    padding:60px 0;
    background:#f0f0f0;
}
.members-list{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:0 -10px 30px -10px;
}
.members-list .member-item{
    width:calc(25% - 20px);
    margin:0 10px 20px 10px;
}

.members-list .member-name{
    font-size:1.2rem;
}
.white-box{
    background:#fff;
    padding:50px;
}
.white-box-title{
    font-size:1.5rem;
    color:#203E5B;
    font-weight: 600;
}
.white-box-description{
    font-size:1.1rem;
}
.statistic-list{
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin:0 0 30px 0;
}
.statistic-item{
    display:flex;
    align-items: center;
    width:33.33%;
    padding:0px 10px 0px 20px;
    border-left:2px solid #ccc;
}
.statistic-icon{
    margin-right:15px;
}
.statistic-icon svg{
    stroke:#7D1935;
}
.statistic-info{
    font-size:0.9rem;
    color:rgba(0,0,0,0.5);
}
.statistic-title{
    font-weight: 700;
    font-size:1.5rem;
    line-height: 1.1;
}
.gray-info{
    padding:30px;
    background:rgba(32,62,91,0.1);
    font-size:1.1rem;
}
.uppercase-title{
    color:#7D1935;
    text-transform: uppercase;
    font-size:0.85rem;
    text-align: center;
    font-weight:500;
    padding-bottom:10px;
}
.agenda-title{
    display:flex;
    align-items: center;
    font-size:1.6rem;
    font-weight: 600;
    margin-bottom:20px;
}
.agenda-label{
    color:#fff;
    background:#7D1935;
    padding:0 20px;
    margin-right:10px;
}
.timeline-box{
    position:relative;
    padding-left:40px;
    margin-bottom:30px;
    padding-right:50px;
}
.timeline-line{
    width:2px;
    background:#ccc;
    left:19px;
    top:0;
    bottom:0;
    pointer-events: none;
    z-index: 1;
    position:absolute;
}
.timeline-item{
    position:relative;
    padding:5px 0 5px 0px;
    z-index: 10;
}
.timeline-title{
    font-weight: 600;
    font-size:1.1rem;
}
.timeline-time{
    font-size:0.9rem;
    opacity: 0.7;
}
.timeline-dot{
    position:absolute;
    left:-25px;
    top:0;
    bottom:0;
    margin:auto;
    background:#7D1935;
    width:10px;
    height:10px;
    border-radius: 50%;
}
.talkers-list{
    margin-bottom:30px;
}
.talker-name{
    font-size:1.2rem;
    font-weight: 700;
    line-height: 1;
}
.talker-position{
    font-size:1rem;
    color:#203E5B;
}
.talker-item{
    padding:15px 20px;
    border-bottom:1px solid #f0f0f0;
}
.talker-item:hover{
    background:#f0f0f0;
}
.download-button{
    display:flex;
    align-items: center;
    padding:10px;
    border:1px solid #ccc;
    background:#fff;
}
.download-title{
    font-size:1.1rem;
    font-weight: 500;
    line-height: 1.1;
}
.download-subtitle{
    color:#7D1935;
    font-size:0.8rem;
}
.download-title{
    color:#000;
}
.download-icon{
    margin-right:5px;
}
.download-icon svg{
    stroke:#858585;
}
.talker-item .row{
    align-items: center;
}
.talker-country{
    font-size:0.9rem;
    color:#203E5B;
}
.form-control:focus{
    border-color:#ccc;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0) !important; 
}
.btn:focus{
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0) !important; 
}
.filters-options{
    display:flex;
    align-items: center;
    margin-bottom:20px;
    flex-wrap: wrap;
}
.search-documents{
    margin-right: 10px;
    width:300px;
    border-radius: 0;
}
.type-documents{
    width:240px;
    margin-right:10px;
    border-radius: 0;;
}
.filters-options .btn-primary{
    height:38px;
}

.burger-menu{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:32px;
    height:32px;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor:pointer;
    display:none;
}
.burger-menu svg{
    stroke:#fff;
}
#header.sticky{
    top:-37px;
}
.nav-tabs .nav-link:hover{
    color:#000;
}
@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

@media(max-width:1200px){
    #header .container, #header  .container-lg,  #header .container-md,  #header  .container-sm {
        max-width: 100%;
    }
    .header-navigation a {
        margin-left: 15px;
    }
    .header-navigation{
        position:absolute;
        left:-15px;
        top:100%;
        right:-15px;
        background:#162c40;
        flex-wrap: wrap;
        height:auto;
        padding:15px;
        justify-content: flex-start;
        display:none;
    }
    .header-navigation a{
        width:100%;
        height:auto;
        text-align: left;
        justify-content: flex-start;
        padding:5px 0;
    }
    .burger-menu{
        display:flex;
    }
    body.visible-mobile .header-navigation{
        display:flex;
    }
    .hero-title{
        font-size:2.6rem;
    }
    .hero{
        padding:100px 0;
    }
}
@media(max-width:1024px){
    .upcoming-event-item{
        width: calc(50% - 20px);
    }
    .upcomming-event {
        padding: 20px;
    }
    .upcoming-events-section .text-end{
        text-align: left !important;;
    }
    .sliderWrapper{
        margin:0 0px 20px 15px;
    }
    .members-documents-title{
        position:relative;
        top:initial;
        left:initial;
        margin-bottom:20px;
    }
    .swiper-slide {
        width: 280px;
    }
    .member-name{
        font-size:1.2rem;
    }
    .document-item {
        width: calc(50% - 20px);
    }
    .mission-block {
        padding: 30px;
    }
    .section-title{
        font-size:1.6rem;
    }
    .gallery-item{
        width: calc(50% - 20px);
    }
    .hero-title{
        font-size:2.2rem;
    }
    .country-members-list a {
        width: 20%;
    }
}
@media(max-width:768px){
    .hmi {
        width: calc(33.33% - 10px);
    }
    .upcoming-event-item{
        width: calc(100% - 20px);
    }
    .document-item {
        width: calc(100% - 20px);
    }
    .nav-tabs .nav-link{
        display:block;
        width:100%;
        text-align: left;
        margin-bottom:5px;
    }
    .gallery-item{
        width: calc(50% - 20px);
    }
    .member-item {
        padding: 20px;
    }
    .about {
        padding: 60px 0;
    }
    .country-members-list a {
        width: 20%;
    }
    .header-top-links > a {
        padding: 0 5px;
        font-size: 0.8rem;
    }
    .button-text{
        font-size:0.8rem;
    }
    .header-top .btn {
        padding: 0 0 0 5px;
    }
    .contact-address-block .gray-box{
        margin-right:0 !important;
    }
    .header-top-links .btn .button-text{
        font-size:0.8rem;
    }
    .page-content {
        padding: 30px 0;
    }
    .search-documents{
        width:100%;
        margin-bottom:10px;
    }
    .type-documents{
        width:60%;
    }
    .filters-options .btn{
        width:calc(40% - 10px);
        justify-content:center;
    }
    .gray-box{
        padding:30px 0 20px 0;
    }
    .page-title{
        font-size:2rem;
    }
    .agenda-text{
        font-size:1.4rem;
    }
    .agenda-label {
        font-size:1.2rem;
    }
    .statistic-item {
        width: 100%;
        margin-bottom:15px;
    }
    .statistic-title {
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1.1;
    }

    .members-main-title-box {
        background: #7D1935;
        margin: -30px 0px 20px 0px;
        padding: 30px;
    }
    .members-list .member-item {
        width: calc(50% - 20px);
    }
    .news-item{
        width: calc(50% - 20px);
    }
}
@media(max-width:480px){
    .hmi {
        width: calc(50% - 10px);
    }
    .members-list .member-item {
        width: calc(100% - 20px);
    }
    .white-box {
        padding: 30px;
    }
    .news-item{
        width: calc(100% - 20px);
    }
    
}