@media (min-width:1px){
	.history_back_wrap{
		margin: 30px 10px 10px;
	}

	.event_photo_control{
		display: none;
	}

	.event_wrap{
		display: flex;
		flex-direction: column;
		padding: 0 10px;
	}

	.event_info_logo_mob{
		width: 139px;
		height: 30px;
		margin: 10px 0px 20px;
		background: url(../img/events/logo.svg) center/139px 30px no-repeat;
	}

	.event_photo_wrap{
		width: 100%;
	}

	.event_photo_slider_wrap{
		width: 100%;
		overflow: hidden;
		opacity: 0.001;
		transition: opacity 0.3s;
		position: relative;
	}

	.event_photo_slider{
		display: flex;
		position: relative;
	}

	.event_photo_img{
		width: calc(100vw - 20px);
		height: calc(100vw - 20px);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.event_photo_menu{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 9px;
	}

	.event_photo_menu_button_wrap{
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 45px;
		height: 30px;
		margin-right: 30px;
	}

	.event_photo_menu_button_wrap:last-child{
		margin-right: 0px;
	}

	.event_photo_menu_button{
		width: 15px;
		height: 15px;
		background: #D8D8D8;
		border-radius: 3px;
		transition: height 0.3s, background 0.3s;
		cursor: pointer;
	}

	.event_photo_menu_button_wrap[active="1"] .event_photo_menu_button{
		height: 30px;
		background: #000000;
	}

	.event_info_block{
		margin: 10px 0px 0px;
	}

	.event_info_logo{
		display: none;
	}

	.event_info_text{
		font-size: 12px;
		color: #353535;
	}

	.event_info_date{
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		color: #B6B6B6;
		margin-top: 20px;
	}
}

@media (min-width:720px){
	.slider_menu_close{
		left: 50px;
	}
	.header_gamb{
		margin: 0px 0px 0px 50px;
	}
	.history_back_wrap{
		margin: 30px 0px 40px 50px;
	}
	.header_cart_wrap{
		margin-right: 50px;
	}
	.event_info_logo_mob{
		display: none;
	}
	.event_wrap{
		flex-direction: row;
		padding: 0 50px;
	}
	.event_photo_wrap{
		width: 300px;
	}
	.event_photo_img{
		width: 300px;
		height: 300px;
	}
	.event_info_block{
		margin: 0px 0px 0px 20px;
	}
	.event_info_logo{
		width: 139px;
		height: 30px;
		margin: 0px 0px 30px;
		background: url(../img/events/logo.svg) center/139px 30px no-repeat;
		display: block;
	}
	.event_info_text{
		font-size: 14px;
		line-height: 17px;
		width: 279px;
	}
	.event_info_date{
		margin-top: 10px;
	}
}

@media (min-width:960px){
	.event_photo_wrap{
		width: 435px;
	}
	.event_photo_img{
		width: 435px;
		height: 435px;
	}
	.event_info_block{
		margin: 0px 0px 0px 15px;
	}
}

@media (min-width:1120px){
	.event_photo_control{
		position: absolute;
		opacity: 0;
		transition: opacity 0.3s;
		display: block;
		width: 100px;
		height: 100%;
		top: 0;
		cursor: pointer;
	}

	.event_photo_control[type="left"]{
		background: url(../img/events/left.svg) -15px center/auto no-repeat, linear-gradient(90deg, rgb(0 0 0 / 30%), transparent);
		left: 0;
	}

	.event_photo_control[type="right"]{
		background: url(../img/events/right.svg) 52px center/auto no-repeat, linear-gradient(-90deg, rgb(0 0 0 / 30%), transparent);
		right: 0;
	}

	.event_photo_control:hover{
		opacity: 1;
	}

	.header_gamb{
		margin: 0px 65px 0px 0px;
	}
	.header_cart_wrap{
		margin-right: 0px;
	}
	.event_wrap{
		width: 1120px;
		margin: auto;
		padding: 0;
	}
	.history_nav_arrow{
		margin: 0px 30px 0px 0px;
	}
	.event_photo_wrap{
		width: 550px;
	}
	.event_photo_img{
		width: 550px;
		height: 550px;
	}
	.event_info_block{
		margin: 0px 0px 0px 115px;
	}
	.event_info_logo{
		width: 201px;
		height: 40px;
		margin: 0px 0px 40px;
		background: url(../img/events/logo.svg) center/201px 40px no-repeat;
		display: block;
	}
	.event_info_text{
		font-size: 18px;
		line-height: 22px;
		width: 455px;
	}
	.event_photo_menu{
		margin-top: 30px;
	}
}