@font-face {
    font-family:'PPNeueMontreal-Regular';
    src: url('../fonts/PPNeueMontreal-Regular.ttf');
}
@font-face {
    font-family:'PPNeueMontreal-Medium';
    src: url('../fonts/PPNeueMontreal-Medium.ttf');
    font-weight: 600;
}
@font-face {
    font-family:'Times New Roman';
    src: url('../fonts/Times\ New\ Roman.ttf');
}
@font-face {
    font-family:'Times New Roman';
    src: url('../fonts/Times\ New\ Roman\ Italic.ttf');
    font-style: italic;
}
body{
    font-family: PPNeueMontreal-Regular;
    font-size: 37px;
    line-height: 39px;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
        background-color: #212020;
}
.sidebar::-webkit-scrollbar {
    width: 0px;
    background-color: #ffffff;
  
}
.page-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 20px 90px;
}
a{
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #0000ff;
}

section.main {
    width: 80%;
	margin-left: -1%;
    z-index: 100;
}
section.sidebar{
    width: 20%;
    text-align: center;
    position: fixed;
    right: 6%;
    height: 97%;
    overflow-y: auto;
    z-index: 99;
}
section.sidebar a{
    display: block;
    font-size: 25px;
    line-height: 1.2;
    font-family: PPNeueMontreal-Medium!important;
}
.sidebar-title{
    font-family:
    'Times New Roman';
    font-size: 25px;
    margin-bottom: 0px;
}
.sidebar-separator{
    width: 3px;
    height: 3px;
    border: 1px solid #000000ad;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 10px;
}
.sidebar-time{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px!important;
    color: #787882;
}
.page-title{
    letter-spacing: 1px;
    font-size: 56px;
    text-align: center;
    font-family: PPNeueMontreal-Medium!important;
    line-height: 59px;
}
.page-sub_title{
    font-family:
    'Times New Roman';
    font-size: 40px;
    text-align: center;
    line-height: 47px;
}

section .org-image img {
    width: 91%;
}
section .supp-image img {
    width: 38%;
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}
.supp-image img:hover {
    filter: grayscale(0%);
    transition: .6s;
    cursor: pointer;
}
section.main img{
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}
.text-center{
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 12px;
    font-size: 25px;
    letter-spacing: 0px;
	    font-family: PPNeueMontreal-Medium!important;
}
p.it {
    font-style: italic;
    font-size: 25px!important;
    display: table-cell;
}
.footer{
    margin-top: 45px;
}
.page-main-image {
    margin-top: 40px;
    margin-bottom: 40px;
}
.page-main-image img{
    width: 52%;
    object-fit: cover;
}
section.main p{
    font-size: 23px;
    font-family: 'Times New Roman';
    line-height: 1.4;
    margin-bottom: 26px;
}

}
section.main{
    margin-right: 100px;
}
.container{
    max-width: 810px;
    margin: 0 auto;
}

p.bld {
    font-family: PPNeueMontreal-Medium!important;
}
.pp{
    font-family: PPNeueMontreal-Medium !important;
    display: inline;
    letter-spacing: 1px;
    font-size: 25px!important;
}
p.ppp {
    letter-spacing: 1px;
    font-size: 25px!important;
}
span.text-center.footer {
    font-size: 19px;
    font-family: 'Times New Roman'!important;
    text-align: center;
    letter-spacing: 0;
}
.ftr p {
    font-size: 19px!important;
}
i{
    font-style: italic;
}
.sidebar-time{
    line-height: 23px;
}
.menu-btn{
    display: none;
}
.sidebar-img {
    margin: 0px 0px 17px 0px;
    padding: 20px 12px 20px;
}
.sidebar-img img {
    width: 70%;
}
.sidebar-contact {
    margin: 10px 0px 0px -24px;
    display: inline-block;
}
.sidebar-contact a {
    float: left;
    padding: 0 0 0 20px;
}
/* span.under { */
    /* text-decoration: underline; */
/* } */
span.under {
    line-height: 33px!important;
    display: block;
}
p.it.tm {
    font-style: italic;
    font-size: 20px!important;
    line-height: 1.2;
    margin-bottom: -7px;
    margin-top: 4px;
    display: block;
    /* font-family: PPNeueMontreal-Medium!important; */
}

.justify-text{
    text-align: justify;
    margin-bottom: 20px;
}
.justify-text p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px!important;
}

.pp{
    font-family: PPNeueMontreal-Medium !important;
    display: inline;
}

a.current {
    color: #0000ff;
}

/* accordion title text styles */
  p.accordion{
    text-align: left;
    width: 100%;
    font-size: 25.75px!important;
    margin-bottom: 0px!important;
    display: block;
    padding-top: 0px;
    font-family: PPNeueMontreal-Medium!important;
  }

  .acc {
    padding-top: 15px;
}
  /* accordion content text styles */
  .accordion-content p {
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 12px;
    /* font-family: PPNeueMontreal-Medium!important; */
  }

  /* accordion content link styles */
  .accordion-content a {
  font-size: 18px;
  color: black;
  line-height: 22px;
  letter-spacing: 0.3px;
  }
  /* accordion title styles */
  .accordion {
    cursor: pointer;
    padding: 10px 0px;
    margin: 0;
  }

  /* accordion icon box styles */
  .accordion::after {
   content: "\2715";
    float: right;
    transform: rotate(-45deg);
    font-size: 18px;
    margin-top: 7px;
    margin-right: 3px;
    transition: .5s ease-out;
  }

/* accordion icon box styles: opened  */  
.active::after {
    content: "\2715";
    transform: rotate(0deg);
    font-size: 18px;
  }

 /* accordion content box styles: default */
  .accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid black;
	padding-left: 50px;
  }
  .accordion-content h3 {
    font-size: 25.75px!important;
    margin-bottom: 0px!important;
    padding-top: 0px;
    font-family: PPNeueMontreal-Medium!important;
}
p.accordion:hover {
    color: #0000ff;
}
.text-block {
    margin-top: -20px;
}
p.zt {
margin-bottom: 5px!important;
}

p.dt {
    font-family: PPNeueMontreal-Medium!important;
    margin-bottom: 0px!important;
    font-size: 23px!important;
}
a.back {
    display: block;
    font-size: 25px;
    line-height: 1.2;
    font-family: PPNeueMontreal-Medium!important;
}
p.it.tm.zs {
    padding-bottom: 9px;
}
img.topabout {
    width: 60%;
}
@media (max-width:1200px){
    .page-wrapper{
        padding: 20px 70px;
    }
	section.main {
    margin-left: 0;
}
	section.sidebar {
    right: 5%;
}
    .page-title{
        font-size: 53px;
    }
    .page-sub_title{
        font-size: 35px;
    }
    body , section.main p , section.sidebar a{
        font-size: 25px;
    }
    .page-main-image img{
        max-width: 350px;
    }
}

@media (min-width:1340px){
.container {
    max-width: 930px;
}
.page-wrapper {
    padding: 20px 140px;
}
section.sidebar {
    right: 7%;
}
section.main {
    margin-left: -3%;
}
}

	
@media (max-width: 800px){
    section.sidebar{
    left: -100vw;
    position: fixed;
    width: 100vw;
    transition: left 0.7s ease-in-out;
    background-color: rgba(236, 236, 236, 0.9);
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    top: 0px;
    }
    .popup-link-content{
        left: auto !important;
        top: auto !important;
        right: auto;
    }
    body{
        position: relative;
    }
    .popup-link{
        position: static !important;
    }
    body.menu-open{
        overflow-y: hidden;
    }
    .page-wrapper{
        padding: 41px 0px 10px 0;
    }
    .page-title{
        font-size: 34px;
        line-height: 35px;
        letter-spacing: 0px;
		    margin-top: 4px;
    }
    .page-sub_title{
        font-size: 21px;
        line-height: 22px;
    }
    section.main{
        width: 100%;
        margin-right: 0px;
        padding: 0px 25px;
    }
    .menu-btn{
    display: block;
    position: fixed;
    right: 0;
    background: #ffffffa8;
    top: 0px;
    padding: 16px 42% 5px;
	z-index: 999;
    }
    body.menu-open .menu-btn {
    z-index: 9999;
    left: 0px;
    right: auto;
    background: #ffffff00;
    }
    .menu-btn span{
        width: 60px;
        height: 1px;
        display: block;
        background-color: #000;
        margin-bottom: 4px;
    }
  section .org-image img {
    width: 100%!important;
}
    .page-main-image img{
        width: 65%;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        
    }
    body.menu-open section.sidebar{
    left: 0px;
    }
    .sidebar-wrapper{
    padding: 20px 0px;
    }
    body, section.main p, section.sidebar a{
        font-size: 17px!important;
        line-height: 1.2;
        letter-spacing: 0px;
    }
    .sidebar-separator{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 2px;
    height: 2px;
    }
    .sidebar-time{
        font-size: 18px;
        line-height: 19px;
        padding-top: 36px;
    }
    .sidebar-title{
        font-size: 22px;
        margin-bottom: 0px;
    }
    .page-main-image{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    section.main img{
        margin-top: 20px;
        margin-bottom: 20px;
        width: 75%;
    }
    .footer{
     margin-top: 25px;
    }
    .sidebar-img{
        margin: 0px 0px;
    }
    .sidebar-img img {
    width: 50%;
    }
    .justify-text{
        margin-bottom: 20px;
    }
	.sidebar-contact {
    padding: 0px;
}
section.sidebar a {
    font-size: 23px!important;
}
.sidebar-contact a i {
    font-size: 26px;
}
.sidebar-contact a {
    padding:0 7px 0 13px;
}
.text-center {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 27px!important;
}
.acc p.accordion {
    font-size: 22px!important;
    line-height: 1.2;
    letter-spacing: 0px;
}
.acc .accordion-content h3 {
    margin-bottom: 16px!important;
	line-height: 1.1;
	font-size: 22px!important;
}
.acc p.dt {
    margin-bottom: 0px!important;
}
.acc p.it.tm {
    font-size: 17px!important;
}
.accordion-content {
    padding-left: 30px!important;
}
.text-block-expand .accordion-content {
	padding-left: 0px!important;
}
img.part {
    width: 100%!important;
}
img.part {
    max-width: 300px;
}
.text-block-expand p.accordion {
    text-align: center;
    font-size: 24px!important;
    padding: 0;
}
p.otstup-3 {
    display: none;
}
p.viktor {
    padding: 10px 0 0px!important;
}
.supp-image img {
    filter: grayscale(0%)!important;
}
}


p.name-org {
text-align: center;
    font-size: 28px!important;
    padding: 0;
    margin-bottom: 0px!important;
    font-family: PPNeueMontreal-Medium!important;
}
.text-block-org p.it {
    display: block;
    margin-bottom: 0px;
    font-size: 18px!important;
    text-align: center;
    color: #424242;
}
.text-block-org h3.zga {
    font-size: 21px;
    text-align: center;
    line-height: 1;
    padding-bottom: 0px;
    color: #424242;
}
p.otstup-org {
    margin: 0px 0 0px;
}
.text-block-org .abzac {
    padding-top: 5px;
}
p.viktor {
    display: block;
    padding: 19px 107px 0px 107px;
    text-align: center;
}
.supp-image {
    margin-top: -24px;
    margin-bottom: 0px;
}
.text-block-supp p {
    text-align: center;
}

.otstup-supp {
    margin: 20px 0 0px;
}
/* POPUP LINK STYLE */

.popup-link{
position: relative;
    margin-bottom: 0px!important;
    font-size: 23px!important;
    font-family: PPNeueMontreal-Medium!important;
    letter-spacing: 0!important;
}
.popup-link-content{display: flex;justify-content: space-between;position: absolute;background-color: #f3eed8;border: 0px solid #f3eed8;width: 370px;/* font-size: 15px; *//* line-height: 1.1; */opacity: 0;visibility: hidden;transition: all 0.3s ease-in-out;top: 100%;z-index: 99;left: 0px;height:0;overflow:hidden;}
span.learn-more:hover {
    /* text-decoration: underline; */
    color: #0000ff;
}
a.popup-link:hover {
    color: #0000ff;
}
span.learn-more {
    font-size: 15px;
    bottom: 9px;
    letter-spacing: 0px;
    position: absolute;
    font-family: PPNeueMontreal-Medium;
}
span.learn-more span {
    /* text-decoration: underline; */
	    border-bottom: 1px solid;
}
.popup-link-text{
    width: calc(74% - 40px);
    padding: 10px;
    color: black;
}

.popup-link-content .popup-link-text p {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
    font-family: 'Times New Roman';
}
.popup-link-image{
    width: 26%;
    padding: 10px;
}
.popup-link-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.popup-link-wrapper{
    display: inline;
}
@media (min-width:700px){
    .popup-link:hover .popup-link-content{
        opacity: 1;
        visibility: visible;
        height:150px;
    }
}
p.otstup-1 {
    margin: -46px 0 0 0;
}
p.otstup-2 {
    margin: 0 0 0px 0!important;
}
p.otstup-3 {
    margin: -17px 0px 0px!important;
}
@media (max-width: 700px){
   .open-popup .popup-link-content{
        opacity: 1;
        visibility: visible;
        height:150px;
   }
    .popup-link-content{
        width: 77vw;
        font-size: 14px;
		    height: 0;
    overflow: hidden;
    }
	.popup-link-content .popup-link-text p {
    font-size: 15px!Important;
    line-height: 1.1;
    height: 99px;
	width: 165px;
    overflow: hidden;
}
span.learn-more {
    font-size: 14px;
    bottom: 9px;
}
.popup-link-image img {
    width: 100%!Important;
}
.popup-link-image {
    width: 33%;
}
.popup-link-text {
    width: calc(70% - 50px);
	height: 140px;
}
.popup-link {
    font-size: 17px!important;
}
}

/* END POPUP LINK STYLE */




@media (min-width: 500px) and (max-width: 800px) {.menu-btn {padding: 16px 46% 5px!important;} }	
/* @media (min-width: 500px) and (max-width: 800px) { .menu-btn {top: 247px;} } */
/* @media (min-width: 375px) and (max-width: 389px) { .menu-btn {top: 232px;} } */
/* @media (min-width: 390px) and (max-width: 414px) { .menu-btn {top: 200px;} } */
/* @media (min-width: 414px) and (max-width: 740px) { .menu-btn {top: 204px;} } */


/* PARTICIPIANTS ACC */

.acc.exp {
padding-top: 0px;
}
.text-block-expand p.accordion.active {
    padding-top: 10px;
}

.acc.exp p.zt i {
    font-weight: bold;
    padding-bottom: 3px;
    display: inline-block;
}

.text-block-expand p.zt {
width: calc(80% - 15px);
padding: 10px;
color: black;
}

.flx {
     display: flex;
     justify-content: space-between;
     transition: all 0.3s ease-in-out;
     /* border-bottom: 1px solid black; */
}

.right {
    width: 17%;
}

.right img {
    width: 100%;
    object-fit: cover;
    margin-top: 23px !important;
    margin-bottom: 0px !important;
		/* -webkit-filter: grayscale(100%);  */
    /* filter: grayscale(100%); */
}
img.part {
    width: 560px!important;
}
.text-block-expand p.it {
display: grid;
margin-bottom: 2px;
font-size: 21px!important;
text-align: center;
color: #424242;
}
.abzac {
    padding-top: 15px;
}
.text-block-expand p.accordion {
text-align: center;
font-size: 28px!important;
padding: 0;
}

.text-block-expand .accordion-content {
    font-size: 22px!important;
    margin-bottom: 0px!important;
    padding-top: 0px;
    text-align: left;
	border-bottom: 0;
	padding-left: 0px;
} 

.text-block-expand.text-block-expand .accordion-content p.it {
   font-size: 22px!important;
   margin-bottom: -7px!important;
   line-height: 1;
   padding-top: 8px;
   font-weight: bold;
   text-align: left;
   color: #787882;
}
.flx p {
    font-size: 20px!important;
}
h3.zga {
    font-size: 21px;
    text-align: center;
    line-height: 1;
    padding-bottom: 20px;
	color: #424242;
}
/* PARTICIPIANTS ACC */


.x-visible{
    overflow: visible !important;
}

i.fal.fa-clock {
    font-size: 14px;
}
