a {
	text-decoration: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0
}

img,
fieldset,
a img {
	border: none
}

img {
	display: block
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=submit],
button {
	cursor: pointer
}

input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

input,
button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
a:focus {
	outline: none
}

a {
	color: inherit
}

ul,
ol {
	list-style: none
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}

html {
	box-sizing: border-box
}

*,
*:before,
*:after {
	box-sizing: inherit
}

.container {
	max-width: 1210px;
	width: 100%;
	padding-inline: 15px;
	margin: 0 auto
}

text {
	-webkit-user-select: none;
	user-select: none
}

.nomination-map {
	padding: 125px 0 100px;
	background-color: #f9fcfc
}

@media screen and (max-width: 767px) {
	.nomination-map {
		padding: 35px 0 30px
	}
}

.nomination-map__wrap {
	position: relative
}

.nomination-map__total-wrap {
	position: absolute;
	bottom: 10%;
	max-width: 333px
}

@media screen and (max-width: 767px) {
	.nomination-map__total-wrap {
		position: static
	}
}

.nomination-map__total {
	font-size: clamp(2.875rem, 1.7746rem + 4.6948vw, 6rem);
	font-weight: 800;
	color: #354596
}

.nomination-map__text {
	font-size: clamp(1.125rem, .8609rem + 1.1268vw, 1.875rem);
	font-weight: 300;
	color: #354596;
	line-height: 1.2;
}

.nomination-map__inner {
	margin: 100px auto 0;
	max-width: 733px
}

@media screen and (max-width: 767px) {
	.nomination-map__inner {
		margin: 60px auto 0
	}
}

.nomination-map__cta-text {
	font-size: clamp(1.125rem, 1.081rem + .1878vw, 1.25rem);
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	color: #354596
}

.nomination-map__cta-text span {
	color: #5ca0f5
}

@media screen and (max-width: 767px) {
	.nomination-map__cta-text {
		line-height: 140%
	}
}

.nomination-map__link {
	display: block;
	padding: 16px 65px;
	margin: 60px auto 0;
	max-width: fit-content;
	background-color: #5ca0f5;
	border-radius: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 19.5px;
	text-transform: uppercase
}

@media screen and (max-width: 767px) {
	.nomination-map__link {
		margin: 35px auto 0
	}
}

.map-region {
	cursor: pointer
}

.map-region path {
	transition: .35s
}

@media screen and (max-width: 767px) {
	.map-region path {
		stroke-width: 3;
		stroke: #5ca0f5
	}
}

.map-region text {
	fill: #354596
}

.map-region:hover path {
	fill: #354596
}

.map-region:hover text {
	fill: #fff
}

.map-region:hover+#kyiv text {
	fill: #fff
}

@media screen and (max-width: 767px) {
	.map-region--empty path {
		stroke-width: 3;
		stroke: #5ca0f5
	}
}

#kyiv:hover text {
	fill: #354596
}

.nomination-backdrop {
	position: fixed;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #edf0f0;
	transform: scale(0);
	opacity: 0;
	transition: .35s;
	z-index: -5
}

.nomination-modal {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	margin: auto;
	width: 90%;
	height: 85%;
/*	transform: translateY(5%);*/
	padding: 100px 60px;
	border-radius: 20px;
	background-color: #fff;
	aligh-items: stretch;
}

@media screen and (max-width: 950px) {
	.nomination-modal {
		flex-direction: column;
		width: 100%;
		height: 100%;
		padding: 65px 22px 100px;
		overflow-y: auto
	}
}
.close-mobile{
	display: none;
}
@media screen and (max-width: 767px) {

	.nomination-backdrop {
		background: transparent;
/*		height: calc(100vh - 100px);*/
		transform: translate(0,0) translateY(0%);
	}
	.nomination-modal {
		transform: translateY(0%);
		padding-top: 0;
		padding-bottom: 0;
/*		overflow: hidden;*/
	}

	.nomination-modal__side{
		flex-basis: 0 !important;
	}
	.nomination-modal__inner{
		flex-basis: 0 !important;
	}
	.nomination-modal .nomination-modal__close-btn{
		top: 20px;
		right: 20px;
	}
	.close-mobile{
		display: block;
		z-index: 10000;
	}
	.close-desktop{display: none}
	.nomination-modal__form-wrap{
		margin-top: 15px !important;
	}
	.nomination-modal__inner .nomination-results{
/*		height: auto !important;*/
		margin-top: 88px !important;
		height: 80vh !important;
		border: 1px solid #fafafa;
	}
	.nomination-search__arrow{
		bottom: -66px !important;
	}
	.nomination-modal__map{
		height: 143px;
		margin-top: 0 !important;
	}
}

.nomination-modal__form-wrap {
	margin-top: 1.2em
}
.nomination-modal__svg{
	display: block;
	width: 100%;
	height: 100%;
	inset: 0;
	position: absolute;
	overflow: visible !important;  
}

@media screen and (max-width: 950px) {
	.nomination-modal__form-wrap {
		margin-top: 35px;
		width: 100%;
		position: relative
	}
}

.nomination-modal__side {
	flex-basis: 35%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 950px) {
	.nomination-modal__side {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

.nomination-modal__inner {
	flex-basis: 57%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.nomination-model__results{
	-ms-word-break: break-all;
    word-break: break-all;

 /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
.nomination-modal__inner .preloader-circle {
	top: 35%
}

@media screen and (max-width: 950px) {
	.nomination-modal__inner {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.nomination-modal__inner .nomination-results {
		margin-top: 95px;
		height: 65%
	}
}

.nomination-modal__region-name {
	font-size: 26px;
	font-weight: 700;
	line-height: 35.41px;
	color: #041e42
}

@media screen and (max-width: 950px) {
	.nomination-modal__region-name {
		text-align: center;
		font-size: 18px
	}
}

.nomination-modal__region {
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none
}

.nomination-modal__region path {
	fill: #354596;
	stroke: none
}

.nomination-modal__region text {
	fill: #fff;
	display: none
}

.nomination-modal__region#kyiv text {
	transform: translate(63px, 30px);
	font-size: 7px
}

.nomination-modal__region#kyivska {
	transform: translateY(-13px)
}

.nomination-modal__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	text-transform: uppercase;
	color: #354596
}

@media screen and (max-width: 767px) {
	.nomination-modal__title {
		font-size: 32px;
		line-height: 120%
	}
}

.nomination-modal__close-btn {
	position: absolute;
	top: 40px;
	right: 40px;
	top: 20px;
	right: 20px;
}

@media screen and (max-width: 950px) {
	.nomination-modal__close-btn {
		top: 60px;
		right: 10px;
		top: 20px;
		right: 20px
	}

	.nomination-modal__close-btn svg {
		width: 30px;
		height: 30px
	}
}

.nomination-modal__map {
	position: relative;
	width: 300px;
	height: 350px;
	margin-top: 40px;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 950px) {
	.nomination-modal__map {
		margin-top: 20px;
		width: 170px;
		height: 215px;
		height: 143px;
		/*width: 100%;
	height: 100%;*/
	}
}

.nomination-modal__count-wrap {
	color: #fff;
	position: absolute;
	/*top: 10%;
	left: 35%;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: center
}

.nomination-modal__count {
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	text-shadow: 0px 1px 2px #1000ff, 1px 1px 0px #354596;
	-webkit-text-stroke: 2px #354596;
	text-stroke: 2px #354596
}

.nomination-modal__count-text {
	font-size: 20px;
	line-height: 130%;
	text-shadow: 0px 1px 2px #1000ff, 1px 1px 0px #354596;
	-webkit-text-stroke: .5px #354596;
	text-stroke: .5px #354596;
	display: none;
}

.nomination-search-form__form-wrap {
	margin-top: 40px
}

@media screen and (max-width: 767px) {
	.nomination-search-form__form-wrap {
		margin-top: 35px;
		width: 100%
	}
}

.nomination-search-form__input {
	padding: 16px 30px;
	font-size: 20px;
	font-weight: 400;
	line-height: 27.24px;
	color: #041e42;
	border: 2px solid #5ca0f5;
	border-radius: 40px;
	max-width: 576px;
	width: 100%;
	text-transform: uppercase
}

@media screen and (max-width: 767px) {
	.nomination-search-form__input {
		padding: 14px 20px;
		font-size: 18px
	}
}

.nomination-search {
	padding-block: 100px;
	background-color: #f9fcfc
}

.nomination-search__inner {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 40px
}

@media screen and (max-width: 767px) {
	.nomination-search__inner {
		flex-direction: column;
		margin-top: 35px;
		gap: 95px
	}
}

.nomination-search__side {
	position: relative;
	flex-basis: 42%;
	height: fit-content
}

.nomination-search__arrow {
	position: absolute;
	right: 0;
	top: 140%
}

@media screen and (max-width: 767px) {
	.nomination-search__arrow {
		display: none;
		right: 15%;
		top: 120%
	}
}

.nomination-search__arrow--mobile {
	display: none
}

@media screen and (max-width: 767px) {
	.nomination-search__arrow--mobile {
		display: block
	}
}

.nomination-search__results {
	position: relative;
	flex-basis: 60%
}

.nomination-search__results .nomination-results {
	margin-top: 0;
	height: 800px
}

@media screen and (max-width: 767px) {
	.nomination-search__results .nomination-results {
		height: 70svh
	}
}

.nomination-search__results .nomination-results__item {
	max-width: 100%
}

@media screen and (max-width: 767px) {
	.nomination-search__results {
		overflow-y: scroll
	}
}

.nomination-search__not-found {
	color: #354596;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase
}

@media screen and (max-width: 767px) {
	.nomination-main-map path {
		stroke: #5ca0f5;
		stroke-width: 4px
	}
}

.preloader-circle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 102px;
	height: 102px;
	border: 15px solid #00bff3;
	border-radius: 50%;
	margin: 0 auto;
	border-top-color: transparent;
	animation: 1s spin infinite
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.is-modal-opened {
	z-index: 1;
	transform: scale(1);
	opacity: 1
}

.scroll-disable {
	overflow: hidden
}

.hide-region {
	display: none
}

.nomination-results {
	display: flex;
	flex-direction: column;
	gap: 25px;
	overflow-y: scroll;
	height: 80%;
	margin-top: 20px;
	padding: 0 15px 20px 0;
	margin-right: -20px;
}

@media screen and (max-width: 767px) {
	.nomination-results {
		margin-right: 0;
	}
}


.nomination-results::-webkit-scrollbar {
	width: 10px;
	left: 10%
}

.nomination-results::-webkit-scrollbar-thumb {
	background: transparent;
	background-color: #354596;
	border-radius: 10px
}

.nomination-results::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: transparent;
	left: 10%
}

.nomination-results__item {
	display: flex;
	flex-direction: column;
/*	gap: 40px;*/
	max-width: 576px;
	padding: 60px 57px;
	padding: 29px 33px;
	border: 2px solid #5ca0f5;
	border-radius: 30px;
	box-shadow: 4px 5px 20px #5ca0f533
}
/*@media screen and (max-height: 830px){
.nomination-results__item {
	padding: 20px 30px;
}
}*/

@media screen and (max-width: 767px) {
	.nomination-results__item {
		padding: 0;
		border: none;
		box-shadow: none;
		gap: 0
	}
}

.nomination-results__title {
	color: #354596;
	font-size: clamp(1.4375rem, 1.3715rem + .2817vw, 1.625rem);
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	word-break: break-word;
}

.nomination-results__place {
	margin-top: 6px;
	color: #354596;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	word-break: break-word;
}

@media screen and (max-width: 767px) {
	.nomination-results__place {
		font-size: 16px;
		max-width: 90%
	}
}

.nomination-results__subtitle {
	margin-top: 20px;
	color: #354596;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 1em;
	word-break: break-word;
}

.nomination-results__subtitle span {
	font-weight: 700
}

.nomination-results__text {
	color: #041e42;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	word-break: break-word;
}

.nomination-results__share-list {
	display: flex;
/*	gap: 10px;*/
margin-top: 1em;
}

.nomination-results__share-item {
	cursor: pointer;
	padding: 0 8px 23px 0;
}

.nomination-thanks {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: #edf0f0;
	transition: .35s
}

@media screen and (max-width: 767px) {
	.nomination-thanks {
		overflow-y: auto
	}
}

.nomination-thanks__modal {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 83%;
	max-width: 1182px;
	height: fit-content;
	padding: 100px;
	border-radius: 20px;
	background-color: #fff;
	background-image: url(../thanks-bgr.svg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center
}

@media screen and (max-width: 767px) {
	.nomination-thanks__modal {
		transform: translateY(96px);
		padding: 150px 22px 35px;
		width: 100%;
		height: fit-content;
		background-color: #fafcfc;
		background-image: url(../thanks-bgr-mobile.svg);
		background-size: 100% 20%;
		background-position-y: -25px;
		border-radius: 0
	}

	.nomination-thanks__modal .nomination-modal__close-btn {
		top: 10px
	}
}

@media screen and (max-width: 570px) {
	.nomination-thanks__modal {
		background-size: 100% 15%
	}
}

.nomination-thanks__title {
	color: #354596;
	font-size: 40px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase
}

@media screen and (max-width: 767px) {
	.nomination-thanks__title {
		font-size: 32px;
		line-height: 120%
	}

	.nomination-thanks__title span {
		display: none
	}
}

.nomination-thanks__inner {
	margin-top: 40px
}

@media screen and (max-width: 767px) {
	.nomination-thanks__inner {
		margin-top: 20px
	}
}

.nomination-thanks__subtitle {
	color: #354596;
	font-size: 26px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase
}

@media screen and (max-width: 767px) {
	.nomination-thanks__subtitle {
		font-size: 18px;
		line-height: 120%
	}

	.nomination-thanks__subtitle span {
		font-weight: 400
	}
}

.nomination-thanks__place {
	color: #354596;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	margin-top: 8px
}

@media screen and (max-width: 767px) {
	.nomination-thanks__place {
		font-size: 16px;
		line-height: 120%
	}
}

.nomination-thanks__text {
	margin-top: 40px;
	margin-inline: auto;
	max-width: 778px;
	color: #041e42;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%
}

.nomination-thanks__links-wrap {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	gap: 30px
}

@media screen and (max-width: 767px) {
	.nomination-thanks__links-wrap {
		flex-direction: column;
		gap: 20px
	}
}

.nomination-thanks__link {
	padding: 15px 70px;
	max-width: fit-content;
	border-radius: 40px;
	background: #5ca0f5;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase
}

@media screen and (max-width: 767px) {
	.nomination-thanks__link {
		padding: 15px 70px;
		max-width: 100%
	}
}

.is-hidden {
	display: none
}