body {
	font-family: 'Montserrat', sans-serif;
	color: #464646;
}

html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Regular'), local('Gilroy-Regular'),
		url('../fonts/Gilroy-Regular.woff2') format('woff2'),
		url('../fonts/Gilroy-Regular.woff') format('woff'),
		url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.mb60 {
	margin-bottom: 60px;
}
.mb300 {
	margin-bottom: 300px;
}

.remodal {
	transition: all ease 0.5s;
}

.remodal-close {
	left: auto;
	right: 0;
}

a.button {
	text-decoration: none;
	text-align: center;
}

a.button:hover {
	color: #fff;
}

.wrapper .container:first-child {
	padding: 0px 69px;
}

.loader {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.loader__img {
	display: none;
}

section h2 {
	font-weight: 900;
	font-size: 32px;
	color: #000;
}

#efir:not(:placeholder-shown) {
	padding-top: 1.9rem;
}


/* MENU */
.top_menu {}

.top_menu_wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
	margin-bottom: 22px;
}

.top_menu-logo {}

.top_menu-menu {
	display: flex;
	align-items: center;
}

.menu {
	display: flex;
	list-style-type: none;
	margin: 0;
}

.menu_link {
	margin: 0px 25px;
}

.menu_link a {
	text-decoration: none;
	color: inherit;
	font-size: 14px;
}

.top_menu-logorgck {}

/* END MENU */

/* HEAD */
.head {
	background-image: url(../images/head.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.about {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about_wrapper .about_heading {
	margin-bottom: 26px;
}

.about_heading h1 {
	font-weight: 900;
	font-size: 72px;
}

.about_desc {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 56px;
}

.about_buttons {
	display: flex;
	justify-content: space-between;
}

.button {
	font-size: 16px;
	font-weight: 700;
	padding: 18px 25px;
	color: #fff;
	transition: all ease 0.1s;
}

.pink-button {
	background: linear-gradient(90.17deg, #EB7FE5 0.14%, #D78EF1 99.87%);
	border: 4px solid rgba(255, 255, 255, 0.47);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -15px 23px rgba(0, 0, 0, 0.25);
	border-radius: 48px;
}

.black-button {
	background: #23282E;
	border: 4px solid rgba(255, 255, 255, 0.47);
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25), inset 0px -7px 7px rgba(0, 0, 0, 0.49);
	border-radius: 48px;
}

.button:hover {
	box-shadow: none;
}

/* END HEAD */

/* KONKURS */
.konkurs {}

.konkurs_bg {
	background: #DDE8FD;
}

.kunkurs_info {
	display: flex;
}

.konkurs_info-left {
	flex: 0 0 40%;
}

.konkurs_info-right {
	flex: 0 0 60%;
}

.konkurs_info-heading {
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 31px;
	color: #000;
}

.konkurs_info-desc {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 40px;
	color: #000;
}

.konkurs_info-button {
	margin-top: 60px;
}


.konkurs_info-desc ul {
    padding-left: 1rem;
}

.konkurs_info_images {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.padding_image {
	margin-top: 19px;
}

.item {}

/* END KONKURS */

/* CELI */
.celi {
	background-image: url(../images/aim.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 90px;
	min-height: 790px;
}

.celi-heading {
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 61px;
	color: #000;
}

.celi-list {
	font-size: 17px;
	padding: 0px 70px;
	background-image: url(../images/dots.png);
	background-repeat: no-repeat;
	background-position: left 113px top 30px;
}

.list_item {
	display: flex;
	margin-bottom: 31px;

}

.list_item-img {
	display: flex;
	flex: 0 0 94px;
	justify-content: center;
	align-items: center;
	height: 94px;
	width: 94px;
	border-radius: 50%;
	background: linear-gradient(74.52deg, #FFBC62 -8.53%, #E99CF1 99.68%);
	border: 3px solid rgba(199, 142, 245, 0.38);
	box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2), inset 0px -12px 16px rgba(0, 0, 0, 0.14);
}

.list_item-text {
	display: flex;
	align-items: center;
	margin-left: 63px;
}

/* END CELI */

/* JURI */
.juri {
	color: #000;

}

.juri_bg {
	background-image: url(../images/bottom_top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 70px !important;
}

.juri-heading {
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 61px;
	color: #000;
}

.juri_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.juri_list_line2 {
	display: flex;
	margin: 60px 100px;
	flex-wrap: wrap;
	justify-content: center;
}

.juri_list_line2 .juri_list-item {
	margin: 0 22px;
}

.juri_list-item {
	flex: 0 0 252px;
}

.juri_list-img {}

.juri_list-name {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin-top: 34px;
	margin-bottom: 8px;
	word-break: break-word;
}

.juri_list-desc {
	font-size: 17px;
	line-height: 23px;
	font-family: 'Gilroy';
}

/* END JURI */

/* NOMINACII */
.nominacii {
	color: #000;
}
.nominacii-pro {
	width: 565px;
	margin: 0 auto;
	height: 94px;
	border-radius: 48px;
	background-image: url(../images/nomin-pro_bg.png);
	background-position: center center;
	margin-bottom: 66px;
}

.nominacii-pro span {
	position: relative;
	top: 31px;
	left: 45px;
	font-weight: 900;
	font-size: 22px;
	line-height: 27px;
	text-transform: uppercase;
	color: #636262;
}

.nominacii-yun {
	width: 565px;
	margin: 0 auto;
	height: 94px;
	border-radius: 48px;
	background-image: url(../images/nomin-yun_bg.png);
	background-position: center center;
	margin-bottom: 50px;
    margin-top: 70px;
}

.nominacii-yun span {
	position: relative;
	top: 31px;
	left: 45px;
	font-weight: 900;
	font-size: 22px;
	line-height: 27px;
	text-transform: uppercase;
	color: #636262;
}

.nominacii_bg {
	background: #FFEEE0;
}

.nominacii-heading {
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 39px;
	color: #000;
}

.nominacii-row {
	background: #FFFFFF;
	box-shadow: 2px 9px 19px rgba(0, 0, 0, 0.15);
	margin-bottom: 33px;
	padding: 42px 0px;
}

.nominacii-list {
	display: flex;
	    justify-content: space-evenly;
    padding: 20px;
}

.nominacii-list .item {
	flex: 0 0 16.66%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.nominacii-list.wf20 .item {
	flex: 0 0 16.66%;
}

.nominacii-list .img {
	display: flex;
	flex: 0 0 94px;
	justify-content: center;
	align-items: center;
	height: 94px;
	width: 94px;
	border-radius: 50%;
	background: linear-gradient(74.52deg, #FFBC62 -8.53%, #E99CF1 99.68%);
	border: 0px solid rgba(199, 142, 245, 0.38);
	box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2), inset 0px -12px 16px rgba(0, 0, 0, 0.14);
}

.nominacii-list.yun .img {
	display: flex;
	flex: 0 0 94px;
	justify-content: center;
	align-items: center;
	height: 94px;
	width: 94px;
	border-radius: 50%;
	background: linear-gradient(89.09deg, #F6C3AF -51.37%, #FF6B78 13.83%, #FF24D7 56.46%, #A018ED 101.51%);
border: 0px solid rgba(199, 142, 245, 0.38);
box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2), inset 0px -12px 16px rgba(0, 0, 0, 0.14);
}
.spec-nominacii {
	padding: 25px 0px 42px 0px;
}
.spec-nominacii .img {
    display: flex;
    flex: 0 0 94px;
    justify-content: center;
    align-items: center;
    height: 94px;
    width: 94px;
    border-radius: 50%;
    background: linear-gradient(74.52deg, #FFBC62 -8.53%, #E99CF1 99.68%);
    border: 0px solid rgba(199, 142, 245, 0.38);
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2), inset 0px -12px 16px rgba(0, 0, 0, 0.14);
}
.spec-nominacii .heading {
	    text-align: center;
    padding: 15px;
    font-size: 1.2em;
    font-weight: 900;
    margin-bottom: 20px;
}
.spec-nominacii .item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-direction: column;	
        text-align: center;
}

.nominacii-list .name {
	margin-top: 33px;
	width: 90%;
	font-family: 'Gilroy';
	font-size: 13px;
	line-height: 1.2;
}

/* END NOMINACII */

/*  USLOVIYA */

.usloviya {
	color: #000;
}

.usloviya-heading {
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 29px;
	color: #000;
	margin-top: 80px;
}

.usloviya-text {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;

}

.usloviya-desc {
	font-size: 17px;
	margin-bottom: 10px;
}

.usloviya-time {
	font-size: 38px;
	line-height: 46px;
	font-weight: 900;
	color: #F17AE1;
	margin-bottom: 25px;
}

.usloviya-buttons {
	margin-top: 20px;
}

.long {
	padding: 18px 50px;
	margin-right: 29px;
}

/* END USLOVIYA */

/*  CONTACTS */
.contacts {}

.contacts_bg {
	background-image: url(../images/bottom_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.contacts-heading {
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 70px;
	color: #000;
	margin-top: 169px;
}

.contacts_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	color: #000000;
}

.contacts_wrapper a {
	color: #000000;
}

.contacts_row {
	display: flex;
	align-items: center;

}

.contacts_row:first-child {
	margin-bottom: 35px;
}

.contacts_row .img {
	display: flex;
	flex: 0 0 94px;
	justify-content: center;
	align-items: center;
	height: 94px;
	width: 94px;
	border-radius: 50%;
	background: linear-gradient(235.7deg, #ED9EF0 13.11%, #63C2C4 78.4%);
	border: 3px solid rgba(199, 142, 245, 0.38);
	box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2), inset 0px -12px 16px rgba(0, 0, 0, 0.14);
	margin-right: 65px;
}

.contacts_row .text {
	font-size: 28px;
	font-weight: 700;
}


/* END CONTACTS */

.bottom_line {
	height: 20px;
	background: linear-gradient(90deg, #F649CF -7.45%, #FFBA63 102.94%);
}


label {
	font-size: 0.9em;
}

span.star {
    font-size: 20px;
    font-weight: 600;
    color: red;
    margin-right: 5px;
}



@media (min-width: 576px) and (max-width: 1200px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 100% !important;
	}

	.juri_list-item {
		flex: 0 0 170px;
		word-break: break-all;
	}

	.juri_list_line2 {
		margin: 60px 80px;
	}

	.head {
		background-size: cover;
	}

	.juri_bg,
	.contacts_bg {
		background-size: contain;
	}

	.long {
		padding: 18px 20px;
		margin-right: 20px;
	}

	.konkurs_info_images .item {
		margin: 10px;
	}

	.konkurs_info_images {
		margin-left: 10px;
	}

	.about_buttons {
		flex-direction: column;
	}

	.konkurs_bg {
		padding-top: 70px !important;
	}

	.about_buttons .button {
		margin-bottom: 10px;
		width: 80%;
	}

	.about_heading h1 {
		font-weight: 900;
		font-size: 60px;
	}
}



.grecaptcha-badge {
	visibility: hidden;
}