p {
	margin-bottom: 0;
}
.message-after-end {
	display: block;
}
.button-present {
	width: 300px;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #fff;
	background-color: #272725;
	text-transform: uppercase;
	display: flex;
	align-items: center;

	 @media (max-width: 1280px) {
		 width: 270px;
		 height: 60px;
	 }
	@media (max-width: 450px) {
		width: 100%;
		height: 60px;
	}
}

.w-1920 { display: block; }
.w-1024 { display: none; }
.w-768 { display: none; }
.w-430 { display: none; }

.br-1920 { display: block; }
.br-1440 { display: none; }
.br-1024 { display: none; }
.br-768 { display: none; }
.br-360 { display: none; }
@media (max-width: 1024px) {
	.w-1920 { display: none !important; }
	.w-1024 { display: block !important; }
	.br-1920 { display: none; }
	.br-1024 { display: block; }
}
@media (max-width: 768px) {
	.w-1024 { display: none !important; }
	.w-768 { display: block !important; }
	.br-1024 { display: none; }
	.br-768 { display: block; }
}
@media (max-width: 430px) {
	.w-768 { display: none !important; }
	.w-360 { display: block !important; }
	.br-768 { display: none; }
	.br-360 { display: block; }
}

@font-face {
	font-family: 'ProbaLight';
	src: url('/upload/images/premium/ProbaPro-Thin.ttf') format('truetype'),
	url('/upload/images/premium/ProbaPro-Thin.woff') format('woff'),
	url('/upload/images/premium/ProbaPro-Thin.woff2') format('woff2');
	font-weight: 100;
}

@font-face {
	font-family: 'ProbaExtraLight';
	src: url('/upload/images/premium/ProbaPro-ExtraLight.ttf') format('truetype'),
	url('/upload/images/premium/ProbaPro-ExtraLight.woff') format('woff'),
	url('/upload/images/premium/ProbaPro-ExtraLight.woff2') format('woff2');
	font-weight: 300;
}
@media (max-width: 1024px) {
	.w-1920 { display: none; }
	.w-1024 { display: block; }
}
@media (max-width: 768px) {
	.w-1024 { display: none; }
	.w-768 { display: block; }
}
@media (max-width: 450px) {
	.w-768 { display: none; }
	.w-430 { display: block; }
}
.main-wrapper {
	width: 100%;
	overflow: hidden;
	padding: 40px 20px 0;
	display: flex;
	justify-content: center;
}
.anniversary {
	width: 100%;
	max-width: 1920px;
}
.anniversary-block {
	display: flex;
	flex-direction: column;
	align-items: center;

}
.anniversary-block1 {
	margin-bottom: 160px;

	@media (max-width: 1280px) {
		margin-bottom: 100px;
		align-items: flex-start;
	}
	@media (max-width: 450px) {
		margin-bottom: 80px;
		align-items: flex-start;
	}
}
.anniversary-block p {
	text-align: center;
}
.anniversary-block_wrapper {
	display: flex;
}

/*banners*/
.anniversary-banner {
	position: relative;
	margin-bottom: 60px;
	@media (max-width: 1280px) {
		margin-bottom: 40px;
	}
}
.anniversary-banner img {
	width: calc(100% + 40px);
	margin-left: -20px;
	height: auto;
}
/*block1*/
.anniversary-block1 h1 {
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}
.anniversary-block1 p {
	width: 1120px;
	font-size: 28px;
	line-height: 110%;
	margin-bottom: 40px;
	letter-spacing: 0;
	font-family: Manrope;
	font-weight: 300;

	@media (max-width: 1024px) {
		width: 772px;
	}
}

/*block2*/
.anniversary-block2 {
	padding: 0 138px 140px;

	@media (max-width: 1280px) {
		padding: 0 0 100px;
	}
	@media (max-width: 450px) {
		padding: 0 0 80px;
	}
}
.anniversary-block2 .anniversary-block_wrapper {
	display: flex;
	justify-content: center;
	gap: 70px;

	@media (max-width: 1024px) {
		gap: 60px;
		padding-right: 15%;
	}
	@media (max-width: 768px) {
		padding: 0;
		gap: 50px;
	}
	@media (max-width: 450px) {
		gap: 30px;
	}
}
.anniversary-block2_left {
	flex-basis: 38%;
	flex-shrink: 0;
	@media (max-width: 1024px) {
		flex-basis: 320px;
	}
	@media (max-width: 768px) {
		flex-basis: auto;
		width: 100%;
	}
}
.anniversary-block2_left img {
	width: 100%;
	border-radius: 20px;
}
.anniversary-block2_right {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.anniversary-block2_right p {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: 0;
	text-align: left;
}
.anniversary-block2_right p:last-child {
	margin-bottom: 0;
}
.anniversary-block2_right .anniversary-block2-tag {
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	color: #808080;
}

/*block3*/
.anniversary-block3_wrapper {
	justify-content: center;
	align-items: center;
}
.anniversary-block3_right {
	padding-left: 100px;
}
.anniversary-block3 h2 {
	font-size: 54px;
	font-weight: 400;
	line-height: 60px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.anniversary-block3 h2 span {
	display: block;
}
.anniversary-block3 p {
	font-size: 45px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 50px;
}
.anniversary-block3 ul {
	left: 0;
	margin: 0;
	max-width: none;
}
.anniversary-block3 ul li {
	position: relative;
	font-size: 45px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 30px;
	list-style-type: none;
}
.anniversary-block3 ul li::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #272725;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.anniversary-block3_lists {
	display: flex;
}
.anniversary-block3_lists ul {
	margin-left: 60px;
}
.anniversary-block3_lists ul:last-child {
	margin-left: 100px;
}
.anniversary-block3_mobimg {
	display: none;
}

/*block4*/
.anniversary-block4 h2 {
	text-align: center;
	font-size: 80px;
	font-weight: 400;
	margin-bottom: 80px;
	text-transform: uppercase;
}
.anniversary-block4 p {
	text-align: center;
	font-size: 45px;
	font-weight: 400;
	line-height: 60px;
	margin-bottom: 40px;
}
.anniversary-block4 p span {
	display: block;
}
.anniversary-block4_wrapper {
	justify-content: center;
}
.anniversary-block4_right {
	padding-left: 100px;
}

/*form styles*/

#vue-form label:not(.minor) {
	position: relative;
	display: block;
	width: 100%;
	min-width: 700px;
	margin-bottom: 20px;
}
#vue-form .form-label {
	position: absolute;
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
	color: #272725;
	padding-left: 20px;
	opacity: .8;
}
#vue-form input::placeholder {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #272725;
	opacity: .4;
}
#vue-form input:not([type='checkbox']):not([type='submit']) {
	width: 100%;
	height: 48px;
	border: 1px solid #272725;
	color: #272725;
	font-size: 14px;
	padding: 18px 20px 9px;
}
#vue-form .error .form-error {
	font-size: 14px;
	line-height: 18px;
	color: #fc2f35;
}
#vue-form .error input {
	border: 1px solid #fc2f35;
}

#vue-form .minor::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(https://cdn.finnflare.com/upload/local/templates/adaptive/sprite.svg) no-repeat -412px -36px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 3px;
	cursor: pointer;
}
#vue-form .minor.active::before {
	background: url(https://cdn.finnflare.com/upload/local/templates/adaptive/sprite.svg) no-repeat -448px -36px;
}

#vue-form .minor a {
	text-decoration: underline;
}

#vue-form .button {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background-color: #272725;
	text-transform: uppercase;
}
.select-field {
	position: relative;
	margin-bottom: 20px;
}
.select-field_arrow {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 20px;
	height: 15px;
	background-position-x: -379px;
	background-position-y: -176px;
}
.select-field select {
	width: 100%;
	height: 48px;
	border: 1px solid #272725;
	color: #272725;
	font-size: 14px;
	padding: 0 20px;
	margin: 0;
}
#vue-form label.order-field,
.order-img {
	display: none;
}

.anniversary-info-blocks {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 100px;

	@media (max-width: 1280px) {
		width: 100%;
	}
	@media (max-width: 768px) {
		flex-direction: column;
	}
}
.anniversary-info-block {
	position: relative;
	background: #15479E;
	border-radius: 20px;
	padding: 128px 40px 40px;
	color: #fff;
	font-family: ProbaRegular;
	font-weight: 400;
	font-size: 32px;
	line-height: 135%;
	letter-spacing: -1px;
	width: 772px;
	flex-shrink: 0;

	@media (max-width: 1280px) {
		width: calc(50% - 10px);
	}
	@media (max-width: 1024px) {
		font-size: 22px;
		line-height: 135%;
		padding: 89px 24px 24px;
	}
	@media (max-width: 768px) {
		width: 100%;
	}
}
.anniversary-info-block::before {
	position: absolute;
	top: 18px;
	left: 24px;
	font-family: ProbaRegular;
	font-weight: 600;
	font-size: 34px;
	line-height: 135%;
	letter-spacing: 0;
	color: #fff;
	opacity: 0.4;

	@media (max-width: 1024px) {
		font-size: 24px;
	}
}
.anniversary-info-block:nth-child(1)::before {
	content: '01';
}
.anniversary-info-block:nth-child(2)::before {
	content: '02';
}
.anniversary-info-block span {
	font-family: Manrope;
	font-size: 31px;
	@media (max-width: 1024px) {
		font-size: 20px;
	}
}

.anniversary-block4 .all-rules {
	font-size: 20px;
	line-height: 22px;
	color: #717171;
	text-align: left;
	margin-bottom: 0;
}
.all-rules a {
	text-decoration: underline;
	color: #717171;
}
.anniversary-banner_bottom {
	font-size: 0;
	position: relative;
}
.anniversary-banner_bottom img {
	width: calc(100% + 68px);
	margin-left: -34px;
}
.anniversary-banner_bottom a {
	position: relative;
}
.anniversary-banner_bottom_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	line-height: 120%;

	@media (max-width: 1024px) {
		font-size: 32px;
		font-weight: 500;
	}
	@media (max-width: 550px) {
		font-size: 20px;
	}
	@media (max-width: 450px) {
		font-size: 16px;
	}
}

.popup-success {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999997;
}
.popup-success.active {
	display: flex;
}
.popup-success-wrapper {
	position: relative;
	background: #fff;
	padding: 30px 20px;
	width: 500px;
	text-align: center;
	z-index: 1;
}
.popup-success-icon {
	width: 60px;
	height: 60px;
	border: 1px solid;
	border-radius: 50%;
	margin: 40px auto 20px;
	background-position-x: -843px;
	background-position-y: -154px;
	position: relative;
	overflow: hidden;
}
.popup-success-icon::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: #fff;
}
.popup-success .popup-success-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.popup-success .popup-success-text {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.qr-code {
	display: flex;
	justify-content: center;
}
.qr-code img {
	width: 50%;
}
.popup-close {
	position: absolute;
	top: 33px;
	right: 20px;
	width: 24px;
	height: 23px;
	cursor: pointer;
	background-position-x: -591px;
	background-position-y: -172px;
	filter: none;
	z-index: 1;
}
.popup-success-button {
	display: none;
	margin: 0;
}
.agreement {
	display: flex;
	align-items: flex-start;
}
.agreement span {
	font-size: 14px;
	opacity: .6;
}
.agreement span a {
	text-decoration: underline;
}
.agreement-form-error {
	font-size: 14px;
	color: #fc2f35;
	margin-top: 4px;
}
.minor.active + div .form-error {
	display: none;
}
.message {
	margin-top: 15px;
}
#vue-form .button-send.disabled {
	color: #272725;
	background-color: #eaeaea;
	cursor: not-allowed;
}

.anniversary-bottom {
	padding: 160px 0 150px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;

	@media (max-width: 1024px) {
		padding: 100px 0 100px;
	}
	@media (max-width: 768px) {
		gap: 24px;
	}
	@media (max-width: 450px) {
		padding: 80px 0 120px;
		gap: 20px;
	}
}
.anniversary-bottom__title {
	font-family: ProbaRegular;
	font-weight: 400;
	font-size: 45px;
	line-height: 110%;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	max-width: 1500px;

	@media (max-width: 1024px) {
		max-width: 742px;
		font-size: 24px;
	}
	@media (max-width: 768px) {
		max-width: 550px;
		font-size: 20px;
	}
	@media (max-width: 450px) {
		font-size: 18px;
	}
}
.anniversary-bottom__text {
	font-family: Manrope;
	font-weight: 300;
	font-size: 38px;
	line-height: 130%;
	letter-spacing: 0;
	text-align: center;

	@media (max-width: 1024px) {
		font-size: 20px;
	}
	@media (max-width: 450px) {
		font-size: 18px;
	}
}


/*adaptive*/
@media (max-width: 1440px) {
	.anniversary-block1 h1 {
		text-align: left;
	}
	.anniversary-block1 h1,
	.anniversary-block4 h2 {
		font-size: 60px;
		margin-bottom: 30px;
	}
	.anniversary-block1 p {
		font-size: 28px;
		line-height: 36px;
		text-align: left;
	}
	.anniversary-block2_right p,
	.anniversary-block4 p {
		font-size: 34px;
		line-height: 50px;
	}
	.anniversary-block3 h2 {
		font-size: 44px;
		line-height: 60px;
	}
	.anniversary-block3 p {
		font-size: 34px;
	}
	.anniversary-block3 ul li {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	#vue-form label:not(.minor) {
		min-width: 500px;
	}
	.anniversary-block4 .all-rules {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	body {
		zoom: 1 !important;
	}
	.anniversary-block1 h1 {
		line-height: 110%;
		margin-bottom: 24px;
	}
	.anniversary-block1 h1,
	.anniversary-block4 h2 {
		font-size: 32px;
	}
	.anniversary-block1 p {
		font-family: Manrope;
		margin-bottom: 24px;
		line-height: 120%;
	}
	.anniversary-block1 p,
	.anniversary-block4 p{
		font-size: 18px;
		line-height: 24px;
	}
	.anniversary-block2_right p {
		font-size: 26px;
		line-height: 110%;
		margin-bottom: 24px;
	}
	.anniversary-block2_right .anniversary-block2-tag {
		font-size: 20px;
		line-height: 14px;
	}
	.anniversary-block3_right {
		padding-left: 80px;
	}
	anniversary-block3_left {
		width: 40%;
	}
	.anniversary-block3 h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.anniversary-block3 p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.anniversary-block3_lists ul {
		margin-left: 50px;
	}
	.anniversary-block3 ul li {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.anniversary-block4_right {
		padding-left: 20px;
	}
	#vue-form label:not(.minor) {
		min-width: auto;
	}
	.qr-code {
		display: none;
	}
	.popup-success-button {
		display: block;
	}
}
@media (max-width: 768px) {
	.anniversary-block_wrapper {
		flex-wrap: wrap;
	}
	.anniversary-block1 p {
		width: 100%;
		padding-right: 45px;
	}
	.anniversary-block3_wrapper {
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.anniversary-block3_right {
		padding-left: 60px;
	}
	.anniversary-block3 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.anniversary-block3_lists ul {
		margin-left: 30px;
	}
	.anniversary-block3 ul li::before {
		width: 5px;
		height: 5px;
		left: -30px;
	}
	.anniversary-block4_left {
		width: 100%;
		order: 1;
		margin-top: 40px;
	}
	.anniversary-block4_right {
		padding-left: 0;
	}
}
@media (max-width: 540px) {
	.anniversary-banner {
		margin-bottom: 30px;
	}

	.anniversary-block2_right p {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.anniversary-block3_wrapper {
		flex-wrap: wrap;
	}

	.anniversary-block3_mobimg {
		display: block;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.anniversary-block3_right {
		padding-left: 0;
	}

	.anniversary-block3_left {
		display: none;
	}

	.anniversary-block3 h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.anniversary-block3 h2 span {
		display: inline;
	}
	.anniversary-block3_lists ul {
		margin-left: 20px;
	}
	.anniversary-block3_lists ul:last-child {
		margin-left: 60px;
	}
	.anniversary-block3 ul li::before {
		left: -20px;
	}
	.anniversary-block3 ul li {
		font-size: 20px;
	}
	.anniversary-block4 h2,
	.anniversary-block4 p {
		text-align: left;
		margin-bottom: 24px;
	}
	.anniversary-block4 h2 {
		width: 100%;
	}
	.anniversary-block4 p {
		font-size: 16px;
		line-height: 22px;
	}
	.anniversary-block1 h1 {
		line-height: 110%;
	}
	.anniversary-block4 p span {
		display: inline;
	}
	#vue-form .minor::before {
		margin-right: 8px;
	}
	.popup-success {
		padding: 0 10px;
	}
	.popup-success-icon {
		margin: 20px auto 15px;
	}
	.popup-success-text {
		margin-bottom: 20px;
	}
}