
.logo_head svg {
    width: 100%; 
    max-width: 200px; 
    height: auto;
    position: relative;
    bottom: -25px;
    left: 5px;

}
.text_4 a {
    opacity: 0.8;
    font-family: 'ErasDemiC';
    font-size: 0.95em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #010326;
    text-decoration: none;    
    display: block;
}
.text_4 a:hover {
    opacity: 1;
}
a.text_6 {
    text-decoration: none; 
    opacity: 0.8;	
    display: block;
    color: #010326;
}
a.text_6:hover {
    opacity: 1;
}


.text_2 a {
    opacity: 0.8;
    font-family: 'ErasDemiC';
    /*font-size: 1.35em;*/
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: white;
    text-decoration: none;  
}
.text_2 a:hover {
    opacity: 1;
}

.markets {	
    width: 192px;
    position: relative;
}
.markets:before {
	position: absolute;
	left: 2px;
	top: 0;
	width: 97%;
	height: 100%;
	content: '';
    background: white;
    border-radius: 11px;
}

.markets img {
    position: relative;
	z-index: 1;
}

.m1 {
    margin-bottom: 15px;
}

.part_logos img {
	filter: grayscale(1) brightness(8);
    margin: auto;
    color: #fff;
}
.part_logos .col {
	width: auto;
    margin-bottom: 10px;
}
.part_logos .col:nth-child(1) {
	margin: 0;
}

.part_logos .col:nth-child(2) {
	padding: 0 15px;
}

.part_logos .col:nth-child(3) {
	display: flex;
	margin: auto;
    margin-bottom: 10px;
}

.part_logos .col:nth-child(4) {
	padding: 0 15px;
}

.part_logos .col:nth-child(5) {
	margin: auto;
	text-align: center;
    padding: 0 15px;
}

.part_logos .col:nth-child(6) {	
    text-align: end;
    padding-right: 10px;
}
.part_logos .col:nth-child(7) {
    padding-left: 10px;
}

.part_logos .more {
	opacity: 0.5;
	cursor: pointer;
}

.part_logos .more:hover {
	opacity: 1;
}

.exhibition .info_content summary {
    padding: 15px 0;
}


.media-review-href{
    margin-top: 15px;
    display: block;
}

.media-review-data{
    display: inline-block;
    background-color: #769ab7;
    height: 24px;
    width: 87px;
    padding: 5px;
    padding-top: 3px;
    align-items: center;
    font-size: 0.9em;
    margin-right: 10px;
    font-family: 'ErasDemiC';
    color: white;
}

.media-review-title{
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.1;
    text-align: left;
    color: #ffffff;
}

.speakers-header{
	 position: relative;
	 top: 15px;
}

.row.in-partners {
    margin-bottom: -40px;
}

.partner-item {
    margin-bottom: 50px;
    display: block;
    padding: 0 30px;
}

.partner-item span.partner-logo {
    height: 85px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.partners-button {
    margin: 20px 0 40px;
}

.partners-button .button_link {
    background: #B65ABE;
    border-radius: 6px;
    font-family: 'ErasDemiC';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff !important;
    height: 41px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img{
	max-width: 229px;
    max-height: 85px;
	/*filter: grayscale(1) brightness(8);*/
}

.partner-item > span {
    display: block;
}

.partner-label {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.partner-label a {
    color: #ffffff;
}

.partner-description{
    text-align: left;
    color: rgba(255, 255, 255, 0.68);
}

.group-label{
    color: #ffffff;
    font-size: 21px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.group-label.first-block-partner{
	margin-top: 0px;
}


.pagination-block {
    font-size: 1.1em;
    text-align: center;
}

.pagination-block .current{
    font-size: 1.5em;
}

.pagination-block a{
    color: #ffffff;
}

.pagination-block > span,
.pagination-block > a{
    margin: 5px;
}

@media (max-width: 767px) {
    .partner-logo {
        margin-top: 40px;
        height: auto;
    }

    .row.in-partners {
        margin-bottom: -20px;
    }

    .partner-item {
        margin-bottom: 20px;
        padding: 0;
    }

    .partner-logo img {
        max-height: 100%;
    }

    .row.partners {
        padding: 0 !important;
    }

    .partners-button .button_link {
        width: 100%;
        font-size: 16px;
    }
}