* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}
@font-face {
	font-family: stolzl;
	font-display: swap;
	src: url("../assets/fonts/stolzl-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: stolzl;
	font-display: swap;
	src: url("../assets/fonts/stolzl-medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: stolzl;
	font-display: swap;
	src: url("../assets/fonts/stolzl-light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: stolzl;
	font-display: swap;
	src: url("../assets/fonts/stolzl-book.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: stolzl;
	font-display: swap;
	src: url("../assets/fonts/stolzl-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Stem;
	font-display: swap;
	src: url("../assets/fonts/Stem-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Inter;
	font-display: swap;
	src: url("../assets/fonts/Inter-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Inter;
	font-display: swap;
	src: url("../assets/fonts/Inter-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "iconfont";
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?77cca807f14347a6beb21c84d3fdc9da") format("woff2");
}
[class*="--icon-"]::before {
	font-family: iconfont;
}
[class*="--icon-time"]::before {
	content: "\f101";
}
[class*="--icon-tg"]::before {
	content: "\f102";
}
[class*="--icon-tasks"]::before {
	content: "\f103";
}
[class*="--icon-route"]::before {
	content: "\f104";
}
[class*="--icon-reg"]::before {
	content: "\f105";
}
[class*="--icon-phone"]::before {
	content: "\f106";
}
[class*="--icon-people"]::before {
	content: "\f107";
}
[class*="--icon-organizers"]::before {
	content: "\f108";
}
[class*="--icon-max"]::before {
	content: "\f109";
}
[class*="--icon-max-messenger-sign-logo 2"]::before {
	content: "\f10a";
}
[class*="--icon-MapPin"]::before {
	content: "\f10b";
}
[class*="--icon-map"]::before {
	content: "\f10c";
}
[class*="--icon-mail"]::before {
	content: "\f10d";
}
[class*="--icon-li"]::before {
	content: "\f10e";
}
[class*="--icon-it"]::before {
	content: "\f10f";
}
[class*="--icon-info"]::before {
	content: "\f110";
}
[class*="--icon-go"]::before {
	content: "\f111";
}
[class*="--icon-f-phone"]::before {
	content: "\f112";
}
[class*="--icon-f-loc"]::before {
	content: "\f113";
}
[class*="--icon-f-email"]::before {
	content: "\f114";
}
[class*="--icon-Calendar"]::before {
	content: "\f115";
}
[class*="--icon-ArrowRightSlide"]::before {
	content: "\f116";
}
[class*="--icon-ArrowRight"]::before {
	content: "\f117";
}
[class*="--icon-ArrowLeftSlide"]::before {
	content: "\f118";
}
/* Generated by vite-plugin-svg-spritemap */
body {
	min-width: 320px;
	color: #3c4b60;
	font-family: "stolzl";
	font-size: 16px;
}
[data-fls-scrolllock] body {
	overflow: hidden;
	touch-action: none;
	overscroll-behavior: none;
}
.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: clip;
}
.wrapper>main {
	flex: 1 1 auto;
}
.wrapper>* {
	min-width: 0;
}

[class*=__container] {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.btn {
	background: #ed6d22;
	border-radius: 30px;
	color: #fbf8ff;
	padding-top: 16px;
	padding-bottom: 16px;
	transition: background 0.3s ease;
}

.title {
	font-weight: 400;
	font-size: 60px;
	line-height: 107%;
	text-transform: uppercase;
	background: linear-gradient(55deg, #1d4a91 0%, #2973e5 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-text-stroke: 1px #1d4a91;
}

.first {
	background: radial-gradient(143.79% 64.16% at 70.25% 51.76%, #65a2ff 0%, #175dc8 51.56%, #124ea9 100%);
	padding-top: 90.6px;
	padding-bottom: 91.99px;
}
.first img {
	position: absolute;
	width: 920px;
	top: 135px;
	right: 0;
	z-index: 0;
}
.first__container {
	position: relative;
	z-index: 1;
}
.first__top {
	max-width: 874px;
	margin-bottom: 63px;
}
.first__title {
	font-size: 31px;
	text-transform: uppercase;
	color: #fbf8ff;
	margin-bottom: 57px;
}
.first__img {
	position: relative;
	padding-bottom: 11.5%;
	margin-bottom: 36.41px;
}
.first__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}
.first__features {
	font-weight: 500;
	font-size: 46px;
	text-transform: capitalize;
	color: #fbf8ff;
}
.first__information {
	display: flex;
	border: 1px solid rgba(46, 98, 183, 0.8);
	border-radius: 4px;
	padding: 20px 27px 20px 20px;
	max-width: 874px;
	box-shadow: 15px 4px 31px 0 rgba(1, 17, 64, 0.4);
	background: linear-gradient(90deg, #1350ad 0%, #124da9 100%);
	margin-bottom: 85px;
}
.first__left {
	flex: 0 0 379px;
	color: #fff;
	line-height: 150%;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.first__item {
	display: flex;
	column-gap: 16px;
}
.first__icon {
	flex: 0 0 48px;
	height: 48px;
	border-radius: 10px;
	background-color: rgba(204, 212, 250, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.first__icon.--icon-map::before,
.first__icon.--icon-Calendar::before,
.first__icon.--icon-info::before {
	font-size: 22px;
}
.first__info {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 5px;
}
.first__right {
	flex: 0 1 auto;
	display: flex;
	column-gap: 16px;
	line-height: 138%;
	color: #fbf8ff;
	padding-left: 24px;
	position: relative;
}
.first__right::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(204, 212, 250, 0.55);
}
.first__right .first__text {
	font-size: 16px;
	line-height: 138%;
}
.first__actions {
	max-width: 858px;
	display: flex;
	column-gap: 26px;
	margin-bottom: 40px;
}
.first__btn {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	column-gap: 6px;
	flex: 0 1 50%;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	padding-left: 10px;
	padding-right: 10px;
}
.first__buttons {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 10px;
}
.first__button {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	column-gap: 6px;
	flex: 0 1 201px;
	padding: 16px;
	position: relative;
	z-index: 1;
	border-radius: 30px;
	border: none;
	background: radial-gradient(474.95% 149.78% at 114.96% 133.79%, rgba(101, 162, 255, 0.2) 0%, rgba(23, 93, 200, 0.4) 51.56%, rgba(16, 68, 147, 0.5) 100%);
	backdrop-filter: blur(14px);
	transition: background 0.3s ease;
}
.first__button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 30px;
	padding: 1px;
	background: #1352b2;
	background: linear-gradient(354deg, rgb(19, 82, 178) 8%, rgb(138, 188, 219) 51%, rgb(19, 82, 178) 78%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.first__button {
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 10px 40px rgba(0, 0, 0, 0.3);
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.broadcast {
	background: #e5efff;
	padding-top: 100px;
	padding-bottom: 112px;
}
.broadcast__title {
	margin-bottom: 75px;
}

.yvideo {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 16px;
	overflow: hidden;
}

.yvideo iframe,
.yvideo object,
.yvideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.speakers {
	padding-top: 98px;
	padding-bottom: 101px;
	position: relative;
	overflow: hidden;
}
.speakers__bg {
	max-width: 1917px;
	position: absolute;
	left: -131px;
	bottom: -100px;
}
.speakers__title {
	margin-bottom: 85px;
}
.item {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	column-gap: 24px;
	row-gap: 42px;
	position: relative;
	z-index: 1;
}
.item__card {
	display: flex;
	flex-direction: column;
	row-gap: 29.48px;
	border: 2px solid #dbeafe;
	border-radius: 14px;
	padding: 14px;
	box-shadow: 2px 2px 15px -3px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.85);
}

.item__img {
	border-radius: 14px;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
}
.item__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: transform 0.4s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.item__body {
	text-align: center;
	display: flex;
	flex-direction: column;
	row-gap: 9px;
}
.item__name {
	font-weight: 500;
	font-size: 24px;
	line-height: 137%;
	background: linear-gradient(55deg, #1d4a91 0%, #2973e5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.item__company {
	font-size: 18px;
	line-height: 144%;
	color: #3c4b60;
	display: inline-block;
	column-gap: 5.6px;
	justify-content: center;
	align-items: start;
}
.item__company.--icon-it::before {
	font-size: 20px;
	padding-right: 5px;
}
.item__description {
	font-size: 20px;
	line-height: 140%;
	color: #3c4b60;
}
.item__email {
	font-size: 20px;
	line-height: 147%;
	text-align: center;
	color: #155dfc;
	overflow-wrap: break-word;
	-webkit-text-stroke: 1px #155dfc;
	display: inline-block;
	transition: color 0.3s ease;
}

.program {
	padding-top: 99px;
	padding-bottom: 80px;
}
.program__title-p {
	margin-bottom: 90px;
}
.program .program__navigation {
	display: flex;
	position: relative;
	box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
	background: #e9e9e9;
	border-radius: 46px;
	padding: 1px 2px;
}
.program .program__navigation::before {
	content: "";
	position: absolute;
	bottom: -52px;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #e9e9e9;
	border-radius: 999px;
}
.program .program__navigation::after {
	content: "";
	position: absolute;
	bottom: -52px;
	left: 0;
	height: 8px;
	background-color: #ed6d22;
	border-radius: 999px;
	transition: all 0.3s ease;
	width: 0;
	transform: translateX(0);
}
.program .program__navigation:has(.program__title:nth-child(1).--tab-active)::after {
	width: 50%;
	transform: translateX(0);
}
.program .program__navigation:has(.program__title:nth-child(2).--tab-active)::after {
	width: 50%;
	transform: translateX(100%);
}
.program__title-tab {
	flex: 0 1 50%;
	display: flex;
	column-gap: 8px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color: #3c4b60;
	background: #e9e9e9;
	padding: 12px;
	border-radius: 47px;
	transition: color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.program__title-tab.--icon-Calendar::before {
	font-size: 24px;
}
.program__title-tab.--tab-active {
	color: #fff;
	box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
	background: #ed6d22;
}
.program__days {
	margin-top: 21px;
	display: flex;
	justify-content: space-between;
}
.program__days-item {
	font-size: 16px;
	line-height: 125%;
	color: #3c4b60;
	opacity: 0.91;
}
.program__content {
	margin-top: 70px;
}
.program__body {
	margin-bottom: 52px;
}
.program__item {
	display: flex;
	column-gap: 28px;
	position: relative;
	z-index: 1;
}
.program__item:not(:last-child) {
	margin-bottom: 42px;
}
.program__item::before {
	content: "";
	position: absolute;
	width: 2px;
	height: calc(100% + 42px);
	top: 0;
	left: 92px;
	background: #abd1f1;
}
.program__item:last-child::before {
	height: calc(100% - 8px);
}
.program__time {
	flex: 0 0 181px;
	border-radius: 8px;
	padding: 6px 17px 6px 48.5px;
	font-size: 18px;
	line-height: 111%;
	color: #fff;
	align-self: flex-start;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	position: relative;
	z-index: 0;
	background: #155dfc url(../assets/img/time.webp) no-repeat 20px 50%/18px;
}
.program__info {
	flex: 0 1 100%;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 14px;
	padding: 24px;
	margin-left: 46px;
	position: relative;
}
.program__info:has(.program__what) .program__top {
	align-items: flex-start;
}
.program__info::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: -46px;
	box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.34), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	background: #155dfc;
	border: 4px solid #fff;
	border-radius: 999px;
	padding: 1px;
}
.program__info--p {
	padding: 16px 24px;
}
.program__info--c {
	border: 1px solid #bedbff;
	background: #eff6ff;
}
.program__info--r {
	border: 1px solid rgba(121, 71, 22, 0.31);
	background: rgba(121, 71, 22, 0.09);
}
.program__top {
	display: flex;
	column-gap: 10px;
	align-items: center;
}
.program__name {
	flex: 0 1 100%;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #283445;
}
.program__number {
	flex: 0 0 40px;
	border-radius: 8px;
	height: 40px;
	box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	background: linear-gradient(55deg, #1d4a91 0%, #2973e5 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Inter;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	color: #fff;
}
.program__what {
	padding-top: 8px;
	padding-bottom: 12px;
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	color: #155dfc;
}
.program__speakers {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 5px;
}
.program__speakers-item {
	border: 1px solid #bedbff;
	border-radius: 999px;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 100%;
	color: #3c4b60;
	display: inline-flex;
	column-gap: 10px;
}
.program__speakers-item.--icon-people::before {
	font-size: 16px;
}
.program__direction {
	padding-left: 18px;
	position: relative;
}
.program__direction::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 4px;
	left: 1px;
	border-radius: 999px;
	background: #155dfc;
}
.program__direction:not(:last-child) {
	padding-bottom: 12px;
}
.program__direction-name {
	font-size: 18px;
	line-height: 111%;
	color: #283445;
}
.program__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #3c4b60;
}
.program__total {
	display: flex;
	column-gap: 31.5px;
	justify-content: space-between;
}
.program__total-item {
	flex: 0 1 calc((100% - 63px) / 3);
	padding: 24px;
	border-radius: 14px;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
	background: #ed6d22;
	text-align: center;
}
.program__total-num {
	font-weight: 500;
	font-size: 40px;
	line-height: 90%;
	color: #fff;
	margin-bottom: 12px;
}
.program__total-text {
	font-size: 24px;
	line-height: 83%;
	color: #fff;
}

.organizers {
	padding: 102px 0;
}
.organizers__title {
	margin-bottom: 88px;
}
.organizers__items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
	column-gap: 37px;
	row-gap: 42px;
	margin-bottom: 105px;
}
.organizers__item {
	position: relative;
	padding-bottom: 36.585%;
	overflow: hidden;
}
.organizers__item img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: transform 0.4s;
}
.organizers__supported {
	margin-bottom: 110px;
}
.organizers__subtitle {
	font-size: 48px;
	background: linear-gradient(55deg, #1d4a91 0%, #2973e5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 60px;
	-webkit-text-stroke: 1px #1d4a91;
}
.organizers__sup-items {
	/*
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.organizers__sup-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	overflow: hidden;
}
.organizers__sup-item img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s;
}
.organizers__p-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	column-gap: 100px;
	row-gap: 42px;
	width: 100%;
}
.organizers__p-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 calc((100% - 100px * (4 - 1)) / 4);
}
.organizers__p-item img {
	max-width: 100%;
	height: auto;
	display: block;
}

.registration {
	padding-top: 102px;
	padding-bottom: 122px;
	background: radial-gradient(143.79% 64.16% at 70.25% 51.76%, #2b6aca 0%, #175dc8 51.56%, #124ea9 100%);
	position: relative;
	overflow: hidden;
}
.registration {
	/*
  &__bg {
  	position: absolute;
  	z-index: 0;
  	top: 0;
  	left: 0;
  	width: 100%;
  	max-width: 1306px;
  	height: 1105px;


  	img {
  		position: absolute;
  		max-width: 1306px;
  		height: 1105px;
  		top: 30px;
  		left: -60px;
  		object-fit: cover;
  		transform: scaleX(-1);
  	}
  }
  */
}
.registration img {
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 0;
	width: 100%;
	max-width: 1160px;
	height: auto;
	object-fit: cover;
}
.registration__container {
	position: relative;
	z-index: 1;
}
.registration__title {
	font-size: 60px;
	line-height: 107%;
	text-transform: uppercase;
	-webkit-text-stroke: 1px #fff;
	color: #fff;
	margin-bottom: 68px;
}
.registration__form {
	border-radius: 16px;
	padding: 46px;
	box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.9);
}
.registration__subtitle {
	font-weight: 500;
	font-size: 32px;
	text-transform: uppercase;
	background: linear-gradient(55deg, #1d4a91 0%, #2973e5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 47px;
}
.registration__body {
	display: flex;
	margin-bottom: 50px;
}
.registration__left {
	flex: 0 1 577px;
}
.registration__left label {
	display: block;
}
.registration__left span {
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #283445;
}
.registration__left input {
	border: 1px solid #d1d5dc;
	outline: none;
	border-radius: 8px;
	padding: 8px 12px;
	background: #f3f3f5;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 6px;
	width: 100%;
	display: block;
	transition: border-color 0.3s;
}
.registration__left input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
	font-weight: 300;
	transition: opacity 0.3s;
	color: #969da9;
}
.registration__left input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
	opacity: 0;
}
.registration__left input.--form-focus {
	border-color: #3c4b60;
}
.registration__left input.--form-error {
	border-color: #ff0000;
}
.registration__right {
	flex: 0 1 474px;
	padding-left: 70px;
	position: relative;
}
.registration__right::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 35px;
	background-color: #d1d5dc;
}
.registration__name {
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
	color: #283445;
	margin-bottom: 12px;
}
.registration__radio {
	margin-bottom: 60px;
}
.registration__button {
	display: flex;
	flex-direction: row-reverse;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	padding: 17px 60px;
	column-gap: 10px;
	justify-self: center;
}
.registration__button.--icon-reg {
	font-size: 20px;
}

.committee {
	padding-top: 100px;
	padding-bottom: 130px;
	position: relative;
}
.committee__bg {
	max-width: 1917px;
	position: absolute;
	right: 0;
	bottom: -100px;
	transform: scaleX(-1);
}
.committee__title {
	margin-bottom: 85px;
}

.about {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #e5efff;
}
.about__title {
	margin-bottom: 70px;
}
.about__content {
	display: flex;
	column-gap: 15px;
}
.about__left {
	flex: 0 1 562px;
	position: relative;
	padding: 24px;
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	overflow: hidden;
}
.about__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.about__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.about__date {
	align-self: flex-end;
	position: relative;
	z-index: 1;
	font-size: 12px;
	line-height: 200%;
	color: #fff;
	padding: 4px 12px;
	border-radius: 30px;
	backdrop-filter: blur(12px);
	overflow: hidden;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
	background: linear-gradient(to right, rgba(2, 45, 113, 0.431372549) 3%, rgba(0, 0, 0, 0) 100%);
}
.about__date::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 30px;
	padding: 1px;
	background: #29549b;
	background: linear-gradient(354deg, rgb(41, 84, 155) 8%, rgb(138, 190, 217) 49%, rgb(58, 106, 186) 85%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.about__text {
	margin-top: auto;
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	color: #fff;
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
	background: linear-gradient(55deg, rgba(29, 74, 145, 0.36) 0%, rgba(41, 115, 229, 0.36) 100%);
	backdrop-filter: blur(22px) saturate(150%);
}
.about__text::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 16px;
	padding: 1px;
	background: linear-gradient(354deg, rgb(41, 84, 155) 8%, rgb(138, 190, 217) 49%, rgb(58, 106, 186) 85%);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
}
.about__cards {
	flex: 0 1 562px;
	display: flex;
	flex-direction: column;
	row-gap: 18px;
}
.about__card {
	border: 1px solid rgba(190, 219, 255, 0.5);
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(239, 246, 255, 0.8) 100%);
}
.about__top {
	display: flex;
	column-gap: 12px;
	align-items: center;
	margin-bottom: 26px;
	position: relative;
}
.about__top::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -12px;
	left: 0;
	background-color: rgba(190, 219, 255, 0.5);
}
.about__icon {
	flex: 0 0 40px;
	height: 40px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ed6d22;
	font-size: 20px;
}
.about__icon.--icon-tasks,
.about__icon.--icon-people {
	color: #fff;
}
.about__name {
	font-weight: 500;
	font-size: 24px;
	line-height: 117%;
	text-transform: uppercase;
	color: #ed6d22;
}
.about__item {
	padding-left: 20px;
	position: relative;
}
.about__item::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	border-radius: 999px;
	background-color: #ed6d22;
}
.about__item:not(:last-child) {
	margin-bottom: 12px;
}
.about__item-name {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #3c4b60;
	margin-bottom: 4px;
}
.about__item-text {
	font-size: 20px;
	line-height: 150%;
	color: #3c4b60;
}

.photo {
	padding-top: 110px;
	padding-bottom: 100px;
}
.photo__title {
	margin-bottom: 40px;
}
.photo__slider.swiper {
	overflow: visible;
}
.photo__top {
	display: flex;
	column-gap: 43px;
	margin-bottom: 32px;
}
.photo__subtitle {
	flex: 0 1 432px;
	font-size: 20px;
	line-height: 150%;
	color: #3c4b60;
}
.photo__buttons {
	display: flex;
	column-gap: 10px;
}
.photo__slider-btn {
	flex: 0 0 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #114494;
	border-radius: 8px;
	background: rgba(217, 217, 217, 0);
	position: relative;
	transition: background 0.3s ease;
}
.photo__slider-btn svg {
	display: none;
}
.photo__slider-btn.--icon-ArrowLeftSlide::before {
	position: absolute;
	font-size: 40px;
	top: -4px;
	transition: color 0.3s ease;
}
.photo__slider-next {
	transform: scaleX(-1);
}
.photo__wrapper {
	align-items: center;
}
.photo__slide {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	height: auto;
	display: flex;
	flex-direction: column;
}
.photo__slide img {
	width: 100%;
	object-fit: cover;
}

.venue {
	padding-top: 100px;
	padding-bottom: 100px;
}
.venue__title {
	margin-bottom: 65px;
}
.venue__information {
	font-size: 18px;
	line-height: 150%;
	color: #3c4b60;
	margin-bottom: 24px;
}
.venue__map {
	position: relative;
	padding-bottom: 66.93%;
	border-radius: 16px;
	overflow: hidden;
	min-height: 550px;
}
.venue__map>img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.venue__mapcont {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.venue__mapcont>* {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.venue__mapcont>*>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.venue__item {
	max-width: 487px;
	width: 100%;
	position: absolute;
	border-radius: 12px;
	padding: 24px;
	max-width: 487px;
	bottom: 23px;
	right: 32px;
	box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	background: linear-gradient(310deg, #155dfc 0%, #1447e6 100%), radial-gradient(143.79% 64.16% at 70.25% 51.76%, #0266ff 0%, #175dc8 51.56%, #124ea9 100%);
}
.venue__body {
	color: #fff;
	display: flex;
	column-gap: 16px;
}
.venue__icon {
	flex: 0 0 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2) url(../assets/img/location.webp) no-repeat 50% 50%/18px;
}
.venue__content {
	margin-bottom: 16px;
	font-size: 18px;
}
.venue__address-name {
	line-height: 156%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 8px;
}
.venue__address {
	font-weight: 500;
	line-height: 122%;
	color: #dbeafe;
	margin-bottom: 4px;
}
.venue__city {
	font-weight: 300;
	line-height: 144%;
	letter-spacing: -0.03em;
	color: #dbeafe;
}
.venue__button {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 11px;
	font-weight: 500;
	line-height: 133%;
	text-align: center;
	color: #155dfc;
	border-radius: 30px;
	padding: 8px;
	background: #fff;
	transition: background 0.3s ease;
}

.release {
	border: 8px solid #1558be;
	background: radial-gradient(143.79% 64.16% at 70.25% 51.76%, #65a2ff 0%, #175dc8 51.56%, #124ea9 100%);
	position: relative;
}
.release__bg {
	position: absolute;
	max-width: 650px;
	height: 100%;
	top: 0;
	right: 30px;
	z-index: 0;
}
.release__bg img {
	position: absolute;
	max-width: 650px;
	height: 100%;
	top: 0;
	right: 0;
	object-fit: contain;
}
.release__head {
	background: #114494;
	display: flex;
	padding-top: 10px;
	padding-bottom: 8px;
	position: relative;
	z-index: 1;
}
.release__head .release__container {
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.release__container {
	max-width: 1640px;
	width: 100%;
	margin: 0 auto;
}
.release__logo {
	flex: 0 0 154px;
	position: relative;
	overflow: hidden;
}
.release__logo img {
	width: 100%;
}
.release__heade-info {
	display: flex;
	column-gap: 56px;
}
.release__city {
	font-size: 24px;
	line-height: 125%;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
}
.release__address {
	font-size: 24px;
	line-height: 125%;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
}
.release__date {
	font-weight: 400;
	font-size: 64px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
}
.release__date span {
	font-size: 36px;
}
.release__top {
	margin-top: 95px;
	margin-bottom: 95px;
	position: relative;
	z-index: 1;
}
.release__title {
	font-weight: 400;
	font-size: 39px;
	text-transform: uppercase;
	color: #fbf8ff;
	margin-bottom: 39px;
}
.release__img {
	position: relative;
	padding-bottom: 8%;
	max-width: 1110px;
}
.release__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
	object-position: left;
}
.release__features {
	margin-top: 38px;
	font-weight: 500;
	font-size: 58px;
	text-transform: capitalize;
	color: #fbf8ff;
}
.release__bottom {
	padding: 10px 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
.release__bottom .release__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.release__item {
	display: flex;
	align-items: center;
	position: relative;
}
.release__item img {
	max-width: 100%;
	height: auto;
	display: block;
}

.letter {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 30px;
	padding-top: 40px;
}
.letter__body {}
.letter .release__bg {
	top: 43px;
	right: 0;
	height: 124px;
}
.letter .release__head {
	padding: 3px 0;
}
.letter .release__logo {
	flex: 0 0 42px;
}
.letter .release__heade-info {
	column-gap: 15px;
}
.letter .release__city {
	font-size: 6px;
}
.letter .release__address {
	font-size: 6px;
}
.letter .release__date {
	font-size: 17px;
}
.letter .release__date span {
	font-size: 9px;
}
.letter .release__top {
	margin: 26px 0;
}
.letter .release__title {
	font-size: 14px;
	margin-bottom: 10px;
}
.letter .release__features {
	font-size: 16px;
	margin-top: 8px;
}
.letter .release__bottom {
	padding: 5px 0;
}
.letter__text {
	margin-top: 24px;
}
.letter__text a {
	display: inline-block;
	color: #155dfc;
	text-decoration: underline;
}
.letter__text a:hover {
	text-decoration: none;
}
.letter__text h2 {
	font-family: Inter;
	font-weight: 700;
	font-size: 18px;
	line-height: 167%;
	color: #3c4b60;
	margin-bottom: 8px;
}
.letter__text h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	color: #193cb8;
}
.letter__text p {
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #3c4b60;
	margin-bottom: 8px;
}
.letter__text span {
	color: #1447e6;
	font-weight: 700;
}
.letter__text ul {
	margin: 12px 0;
	padding-left: 12px;
}
.letter__text ul.letterlist-orange li {
	column-gap: 8px;
}
.letter__text ul.letterlist-orange li::before {
	content: "\f10e";
	color: #ed6d22;
	font-size: 14px;
	font-family: iconfont;
	width: 12px;
	height: 12px;
	background-color: transparent;
	transform: none;
}
.letter__text ul li {
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #3c4b60;
	margin-bottom: 4px;
	position: relative;
	display: flex;
	column-gap: 7.5px;
}
.letter__text ul li::before {
	margin-top: 4px;
	content: "";
	width: 7px;
	height: 7px;
	background-color: #1557bc;
	border-radius: 50%;
	display: block;
	transform: translateY(4px);
}
.letter__text p.lettertext,
.letter__text .textreg,
.letter__text .textblue {
	margin: 14px 0;
}
.letter__bottom {
	padding-top: 15px;
	border-top: 1px solid #e5e7eb;
	margin-top: 16px;
}
.letter__bottom p {
	margin: 0 !important;
}
.letter__bottom a {
	color: #155dfc;
	text-decoration: underline;
	text-underline-offset: 25%;
}
.letter__bottomtop:not(:last-child) {
	margin-bottom: 14px;
}
.letter__bottombot {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.lettertext {
	border-left: 3px solid #ff6900;
	background-color: #fff7ed;
	padding: 10px 14px 11px 10px;
}

.textreg {
	border: 1px solid rgba(21, 93, 252, 0.4705882353);
	background-color: #eff6ff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 9px 15px;
	color: #193cb8;
	border-radius: 6px;
}
.textreg b {
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	/* 15/10 */
}
.textreg a {
	color: #1447e6;
	text-decoration: underline;
	text-underline-offset: 25%;
	font-size: 14px;
	line-height: 133.333333%;
	/* 16/12 */
}

.textblue {
	background-color: #e2eeff;
	border-radius: 6px;
	padding: 10px 16px;
}
.textblue p {
	margin: 0 !important;
}
/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
.swiper {
	overflow: hidden;
}

.swiper-initialized {
	touch-action: pan-y;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	display: flex;
	position: relative;
}

.swiper-vertical .swiper-wrapper {
	flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	align-items: center;
}

.swiper-initialized .swiper-slide {
	flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}
/* Generated by vite-plugin-svg-spritemap */
.menu {
	flex: 1 1 auto;
}
.menu__body {
	display: flex;
	column-gap: 10px;
}
.menu__list {
	flex: 0 1 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 32px;
	flex-wrap: wrap;
}
.menu__link {
	font-size: 18px;
	text-transform: capitalize;
	text-decoration-skip-ink: none;
	color: #fbf8ff;
}
.icon-menu {
	display: none;
}
/* Generated by vite-plugin-svg-spritemap */
.header {
	background: #114494;
	padding: 26px 0;
}
.header__container {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.header__logo {
	flex: 0 0 154px;
	position: relative;
	z-index: 10;
	transition: opacity 0.3s ease;
}
.header__logo img {
	width: 154px;
	height: 57.4px;
}
.header__button {
	padding: 19.5px 32px;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
@font-face {
	font-family: "lg";
	src: url("../assets/fonts/lg.woff2?io9a6k") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.lg-icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "lg" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-container {
	font-family:
		system-ui,
		-apple-system,
		"Segoe UI",
		Roboto,
		"Helvetica Neue",
		Arial,
		"Noto Sans",
		"Liberation Sans",
		sans-serif,
		"Apple Color Emoji",
		"Segoe UI Emoji",
		"Segoe UI Symbol",
		"Noto Color Emoji";
}

.lg-next,
.lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1084;
	outline: none;
	border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
	opacity: 0 !important;
	cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
	color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
	display: none;
}

.lg-next {
	right: 20px;
}
.lg-next:before {
	content: "\e095";
}

.lg-prev {
	left: 20px;
}
.lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-media-overlap .lg-toolbar {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	will-change: color;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	background: none;
	border: none;
	box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
	font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
	color: #fff;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-maximize {
	font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
	content: "\e90a";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	color: #eee;
	font-size: 16px;
	padding: 10px 40px;
	text-align: center;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
.lg-sub-html a {
	color: inherit;
}
.lg-sub-html a:hover {
	text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.lg-error-msg {
	font-size: 14px;
	color: #999;
}

.lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	height: 47px;
	vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
	opacity: 0;
	-webkit-transition:
		-webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
	-moz-transition:
		-moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
	-o-transition:
		-o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
	transition:
		transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
	opacity: 0;
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	will-change: transform, opacity;
	-webkit-transition:
		-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition:
		-moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition:
		-o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition:
		transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
	opacity: 1;
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
	color: #fff;
	border-radius: 3px;
	outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
	border-radius: 8px;
	outline-offset: -5px;
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-container {
	display: none;
	outline: none;
}
.lg-container.lg-show {
	display: block;
}

.lg-on {
	scroll-behavior: unset;
}

.lg-overlay-open {
	overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition:
		-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition:
		-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition:
		-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition:
		transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
	opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
	opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0.001;
	outline: none;
	will-change: auto;
	overflow: hidden;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
	opacity: 1;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.lg-outer .lg-inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	white-space: nowrap;
}
.lg-outer .lg-item {
	display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
	background: url("data:image/gif;base64,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") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	white-space: nowrap;
	font-size: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-object {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
	display: none;
}
.lg-outer.lg-hide-download .lg-download {
	opacity: 0.75;
	pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
	opacity: 1;
	transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.lg-outer .lg-media-cont .lg-object {
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	will-change: auto;
	-webkit-transition: opacity 333ms ease-in 0s;
	-o-transition: opacity 333ms ease-in 0s;
	transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition:
		-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-moz-transition:
		-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-o-transition:
		-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	transition:
		transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
}

.lg-container {
	display: none;
}
.lg-container.lg-show {
	display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
	position: absolute;
}
.lg-inline .lg-backdrop {
	z-index: 1;
}
.lg-inline .lg-outer {
	z-index: 2;
}
.lg-inline .lg-maximize:after {
	content: "\e909";
}

.lg-components {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	-webkit-transition: -webkit-transform 0.35s ease-out 0s;
	-moz-transition: -moz-transform 0.35s ease-out 0s;
	-o-transition: -o-transform 0.35s ease-out 0s;
	transition: transform 0.35s ease-out 0s;
	z-index: 1080;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
/* Generated by vite-plugin-svg-spritemap */
.tabs__navigation {
	display: flex;
}
.tabs__title {
	border: 1px solid #eee;
	padding: 10px 15px;
	border-radius: 5px;
}
.tabs__title.--tab-active {
	border: 1px solid #000;
}
.tabs__content {
	border: 1px solid #eee;
	padding: 10px 15px;
}
/* Generated by vite-plugin-svg-spritemap */
.footer {
	background: #114494;
	padding-top: 107px;
	padding-bottom: 63px;
}
.footer__top {
	display: flex;
	column-gap: 124px;
}
.footer__logo {
	flex: 0 0 154px;
	align-self: flex-start;
	overflow: hidden;
	transition: transform 0.3s ease;
}
.footer__logo img {
	width: 100%;
}
.footer__items {
	flex: 0 1 100%;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.footer__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 156%;
	color: #fff;
	margin-bottom: 20px;
	white-space: nowrap;
}
.footer__li {
	font-weight: 300;
	font-size: 14px;
	color: #fbf8ff;
}
.footer__li:not(:last-child) {
	margin-bottom: 12px;
}
.footer__link {
	border-bottom: 1px solid transparent;
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	column-gap: 4px;
}
.footer__link.--icon-f-email::before,
.footer__link.--icon-f-phone::before,
.footer__link.--icon-f-loc::before {
	color: #ed6d22;
}
.footer__social {
	display: flex;
	column-gap: 12px;
	overflow: hidden;
}
.footer__soc {
	flex: 0 0 47px;
	height: 47px;
	overflow: hidden;
	border-radius: 999px;
	transition: transform 0.3s ease;
}
.footer__soc img {
	width: 100%;
}
.footer__osday {
	margin-top: 16px;
	font-size: 14px;
	line-height: 143%;
	color: #ed6d22;
	transition: color 0.3s ease;
}
.footer__years {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
	padding: 14px 24px;
	font-size: 18px;
	color: #fff;
	background: linear-gradient(90deg, rgb(14, 65, 145) 0%, rgb(33, 94, 187) 66%, rgb(33, 94, 187) 100%);
	border-radius: 30px;
	position: relative;
	margin-top: 60px;
	flex-wrap: wrap;
	row-gap: 10px;
}
.footer__years::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 1px;
	background: #5B8FC0;
	background: linear-gradient(1deg, rgb(91, 143, 192) 0%, rgb(14, 66, 145) 60%, rgb(91, 143, 192) 98%);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
}
.footer__years span {
	color: #fab403;
}
.footer__political {
	font-weight: 300;
	font-size: 12px;
	line-height: 143%;
	text-align: center;
	color: rgba(255, 255, 255, 0.42);
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 20px;
}
/* Generated by vite-plugin-svg-spritemap */
.options {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.options__item {
	position: relative;
	cursor: pointer;
}
.options__item:not(:last-child) {
	margin-bottom: 12px;
}
.options__input {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
}
.options__input.--form-focus+.options__text {
	color: #ed6d22;
}
.options__input:checked+.options__text:after {
	transform: scale(1);
}
.options__text {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	gap: 14px;
	font-size: 16px;
	line-height: 150%;
	color: #3c4b60;
}
.options__text:before {
	content: "";
	align-self: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	border-radius: 50%;
	box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	border: 4px solid #fff;
}
.options__text:after {
	content: "";
	transition: all 0.3s ease 0s;
	transform: scale(0);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ed6d22;
	position: absolute;
	left: 4px;
	top: 8px;
}
/* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	border-radius: 0 !important;
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	caret-color: inherit;
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
	transition: opacity 0.3s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
	opacity: 0;
}

textarea.input {
	resize: vertical;
	padding: 0px 0px;
}
/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
.checkbox {
	display: inline-block;
	position: relative;
}
.checkbox:not(:last-child) {
	margin-bottom: 18px;
}
.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.checkbox__input:focus-visible+.checkbox__text {
	outline: 1px solid #000;
}
.checkbox__input:checked+.checkbox__text:after {
	transform: scale(1);
}
.checkbox__text {
	cursor: pointer;
	position: relative;
	gap: 8px;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	line-height: 138%;
	color: #3c4b60;
	padding-left: 32px;
}
.checkbox__text:before {
	content: "";
	border-radius: 3px;
	align-self: flex-start;
	position: absolute;
	top: 3px;
	left: 0;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border: 0.6px solid rgba(0, 0, 0, 0.11);
	box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.checkbox__text::after {
	content: "";
	transition: all 0.3s ease 0s;
	transform: scale(0);
	width: 19px;
	height: 14px;
	position: absolute;
	left: 3px;
	top: 8px;
	background: url("../assets/img/ch.webp") 0 0/19px no-repeat;
}

/* speakerpage */

.speakerpage {
	padding-top: 60px;
}
.speakerpage__container {
	display: flex;
	gap: 30px;
	align-items: flex-end;
}
.speakerpage__left {}
.speakerpage__top {
	margin-bottom: 30px;
}
.speakerpage__image {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	width: 150px;
	height: 150px;
}
.speakerpage__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.speakerpage__title {}
.speakerpage__position {
	font-size: 16px;
	line-height: 120%;
	color: #3C4B60;
}
.speakerpage__mail {
	font-size: 16px;
	line-height: 120%;
	color: #1d4a91;
	transition: color 0.3s;
	font-weight: 500;
}
.speakerpage__bottom {}
.speakerpage__text {
	font-size: 16px;
	line-height: 120%;
	color: #3C4B60;
	margin-bottom: 30px;
}

.speakerpage__text p:not(:last-child) {
	margin-bottom: 1em;
}
.speakerpage__download {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}
.speakerpage__download img {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	object-fit: contain;
}
.speakerpage__download span {
	font-size: 16px;
	line-height: 120%;
	font-weight: 500;
	color: #1d4a91;
	transition: color 0.3s;
}

/* speakerpage end */


@media (min-width: 47.99875em) {
	.speakerpage__top {
		display: grid;
		column-gap: 20px;
		grid-template-columns: 150px 1fr;
		grid-template-rows: auto auto 1fr;
		align-items: start;
		row-gap: 10px;
	}
	.speakerpage__image {
		grid-row: 1/4;
		grid-column: 1/2;
	}
	.speakerpage__mail {
		align-self: start;
	}
}

@media (min-width: 61.99875em) {
	.speakerpage__title {
		font-size: 40px;
	}
	.speakerpage__container {
		display: flex;
		gap: 30px;
		align-items: flex-end;
	}
	.speakerpage__left {
		flex: 1 1 auto;
	}
	.speakerpage__right {
		flex: 0 0 300px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
		font-size: 16px;
		font-weight: 500;
		line-height: 120%;
		text-transform: uppercase;
	}

	.speakerpage__speakerlink {
		color: #1d4a91;
		transition: color 0.3s;
	}
}

@media (max-width: 1200px) {
	.release__bg img {
		max-width: 330px;
	}
	.release__top {
		margin: 26px 0;
	}
	.release__title {
		font-size: 30px;
	}
	.release__features {
		font-size: 40px;
	}
}
@media (max-width: 1080px) {
	.menu__list {
		column-gap: 15px;
	}
}
@media (max-width: 61.99875em) and (any-hover: none) {
	.icon-menu {
		cursor: default;
	}
}
@media (max-width: 61.99875em) {
	.speakerpage__right {
		display: none;
	}
	.title {
		font-size: 40px;
	}
	.first {
		padding: 20px 0;
	}
	.first img {
		max-width: 700px;
	}
	.first__top {
		margin-bottom: 20px;
	}
	.first__title {
		margin-bottom: 20px;
	}
	.first__img {
		margin-bottom: 20px;
	}
	.first__information {
		flex-direction: column;
		row-gap: 20px;
		margin-bottom: 20px;
	}
	.first__left {
		flex: 0 1 auto;
	}
	.first__right {
		padding-left: 0;
	}
	.first__right::after {
		display: none;
	}
	.broadcast {
		padding: 20px 0;
	}
	.broadcast__title {
		margin-bottom: 20px;
	}
	.speakers {
		padding: 20px 0;
	}
	.speakers__title {
		margin-bottom: 20px;
	}
	.item__card {
		row-gap: 15px;
	}
	.item__body {
		row-gap: 5px;
	}
	.program {
		padding: 20px 0;
	}
	.program__title-p {
		margin-bottom: 20px;
	}
	.organizers__title {
		margin-bottom: 20px;
	}
	.organizers__items {
		grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
		gap: 20px;
		margin-bottom: 20px;
	}
	.organizers__supported {
		margin-bottom: 30px;
	}
	.organizers__subtitle {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.organizers__sup-items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.organizers__p-items {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.registration {
		padding: 20px 0;
	}
	.registration__title {
		margin-bottom: 20px;
		font-size: 40px;
	}
	.registration__body {
		flex-direction: column;
	}
	.registration__right {
		padding-left: 0;
		margin-top: 20px;
		flex: 0 1 100%;
	}
	.registration__right::before {
		display: none;
	}
	.registration__radio {
		margin-bottom: 30px;
	}
	.committee {
		padding: 20px 0;
	}
	.committee__title {
		margin-bottom: 20px;
	}
	.about {
		padding: 20px 0;
	}
	.about__title {
		margin-bottom: 20px;
	}
	.about__content {
		flex-direction: column;
	}
	.photo {
		padding: 20px 0;
	}
	.photo__title {
		margin-bottom: 20px;
	}
	.photo__top {
		column-gap: 20px;
		margin-bottom: 20px;
	}
	.venue {
		padding: 20px 0;
	}
	.venue__title {
		margin-bottom: 20px;
	}
	.release__heade-info {
		column-gap: 15px;
	}
	.release__city {
		font-size: 20px;
	}
	.release__address {
		font-size: 20px;
	}
	.release__date {
		font-size: 40px;
	}
	.release__date span {
		font-size: 18px;
	}
	.release__title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.release__features {
		margin-top: 20px;
		font-size: 20px;
	}
	.release__bottom {
		padding: 5px 0;
	}
	.menu {
		flex-grow: 0;
	}
	.menu__body {
		position: fixed;
		width: 100%;
		height: 100svh;
		left: -100%;
		top: 0;
		overflow: auto;
		padding: 50px 15px 30px 15px;
		transition: left 0.3s;
		background-color: #114494;
		flex-direction: column;
		align-items: flex-start;
		padding-top: 90px;
		row-gap: 10px;
		z-index: 9;
	}
	.menu__body::before {
		content: "";
		position: fixed;
		width: 100%;
		height: 70px;
		left: -100%;
		top: 0;
		transition: left 0.3s;
		z-index: 2;
	}
	[data-fls-menu-open] .menu__body {
		left: 0;
	}
	[data-fls-menu-open] .menu__body::before {
		left: 0;
	}
	.menu__list {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		row-gap: 10px;
	}
	.icon-menu {
		display: block;
		position: relative;
		width: 1.875rem;
		height: 1.125rem;
		z-index: 10;
	}
	.icon-menu span,
	.icon-menu::before,
	.icon-menu::after {
		content: "";
		transition: all 0.3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fbf8ff;
	}
	.icon-menu::before {
		top: 0;
	}
	.icon-menu::after {
		bottom: 0;
	}
	.icon-menu span {
		top: calc(50% - 1px);
	}
	[data-fls-menu-open] .icon-menu span {
		width: 0;
	}
	[data-fls-menu-open] .icon-menu::before {
		top: calc(50% - 1px);
		transform: rotate(-45deg);
	}
	[data-fls-menu-open] .icon-menu::after {
		bottom: calc(50% - 1px);
		transform: rotate(45deg);
	}
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header__container {
		justify-content: space-between;
	}
	.header__button {
		width: 100%;
		text-align: center;
	}
	.footer {
		padding: 20px 0;
	}
	.footer__top {
		column-gap: 20px;
	}
	.footer__logo {
		flex: 0 0 100px;
	}
}
@media (max-width: 991px) {
	.first__buttons {
		column-gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	.speakerpage__title,
	.speakerpage__image,
	.speakerpage__position {
		margin-bottom: 15px;
	}
	.speakerpage__text {
		font-size: 14px;
	}
	.speakerpage__mail {
		font-size: 14px;
		word-break: break-word;
	}
	.title {
		font-size: 24px;
	}
	.first__top {
		margin-bottom: 10px;
	}
	.first__title {
		margin-bottom: 10px;
	}
	.first__title {
		font-size: 18px;
	}
	.first__img {
		margin-bottom: 10px;
	}
	.first__information {
		margin-bottom: 10px;
	}
	.first__left {
		row-gap: 10px;
	}
	.first__actions {
		flex-direction: column;
		row-gap: 10px;
		margin-bottom: 10px;
	}
	.item {
		gap: 10px;
	}
	.item__name {
		font-size: 20px;
	}
	.item__company {
		font-size: 16px;
	}
	.item__description {
		font-size: 16px;
	}
	.item__email {
		font-size: 16px;
	}
	.program .program__navigation::before {
		bottom: -40px;
	}
	.program .program__navigation::after {
		bottom: -40px;
	}
	.program__title-tab.--icon-Calendar::before {
		font-size: 16px;
	}
	.program__title-tab {
		font-size: 16px;
	}
	.program__days {
		margin-top: 10px;
	}
	.program__days-item {
		font-size: 14px;
	}
	.program__content {
		margin-top: 20px;
	}
	.program__body {
		margin-bottom: 20px;
	}
	.program__item:not(:last-child) {
		margin-bottom: 20px;
	}
	.program__item::before {
		display: none;
	}
	.program__item {
		flex-direction: column;
		row-gap: 10px;
	}
	.program__time {
		flex: 0 1 100%;
		font-size: 16px;
	}
	.program__info {
		margin-left: 0;
		padding: 10px;
	}
	.program__info::before {
		display: none;
	}
	.program__name {
		font-size: 16px;
	}
	.program__number {
		flex: 0 0 30px;
		height: 30px;
		width: 30px;
		font-size: 16px;
	}
	.program__what {
		font-size: 16px;
		padding: 5px 0;
	}
	.program__speakers-item.--icon-people::before {
		font-size: 14px;
	}
	.program__speakers-item {
		padding: 4px 8px;
		font-size: 14px;
	}
	.program__direction-name {
		font-size: 16px;
	}
	.program__text {
		font-size: 14px;
	}
	.program__total {
		column-gap: 10px;
	}
	.program__total-item {
		padding: 20px;
	}
	.program__total-num {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.program__total-text {
		font-size: 14px;
	}
	.organizers__items {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}
	.organizers__p-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.registration__title {
		font-size: 24px;
	}
	.registration__form {
		padding: 20px;
	}
	.registration__subtitle {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.registration__left {
		flex: 0 1 100%;
	}
	.registration__left span {
		font-size: 18px;
	}
	.registration__left input {
		font-size: 16px;
	}
	.registration__button {
		width: 100%;
		font-size: 18px;
		padding: 17px;
		text-align: center;
		justify-content: center;
	}
	.registration__button.--icon-reg {
		font-size: 18px;
	}
	.registration__button.--icon-reg {
		font-size: 16px;
	}
	.about__left {
		flex: 0 1 100%;
	}
	.about__date {
		margin-bottom: 15px;
	}
	.about__text {
		font-size: 18px;
		padding: 15px;
	}
	.about__top {
		column-gap: 8px;
		margin-bottom: 20px;
	}
	.about__icon {
		flex: 0 0 30px;
		height: 30px;
	}
	.about__icon.--icon-tasks,
	.about__icon.--icon-people {
		font-size: 15px;
	}
	.about__name {
		font-size: 20px;
	}
	.about__item:not(:last-child) {
		margin-bottom: 8px;
	}
	.about__item-name {
		font-size: 16px;
	}
	.about__item-text {
		font-size: 16px;
	}
	.photo__subtitle {
		font-size: 16px;
	}
	.photo__slider-btn {
		flex: 0 0 40px;
		height: 40px;
		border: 2px solid #114494;
	}
	.photo__slider-btn.--icon-ArrowLeftSlide::before {
		font-size: 25px;
		top: -2px;
	}
	.venue__information {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.venue__item {
		padding: 10px;
		max-width: max-content;
	}
	.venue__body {
		column-gap: 10px;
	}
	.venue__icon {
		flex: 0 0 35px;
		height: 35px;
		background-size: 16px;
		border-radius: 10px;
	}
	.release__bg {
		top: 43px;
		right: 0;
		height: 124px;
	}
	.release__head {
		padding: 3px 0;
	}
	.release__logo {
		flex: 0 0 42px;
	}
	.release__city {
		font-size: 6px;
	}
	.release__address {
		font-size: 6px;
	}
	.release__date {
		font-size: 17px;
	}
	.release__date span {
		font-size: 9px;
	}
	.release__title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.release__features {
		font-size: 16px;
		margin-top: 8px;
	}
	.footer__top {
		flex-direction: column;
	}
	.footer__items {
		flex-direction: column;
		row-gap: 20px;
	}
	.footer__title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.footer__li:not(:last-child) {
		margin-bottom: 10px;
	}
	.footer__years {
		gap: 10px;
		margin-top: 20px;
		justify-content: flex-start;
		font-size: 16px;
		padding: 15px;
		border-radius: 20px;
	}
	.footer__years::after {
		border-radius: 20px;
	}
}
@media (max-width: 652px) {
	.first__button {
		flex: 0 1 50%;
		flex: 0 1 calc((100% - 10px) / 2);
	}
}
@media (width <=34.6875em) {
	.letter .release {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 29.99875em) {
	.first__features {
		font-size: 18px;
		text-shadow: 4px 7px 15px #000;
	}
	.first__information {
		padding: 10px;
		row-gap: 10px;
	}
	.first__item {
		column-gap: 5px;
		font-size: 14px;
	}
	.first__icon.--icon-map::before,
	.first__icon.--icon-Calendar::before,
	.first__icon.--icon-info::before {
		font-size: 16px;
	}
	.first__icon {
		flex: 0 0 30px;
		height: 30px;
	}
	.first__info {
		font-size: 14px;
		margin-bottom: 2px;
	}
	.first__right {
		column-gap: 5px;
		font-size: 14px;
	}
	.first__button {
		flex: 0 1 100%;
	}
	.program .program__navigation {
		background: transparent;
		flex-direction: column;
		row-gap: 10px;
		box-shadow: none;
	}
	.program__title-tab.--icon-Calendar::before {
		font-size: 12px;
	}
	.program__title-tab {
		font-size: 12px;
	}
	.program__total {
		flex-direction: column;
		row-gap: 10px;
	}
	.registration__button {
		font-size: 16px;
	}
	.about__text {
		padding: 10px;
		font-size: 14px;
	}
	.about__item-name {
		font-size: 14px;
	}
	.about__item-text {
		font-size: 14px;
	}
	.venue__item {
		bottom: 10px;
		right: 10px;
	}
	.venue__content {
		font-size: 12px;
	}
}
@media (max-width: 380px) {
	.first__btn {
		font-size: 13px;
	}
}
@media (max-width: 350px) {
	.venue__content {
		font-size: 11px;
	}
}
@media (any-hover: hover),
(pointer: fine) {
	html:not([data-fls-touch]) .btn:hover {
		background: #d45a16;
	}
	html:not([data-fls-touch]) .first__button:hover {
		background: rgba(255, 255, 255, 0.15);
		box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4), 0 8px 20px rgba(0, 0, 0, 0.3);
	}
	html:not([data-fls-touch]) .item__email:hover {
		color: #4085ff;
		-webkit-text-stroke: 1px #4085ff;
	}
	html:not([data-fls-touch]) .registration__left input:hover {
		border-color: #969da9;
	}
	html:not([data-fls-touch]) .registration__left input.--form-focus:hover {
		border-color: #3c4b60;
	}
	html:not([data-fls-touch]) .registration__left input.--form-error:hover {
		border-color: #ff0000;
	}
	html:not([data-fls-touch]) .photo__slider-btn:hover {
		background: #114494;
	}
	html:not([data-fls-touch]) .photo__slider-btn:hover.--icon-ArrowLeftSlide::before {
		color: #fff;
	}
	html:not([data-fls-touch]) .venue__button:hover {
		background: rgb(187, 214, 240);
	}
	html:not([data-fls-touch]) .letter__bottom a:hover {
		text-decoration: none;
	}
	html:not([data-fls-touch]) .textreg a:hover {
		text-decoration: none;
	}
	html:not([data-fls-touch]) .menu__link:hover {
		text-decoration: underline;
		text-underline-offset: 5px;
		text-decoration-thickness: 1px;
	}
	html:not([data-fls-touch]) .header__logo:hover {
		opacity: 0.8;
	}
	html:not([data-fls-touch]) .footer__logo:hover {
		transform: scale(0.95);
	}
	html:not([data-fls-touch]) .footer__link:hover {
		border-bottom: 1px solid #fff;
	}
	html:not([data-fls-touch]) .footer__soc:hover {
		transform: scale(0.9);
	}
	html:not([data-fls-touch]) .footer__osday:hover {
		color: #fff;
	}
	html:not([data-fls-touch]) a.item__card:hover .item__img img {
		transform: scale(1.04);
	}
	html:not([data-fls-touch]) a.organizers__item:hover img {
		transform: scale(1.04);
	}
	html:not([data-fls-touch]) a.organizers__sup-item:hover img {
		transform: scale(1.04);
	}
	html:not([data-fls-touch]) .speakerpage__speakerlink:hover {
		color: #4085ff;
	}
	html:not([data-fls-touch]) .speakerpage__mail:hover {
		color: #4085ff;
	}
	html:not([data-fls-touch]) .speakerpage__download:hover span {
		color: #4085ff;
	}
	html:not([data-fls-touch]) .footer__years-item a:hover {
		text-decoration: underline;
	}
}