h1 {
	font-size: 0;
	color: #fff;
}
a {
	color: #00aaad;
}
a:hover {
	color: #2fadaf;
}
.js-message-form p {
	text-align: left;
	color: #e11931;
	font-size: 0.9em;
	margin-top: 0.75em;
	line-height: 1.25;
	margin-bottom: 0;
}
/*share*/
body .share_nfk .ya-share2__container_size_m .ya-share2__icon {
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 1.5;
	margin-left: 0.375rem !important;
	margin-right: 0.375rem !important;
}
.ya-share2__item .ya-share2__link .ya-share2__badge {
	background: transparent;
}
body .ya-share2__container_size_m .ya-share2__item {
	margin: 0;
}
body .share_nfk.share_nfk_small .ya-share2__container_size_m .ya-share2__icon {
	width: 2rem;
	height: 2rem;
}
ul.ya-share2__list li::after {
	display: none;
}
.share_nfk .ya-share2__icon {
	background: transparent !important;
	font-family: "Font Awesome 5 Brands";
	color: #2C353D;
	font-size: 1.5rem;
}
.share_nfk .ya-share2__icon:hover {
	color: #00AAAD;
}
.share_nfk .ya-share2__item_service_vkontakte .ya-share2__icon:before {
	content: "\f189";
}
.share_nfk .ya-share2__item_service_facebook .ya-share2__icon:before {
	content: "\f39e";
}
.share_nfk .ya-share2__item_service_twitter .ya-share2__icon:before {
	content: "\f099";
}
.share_nfk .ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
	content: "\f263";
}
.share_nfk .ya-share2__item_service_whatsapp .ya-share2__icon:before {
	content: "\f232";
}
.share_nfk .ya-share2__item_service_viber .ya-share2__icon:before {
	content: "\f409";
}
.share_nfk .ya-share2__item_service_telegram .ya-share2__icon:before {
	content: "\f3fe";
}
.share_nfk .ya-share2__counter {
	display: none !important;
}


.white-container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.white-container h2 {
	text-align: center;
	margin-bottom: 63px;
}
.white-container ul {
	color: #29292E;
	padding-left: 30px;
	margin-bottom: 72px;
}

.white-container ul li {
	margin-bottom: 36px;
}

.white-container ul li:last-child {
	margin-bottom: 0;
}

.white-container a {
	text-decoration: none;
}
.content {
	overflow: hidden;
}
.gray-container .form-container {
	margin-top: 0;
}
.btns-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 1em;
}
.btns-block a {
	margin-right: 1.5em;
	margin-bottom: 1em;
	text-decoration: none;
	color: #fff;
	width: auto;
	background: #00AAAD;
	border-radius: 5px;
	padding: 17px 39px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 1px solid #00AAAD;
}
.rules_item:last-child {
	margin-bottom: 0px;
}
.row form {
	width: calc(100% - var(--bs-gutter-x));
	margin: 0 auto;
}

.main-bg.main-bg_custom {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.main-bg.main-bg_custom img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.prize-container {
		margin-top: 60px;
	}
	.gray-container {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.rules-container {
		margin-top: 60px;
	}
	.mini-container {
		padding-top: 20px;
	}
	.main-container {
		margin-top: 33px;
	}
	body .share_nfk .ya-share2__container_size_m .ya-share2__icon {
		width: 2rem;
		height: 2rem;
		margin-left: 0.275rem !important;
		margin-right: 0.275rem !important;
	}
	.btns-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.btns-block a {
	    margin-right: 0;
	}
}
body h1,
body .main-container h1 {
    font-size: 0;
    color: #fff;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}