.block-index {
	display: flex;
	border-radius: 1.25rem;
	background: #15358D;
	overflow: hidden;
	margin-bottom: 60px;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.block-index__text {
	padding: 40px;
	color: white;
	font-size: 28px;
	font-weight: 400;
	line-height: 34.13px;
	text-align: left;
	width: calc(100% - 473px);
	box-sizing: border-box;
}

.block-index__img {
	width: 473px;
	border-radius: 1.25rem;
	box-sizing: border-box;
}

.block-index__img img {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.foot-video-block__mb-100 {
	margin-bottom: 100px;
}

@media (max-width: 1250px) {

	.block-index__text {
		font-size: 22px;
		line-height: 26.82px;
		width: calc(100% - 394px);
	}

	.block-index__img {
		width: 394px;
	}
}

.foot-video-block-video video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 950px) {
	.block-index__text {
		padding: 40px;
		font-size: 17px;
		line-height: 20.72px;

		width: calc(100% - 292px);
	}

	.block-index__img {
		width: 292px;
	}
}

@media (max-width: 770px) {
	.block-index__text {
		padding: 20px;

		font-size: 14px;
		line-height: 17.07px;


		width: 100%;
	}

	.block-index__img {
		order: -1;
		width: 100%;
	}
}

.quiz-qrcode {
	width: 160px;
}

.carousel-main {}

.carousel-main__item {}

/* Слайдер хронотоп */
.chronotope {
	position: relative;
	margin: 120px 0;
}

.chronotope__sliders--popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.chronotope__top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.chronotope___title {}

.chronotope___title .title {
	display: block;
	font-weight: 600;
	font-size: 32px;
}

.chronotope___title .title span {
	color: #2E4EA4;
	font-weight: bold;
}

.chronotope__hint {
	margin-top: 9px;
	display: flex;
	align-items: flex-start;
	height: 33.33px;
}

.chronotope__hint img {
	margin-right: 8px;
}

.chronotope__hint span {
	font-weight: 400;
	font-size: 14px;
}

.chronotope__slider-navigation {
	display: flex;
}

.chronotope__slider-navigation-prev,
.chronotope__slider-navigation-next {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #00AEEF;
	background-image: url('../img/Icon-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.chronotope__slider-navigation-prev:not(._disabled):hover,
.chronotope__slider-navigation-next:not(._disabled):hover {
	background-color: #2E4EA4;
}

.chronotope__slider-navigation-prev._disabled,
.chronotope__slider-navigation-next._disabled {
	background-color: #C1DBF6;
	cursor: initial;
}

.chronotope__slider-navigation-prev {
	transform: rotate(180deg);
	margin-right: 8px;
}

.chronotope__slider-navigation-next {}

.chronotope__block {
	margin-top: 30px;
	width: 100vw;
	margin-left: calc(50% - 50vw - 10px);
	overflow: hidden;
	padding: 50px 20px 0;
	position: relative;
	z-index: 10;
}

.chronotope__sliders {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
}

.chronotope__wr {
	position: relative;
}

.chronotope__wr:before {
	content: attr(data-title-top);
	display: block;
	position: absolute;
	left: 20px;
	top: calc(50% - 65px);
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #DCE9F8;
	white-space: nowrap;


}

.chronotope__wr:after {
	content: attr(data-title-bottom);
	display: block;
	position: absolute;
	top: calc(50% + 45px);
	left: 380px;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #DCE9F8;
	z-index: -1;
	white-space: nowrap;
}

.chronotope__sliders-item {
	height: 750px;
	width: 345px;
	position: relative;
	border-radius: 8px;
}

.chronotope__sliders-item:not(.chronotope__sliders-item_big, ._no-hover) {
	cursor: pointer;
}

.chronotope__sliders-item_big {
	width: inherit;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.chronotope__sliders-item_big .chronotope__sliders-item-block {
	flex-direction: row;
	flex-wrap: nowrap;

}

.chronotope__sliders-item:hover:not(.chronotope__sliders-item_big, ._no-hover) {
	background: #8ec1ff1c;
}

.chronotope__sliders-item-block {
	height: 365px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.chronotope__sliders-item-line {
	height: 24px;
	background: #C1DBF6;
	border-radius: 24px;
	width: calc(100% + 24px);
	margin-left: -12px;
}


.chronotope__sliders-item:hover:not(.chronotope__sliders-item_big, ._no-hover) .chronotope__sliders-item-line {
	background: #2E4EA4;
}

.chronotope__sliders-item:hover:not(.chronotope__sliders-item_big, ._no-hover) .chronotope__sliders-item-line:after {
	content: "";
	display: block;
	width: 26px;
	height: 24px;
	background: #2E4EA4;
	border-radius: 50%;
	position: absolute;
	left: 96%;
	z-index: 10;
}

.chronotope__sliders-item:hover:not(.chronotope__sliders-item_big, ._no-hover) .chronotope__sliders-info-br:after {
	opacity: 0;
}


.chronotope__sliders-info {
	width: 160px;
	margin-left: 240px;
	display: flex;
	flex-direction: column;
}

.chronotope__sliders-info+.chronotope__sliders-info {
	margin-left: 56px;
}


.chronotope__sliders-info-img {
	max-width: 100%;
	display: block;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}

.chronotope__sliders-info-img img {
	height: 100%;
	user-drag: none !important;
}

.chronotope__sliders-info-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 110%;
	margin-top: 8px;
}

.chronotope__sliders-info-br {
	height: 80px;
	border-left: 2px dotted #00AEEF;
	margin: 8px 0;
	position: relative;
}

.chronotope__sliders-info-br:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	bottom: -28px;
	left: -9px;
}

.chronotope__sliders-item_big .chronotope__sliders-item-block:first-child .chronotope__sliders-info {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	flex-wrap: nowrap;
}


.chronotope__sliders-item-block:last-child {
	justify-content: flex-start;
}

.chronotope__sliders-item-block:last-child .chronotope__sliders-info {}

.chronotope__sliders-item-block:last-child .chronotope__sliders-info:nth-child(1) {
	margin-left: 118px;
	margin-right: 33px;
}


.chronotope__sliders-item-block:last-child .chronotope__sliders-info-br {
	order: 1;
}

.chronotope__sliders-item-block:last-child .chronotope__sliders-info-br:after {
	bottom: inherit;
	top: -28px
}

.chronotope__sliders-item-block:last-child .chronotope__sliders-info-text {
	order: 2;
}

.chronotope__sliders-item-block:last-child .chronotope__sliders-info-img {
	order: 3;
}

.chronotope__sliders-item-block:last-child .chronotope__sliders-info-text {
	margin-top: 0;
	margin-bottom: 8px;
}

.chronotope__sliders-item-name {
	top: 97px;
	height: 260px;
	border-left: 2px dotted #2E4EA4;
	position: absolute;
	left: 1px;
}

.chronotope__sliders-item_big .chronotope__sliders-item-name {
	top: 95px;
}

.chronotope__sliders-item-name-top {
	color: #2E4EA4;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	position: absolute;
	top: -36px;
}

.chronotope__sliders-item-name-top_text-90 {
	writing-mode: sideways-lr;
	margin-top: 35px;
}

.chronotope__sliders-item-name-top span {}

.chronotope__sliders-item-name-bottom {
	color: white;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	position: absolute;
	bottom: -28px;
	display: flex;
	flex-direction: row;
	padding-left: 20px;
	left: -7px;
}

.chronotope__sliders-item-name-bottom_text-90 {
	writing-mode: sideways-lr;

}

.chronotope__sliders-item-name-bottom:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #2E4EA4;
	position: absolute;
	margin-left: -22px;
}

.chronotope__sliders-item:nth-child(even) {}

.chronotope__sliders-item:nth-child(even) .chronotope__sliders-item-name {
	height: 100px;
	top: calc(50% + 22px);
}

.chronotope__sliders-item:nth-child(even).chronotope__sliders-item_big .chronotope__sliders-item-name {
	height: 250px;
}

.chronotope__sliders-item:nth-child(even) .chronotope__sliders-item-name-top {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	display: flex;
	flex-direction: row;
	margin-left: 14px;
	top: -28px;

}

.chronotope__sliders-item:nth-child(even) .chronotope__sliders-item-name-top:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #2E4EA4;
	position: absolute;
	margin-left: -22px;
}

.chronotope__sliders-item:nth-child(even).chronotope__sliders-item_big .chronotope__sliders-item-name-top:after {
	margin-top: -1px;
}

.chronotope__sliders-item:nth-child(even) .chronotope__sliders-item-name-bottom {
	color: #2E4EA4;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	padding-left: 9px;
	bottom: -35px;
}


.chronotope__sliders-item:nth-child(even) .chronotope__sliders-item-name-bottom:after {
	display: none;
}


.chronotope__sliders-item:nth-child(even) .chronotope__sliders-item-block:last-child .chronotope__sliders-info:first-child {
	margin-left: 240px;
}

.chronotope__sliders-item:nth-child(even).chronotope__sliders-item_big .chronotope__sliders-item-block:last-child .chronotope__sliders-info:first-child {
	margin-left: 205px;
	margin-right: 3px;
}

.chronotope__sliders-item:nth-child(even) .chronotope__sliders-info:first-child {
	margin-left: 100px;
}

.chronotope__sliders-item_big+.chronotope__sliders-item_big {
	margin-left: -51px;
}


.chronotope__close-sliders {

	font-weight: 500;
	font-size: 14px;
	color: #323232;
	padding: 7.5px 16px;
	border-radius: 16px;
	background: white;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.chronotope__close-sliders:before {
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	background-image: url('../img/arrow-black.svg');
	margin-right: 10px;
}

.grabbing {

	cursor: grabbing !important;
	/* Зажатый кулак */
}

@media (max-width: 1320px) {

	.chronotope__wr:before {
		font-size: 42px;
		top: calc(50% - 45px);
	}

	.chronotope__wr:after {
		font-size: 42px;
		top: calc(50% + 60px);
	}
}

@media (max-width: 920px) {
	.chronotope___title .title {
		font-size: 24px;
	}

	.chronotope__slider-navigation {
		display: none;
	}

	.chronotope__wr:before {
		font-size: 24px;
		top: calc(50% - 25px);
	}

	.chronotope__wr:after {
		font-size: 24px;
		top: calc(50% + 35px);
		left: 50px;
	}

	.chronotope__block {
		overflow-x: auto;
	}

	.chronotope__block::-webkit-scrollbar {
		width: 0;
		/* ширина scrollbar */
	}

	.chronotope__block::-webkit-scrollbar-track {}

	.chronotope__block::-webkit-scrollbar-thumb {}
}

.achieve-itm__img {
	position: relative;

}


.achieve-itm_counter {
	counter-increment: section-counter;
}

.achieve-itm_counter::before {
	content: counter(section-counter);
	/* Отображение номера */

	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #2E4EA4;
	color: white;
	z-index: 100;
	margin-top: 16px;
	margin-left: 16px;
	font-weight: 600;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;


}

@media (min-width: 900px) {
	.achieve-itm_counter:first-child {
		grid-column: span 3;
	}

	.achieve-itm_counter:first-child .achieve-itm__img {
		padding-bottom: 23.106%;
	}
}


.achieve-itm__img-span {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 100px;
	background: #515151cc;
	backdrop-filter: blur(100px);
	font-weight: 500;
	font-size: 14px;
	color: #fff;

	position: absolute;
	bottom: 16px;
	left: 16px;

}

.achieve-itm__desc_a {

	font-weight: 500;
	font-size: 14px;
	color: #000;
	margin-bottom: 8px;
}


.photo-competition {
	margin-top: 128px;
}

.photo-competition__title {
	font-weight: 600;
	font-size: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	align-content: center;
}

.photo-competition__title a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 14px;
	padding: 8px 16px;
	background: #FFFFFF;
	border-radius: 100px;

}

.photo-competition__block {
	padding: 16px 24px 24px;
	background: #0770dc;
	border-radius: 24px;
	margin-top: 32px;
}

.photo-competition__data {
	padding: 8px 16px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

.photo-competition__name {
	font-weight: 700;
	font-size: 72px;
	color: #FFFFFF0D;
	margin-top: 8px;
	line-height: 100%;
}

.photo-competition__line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 6px;
}

.photo-competition__email {
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	color: #ffffff;

}

.photo-competition__button {}

.btn.photo-competition__button:hover {
	background: #0f2e81;
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #00000080;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	transition: 0.3s all;
	padding: 20px;
}

.popup._active {
	display: flex;
	opacity: 0;
}

.popup._ani {
	opacity: 1;
}

.popup__body {
	background: #FFF;
	max-width: 800px;
	width: 100%;
	max-height: 540px;

	height: 100%;
	border: 4px solid #EEF3F9;
	border-radius: 16px;
	padding: 48px 24px 24px;
	position: relative;
	overflow: auto;
}

.popup__body._end {
	max-width: inherit;
	max-height: inherit;
	width: initial;
	height: initial;
}

.popup__close {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	transition: all .3s;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.popup__select {
	margin-top: 24px;
	margin-bottom: 32px;
}

.popup__select {}

.popup__select .custom-select__single {
	background: #FFF;
	border: 1px solid #EEF3F9;
	color: #2B2B2B;

	font-weight: 500;
	font-size: 14px;

}

.popup__select._error .custom-select__single {
	border-color: #f04438;
}

.popup__select .custom-select__single:after {
	background: #98A2B3;
}

.popup__close:before,
.popup__close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #101828;
	transform: rotate(45deg);
	transition: background .2s ease-in-out;
}

.popup__close:after {
	transform: rotate(-45deg);
}

.popup__steps {
	padding: 24px;

}

.popup__step {
	display: none;
}

.popup__step._active {
	display: block;
}

.popup__title-step {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 16px;
}

.popup__title {
	font-weight: 600;
	font-size: 20px;
}

.popup__input {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.popup__input-error-text {
	font-weight: 400;
	font-size: 12px;
	color: #f04438;
	display: none;
}

.popup__input-block {
	width: calc(50% - 8px);
}

.popup__input-block_big {
	width: 100%;
}

.popup__input input {
	height: 49px;
	width: 100%;
	border: 1px solid #E8F2FD;
	border-radius: 64px;
	padding: 0 20px;
	font-weight: 500;
	font-size: 14px;
	flex-direction: row;
	justify-content: space-between;
}

.popup__input-block._error input {
	border: 1px solid #f04438;
}

.popup__input-block._error .popup__input-error-text,
.popup__select._error .popup__input-error-text {
	display: block;
	margin-top: 6px;
}

.popup__btn {
	margin-top: 24px;
	display: flex;
}

.popup__btn-next {
	margin-left: auto;
}

.btn__white {
	border: 1px solid #EEF3F9;
	background: white;
	color: #2B2B2B;
}

.popup__btn-previous {}

.input__radio {
	margin-top: 24px;
}

.input__radio label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 16px;
	border: 1px solid #C1DBF6;
	border-radius: 8px;
	margin-bottom: 4px;
	cursor: pointer;
}

.input__radio label:has(input:checked) {
	border: 1px solid #0770DC;
}

.input__radio label input {
	width: 24px;
	height: 24px;
}

.popup__p {
	margin-top: 16px;
}

.popup__p ul {
	padding-left: 20px;
}

.popup__p ul li {
	font-weight: 400;
	font-size: 12px;
	color: #2b2b2b;
	line-height: 120%;
}

.popup__p ul li:before {
	content: ".";
	font-size: 30px;
	line-height: 0;
	position: absolute;
	margin-left: -15px;
	margin-top: -2px;
}

.popup__input-file {
	margin-top: 16px;

}

.inputFile__block {
	margin: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.inputFile {
	border: 1px solid #E8F2FD;
	border-radius: 16px;
}

.inputFile input {
	display: none;
}

.inputFile._error {
	border: 1px solid #f04438;
}

.inputFile._active .inputFile__block {
	display: none;
}

.inputFile._error .inputFile__p {
	color: #f04438;
}

.inputFile__icon {}

.inputFile__title {
	font-weight: 500;
	font-size: 16px;
	color: #2e4ea4;
	text-align: center;
}

.inputFile__text {
	font-weight: 500;
	font-size: 16px;
	color: #98a2b3;
}

.inputFile__p {
	font-weight: 400;
	font-size: 12px;
	text-align: center;

	color: #98a2b3;
}

.inputFile__icon {
	margin-bottom: 12px;
}

.inputFile__block.drag-over {
	background: rgba(31, 51, 246, 0.16);
}

.inputFile__block-file {
	display: flex;
	align-items: center;
	margin: 16px;
	gap: 12px;

}

.inputFile__block-file img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.inputFile__name {
	font-weight: 500;
	font-size: 14px;
	color: #98a2b3;
}

.inputFile__delete {
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	color: #ed1b2e;
	margin-left: auto;
}

.popup__input-checkbox {
	color: #98a2b3;
	font-size: 14px;
	font-weight: 400;

}

.popup__input-checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 16px;
	flex-direction: row;
	flex-wrap: wrap;
}

.popup__input-checkbox input {
	margin-top: 2px;
}

.popup__input-checkbox label span {
	flex: 1;
}

.popup__input-checkbox a {
	text-decoration: underline;
}

.popup__input-checkbox._active {
	color: #1d2939;
}

.popup__input-checkbox._error input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ed1b2e;
	width: 13px;
	height: 13px;
	border-radius: 2px;
}

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

.popup__end img {
	width: 280px;
}

.popup__end-title {
	font-weight: 600;
	font-size: 20px;
	color: #2b2b2b;
	margin-top: 32px;
}

.popup__end-p {
	font-weight: 400;
	font-size: 12px;
	margin-top: 8px;
	color: #2b2b2b;
}

.popup__end-btn {
	margin-top: 32px;
	padding: 0 110px;
}

.popup__select .custom-select__dropdown-list li:first-child {
	display: none;
}

.custom-select__dropdown-item:hover {
	background: #EEF3F9;
	color: #0770DC;
}

.js-open-popup {
	cursor: pointer;
}

.blue-btn:hover {
	color: #15358d;
}

@media (max-width: 1024px) {
	.photo-competition__title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.rules-inner .rules-right-col .rules-acc__items .rules-acc__item.active .rules-acc__item-content {
		padding-right: 50px;
		padding-top: 0;
	}

	.photo-competition__block {
		margin-top: 16px;
	}

	.photo-competition__data {
		display: none;
	}

	.photo-competition__name {
		font-size: 50px;
	}

	.photo-competition__line {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 36px;
	}

	.photo-competition__email {
		font-size: 24px;
	}

	.popup {
		padding: 0;
	}

	.popup__input {
		display: flex;
		flex-direction: column;
	}

	.popup__body {
		height: calc(100% - 72px);
		max-height: initial;
		padding: 32px 16px 16px;
	}

	.popup__input-block {
		width: 100%;
	}

	.popup__input-block+.popup__input-block {
		margin-top: 16px;
	}

	.popup__steps {
		padding: 0;
	}
}


.achiev-hero__banner {
	padding: 46px 43px;
	border-radius: 20px;
	background: #0770dc;
	position: relative;
	height: 380px
}

@media (max-width: 992px) {
	.achiev-hero__banner {
		padding: 27px 25px;
		height: 337px;
		overflow: hidden;
	}
}

@media (max-width: 700px) {
	.achiev-hero__banner {
		padding: 26px 19px;
		height: 620px
	}
}

.achiev-hero__banner-mark {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 8px 16px;
	border-radius: 100px;
	background: #ffffff26;
	-webkit-backdrop-filter: blur(2.5px);
	backdrop-filter: blur(2.5px);
	margin-bottom: 39px;
	display: inline-block;
	max-width: fit-content;
	z-index: 3;
	position: relative
}

@media (max-width: 992px) {
	.achiev-hero__banner-mark {
		margin-bottom: 58px
	}
}

@media (max-width: 700px) {
	.achiev-hero__banner-mark {
		margin-bottom: 27px
	}
}

.achiev-hero__banner-title {
	max-width: 439px;
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 53px;
	z-index: 3;
	position: relative
}

@media (max-width: 992px) {
	.achiev-hero__banner-title {
		max-width: 333px;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 60px
	}
}

@media (max-width: 700px) {
	.achiev-hero__banner-title {
		margin-bottom: 27px
	}
}

.achiev-hero__banner-link {
	color: #fff;
	text-align: center;
	font-size: 17.61px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 12px 32px;
	border-radius: 125.786px;
	background-color: #15358d;
	z-index: 3;
	position: relative;
	transition: all .3s;
	display: block;
	max-width: fit-content
}

.achiev-hero__banner-link:hover {
	color: #15358d;
	background-color: #fff;
	transition: all .3s
}

.achiev-hero__banner-image {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 762px;
	width: 100%;
	z-index: 2;
	overflow: hidden;
	display: flex;
	justify-content: flex-end
}

@media (max-width: 1300px) {
	.achiev-hero__banner-image {
		max-width: 662px
	}
}

@media (max-width: 1100px) {
	.achiev-hero__banner-image {
		max-width: 562px
	}
}

@media (max-width: 992px) {
	.achiev-hero__banner-image {
		max-width: 762px
	}
}

.achiev-hero__banner-image img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: bottom
}

@media (max-width: 992px) {
	.achiev-hero__banner-image img {
		transform: translate(7.5rem, 1.5rem)
	}
}

@media (max-width: 700px) {
	.achiev-hero__banner-image img {
		transform: translate(0)
	}
}

.achiev-hero__banner-decor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

@media (max-width: 700px) {
	.achiev-hero__banner-decor {
		top: 50px
	}
}

.achiev-hero__banner-decor img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: top
}


.achiev-about {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.achiev-about {
		flex-direction: column;
	}
}

.achiev-about__title {
	color: #2b2b2b;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.achiev-about__description {
	max-width: 680px;
	color: #2b2b2b;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width: 992px) {
	.achiev-about__description {
		max-width: 100%
	}
}

.achiev-adv .achiev-adv__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px
}

@media (max-width: 992px) {
	.achiev-adv .achiev-adv__items {
		grid-template-columns: 1fr
	}
}

.achiev-adv .achiev-adv__items .achiev-adv__item {
	border-radius: 16px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	padding: 24px;
	height: 356px
}

@media (max-width: 992px) {
	.achiev-adv .achiev-adv__items .achiev-adv__item {
		height: 260px
	}
}

.achiev-adv .achiev-adv__items .achiev-adv__item:first-child {
	background-color: #15358d
}

.achiev-adv .achiev-adv__items .achiev-adv__item:last-child {
	background-color: #0770dc
}

.achiev-adv .achiev-adv__items .achiev-adv__item-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: relative
}

.achiev-adv .achiev-adv__items .achiev-adv__item-icon svg {
	width: 100%;
	height: 100%
}

.achiev-adv .achiev-adv__items .achiev-adv__item-text {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 532px;
	z-index: 2;
	position: relative
}

@media (max-width: 992px) {
	.achiev-adv .achiev-adv__items .achiev-adv__item-text {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal
	}
}

.achiev-adv .achiev-adv__items .achiev-adv__item-title {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 409px;
	z-index: 2;
	position: relative
}

@media (max-width: 992px) {
	.achiev-adv .achiev-adv__items .achiev-adv__item-title {
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal
	}
}

.achiev-adv .achiev-adv__items .achiev-adv__item-link {
	color: #fff;
	text-align: center;
	font-size: 17.61px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 12px 32px;
	border-radius: 125.786px;
	background-color: #15358d;
	z-index: 2;
	position: relative;
	transition: all .3s;
	max-width: fit-content
}

.achiev-adv .achiev-adv__items .achiev-adv__item-link:hover {
	color: #15358d;
	background-color: #fff;
	transition: all .3s
}

.achiev-adv .achiev-adv__items .achiev-adv__item-decor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.achiev-adv .achiev-adv__items .achiev-adv__item-decor img {
	object-fit: contain;
	width: 100%;
	height: 100%
}


.fotokonkurs-priority-search {
	border-radius: 64px;
	border: 1px solid #E8F2FD !important;
	background: #FFF !important;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	height: 48px;
	max-width: 343px;
	width: 100%;

}

/*.fotokonkurs-priority-search {
	position: relative;

	&::before {
		content: '';
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		background-image: url('../img/search.svg');
		width: 15px;
		height: 15px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}*/

.fotokonkurs-priority-search {
	position: relative;

& .fotokonkurs-priority-search-btn {
	 content: '';
	 position: absolute;
	 cursor: pointer;
	 left: 20px;
	 top: 50%;
	 transform: translateY(-50%);
	 background-image: url('../img/search.svg');
	 width: 15px;
	 height: 15px;
	 background-size: contain;
	 background-repeat: no-repeat;
 }
}

.fotokonkurs-priority-search input {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 48px;
	color: #2B2B2B;
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;

	&::placeholder {
		color: #98A2B3;
		font-family: 'Montserrat';
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
	}
}

.hero-main__info {
& .h2 {
	  margin-bottom: 20px!important;
  }

& .hero-main__info_link {
	  display:block;
	  margin-bottom: 37px!important;
	  font-family: 'Montserrat';
	  font-weight: 600;
	  font-size: 16px;
	  line-height: 100%;
	  letter-spacing: 0%;
	  color: #fff;

  }
}


.fotokonkurs-search-select-wrap {
	margin-bottom: 64px;
	display: flex;
	justify-content: space-between;
	gap: 10px;

@media(max-width: 768px) {
	flex-direction: column;
}

& .js-select-wrap {
	  max-width: 343px;
	  width: 100%;

& .custom-select__single {
	  display: flex;
	  align-items: center;
	  color: #98A2B3;
	  font-family: 'Montserrat';
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 120%;
	  border: none;
	  background: #fff;
	  border-radius: 64px;
	  border: 1px solid #E8F2FD !important;
	  background: #FFF !important;
	  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	  height: 48px;



&::after {
	 background: #98A2B3;
 }

&:hover {
&::after {
	 background: #98A2B3;
 }
}
}

@media(max-width: 768px) {
	max-width: 100%;
}

}
}

.fotokonkurs-priority-search {
	margin-bottom: 0!important;
@media(max-width: 768px) {
	max-width: 100%;

}
}

.nomination-project__inner .nomination-items .nomination-item {
	height: 200px;
}

.nomination-item__info {
	justify-content: space-between!important;
	gap: 5px;
& .nomination-item__address {
	  border-radius: 4px;
	  background: rgba(255, 255, 255, 0.10);
	  color: #fff;
	  padding: 9px;
	  display: flex;
	  gap: 10px;
	  color: #FFF;
	  font-family: 'Montserrat';
	  font-size: 12px;
	  font-style: normal;
	  font-weight: 600;
	  line-height: normal;
  }
}

.nomination-item__map-pin {
	width: 16px;
	height: 16px;
	object-fit: contain;
}



.fotokonkurs-result-empty {
	border-radius: 20px;
	border: 1px solid #98A2B3;
	height: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;

& .fotokonkurs-result-empty-text {
	  color: #98A2B3;
	  text-align: center;
	  font-family: "Montserrat";
	  font-size: 16px;
	  font-style: normal;
	  font-weight: 600;
	  line-height: normal;
	  max-width: 261px;
  }

& a {

	  color: #FFF;
	  text-align: center;
	  font-family: 'Montserrat';
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: normal;
	  padding: 12px 32px;
	  border-radius: 100px;
	  background: #2E4EA4;
  }

}

.priority-nav-block {
	justify-content: space-between;

& .priority-nav-block-right {
	  display: flex;
	  align-items: center;
	  gap: 8px;

& .priority-nav-block-right-text {
	  color: #667085;
	  text-align: right;
	  font-family: 'Montserrat';
	  font-size: 12px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: normal;
  }
}
}

.priority-nav-block-left {
	display: flex;
	gap: 8px;
	max-width: 50%;
	width: 100%;
	flex-wrap: wrap;
}

.fotokonkurs-search-select-wrap {
	margin-bottom: 33px;
}


.fotokonkurs-priority-search-right {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 8px;

& .fotokonkurs-priority-search-text {
	  border-radius: 100px;
	  background: #2E4EA4;
	  padding: 8px 16px;
	  color: #FFF;
	  text-align: center;
	  font-family: Montserrat;
	  font-size: 12px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: normal;
  }
}

.fotokonkurs-priority-search-svg {
	cursor: pointer;
}

.fotokonkurs-priority-search input {
	padding-right: 105px;
}


div.title-search-result {
	border-radius: 20px!important;
	border: 0.5px solid #C1DBF6!important;
	background: #FFF!important;
}

td.title-search-item a {
	color: #000!important;
	font-family: "Montserrat"!important;
	font-size: 14px!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: normal!important;
	text-transform: capitalize!important;
	padding: 12px 16px!important;
	margin-left: 16px!important;
	margin-right: 16px!important;
}

td.title-search-item a:hover {
	border-radius: 8px!important;
	background: #EEF3F9!important;
	color: #000!important;
}


.priority-achieve-list.fotokonkurs-list .achieve-itm__body {
	justify-content: initial;
}