header .logo {
	position: static;
}

.header-partner {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.87);
}

.main-2024__background {
	background: linear-gradient(90deg, #432871 0%, #3B418B 100%);
}

.main-2024 {
	background-position: left top !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 100%;
	padding-bottom: 80px;
}

.main-2024 header {
	background: linear-gradient(180deg, #3B418C 0%, rgba(59, 65, 140, 0.00) 100%);
}

.main-2024 header .wrap {
	display: flex;
	justify-content: space-between;
	padding: 32px 0;
}

.black-background {
	background:  #29296E;
}

.main-2024 .header-menu  {
	padding: 0;
}

.main-2024 .header-menu__item {
	color: #fff;
}

.main-2024 .header-partner {
	padding-left: 0;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: none;
}

.main-2024__title-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	position: relative;
	z-index: 2;
}

.main-2024__title {
	color: #FFF;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
}

.main-2024__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 36px;
	background: #0094D9;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

.main-2024__top-container {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.main-2024__logo {
	display: flex;
	/* margin-top: 84px; */
	margin-top: 64px;
	width: fit-content;
}

.main-2024__right {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main-2024__right-boat {
	position: absolute;
	top: 0;
	right: 122px;
}

.main-2024__date {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36.982px;
	font-weight: 700;
	line-height: normal;
	color: #FFF;
	padding: 8px 20px;
	background: #0094D9;
	margin-right: -24px;
}

.main-2024__address {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	line-height: 20px;
	padding: 21px 32px 21px 20px;
	background: #0094D9;
	color: #FFF;
	margin-top: -5px;
	/* margin-right: 73px; */
	transform: translateX(-73px);
}

.main-2024__address img {
	margin-right: 12px;
	transform: translateY(-7px);
}

.main-video__vimeo {
	height: 514px;
	margin-bottom: 80px;
}

.main-video__subtitle {
	font-size: 50px;
	font-style: normal;
	font-weight: 900;
	line-height: 56px;
	display: block;
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
}

.main-cubes__container {
	padding: 0;
	width: 100%;
}

.main-cubes__block {
	min-height: 214px;
	width: calc(33% - 16px);
}

.main-cubes__title {
	margin-bottom: 12px;
}

footer .logo {
	position: static;
}

.footer-container__logo {
	display: flex;
	flex-direction: column;
}

.footer-messenger {
	padding-top: 28px;
}

.header-menu__item-block, .header-menu__item-block2 {
	top: 100px;
}

.header-menu__item-block-image {
	display: none;
}

.header-menu__item-block-links {
	max-width: 604px;
}

.header-menu__item-link-date2 {
	width: 92px;
}

.main-cubes {
	width: 100%;
}

.main-2024 .header-burger__img {
	display: none;
}

.main__right-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.main-2025__wrap {
	position: relative;
}

.main-video {
	padding: 0;
}

@media (max-width: 1230px){
	.main__right-icon {
		display: none;
	}
}

@media (max-width: 1200px){
	.main-2024 header .wrap {
		flex-direction: column;
	}
	
	.main-2024 .header-burger {
		margin: 0 0 0 auto;
	}
	
	.main-2024 .header-partner {
		padding-left: 20px;
	}
	
	header .logo {
		margin-left: 20px;
	}
}

@media (max-width: 768px){
	.main-2024__title-container {
		position: relative;
	}
	
	.main-2024__rating {
		position: absolute;
		top: -23px;
		right: -14px;
	}
	
	.main-2024__title {
		font-size: 62px;
		font-style: normal;
		font-weight: 700;
		line-height: 66px;
	}
	
	.main-2024__right {
		transform: translateX(-150px);
		flex: none;
	}
	
	.main-video__vimeo {
		height: 327px;
	}
	
	.main-cubes {
		overflow-y: scroll;
		width: calc(100% + 20px);
	}
	
	.main-cubes__container {
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: nowrap;
		
	}
	
	.main-cubes__block {
		flex: none;
		width: 320px;
		margin-right: 20px;
	}
	
	.rowing-monument {
		background: url(/local/templates/regata/img/banner-rowing-monument-mob2.jpg) !important;
		background-position: left bottom !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		margin-bottom: 64px;
	}
	
	.footer-container__logo {
		width: 100%;
		align-items: center;
	}
}

@media (max-width: 600px){
	.main-2024 {
		padding-bottom: 80px;
		/* background: url(/local/templates/regata/img/page_top2.jpg) !important; */
		background-position: left center !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
	
	.main-2024__top-container {
		margin-top: 4px;
	}
	
	.main-2024__logo {
		margin-top: 50px;
	}
	
	.main-2024__logo img {
		width: 264px;
		height: 144px;
	}
	
	.main-2024__right {
		transform: translateX(-20px);
	}
	
	.main-2024__date {
		font-size: 22px;
		padding: 5px 12px;
		transform: translateX(-28px);
	}
	
	.main-2024__address {
		padding: 13px 19px 12px 12px;
		font-size: 10px;
		font-style: normal;
		font-weight: 500;
		line-height: 12px;
		align-items: center;
	}
	
	.main-2024__address img {
		transform: none;
		width: 17px;
		height: 23px;
	}
	
	.main-2024__title {
		font-size: 24px;
		line-height: 24px;
	}
	
	.main-2024__rating {
		width: 32px;
		height: 32px;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 12px;
	}
	
	.main-video__subtitle {
		font-size: 28px;
		font-style: normal;
		font-weight: 900;
		line-height: 32px;
	}
	
	.main-video__vimeo {
		margin-bottom: 40px;
	}
	
	/* .main-video {
		padding-bottom: 64px;
	} */
	
}

@media (max-width: 520px){
	.main-video__vimeo {
		height: 154px;
	}
	
	.main-video {
		margin-top: -45px;
	}
	
	.main-2024__date {
		transform: translateX(-50px);
	}
}