@font-face{
    font-family: 'Geometria';
    src:url('/fonts/Geometria-Regular.ttf');
}

@font-face{
    font-family: 'Buyan';
    src:url('/fonts/BuyanRegular.ttf');
}

body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	border: 0;
}


header {
	position: relative;
	display: none;
}
.menu-triger {
	background: url('/img/menu.png') 0 0 repeat;
	display: block;
	width: 25px;
	height: 17px;
	position: fixed;
	right: 5%;
	top: 16px;
}	
.menu-close {
	background: url('/img/close.png') 0 0 repeat;
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	background: #2c2e3e;
	display: none;
	position: fixed;
	right: -110%;
	top: 0;
	width: 250px;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}


.main {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #F5F5F5;
}

.container {
	width: 1440px;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	display: flex;
}

.container-column {
	flex-direction: column;
}

.container-footer {
	display: flex;
	flex-direction: column;
}

.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.header-logo {
	display: flex;
}

.header-menu {
	display: flex;
	height: 28px;
	align-items: center;
}

.header-menu-ul {
	list-style: none;
}	

.header-menu-ul li {
	display: inline;
}

.header-menu-link {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	padding-right: 10px;
}

.header-menu-link:hover {
	text-decoration: underline;
}

.header-lang {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 24px;
	height: 28px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #11485B;
	
}

.header-lang-link {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #11485B;
	text-decoration: none;
}

.header-lang-link:hover {
	text-decoration: underline;
}

.top-banner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 850px;
	background: url('/img/top-banner.svg');
	background-size: cover;
	margin-top: 100px;
}

.top-banner-2024 {
	background: url('/img/top-banner-2024.png');
	background-size: cover;
}

.top-banner-desc {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 670px;
	height: 60px;
	margin-left: 90px;
    margin-top: 50px;
	position: relative;
}

.top-banner-desc-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 65%;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	
	font-family: 'Geometria';
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
}

.top-banner-desc-left-link {
	text-decoration: none;
	font-family: 'Geometria';
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
	
}

.top-banner-desc-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 35%;
	
	font-family: 'Geometria';
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
}

.top-banner-desc-title {
	display: flex;
	font-weight: 900;
	margin: 0;
	margin-bottom: 10px;
}

.top-banner-desc-text {
	display: flex;
	font-weight: 400;
	margin: 0;
}

.top-banner-title {
	display: flex;
	width: 670px;
	flex-direction: column;
	margin-left: 80px;
	height: min-content;
}

.top-banner-title-top {
	font-family: 'Buyan';
	font-style: normal;
	font-weight: 700;
	font-size: 263px;
	line-height: 263px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 0;
}

.top-banner-title-bottom {
	font-family: 'Buyan';
	font-style: normal;
	font-weight: 700;
	font-size: 215px;
	line-height: 215px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 0;
}

.top-banner-buttons {
	display: flex;
	width: 670px;
	justify-content: space-between;
	margin-left: 80px;
	margin-bottom: 40px; 
}

.top-banner-buttons-reg {
	width: 305px;
	height: 48px;
	background: #FF7934;
	border-radius: 10px;
	border: 0;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.top-banner-buttons-reg:hover {
	background: #CC2B24;
}

.top-banner-buttons-pre-reg {
	width: 100%;
	height: 48px;
	background: #FF7934;
	border-radius: 10px;
	border: 0;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.top-banner-buttons-pre-reg:hover {
	background: #CC2B24;
}

.top-banner-buttons-report {
	width: 305px;
	height: 48px;
	background: #11485B;
	border: 1px solid #FF7934;
	border-radius: 10px;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.top-banner-buttons-report:hover {
	background: #387C95;
}

.header-reg-btn {
    width: 190px;
    height: 35px;
}

.programm-button {
	width: 305px;
}

.about {
	display: flex;
	width: 100%;
	height: max-content;
	background-color: #F5F5F5;
}

.about-title {
	display: flex;
	width: 30%;
	border-bottom: 1px solid #FF7934;
	padding-bottom: 25px;
	margin-top: 80px;
	margin-bottom: 80px;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	letter-spacing: -0.02em;
	color: #383838;
}

.about-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 70%;
	margin-top: 80px;
	margin-left: 60px;
	margin-bottom: 80px;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}

.about-desc p {
	margin: 0;
}


.it-was {
	display: flex;
	width: 100%;
	height: 485px;
	background: #F5F5F5;
}

.it-was-title {
	display: flex;
	flex-direction: column;
	width: 30%;
	height: min-content;
	border-bottom: 1px solid #FF7934;
	margin-top: 80px;
	margin-bottom: 80px;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	letter-spacing: -0.02em;
	color: #383838;
}

.it-was-title-button {
	display: flex;
	width: 100%;
	height: min-content;
	margin-top: 15px;
	margin-bottom: 25px;
}

.it-was-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin-top: 80px;
	margin-left: 60px;
	margin-bottom: 80px;
}

.it-was-desc-video {
	display: flex;
	border: 5px solid #FF7934;
	width: 560px;
	height: 350px;
}

.it-was-desc-video iframe {
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}


.questions {
	display: flex;
	width: 100%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 35px;
}

.questions-btn {
	display: flex;
}

.questions-button {
	display: flex;
	justify-content: center;
    align-items: center;
	width: 260px;
	height: 48px;
	background: #26a5e5;
	border: 1px solid #000;
	border-radius: 10px;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

.questions-button:hover {
	background: #1e7aa9;
}

.programm {
	display: flex;
	width: 100%;
	height: 500px;
	background: url('/img/programm.png');
	background-size: cover;
}

.programm-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	height: 330px;
	padding-top: 100px;
}

.programm-title {
	display: flex;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 50px;
	color: #FFFFFF;
}

.programm-text {
	display: flex;
	
	max-width: 600px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

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

.programm-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	height: 330px;
	padding-top: 100px;
	padding-left: 280px;
}

.scheme {
	display: flex;
	width: 100%;
	height: max-content;
	margin-top: 35px;
	margin-bottom: 35px;
}

.scheme-content {
	display: flex;
	flex-direction: column;
	width: 35%;
	height: max-content;
}

.scheme-content-title {
	font-family: 'Geometria';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    color: #383838;
}

.scheme-content-text {
	margin-top: 35px;
	padding-right: 30px;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.scheme-content-img {
	display: flex;
	width: 65%;
	height: max-content;
	margin: auto 0;
	justify-content: center;
}

.scheme-content-img img {
	width: 100%;
}

.org {
	display: flex;
	width: 100%;
	height: 350px;
	background: url('/img/org-bg.svg');
	background-size: cover;
	
}

.org-content {
	display: flex;
	flex-direction: column;
	width: 40%;
	height: 230px;
	margin-top: 80px;
}

.org-content-title {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 50px;
	color: #fff;
}

.org-content-text {
	margin-top: 35px;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.org-content-logo {
	display: flex;
	width: 60%;
	height: 180px;
	margin: auto 0;
	justify-content: center;
}

.org-content-logo img {
	width: 85%;
}

.speakers {
	display: flex;
	width: 100%;
	height: 320px;
	background: #F5F5F5;
	margin-top: 35px;
	margin-bottom: 35px;
	}
	
.speakers-title {
	font-family: 'Geometria';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    color: #383838;
	border-bottom: 1px solid #FF7934;
    margin-top: 35px;
    width: 35%;
    height: 290px;
}

.speakers-list {
	display: flex;
	flex-direction: column;
	width: 65%;
	height: 320px;
	background: #F5F5F5;
}

.speakers-line {
	display: flex;
	width: 100%;
	height: 135px;
	margin-top: 25px;
}

.speakers-list-item {
	display: flex;
	width: 50%;
	height: 135px;
}

.speakers-list-item-img {
	display: flex;
	width: 30%;
}

.speakers-list-item-desk {
	display: flex;
	flex-direction: column;
	width: 70%;
	padding-left: 20px;
    padding-right: 20px;
    justify-content: space-evenly;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #191919;
}

.speakers-list-item-desk span {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #191919;
}

.partners {
	display: flex;
	width: 100%;
	height: 340px;
	background: #F5F5F5;
}

.partners .container {
    flex-direction: row;
}

.partners-title {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	color: #383838;
	margin-top: 50px;
	border-bottom: 1px solid #FF7934;
	width: 35%;
	height: 180px;
}

.partners-logos {
	display: flex;
	flex-direction: column;
	width: 65%;
	height: 180px;
	background: #F5F5F5;
}
.partners-logos-line {
	display: flex;
	width: 100%;
	height: 90px;
	margin-top: 25px;
	flex-wrap: nowrap;
}

.partners-logos-item {
	display: flex;
	align-items: center;
	width: 25%;
	height: 90px;
	padding: 10px;
}

.partners-logos-item img {
	width: 100%;
	height: auto;
	object-fit: contain;
}


.subscribe {
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: 319px;
	background-image: url(/img/subscribe.png);
    background-size: cover;
	margin-bottom: 0;
}

.subscribe .container {
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: unset;
}

.subscribe-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 200px;
	border-bottom: 3px solid #E0E0E0;
}

.subscribe-content-desc {
	display: flex;
	flex-direction: column;
	width: 50%;
	
}

.subscribe-content-desc-title {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	color: #FFFFFF;
}

.subscribe-content-desc-text {
	display: flex;
	margin-top: 30px;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 56px;
	color: #FFFFFF;
}

.subscribe-content-form {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.subscribe-input {
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	height: 48px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.subscribe-input::placeholder {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	line-height: 24px;
}

.subscribe-button {
	height: 48px;
	background: #387C95;
	border-radius: 10px;
	border: 0;
	margin-left: 60px;
	margin-right: 60px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #FAFAFA;
	cursor: pointer;
}

.subscribe-messages {
	display: flex;
	margin-left: 60px;
	margin-top: -40px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.subscribe-messages a {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: underline;
}

.subscribe-button:hover {
	background: #405054;
}

.footer {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 254px;
	
}

.footer-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	height: 127px;
	border-bottom: 1px solid #FFFFFF;
}

.footer-top-left {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.footer-top-left-item {
	display: flex;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-right: 40px;
}

.footer-top-left-item img {
	margin-right: 8px;
}

.footer-top-right {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 30px;
}

.footer-top-right-item {
	display: flex;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-left: 40px;
}

.footer-bottom {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
	justify-content: space-between;
	width: 100%;
	height: 100px;
}

.footer-bottom-left {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.footer-bottom-right {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.footer-link {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.conf-programm {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 65px;
}

.conf-programm-title {
	display: flex;
	width: 100%;
	height: 65px;
}

.conf-programm-title_col-1 {
	display: flex;
	width: 20%;
	height: 100%;
}

.conf-programm-title_col-2 {
	display: flex;
	width: 15%;
	height: 100%;
}

.conf-programm-title_col-3 {
	display: flex;
	width: 35%;
	height: 100%;
}

.conf-programm-title_col-4 {
	display: flex;
	width: 30%;
	height: 100%;
}

.conf-programm-title_content {
	display: flex;
	margin: 15px;
	width: 100%;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #383838;
}

.conf-programm-line {
	display: flex;
	width: 100%;
	height: max-content;
}

.conf-programm-line_col-1 {
	display: flex;
	align-items: center;
	width: 20%;
	height: 100%;
}

.conf-programm-line_col-2 {
	display: flex;
	align-items: center;
	width: 15%;
	height: 100%;
}

.conf-programm-line_col-3 {
	display: flex;
	align-items: center;
	width: 35%;
	height: 100%;
}

.conf-programm-line_col-4 {
	display: flex;
	align-items: center;
	width: 30%;
	height: 100%;
}

.conf-programm-line_content {
	display: flex;
	align-items: center;
	margin: 15px;
	width: 100%;
	height: 100%;
	
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #383838;
}

.conf-programm-line_content-column {	
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
	
.conf-programm-line_content strong {
	font-weight: 700;
}
	
.programm-speaker-photo {
	display: flex;
	width: 40%;
}

.programm-speaker-photo img {
	height: 85%;
	width: 85%;
}

.programm-speaker-desc {
	display: flex;
	flex-direction: column;
	width: 60%;
	align-items: center;

}

.programm-speaker-desc p {
	display: flex;
	width: 100%;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #191919;
	text-align: center;
	
}

.programm-speaker-desc strong {
	display: flex;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #191919;
}

.conf-programm-presentation {
	display: flex;
	align-items: center;
	margin-top: 10px;
	text-decoration: none;
	color: #c10303;
}

.conf-programm-presentation-ico {
	height: 28px;
	width: auto;
	margin-right: 10px;
}

.conf-programm-video-link {
	display: flex;
	align-items: center;
	margin-top: 10px;
	text-decoration: none;
	color: #c10303;
}

.conf-programm-video-link-ico {
	height: 28px;
	width: auto;
	margin-right: 10px;
}

.content-first {
	margin-left: 0;
}

.content-last {
	margin-right: 0;
}
	
.with_top-border {
	border-top: 1px solid #FF7934;
}

.with_bottom-border {
	border-bottom: 1px solid #FF7934;
}

.conf-programm-mobile {
	display: none;
}

.photo {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}

.photo-title {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 5px;
	
	font-family: 'Geometria';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #383838;
}

.photo-line {
	display: flex;
	width: 100%;
	height: min-content;
}

.photo-line-img {
	display: flex;
	width: 25%;
	height: auto;
	padding: 0 10px 10px 0;
}

.photo-line-img-last {
	padding-right: 0;
}

.photo-line-img img {
	width: 100%;
	height: auto;
}

.photo-button {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 25px;
	margin-top: 20px;
}

.overlay {
   
   /* Скрываем подложку  */
   opacity: 0;
   visibility: hidden;
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 20;
   transition: .3s all;
}


/* Стили для модальных окон */

.modal {
   
   /* Скрываем окна  */
   opacity: 0;
   visibility: hidden;
   
   
   /*  Установаем ширину окна  */
   width: 100%;
   max-width: 800px;
   
   /*  Центрируем и задаем z-index */
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 30; /* Должен быть выше чем у подложки*/
   
   /*  Побочные стили   */
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   /* padding: 30px; */
   border-radius: 15px;
   background-color: #fff;
   transition: 0.3s all;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}

.modal_content {
	display: flex;
	padding: 50px 80px 50px 80px;
	flex-direction: column;
}

.modal_title {
	display: flex;
	width: 100%;
	padding-bottom: 35px;
	border-bottom: 1px solid #FF7934;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -0.02em;
	color: #383838;
	
}

.modal_buttons {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}

.map {
	display: flex;
	width: 100%;
	height: 400px;
	margin-top: 0;
}


@media screen and (min-width: 1181px) and (max-width: 1465px) { 
	.container {
		width: 95%;
	}
}

@media screen and (min-width: 481px) and (max-width: 1260px) { 
	.container {
		width: 95%;
	}
	
	.programm-right {
		padding-left: 50px;
	}
	.about-title, .programm-title, .speakers-title, .org-content-title, .partners-title, .subscribe-content-desc-title, .pre-reg-title {
		font-size: 36px;
	}
	
	.speakers {
		height: max-content;
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}
	
	.speakers .container {
		display: flex;
		flex-direction: column;
		
	}
	
	.speakers-title {
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
		width: 100%;
		margin-left: 0px;
		margin-top: 35px;
		height: 104px;
	}

	.speakers-list {
		width: 100%;
		height: min-content;
		margin-top: 15px;
		margin-left: 0;
	}

	.speakers-line {
		flex-direction: column;
		height: min-content;
		margin-top: 0;
		margin-left: 35px;

	}

	.speakers-list-item {
		width: 100%;
		height: 124px;
		margin-bottom: 35px;
	}

	.speakers-list-item-img {
		display: flex;
		width: 20%;
	}

	.speakers-list-item-desk {
		padding-right: 60px;
		padding-left: 0px;
		justify-content: space-around;
		font-size: 16px;
		width: 50%;
	}

	.speakers-list-item-desk span {
		font-size: 20px;
	}
	
	.partners {
		width: 100%;
		height: min-content;
		flex-direction: column;
		margin: 0 auto;
		padding: 0;
	}
	
	.partners .container {
		display: flex;
		flex-direction: column;
	}
	
	.partners-title {
		width: 100%;
		height: min-content;
		margin-top: 25px;
		margin-bottom: 25px;
		margin-left: 0;
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
		border: 0;
	}
	
	.partners-logos {
		width: 100%;
		height: min-content;
		border-top: 1px solid #FF7934;
		margin: 0;
	}
	
	.partners-logos-line {
		flex-direction: column;
		height: max-content;
		width: 50%;
		margin: auto;
	}

	.partners-logos-item {
		width: 100%;
		justify-content: center;
		margin: 15px;
	}
	
	.partners-logos-item img {
		width: 95%;
	}
	
	.org-content {
		width: 60%;
	}
	
	.org-content-logo {
		width: 40%;
	}
	
	.it-was {
		height: auto;
		margin-bottom: 25px;
	}
	
	.it-was .container {
		flex-direction: column;
	}
	
	.it-was-title {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.it-was-desc {
		width: 100%;
		margin: 0;
	}
	
}


@media screen and (max-width:540px) {
	.container {
		flex-direction: column;
		width: 90%;
	}
	
	.header-menu {
		display: none;
	}
	
	.header {
		height: 50px;
		justify-content: flex-start;
	}
	
	.header-logo {
		margin: 0;
	}
	
	.header .container {
		flex-direction: row;
		align-items: center;
	}
	
	.top-banner {
		align-items: center;
		background: url('/img/top-banner-mobile.svg');
		background-size: cover;
		/* высота экрана минус шапка */
		height: calc(100vh - 70px);
		margin-top: 70px;
	}
	
	.top-banner-desc {
		width: 95%;
		height: auto;
		margin: 0;
		padding-top: 15px;
		
	}
	
	.top-banner-desc-title {
		font-weight: 900;
		font-size: 18px;
		line-height: 23px;
	}
	
	.top-banner-desc-text {
		font-weight: 400;
		font-size: 18px;
		line-height: 23px;
	}
	.top-banner-title {
		display: none;
	}
	
	.top-banner-buttons {
		width: 90%;
		height: auto;
		margin: 0;
		flex-direction: column;
		align-content: center;
		align-items: center;
		margin-bottom: 15px;
	}
	
	.top-banner-buttons-reg {
		width: 100%;
		margin: 0;
		margin-bottom: 25px;
		
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
	}
		
	.top-banner-buttons-report {
		width: 100%;
		margin: 0;
		margin-bottom: 35px;
		
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
	}

	.top-banner-2024 {
		background: url('/img/top-banner-mobile-2024.png');
		background-size: cover;
}
	
	.about {
		flex-direction: column;
		width: 100%;
		height: max-content;
		margin: 0 auto;
		margin-top: 50px;
	}
	
	.about-title {
		width: 100%;
		margin: 0;
		margin-top: 25px;
		margin-bottom: 25px;
		padding-bottom: 10px;
		
		font-weight: 700;
		font-size: 32px;
		line-height: 56px;
	}
	
	.about-desc {
		width: 100%;
		margin: 0;
		padding-bottom: 25px;
	}
	
	.about-desc p {
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	
	.it-was {
		flex-direction: column;
		width: 100%;
		height: max-content;
		margin: 0 auto;
	}
	
	.it-was-title {
		width: 100%;
		margin: 0;
		margin-top: 25px;
		margin-bottom: 25px;
		padding-bottom: 10px;
		
		font-weight: 700;
		font-size: 32px;
		line-height: 35px;
	}
	
	.it-was-title-button {
		margin-bottom: 0px;
	}
	
	.it-was-desc {
		width: 100%;
		margin: 0;
		padding-bottom: 25px;
	}
	
	.it-was-desc-video {
		width: 100%;
		height: 250px;
	}
	
	.it-was-desc-video iframe {
		width: 100%;
	}
	
	.questions-btn {
		width: 100%;
		margin: 0;
		margin-top: 10px;
		justify-content: center;
	}
	
	.questions-button {
		width: 100%;
	}
	
	.programm {
		flex-direction: column;
		height: min-content;
		width: 100%;
		margin: 0 auto;
		background: url('/img/programm-mobile.png');
		background-size: cover;
	}
	
	.programm-left {
		width: 100%;
		height: max-content;
		margin: 0;
		padding: 0;
		margin-top: 25px;
	}
	
	.programm-title {
		width: 100%;

		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
	}
	
	.programm-text {
		margin-top: 25px;
		margin-bottom: 25px;
		height: min-content;
		
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}
	
	.programm-right {
		width: 100%;
		height: max-content;
		margin: 0;
		padding: 0;
		margin-top: 25px;
	}
	
	.programm-buttons {
		flex-direction: column;
	}
	
	.scheme {
		width: 100%;
		height: min-content;
		margin: 0;
		padding: 0;
		flex-direction: column;
	}
	
	.scheme-content {
		width: 100%;
		height: min-content;
		margin: 0;
		margin-top: 25px;
		border: 0;

	}
	
	.scheme-content-title {
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
		width: 100%;
	}
	
	.scheme-content-text {
		margin-bottom: 25px;
		border-top: 1px solid #FF7934;
		padding-top: 25px;
		
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}
	
	.scheme-content-img {
		width: 100%;
		margin: 0;
		height: min-content;
		margin-bottom: 25px;
	}
	
	.org {
		width: 100%;
		height: min-content;
		margin: 0;
		padding: 0;
		flex-direction: column;
	}
	
	.org-content {
		width: 100%;
		height: min-content;
		margin: 0;
		margin-top: 25px;
		border: 0;

	}
	
	.org-content-title {
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
		width: 100%;
	}
	
	.org-content-text {
		margin-bottom: 25px;
		border-top: 1px solid #FF7934;
		padding-top: 25px;
		
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}
	
	.org-content-logo {
		width: 100%;
		margin: 0;
		height: min-content;
		margin-bottom: 25px;
	}
	
	.speakers {
		height: max-content;
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}
	
	.speakers-title {
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
		width: 100%;
		margin-left: 0px;
		margin-top: 35px;
		height: 165px;
	}

	.speakers-list {
		width: 100%;
		height: min-content;
		margin-top: 15px;
		margin-left: 0;
	}

	.speakers-line {
		flex-direction: column;
		height: min-content;
		margin-top: 0;

	}

	.speakers-list-item {
		width: 100%;
		height: 124px;
		margin-bottom: 35px;
	}

	.speakers-list-item-img {
		display: flex;
		width: 30%;
	}

	.speakers-list-item-desk {
		padding-right: 0px;
		padding-left: 40px;
		justify-content: space-around;
		font-size: 14px;
	}

	.speakers-list-item-desk span {
		font-size: 20px;
	}
	
	.partners {
		width: 100%;
		height: min-content;
		flex-direction: column;
		margin: 0 auto;
		padding: 0;
	}
	
	.partners .container {
		flex-direction: column;
	}
	
	.partners-title {
		width: 100%;
		height: min-content;
		margin-top: 25px;
		margin-bottom: 25px;
		margin-left: 0;
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
		border: 0;
	}
	
	.partners-logos {
		width: 100%;
		height: min-content;
		border-top: 1px solid #FF7934;
		margin: 0;
	}
	
	.partners-logos-line {
		flex-direction: column;
		height: max-content;
	}

	.partners-logos-item {
		width: 100%;
		justify-content: center;
		height: auto;
	}
	
	.partners-logos-item img {
		width: 95%;
	}
	
	.subscribe {
		width: 100%;
		height: min-content;
		flex-direction: column;
		margin: 0;
		padding: 0;
		padding-bottom: 25px;
	}
	
	.subscribe-content {
		height: min-content;
		flex-direction: column;
	}
	
	
	.subscribe-content-desc {
		width: 100%;
	}
	
	.subscribe-content-desc-title {
		margin-top: 25px;
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
	}
	
	.subscribe-content-desc-text {
		margin-top: 25px;
		width: 100%;
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}
		
	.subscribe-content-form {
		width: 100%;
		align-items: center;
	}		
	
	.subscribe-input {
		width: 100%;
		margin: 0;
		margin-top: 15px;
		padding-left: 0;
	}
	
	.subscribe-input::-webkit-input-placeholder {
		padding-left: 15px;
	}
	
	.subscribe-button {
		width: 100%;
		margin: 0;
		margin-top: 15px;
		margin-bottom: 25px;
		
	}
	
	.subscribe-messages {
		margin-left: 0px;
}
	
	.footer {
		width: 100%;
		height: min-content;
	}
	
	.footer-top {
		flex-direction: column-reverse;
		height: min-content;
		border: 0;
		align-items: flex-start;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.footer-top-right {
		width: 100%;
		margin-top: 25px;
		justify-content: space-between;
	}
	
	.footer-top-right-item {
		margin-left: 0;
		margin-right: 20px;
		
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
	}
	
	.footer-top-left {
		flex-direction: column;
		margin-bottom: 0;
	}
	
	.footer-top-left-item {
		margin-right: 0;
		margin-bottom: 25px;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
	
	.footer-bottom {
		flex-direction: column;
		height: min-content;
		padding-bottom: 25px;
	}
	
	.footer-bottom-left {
		margin-bottom: 25px;
	}
	
	.footer-link {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
	
	.modal_content {
		padding: 30px;
	}
	
	.modal_title {
		font-size: 34px;
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	
	.modal_buttons {
		flex-direction: column;
		margin-top: 0;
	}
	
	
	.conf-programm {
		display: none;
	}
	
	.conf-programm-mobile {
		display: flex;
		flex-direction: column;
		width: 100%;
		
	}

	.conf-programm-mobile-title {
		display: flex;
		width: 100%;
		font-family: 'Geometria';
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
		letter-spacing: -0.02em;
		color: #383838;
		margin-top: 15px;
	}

	.conf-programm-mobile-item_open {
		display: flex;
		width: 100%;
		height: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
		background: url('/img/item-open.svg');
		background-size: cover;
	}
	
	.conf-programm-mobile-item_close {
		display: flex;
		width: 100%;
		height: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
		background: url('/img/item-close.svg');
		background-size: cover;
	}
	
	.conf-programm-mobile-item_separator {
		display: flex;
		width: 100%;
		height: 26px;
		margin-top: 10px;
		margin-bottom: 10px;
		background: url('/img/item-separator.svg');
		background-size: cover;
	}

	.conf-programm-mobile-item {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
	}

	.conf-programm-mobile-item-line {
		display: flex;
		width: 100%;
		height: max-content;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.conf-programm-mobile-item-col-1 {
		display: flex;
		flex-direction: column;
		width: 40%;
		height: max-content;
		font-family: 'Geometria';
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
		color: #191919;
	}
	
	.conf-programm-mobile-item-col-2 {
		display: flex;
		flex-direction: column;
		width: 60%;
		height: max-content;
		font-family: 'Geometria';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: #383838;
	}
	
	.conf-programm-mobile-item-col-2 strong {
		display: flex;
		width: 100%;
		font-weight: 700;
	}
	
	.conf-programm-mobile-speaker {
		display: flex;
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	
	.conf-programm-mobile-speaker img {
		display: flex;
		width: 80%;
		height: auto;
	}
	
	.photo {
		width: 90%;
		margin: 0 auto;
	}
	
	.photo-title {
		font-weight: 700;
		font-size: 32px;
		line-height: 35px;
	}
	
	.photo-line {
		flex-direction: column;
	}
	
	.photo-line-img {
		width: 100%;
	}
	
	.pre-reg {
		flex-direction: column;
	}
	
	.pre-reg-title {
		width: 100%;
		font-size: 32px;
		line-height: 46px;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	
	
	.pre-reg-input {
		margin-left: 0;
	}
	
	.pre-reg-desc {
		margin-left: 0;
	}
	
	.pre-reg-button {
		margin-left: 0;
	}

	.pre-reg-messages {
		margin-left: 0;
		display: inline-block;
	}		
	
	header {
		display: block;
	}
	
	.header-reg-btn {
		display: none;
	}

}
.reg-2025 {
	font-family: 'Xolonium';
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #FF7934 0%, #EA4B27 100%);
}
.reg-2025 {
	font-family: 'Xolonium';
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #FF7934 0%, #EA4B27 100%);
	width: 31rem;
}
.header-menu-link {
    font-family: 'Xolonium-Regular';
}