.dropdown-menu-type2{
	width: 470px;
}
.dropdown-menu-type2>li>a{cursor: pointer;}
.dropdown-menu-type2>li>a:after {
	display: inline-block;
    content: '';
    width: 13px;
    height: 9px;
    background: url(/assets/i/arrow1.png) no-repeat;
    margin: 0 0 0 5px;
}
.dropdown-menu-type2>li.active>a:after{background-position: 0 -49px;}
.dropdown-menu2{padding: 0px 40px !important; display: none;}
.tplInner2{text-align: left;
    line-height: 1.2 !important;
    padding-bottom: 10px;
}
.tplInner2:last-child{padding-bottom: 0;}
.menu li.tplInner2 a{font-size: 17px;}

.dropdown-menu-type2 ul.open{display: block;}

.possibilities{
	list-style: none;
	margin-right: 25px;
}
.content ul.possibilities>li::before{
	content: "";
}
.content .possibilities li.tplInner2{margin-bottom: 0;}
.possibilities h2{margin-bottom: 10px;}

.possibilities-container{display: flex; justify-content: space-between;}
.possibilities-scheme{max-width: 360px;}

.menu-press-center .dropdown-menu{width: 100%;}

.gallery-list{list-style: none;}
.content ul.gallery-list li::before{display: none;}
.gallery-list>li{max-width: 540px; margin: 0;}
.gallery-list>li p{
    margin: 15px;
    font-weight: bold;
    font-size: 25px;
    display: block;
}

.anons-date{
    font-weight: 800;
    font-size: 30px;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0 !important;
}


.tabs-content-space{
	padding-top: 1px;
}
.annotation-competition{
	text-decoration: none;
}
.annotation-competition .annotation-title1{
	color: #3558a7;
    cursor: pointer;
    text-decoration: underline;
    margin: 0;
    font-weight: 800;
    font-size: 35px;
}
.annotation-competition:hover .annotation-title1{
	text-decoration: none;
}
.annotation-competition .annotation-title2{
	color: #000;
	font-size: 30px;
	font-weight: 300;
}

.annotation-competition .annotation-title1:after{content:"‹"; display:inline-block; margin: 0 3px;}
 .expanded-container.expanded .annotation-competition .annotation-title1:after{transform: rotate(-90deg);}


/*rrrrrrrrr*/
@media (max-width:1280px) {
	.menu li.tplInner2 a {
	    font-size: 13px;
	}

	.menu>li.dropdown-menu-type2-parent{position: inherit;}
	.dropdown-menu-type2{
		right: -30px;
	    left: inherit;
	    top: 68px;
	}

	.annotation-competition .annotation-title1{
	    font-size: 30px;
	}
	.annotation-competition .annotation-title2{
		font-size: 25px;
	}

}
@media (max-width:768px) {
	.menu>li.dropdown-menu-type2-parent{position: relative;}
	.dropdown-menu-type2 {
	    right: inherit;
	    left: 15px;
	    top: 0;
	    width: 100%;
	}
	.dropdown-menu-type2 ul.open{
		padding: 0 0 0 15px !important;
	}
	.possibilities-container{flex-direction: column-reverse;}
	.possibilities-scheme{max-width: 100%;}
	.possibilities{margin-right: 0px;}
	.content .possibilities li{margin-left: 15px;}
	.gallery-list>li{max-width: 100%;}

	.annotation-competition .annotation-title1{
	    font-size: 25px;
	}
	.annotation-competition .annotation-title2{
		font-size: 20px;
	}
}