.cities {
	position: relative;
	min-height: 580px;
	display: flex;
	align-items: flex-end;
}
.cities-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.cities-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cities-box {
	background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
	min-height: 510px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cities h1 {
	color: #fff;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 28px;
}
.cities .w_crumbs--desktop li:last-child a,
.cities .w_crumbs--desktop a {
	color: #fff;
}
.cities .w_crumbs--desktop li::after {
	background: #fff;
}
.direction-first .p-one-title {
	margin-top: 28px;
}
.direction-search {
	margin-top: -65px;
	position: relative;
	z-index: 2;
}
.direction-search .w_guidebook__direction-item {
	width: 100%;
}
.direction-search .filter-flex {
	justify-content: center;
	flex-wrap: nowrap;
	gap: 20px;
}
.direction-search.main-page-filter .filter-box {
	background: var(--color-summer-bg);
	background-size: cover;
}
.direction-two {
	padding: 80px 0 40px;
}
.direction-two .i-link-b {
	justify-content: center;
}
.direction-two-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin: 40px 0;
}
.direction-two-card {
	border-radius: 12px;
	border: 1px solid #e2e4e7;
	padding: 36px 40px 182px 40px;
	height: 280px;
	transition: all 0.3s linear;
}
.direction-two-city {
	color: #0e1b3c;
	font-family: "Roboto Flex";
	font-size: 32px;
	font-style: normal;
	font-weight: 660;
	line-height: 120%;
	letter-spacing: -0.64px;
	margin-bottom: 6px;
	transition: all 0.3s linear;
}
.direction-two-km {
	color: #707070;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.direction-two-card:hover {
	border-color: #ff2d2d;
	transition: all 0.3s linear;
}
.direction-two-card:hover .direction-two-city {
	color: #ff2d2d;
	transition: all 0.3s linear;
}
.direction-three {
	padding: 40px 0 80px;
}
.direction-three-title {
	color: #141414;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}
.direction-three-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
}
.direction-three-card {
	border-radius: 120px;
	border: 1px solid #e2e4e7;
	background: #fff;
	display: inline-flex;
	align-items: center;
	padding: 22.5px 36px 22.5px 26px;
	gap: 10px;
	max-width: 338px;
}
.direction-three-card__name {
	color: #141414;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.direction-single {
	padding: 120px 0 88px;
}
.direction-single-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: 120px;
	border-bottom: 1px solid #e2e4e7;
}
.direction-single-left h1 {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}
.direction-single-left {
	max-width: 648px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.direction-single-right {
	max-width: 730px;
	color: #141414;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.direction-single-right h3 {
	color: #707070;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 32px;
}
.direction-single-right p:not(:last-child) {
	margin-bottom: 20px;
}
.big-title {
	color: #141414;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 40px;
}
.direction-search .filter-btn svg {
	display: none;
}
.p-32 {
	padding: 32px 0;
}
@media (max-width: 1540px) {
	.direction-two {
		padding: 64px 0 40px;
	}
	.direction-two-card {
		height: 195px;
	}
	.direction-two-city {
		font-size: 24px;
		margin-bottom: 4px;
	}
	.direction-three-title {
		font-size: 32px;
	}
	.direction-three-card__name {
		font-size: 20px;
	}
	.direction-three-card__img {
		max-width: 72px;
	}
	.direction-three {
		padding-bottom: 64px;
	}
	.direction-single {
		padding: 80px 0px 60px;
	}
	.p-32 {
		padding: 26px 0;
	}
}
@media (max-width: 1170px) {
	.direction-first .p-one-img {
		display: flex;
		justify-content: flex-end;
		width: 65%;
	}
	.direction-first .p-one-img img:first-child {
		left: unset;
		width: 72%;
	}
	.direction-first {
		padding-top: 180px;
	}
	.direction-first .mob-hide {
		opacity: 0;
	}
	.direction-search.main-page-filter .filter-box {
		padding: 12px;
		border-radius: 10px;
	}
	.direction-search .w_guidebook__direction-item {
		max-width: unset;
	}
	.direction-search .filter-btn span {
		display: none;
	}
	.direction-search .filter-btn svg {
		display: block;
	}
	.direction-search #searchInput {
		border-radius: 6px !important;
	}
	.direction-search .filter-flex .w_btn {
		height: 36px;
	}
	.direction-search .filter-btn {
		padding: 8px;
		width: unset;
		height: 36px;
		border-radius: 6px;
		margin-right: 0;
	}
	.direction-search {
		margin-top: -30px;
	}
	.direction-two {
		padding: 40px 0 24px;
	}
	.direction-two-list {
		grid-gap: 8px;
		margin: 24px 0;
	}
	.direction-two-card {
		height: 124px;
		padding: 16px;
		border-radius: 8px;
	}
	.direction-two-city {
		font-size: 20px;
	}
	.direction-two-km {
		font-size: 12px;
	}
	.direction-three-card__name {
		font-size: 14px;
	}
	.direction-three-card__img {
		max-width: 48px;
	}
	.direction-three-card {
		gap: 8px;
		padding: 14px 20px 15px 16px;
	}
	.direction-three {
		padding-bottom: 48px;
	}
	.direction-single-right {
		font-size: 12px;
		max-width: 480px;
	}
	.direction-single-right p:not(:last-child) {
		margin-bottom: 12px;
	}
	.p-32 {
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.direction-first .p-one-img img:first-child {
		display: none;
	}
	.direction-first {
		padding-top: 120px;
		min-height: 380px;
	}
	.direction-search .filter-flex {
		flex-direction: row;
	}
	.direction-search .filter-flex > div.w_btn {
		margin-bottom: 0;
	}
	.direction-two {
		padding: 32px 0 16px;
	}
	.direction-two-list {
		grid-template-columns: 1fr 1fr;
		margin: 20px 0;
	}
	.direction-two-city {
		font-size: 12px;
	}
	.direction-two-km {
		font-size: 10px;
	}
	.direction-two-card {
		height: 84px;
	}
	.direction-three-title {
		font-size: 24px;
	}
	.direction-three-list {
		margin-top: 24px;
	}
	.direction-three-card {
		padding: 13px 16px 13px 11px;
	}
	.direction-three-card__name {
		font-size: 10px;
	}
	.direction-three-card__img {
		max-width: 32px;
	}
	.direction-three {
		padding-bottom: 40px;
	}
	.direction-single-flex {
		flex-direction: column;
	}
	.direction-single-flex {
		margin-top: 0;
	}
	.direction-single-right {
		max-width: unset;
		margin-top: 20px;
	}
	.directionNext {
		left: 44px;
	}
	.big-title {
		font-size: 26px;
		margin-bottom: 24px;
	}
	/* .title_line a {
		position: absolute;
		bottom: 0;
		right: 16px;
	} */
	.p-32 .container {
		position: relative;
		padding-bottom: 40px;
	}
	.p-32 {
		padding: 16px 0;
	}
}
.w_btn-direction__holder.event__filter__btn {
	max-width: 216px;
}
.baner-victories {
	padding-bottom: 60px;
}
.baner-victories-wrap {
	position: relative;
}
.baner-victories-img img {
	width: 100%;
	height: 100%;
}
.baner-victories-img .desktop {
	display: none;
}
.baner-victories-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 114px 0 60px 162px;
}
.baner-victories-data {
	color: #ff2d2d;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}
.baner-victories-title {
	margin-bottom: 30px;
}
.baner-victories-text {
	color: #212121;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	margin-bottom: 14px;
}
.baner-victories-link a {
	border-radius: 16px;
	background: #ff2d2d;
	padding: 15.8px 68.13px 16.2px 68.53px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	font-weight: 400;
	line-height: 115%;
	text-transform: uppercase;
	display: block;
	width: max-content;
}
.baner-victories-link a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.event__filter__btn.victories-btn span {
	margin-left: 37px;
}
.access_by_card2 {
	max-width: 108px;
}
.i-five-slid__sale_bottom {
	gap: 10px;
}
.i-five-slid__sale span {
	margin: 0;
}
.mobile,
.laptop {
	display: none;
}
@media (max-width: 1490px) {
	.w_menuBlock .w_datepicker__holder {
		left: unset;
		right: 0;
	}
	.baner-victories-content {
		padding: 85px 0 40px 162px;
	}
}
@media (max-width: 1340px) {
	.baner-victories-title {
		max-width: 384px;
		margin-bottom: 14px;
	}
}
@media (max-width: 1280px) {
	.baner-victories-img img,
	.ecb2 .desktop {
		display: none;
	}
	.baner-victories-img img.desktop,
	.ecb2 .laptop {
		width: 100%;
		display: block;
	}
	.baner-victories-content {
		padding: 17vw 0 40px 50px;
	}
}
@media (max-width: 1185px) {
	.baner-victories-title img,
	.baner-victories-img img.desktop {
		display: none;
	}
	.baner-victories-title img.laptop,
	.baner-victories-img img.laptop {
		display: block;
	}
	.baner-victories-content {
		padding: 50px 0 40px 80px;
	}
}
@media (max-width: 767px) {
	.event__filter__btn.victories-btn span {
		margin-left: 24px;
	}
	.victories-btn img {
		height: 100%;
	}
	.baner-victories-title img.laptop,
	.baner-victories-img img.laptop,
	.ecb2 .laptop {
		display: none;
	}
	.baner-victories-title img.mobile,
	.baner-victories-img img.mobile,
	.ecb2 img.mobile {
		display: block;
	}
	.baner-victories-data {
		text-align: center;
		font-size: 28px;
	}
	.baner-victories-title {
		display: flex;
		justify-content: center;
	}
	.baner-victories-text,
	.baner-victories-title {
		text-align: center;
	}
	.baner-victories-content {
		padding: 40px;
	}
}
/* start 30.07.2025 */
.home-one {
	margin-bottom: 120px;
	min-height: 1200px;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.home-one-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.home-one-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-one-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
	min-height: 65vh;
	padding-bottom: 85px;
}
.home-one-content {
	display: flex;
	align-items: flex-end;
	gap: 36px;
	position: relative;
}
.home-one-title {
	color: #fff;
	font-size: 166px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	max-width: 1243px;
	text-align: right;
	line-height: 90%;
	margin-bottom: -10px;
}
.home-one-title span {
	color: #ff2d2d;
}
.home-one-text {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 122.667%;
	max-width: 338px;
}
.home-one-logo {
	color: #fff;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 79.545%;
}
.home-two {
	padding-top: 26px;
}
.home-three {
	padding-top: 120px;
	padding-bottom: 20px;
}
.home-three-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
	gap: 30px;
}
.home-three-title {
	color: #000;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	max-width: 602px;
}
.home-three-right {
	max-width: 720px;
}
.home-three-subtitle {
	color: #707070;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 28px;
}
.home-three-text {
	color: #707070;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.home-three-city {
	color: #141414;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.home-four {
	padding: 60px 0;
}
.home-five,
.home-six {
	padding: 60px 0;
	position: relative;
}
.home-six-title {
	color: #141414;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}
.home-six-grid {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
.home-six-card {
	border-radius: 12px;
	border: 1px solid #e2e4e7;
	background: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.home-six-card__logo {
	border-radius: 12px;
	overflow: hidden;
	background: #f2f2f2;
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-six-card__city {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}
.home-six-card__km {
	display: flex;
	gap: 10px;
	color: #7d7d7d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.home-seven {
	padding: 60px 0;
}
.home-seven-flex {
	display: flex;
	justify-content: space-between;
}
.home-seven-img {
	border-radius: 24px;
	overflow: hidden;
	max-width: 855px;
}
.home-seven-content {
	height: 100%;
	max-width: 532px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.home-seven-title {
	color: #141414;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 12px;
}
.home-seven-text {
	color: #707070;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 24px;
}
.home-seven-num {
	color: #95979c;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.home-bigimg {
	padding: 60px 0;
}
.home-bigimg-img {
	border-radius: 24px;
	overflow: hidden;
}
.home-eight {
	padding: 60px 0;
}
.home-eight-box {
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
	padding: 79px 0;
}
.home-eight-box-title {
	color: #000;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	max-width: 877px;
	margin: 0 auto;
}
.home-eight-box-text {
	color: #141414;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 30px;
}
.pt-100 {
	padding-top: 100px;
}
@media (max-width: 1540px) {
	.home-seven-content {
		padding-left: 70px;
	}
	.revers .home-seven-content {
		padding-left: 0px;
	}
	.home-seven-right {
		width: 50%;
	}
	.home-seven-img {
		width: 50%;
	}
	.home-one-title {
		font-size: 88px;
		max-width: 654px;
	}
	.home-one-text {
		font-size: 17px;
		max-width: 208px;
		left: 5px;
	}
	.home-one-logo {
		max-width: 166px;
		font-size: 30px;
		line-height: 100%;
		word-wrap: break-word;
	}
	.home-one {
		min-height: 640px;
		margin-bottom: 60px;
	}
	.home-one-wrap {
		padding-bottom: 45px;
	}
	.home-one-content {
		gap: 21px;
	}
	.pt-100 {
		padding-top: 60px;
	}
	.home-three {
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.home-four {
		padding-bottom: 30px;
	}
	.home-five {
		padding: 30px 0;
	}
	.home-six {
		padding: 0;
	}
	.home-six-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.home-three-title {
		font-size: 40px;
	}
	.home-three-subtitle {
		font-size: 26px;
	}
	.direction-single-left {
		max-width: 550px;
	}
	.direction-single-right {
		max-width: 694px;
	}
}
@media (max-width: 1280px) {
	.home-eight-box-title {
		font-size: 40px;
		max-width: 738px;
	}
	.home-eight-box-text {
		margin-top: 28px;
	}
	.home-seven-content,
	.home-seven-right,
	.home-seven-img {
		width: 100%;
		max-width: unset;
	}
	.home-seven-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.home-eight,
	.home-bigimg,
	.home-seven {
		padding: 30px 0;
	}
	.home-seven-flex {
		flex-direction: column;
		gap: 40px;
	}
	.revers {
		flex-direction: column-reverse;
	}
	.home-seven-content {
		padding: 0;
	}
	.home-three-flex {
		flex-direction: column;
	}
	.home-three-title {
		max-width: 700px;
	}
	.home-three-right {
		max-width: 892px;
	}
	.home-three-city {
		position: unset;
		margin-top: 28px;
	}
	.home-six-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 16px;
	}
	.cities h1 {
		font-size: 32px;
		margin-top: 18px;
	}
	.cities {
		min-height: 420px;
	}
	.cities-box {
		background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 125%);
		min-height: 350px;
	}
	.direction-single-flex {
		flex-direction: column;
		position: relative;
	}
	.direction-single-left {
		max-width: unset;
	}
	.direction-single .rs-one-distance {
		position: absolute;
		bottom: 83px;
		left: 0;
	}
	.direction-single-right h3 {
		font-size: 24px;
		margin-bottom: 24px;
	}
}
@media (max-width: 1185px) {
	.home-seven-flex {
		gap: 26px;
	}
	.home-one-wrap {
		padding: 0 30px 65px;
		min-height: 410px;
	}
	.home-one-content {
		flex-direction: column-reverse;
		gap: 12px;
	}
	.home-one-title {
		font-size: 94px;
		max-width: 701px;
	}
	.home-one-text {
		font-size: 18px;
	}
	.home-one {
		min-height: 1024px;
	}
	.home-three {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.home-three-subtitle {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 120%;
	}
	.home-three-city {
		margin-top: 20px;
	}
	.home-six-grid {
		margin-top: 35px;
	}
}
@media (max-width: 767px) {
	.home-seven-title {
		font-size: 30px;
	}
	.home-seven-flex {
		gap: 30px;
	}
	.home-eight-box {
		padding: 50px 0;
	}
	.home-eight-box-text {
		margin-top: 23px;
	}
	.home-eight-box-title {
		font-size: 28px;
	}
	.home-one {
		min-height: 640px;
	}
	.home-one-title {
		font-size: 38px;
		text-align: center;
		margin-bottom: 0;
	}
	.home-one-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.home-one-wrap {
		align-items: unset;
		padding: 0 18px 25px;
		position: relative;
		min-height: 320px;
	}
	.home-one-text {
		left: 50%;
		transform: translateX(-50%);
		max-width: 250px;
		width: 100%;
	}
	.home-one-logo {
		font-size: 23px;
		max-width: unset;
	}
	.home-three-title {
		font-size: 30px;
	}
	.home-three-flex {
		gap: 28px;
	}
	.home-three-subtitle {
		margin-bottom: 10px;
	}
	.home-six-grid {
		margin-top: 20px;
		grid-gap: 10px;
		grid-template-columns: repeat(1, 1fr);
	}
	.home-six-card__logo {
		width: 88px;
		height: 88px;
	}
	.direction-single-left h1 {
		font-size: 30px;
	}
}

.direction-three-card__img img {
	max-width: 100px; }