.intopModal-city{
/*	border-radius:19px*/
	border-radius: 0;
}
.city{
	background:#fff;
	border:none;
	max-width:520px;
	padding:60px 20px;
	text-align:left
}
.city__line{
	background:#fa0303;
	height:2px;
	margin:32px 0;
	width:100%
}
.city__desc{
	color:#4b4b4b;
	font-size:20px;
	line-height:24px
}
.city__title{
	font-size:30px;
	line-height:1.1;
	margin-bottom:20px;
	margin-top:0
}
.city__inner{
	margin:0 32px
}
.city__menu .link{
	display:block;
	font-size:30px;
	font-weight:900;
	line-height:32px
}
.city__menu .link:hover{
	color:#fa0303
}
.city__menu .link+.link{
	margin-top:15px
}
.video__frame{
	width:450px
}
.d-none{
	display:none
}
.fwn{
	font-weight:400
}
.cWhite{
	color:#fff
}
.cRed{
	color:#fa0303
}
.cRed-v3{
	color:#e0020f
}
.extra-bold{
	font-weight:900
}
.bg-red{
	background:#fa0303
}
.bg-dark-v3{
	background:#252830
}
@media only screen and (min-width:500px){
	.d-mobile-only{
		display:none
	}
}
@media only screen and (min-width:501px){
	.video__frame{
		border:none;
		width:780px
	}
	.d-desktop-none{
		display:none
	}
}
@media only screen and (max-width:501px){
	.d-mobile-none{
		display:none
	}
}