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

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

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

@font-face{
    font-family: 'Xolonium';
    src:url('/fonts/Xolonium-Bold.otf');
}
@font-face{
    font-family: 'Xolonium-Regular';
    src:url('/fonts/Xolonium-Regular.otf');
}

@font-face{
    font-family: 'Onest';
    src:url('/fonts/Onest-Bold.ttf');
    font-weight: 700;
}
@font-face{
    font-family: 'Onest';
    src:url('/fonts/Onest-SemiBold.ttf');
    font-weight: 600;
}
@font-face{
    font-family: 'Onest';
    src:url('/fonts/Onest-Medium.ttf');
    font-weight: 500;
}
@font-face{
    font-family: 'Onest';
    src:url('/fonts/Onest-Regular.ttf');
    font-weight: 400;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #010101;
}

b {
	display: contents;
}


.mobile {
		display: none;
	}
	
.desktop {
		display: contents;
	}	

header {
	position: relative;
	display: none;
}


.body_pointer * {
	cursor: pointer;
}


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

.container {
	width: 1300px;
	max-width: 1300px;
	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;
	background-color: #222A35;
	position: fixed;
        width: 100%;
	z-index: 500;
	border-bottom: 1px solid #FF7934;
}

.header .container {
       justify-content: space-between;
}

.header-logo {
	display: flex;
	align-items: center;
}

.header-menu {
	display: flex;
	/*width: 630px;*/
	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;
	color: #F5F5F5;
	text-decoration: none;
	padding-right: 15px;
	cursor: pointer;
}

.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;
	width: 240px;
	
}

.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;
	width: 100%;
	background-image: url('/img/top-banner.svg');
	background-size: cover;
	margin-top: 6.25rem;
}

.top-banner-2024 {
	height: calc(100vh - 130px);
	background-image: url('/img/top-banner-2024-new-2.png');
	background-image: linear-gradient(to bottom, transparent, black), url("/img/top-banner-2024-new-2.png");
	background-position-x: center;
        background-position-y: top;
	align-items: center;
	position: relative;
	justify-content: flex-end;
}

.top-banner-desc {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 350px;	
	position: absolute;
    top: 35px;
	
	color: #FFF;
	font-family: Geometria;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.4px;
	text-shadow: 1px 0 1px rgba(35,35,35,.9), 0 1px 1px rgba(0,0,0,.2), -1px 0 1px rgba(0,0,0,.2), 0 -1px 1px rgba(0,0,0,.2);
}

.top-banner-desc-left {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: center;
	width: 50%;
	padding-right: 15px;
	border-right: 2px solid #fff;
}

.top-banner-desc-left-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	font-family: 'Geometria';
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
}

.top-banner-desc-line {
	display: flex;
	margin: 5px 0;
}

.top-banner-desc-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: center;
		
	font-family: 'Geometria';
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
	width: 50%;
	padding-left: 15px;
}

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

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

.top-banner-title {
	display: flex;
	width: 100%;
	flex-direction: column;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	font-size: 114px;
	line-height: 105px;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.top-banner-title-top {
	margin: 0;
	text-align: left;
}

.top-banner-title-bottom {
	margin: 0;
	text-align: right;
}

.top-banner-title .container {
	flex-direction: column;
}

.top-banner-info {
	display: flex;
	max-width: 1010px;
	text-align: center;
	color: #fff;
	font-family: 'Geometria';
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 50px;
}

.top-banner-buttons {
	display: flex;
	width: 670px;
	justify-content: space-between;
	/* justify-content: center; */
	margin-bottom: 50px;
}

.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;
}

.subd {
	display: flex;
	width: 100%;
	height: auto;
	margin: 35px 0;
}

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

.subd-title {
	display: flex;
	width: 100%;
	font-family: 'Geometria';
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
	margin: 40px 0;
}

.subd-items {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.subd-item {
	display: flex;
	flex-direction: column;
	width: 32%;
	justify-content: space-between;
}

.subd-item-info {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: 1px solid #FF7934;
	background-image: url('/img/bg-items.png');
	background-size: cover;
    background-repeat: no-repeat;
	font-family: 'Geometria';
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	padding: 35px;
}

.subd-item-info-img {
	padding: 0;
	background: none;
	width: initial;
	height: 100%;
	background-image: url('/img/subd.png');
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.auditorium {
	display: flex;
	width: 100%;
	padding: 55px 0;
	background-image: url('/img/auditorium-bg.png');
    background-size: 100% 100%;
}

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

.auditorium-title {
	display: flex;
	width: 100%;
	font-family: 'Geometria';
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
}

.auditorium-items {
	display: flex;
	width: 100%;
	margin-top: 75px;
	margin-bottom: 35px;
	justify-content: space-between;
}

.auditorium-item {
	display: flex;
	width: 30%;
	height: 272px;
	border-radius: 10px;
	border: 1px solid #FF7934;
	background-image: url('/img/bg-items.png');
	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}

.auditorium-item img {
	height: 140px;
	position: absolute;
	right: 30px;
	top: -35px;
}

.auditorium-item-desc {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-family: 'Geometria';
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	width: 70%;
}

.spk {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 55px 0;
}

.spk-title {
	display: flex;
	width: 100%;
	font-family: 'Geometria';
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
	margin: 35px 0;
}

.spk-top {
	display: flex;
	width: 100%;
	height: 272px;
	overflow: hidden;
	position: relative;
}

.spk-top img {
	height: 272px;
	border-radius: 10px;
	margin-right: 10px;
}

.spk-bottom {
	display: flex;
	width: 100%;
	height: 272px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

.spk-bottom img {
	height: 272px;
	border-radius: 10px;
	margin-right: 10px;
}

.spk-btn {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 35px 0;
}

.spk-btn .container {
	justify-content: center;
}

.about {
	display: flex;
	width: 100%;
	height: 300px;
	background-color: #222A35;
}

.about-title {
	display: flex;
	width: 30%;
	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: #F5F5F5;
}

.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: #F5F5F5;
}

.about-desc p {
	margin: 0;
}


.to-partner {
	display: flex;
    width: 100%;
    min-height: 486px;
    background-image: url('/img/to-partner.png');
    background-size: cover;
}

.to-partner-content {
	display: flex;
    flex-direction: column;
    max-width: 665px;
    margin-top: 80px;
}

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

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

.it-was {
	display: flex;
	width: 100%;
	padding-bottom: 55px;
	background-image: url('/img/it-was-bg.png');
    background-size: 100% 100%;
	
}

.it-was .container {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.it-was-title {
	display: flex;
	width: 100%;
	justify-content: center;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -0.02em;
	color: #F5F5F5;
	margin: 55px 0;
}

.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: 100%;
}

.it-was-desc-video {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
	margin-bottom: 55px;
	border-radius: 20px;
	border: 10px solid #FF7934;
}

.it-was-desc-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.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-image: url('/img/programm-bg.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;
	max-width: 380px;
	
	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;
}

.programm-btn {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

.programm-btn .container {
	justify-content: center;
}

.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: 486px;
	background-image: url('/img/org-bg-2024.png');
	background-size: cover;
	background-position-x: center;
}

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

.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: 70%;
	height: 180px;
	margin-top: 35px;
	justify-content: flex-start;
}

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

.org-image-mobile {
	display: none;
}





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

.speakers-list {
	display: flex;
	flex-direction: column;
	width: 70%;
	height: 320px;
	background: #222A35;
}

.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: #F5F5F5;
}

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

.partners {
	display: flex;
	flex-direction: column;
	width: 100%;
}

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

.partners-title {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 90px;
	color: #F5F5F5;
	margin-top: 50px;
	width: 100%;
}

.partners-logos {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 35px;
	overflow: hidden;
}

.partners-logos-line {
	display: flex;
	width: 100%;
	height: 150px;
	margin-top: 35px;
}

.partners-logos-line img {
	height: 150px;
	width: auto;
	margin-right: 25px;
	cursor: pointer;
}

.partners-logos-item {
	display: flex;
	width: 140px;
	margin-right: 25px;
}

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


.subscribe {
	display: flex;
	align-items: center;
        justify-content: center;
	width: 100%;
        margin: 55px 0;
}

.subscribe .container {
	padding: 35px 0;
	border-radius: 10px;
        border: 1px solid #FF7934;
	justify-content: center;
        background-color: #222A35;
}

.subscribe-content {
	display: flex;
	justify-content: space-between;
	width: 90%;
	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;
	align-content: flex-end;
	width: 38%;
}

.subscribe-input {
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	height: 48px;
	background-color: #222A35;
	margin-left: 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;
	color: #FFFFFF;
}

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

.subscribe-button {
	height: 48px;
	background: #FF7934;
	border-radius: 10px;
	border: 0;
	margin-left: 60px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	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;
}

.report-desc {
	color: #F5F5F5;
	font-family: Geometria;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-left: 60px;
	margin-bottom: 15px;
}

.report-desc ul {
	padding-left: 25px;
}

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

.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;
	margin-top: 70px;
}

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

.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;
	border-radius: 10px;
}

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

.photo-link {
       display: flex;
       width: 100%;
       margin: 25px 0;
       justify-content: flex-end;
       align-items: center;
}

.photo-link a {
       display: flex;
       align-items: center;
       font-family: 'Geometria';
       font-style: normal;
       font-weight: 500;
       font-size: 20px;
       line-height: 24px;
       color: #fff;
       text-decoration: none;
}

.photo-link a svg {
       margin-left: 5px;
}

.location {
    display: flex;
    width: 100%;
	background-image: url('/img/location-bg.png');
    background-size: 100% 100%;
}

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

.location-title {
    display: flex;
    width: 100%;
    margin-top: 35px;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    color: #F5F5F5;
    margin-top: 50px;
    width: 100%;
}

.location-title-img {
    display: flex;
    width: 100%;
    height: auto;
    margin: 35px 0;
}

.location-otel {
    display: flex;
    position: relative;
    background-image: url('/img/otel.png');
    min-height: 580px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.location-otel-date {
  display: flex;
  position: absolute;
  bottom: 155px;
  left: 55px;
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  color: #F5F5F5;
  padding: 5px 25px;
  border-radius: 10px;
  border: 2px solid #FF7934;
  background-color: #222A35;
  text-transform: uppercase;
}

.location-otel-items {
	display: flex;
	position: absolute;
	bottom: 55px;
	width: 100%;
	align-items: flex-end;
    justify-content: space-between;
}

.location-otel-prise {
	display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #F5F5F5;
    border-radius: 10px;
    border: 2px solid #5382A1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #222A35;
    height: fit-content;
    margin-right: 55px;
    position: absolute;
    right: 0px;
    top: 218px;
    width: 240px;
    height: 40px;
    z-index: 5;
}

.location-otel-adress {
	display: flex;
	flex-direction: column;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #F5F5F5;
	margin-left: 55px;
}

.location-otel-adress span {	
	font-size: 34px;
	line-height: 38px;
}

.location-otel-promo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	right: 55px;
	top: 0;
	width: 190px;
	height: 170px;
	border-radius: 10px;
	border: 2px solid #FF7934;
	background-color: #222A35;
	padding: 25px;
	z-index: 10;
	box-shadow: 0 0 10px 3px #ff793499;
}

.location-otel-promo-desc {
	display: flex;
	flex-direction: column;
	font-family: 'Geometria';
	font-size: 20px;
	line-height: 26px;
	color: #F5F5F5;
	text-transform: uppercase;
}
	
.location-otel-promo-desc span {
	font-weight: 700;
}

.location-otel-promo-button {
	display: flex;
	justify-content: center;
    align-items: center;
	width: 100%;
	height: 56px;
	background-color: #FF7934;
	color: #fff;
	font-family: 'Geometria';
	font-size: 22px;
	font-weight: 800;
	border-radius: 10px;
}

.location-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 50px 0;
}

.promoConf {
    background-image: url('/img/programmConf-promocode-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-top: 71px;
}

.promoConf .container {
	justify-content: space-between;
}

.promoConf p {
	display: flex;
    align-items: center;
    font-family: 'Geometria';
    font-size: 16px;
    color: #fff;
    width: 70%;
    line-height: 24px;
    margin: 0;
}


.promoConf ul {
	display: flex;
	width: 60%;
	flex-direction: column;
    font-family: 'Geometria';
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;
	justify-content: center;
	text-shadow: 1px 0 1px rgba(35,35,35,.9), 0 1px 1px rgba(0,0,0,.2), -1px 0 1px rgba(0,0,0,.2), 0 -1px 1px rgba(0,0,0,.2);
}

.programmConf-Title {
    font-family: 'Geometria';
    color: #fff;
    font-size: 40px;
    padding: 40px 0px;
    font-weight: bold;
    margin: 0;
    max-width: 365px;
}

.programmSpeak {
    background-color: #222A35;
}

.programmConf-MainTime p,
.programmConf-MainTime span {
    color: #fff;
    font-family: 'Geometria';
    font-size: 20px;
    background-color: #222A35;
    padding-right: 70px;
    z-index: 99;
	padding-left: 10px;
}

.programmConf-MainTime span {
    padding-right: 20px;
}
.programmConf-MainTime {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
	background-color: #222A35;
}

.programmConf-MainTime .container {
	align-items: center;
    justify-content: space-between;
    position: relative;
}

.programmConf-Line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FF7934;
}
.programmSpeak-Speakers {
    display: flex;
    flex-direction: column;
	margin: 20px;

}
.programmSpeak-Main {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.programmSpeak-Main .container {
	justify-content: space-between;
	background-color: #191919;
}

.programmSpeak-AddTime {
    color: #fff;
    display: flex;
    font-family: 'Geometria';
    font-size: 20px;
    align-items: stretch;
    margin: 20px;
}
.programmSpeak-TimeOne {
    margin: 0;
}
.programmSpeak-TimeTitle {
    padding-left: 20px;
    font-family: 'Geometria';
    font-size: 34px;
    margin: 0;
    max-width: 565px;
    display: flex;
    flex-direction: column;
}

.programmSpeak-presentation-link {
    display: flex;
    color: #fff;
    font-family: 'Geometria';
    font-size: 26px;
    text-decoration: none;
    align-items: flex-start;
    margin-top: 15px;
}

.programmSpeak-presentation-link:hover {
	text-decoration: underline;
}

.programmSpeak-SpeakerInfo {
    display: flex;
    align-items: center;
    width: 380px;
}
.programmSpeak-SpeakerInfo p {
    color: #fff;
    padding-left: 30px;
    font-family: 'Geometria';
    font-size: 16px;
    line-height: 25px;
    max-width: 250px;
}
.programmSpeak-SpeakerInfo span {
    font-family: 'Geometria';
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}
.programmSpeak-SpeakerInfo img {
    width: 100px;
    height: 100px;
}

.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: 9999; /* Должен быть выше чем у подложки*/
   
   /*  Побочные стили   */
   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;
	position: relative;
}

.map-info {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	height: 100%;
	width: calc((100vw - 1440px) + 365px);
	background-color: #000;
	left: 0;
	top: 0;
	opacity: 85%;
}

.map-info-content {
	display: flex;
	flex-direction: column;
	border-bottom: 2px solid #FF7934;
}

.map-info-content-title {
	display: flex;
	font-family: 'Geometria';
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
	color: #F5F5F5;
	margin-bottom: 25px;
}

.map-info-content-text {
	display: flex;
	flex-direction: column;
	font-family: 'Geometria';
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 25px;
}

.map-info-content-text span {
	display: flex;
	font-family: 'Geometria';
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #FF7934;
	margin-top: 25px;
}

.speaker-reg {
	display: flex;
	width: 100%;
	height: auto;
	margin-top: 70px;
}

.speaker-reg .container {
	justify-content: space-between;
}





.regform-content {
	margin-top: 70px;
}

.reg-promo {
	display: flex;
	width: 100%;
	margin: 35px 0;
}

.reg-promo .container {
	justify-content: flex-end;
	align-items: center;
}

.reg-promo-price {
	display: flex;
	color: #fff;
	font-family: 'Geometria';
    font-size: 16px;
	font-weight: 500;
	margin-left: 55px;
}

.reg-promo-item {
	display: flex;
	align-items: center;
	padding: 25px;
	border-radius: 10px;
    border: 2px solid #FF7934;
}

.reg-promo-item-desc {
	color: #fff;
	font-family: 'Geometria';
    font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 35px;
}

.reg-promo-item-code {	
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF7934;
    color: #fff;
    font-family: 'Geometria';
    font-size: 18px;
    font-weight: 800;
    border-radius: 10px;
	padding: 15px;
}
	

.counter {
	display: flex;
	width: 100%;
	height: min-content;
	padding: 15px 0;
	background-color: #FF7934;
	color: #fff;
	font-family: 'Geometria';
    font-size: 20px;
    line-height: 28px;
}

.counter .container {
	justify-content: center;
}

.counter strong {
	display: contents;
}

.counter span {
	display: contents;
}


.promo-banner {
	min-height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/img/promo-banner-bg.png');
}

.promo-banner .container {
	justify-content: center;
}

.promo-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.promo-banner-block {
    display: inline-block;
}

.promo-banner_text {
    font-family: 'Geometria';
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 16px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-banner_text._price {
    border: 2px solid #5382A1;
    background-color: #222A35;
    border-radius: 10px;
    margin-right: -15px;
}
.promo-banner_text._discount {
    border: 2px solid #FF7934;
    border-radius: 10px;
    background-color: #222A35;
    margin-right: -15px;
}
.promo-banner_text._promo {
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    background-color: #FF7934;
    border: 2px solid #FF7934;
}

.programmSpeak-video-links {
	font-size: 22px;
	display: flex;
	align-items: center;
	margin-top: 15px;
}



.programmSpeak-video-links a {
	color: #fff;
	text-decoration: none;
	display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.programmSpeak-video-links a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 850px) {
	.subd-items {
		flex-direction: column;
	}
	
	.subd-item {
		width: 100%;
	}
	
	.subd-item-info {
		margin-bottom: 15px;
	}
	
	.subd-item-info-img {
		height: 320px;
	}
	
	.auditorium {
		padding-bottom: 0;
	}
	
	.auditorium-items {
		flex-direction:column;
	}
	
	.auditorium-item {
		width: 100%;
		height: 235px;
		margin-bottom: 55px;
	}
	
	.auditorium-item-desc {
		width: 90%;
	}
	
	.to-partner {
		background-position-x: center;
	}
	
	.top-banner-title {
		font-size: 11vw;
	}
	
}

@media screen and (min-width: 1181px) and (max-width: 1465px) { 
	.container {
		width: 95%;
	}
	
	.map-info {
		width: calc((100vw - 95%) + 365px);
	}
	
}

@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;
	}
	
	.map-info {
		width: calc((100vw - 95%) + 365px);
	}
	
	
}


@media screen and (max-width:715px) {
	
	.desktop {
		display: none;
	}

	.mobile {
		display: unset;
	}
	
	.main {
		overflow: hidden;
	}
	
	.container {
		flex-direction: column;
		width: 90%;
	}
	
	.header-menu {
		display: none;
	}
	
	.header {
		height: 50px;
		justify-content: flex-start;
		/* padding-left: 5%; */
		width: 100%;
	}
	.header-logo {
		margin: 0;
	}
	

        .header-lang {
                display: none;
        }

	.top-banner {
		align-items: center;
		background: url('/img/top-banner-mobile.svg');
		background-size: cover;
		/* высота экрана минус шапка */
		height: calc(100vh - 50px);
	}
	
	.top-banner-2024 {
		background-image: url('/img/top-banner-mobile-2024-new-2.png');
		background-size: cover;
        background-position-x: center;
        background-position-y: center;
		justify-content: flex-end;
}
	
	.top-banner-info {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 20px;
		text-shadow: 1px 0 1px rgba(35,35,35,.9), 0 1px 1px rgba(0,0,0,.2), -1px 0 1px rgba(0,0,0,.2), 0 -1px 1px rgba(0,0,0,.2);
	}
	
	.top-banner-desc {
		width: 80%;
		height: auto;
		margin: 0;
		padding-top: 0;
		top: 3vh;		
	}
	
	.top-banner-desc-title {
		font-weight: 900;
		font-size: 18px;
		line-height: 23px;
	}
	
	.top-banner-desc-text {
		display: flex;
		flex-direction:column;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
	.top-banner-title {
		line-height: 15.5vw;
		position: absolute;
		top: 8vh;
		margin-bottom: 0;
	}
	
	.top-banner-title-top, .top-banner-title-bottom {
		text-align: center;
	}
	
	.top-banner-title-top {
		font-size: 15vw;
	}
	
	.top-banner-title-bottom {
		font-size: 11vw;
	}
	
	.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;
	}
	
	.subd-items {
		flex-direction: column;
	}
	
	.subd-item {
		width: 100%;
	}
	
	.subd-item-info {
		margin-bottom: 15px;
	}
	
	.subd-item-info-img {
		height: 320px;
	}
	
	.auditorium {
		padding-bottom: 0;
	}
	
	.auditorium-items {
		flex-direction:column;
	}
	
	.auditorium-item {
		width: 100%;
		height: 235px;
		margin-bottom: 55px;
	}
	
	.auditorium-item-desc {
		width: 90%;
	}
	
	.spk-top, .spk-bottom  {
		height: 50vw;
	}
	
	.spk-top img, .spk-bottom img {
		height: 50vw;
	}
	
	.about {
		flex-direction: column;
		width: 100%;
		height: max-content;
		margin: 0 auto;
	}
	
	.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;
	}
	
	.to-partner {
		background-image: url('/img/to-partner-mob.png');
	}
	
	.to-partner-content {
		margin-top: 35px;
	}
	
	.it-was {
		flex-direction: column;
		width: 100%;
		height: max-content;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	
	.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: 0;
	}
	
	.it-was-desc-video {
		width: 100%;
		height: 35px;
	}
	
	.it-was-desc-video iframe {
		width: 100%;
	}
	
	.location-title {
		font-size: 32px;
	}
	
	.location-otel {
		background-image: url(/img/otel-mobile.png);
		background-size: contain;
		min-height: 170px;
		background-position-y: top;
		position: unset;
		flex-direction: column;
		padding-left: 10px;
		justify-content: center;
	}
	
	.location-otel-date {
		position: unset;
		height: fit-content;
		width: fit-content;
		font-size: 18px;
		line-height: 22px;
		align-items: center;
		margin-bottom: 30px;
		margin-top: 35px;
		margin-bottom: 8px;
	}
	
	.location-otel-adress {
		position: unset;
		font-size: 18px;
		line-height: 22px;
	}
	
	.location-otel-adress span {
		font-size: 18px;
		line-height: 22px;
	}
	
	.location-otel-promo {
		position: unset;
		width: 85%;
		margin: 0 auto;
		margin-top: 25px;
		height: auto;
	}
	
	.location-otel-promo-desc {
		font-size: 18px;
		line-height: 24px;
	}
	
	.location-otel-promo-button {
		margin-top: 15px;
		background-color: #11485B;
		height: 44px;
		font-size: 20px;
	}
	
	.location-otel-promo.mobile {
		display: flex;
	}
	
	.location-otel-items {
		position: unset;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.location-otel-adress {
		margin-left: 0;
	}
		
	.location-otel-prise {
		margin-top: 8px;
	}
	
	.location-otel-prise-mobile {
		position: unset;
		width: 85%;
		margin-top: -5px;
		font-size: 18px;
		padding: 0 25px;
		padding-top: 8px;
		margin: 0 auto;
		margin-top: -8px;
}
	
	.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: none;
	}
	
	.programm .container {
		width: 100%;
		
	}
	
	.programm-left {
		width: 100%;
		height: max-content;
		margin: 0;
		padding: 0%;
		margin-top: 25px;
		background-image: url('/img/programm-left-mobile.png');
		background-size: cover;
	}
	
	.programm-title {
		width: 100%;
		padding: 0 5%;
		margin-top: 25px;

		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
	}
	
	.programm-text {
		margin-top: 25px;
		margin-bottom: 25px;
		height: min-content;
		padding: 0 5%;
		
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}
	
	.programm-right {
		width: 100%;
		height: max-content;
		margin: 0;
		padding: 0;
		background-image: url('/img/programm-right-mobile.png');
		background-size: cover;
	}
	
	.programm-buttons {
		flex-direction: column;
		padding: 0 5%;
	}
	
	.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;
		background-image: none;
	}
	
	.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;
	}
	
	.org-image-mobile {
		display: flex;
		width: 100%;
		height: 203px;
		background-image: url('/img/org-mobile.png');
		background-size: cover;
	}
	
	.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: 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;

	}

	.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-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 {
		height: 27vw;
		margin-top: 20px;

	}
	
	.partners-logos-line img {
		height: 27vw;
		width: auto;
		margin-right: 10px;
	}

	.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;
		padding: 0;
		margin: 25px 0;
	}
	
	.subscribe-content {
		height: min-content;
		flex-direction: column;
		margin: 0 auto;
	}
	
	
	.subscribe-content-desc {
		width: 100%;
	}
	
	.subscribe-content-desc-title {
		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;
		margin-top: 75px;
	}
	
	.photo-title {
		font-weight: 700;
		font-size: 32px;
		line-height: 35px;
	}
	
	.photo-line {
		flex-direction: column;
	}
	
	.photo-line-img {
		width: 100%;
	}
	
	header {
		display: block;
	}
	
	.regform-content {
		margin-top: 50px;
	}
	
	.report-desc {
		margin-left: 0;
	}
	
	.map {
		flex-direction: column-reverse;
		height: 500px;
		margin-top: 130px;
	}
	
	.map-info {
		position: relative;
		width: 100%;
		height: auto;
		opacity: 100%;
		align-items: flex-start;
		padding: 25px 0;
	}
	
	.map-info-content {
		width: 90%;
		margin: 0 auto;
	}
	
	.map-info-content-title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.counter {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		padding: 10px 0;
	}
	
	.promo-banner {
        background-position: 70% 50%;
    }
	.promo-banner-block {
		width: 100%;
	}
    .promo-banner-content {
        flex-direction: column;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .promo-banner_text {
        margin: 0;
        display: block;
        text-align: center;
		height: auto;
    }
    .promo-banner_text._discount,
    .promo-banner_text._price,
    .promo-banner_text._promo {
        margin-right: 0;
    }
    
    .promo-banner_text._promo {
        margin-top: -20px;
    }
    .promo-banner_text._discount {
        margin-top: -35px;
    }
    .promo-banner_text._discount {
        height: 60px;
    }
    .promo-banner_text._promo {
        height: 30px;
    }

    .promoConf {
        background-position: 65% 50%;
		margin-top: 51px;
    }
    .promoConf p {
        width: 100%;
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 25px;
    }
	
	.promoConf ul {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 25px;
		width: 90%;
	}
	
    .programmSpeak-Main {
        flex-direction: column;
    }
    .programmSpeak-TimeTitle {
        font-size: 20px;
        font-weight: 700;
    }
    .programmSpeak-SpeakerInfo {
        width: auto;
    }
    .programmSpeak-SpeakerInfo img {
        width: 85px;
        height: 85px;
    }

    .programmSpeak-SpeakerInfo span {
        line-height: 28px;
    }

    .programmConf-Line {
        display: none;
    }

    .programmConf-MainTime p {
         font-weight: 700;
         padding-right: 0;
		 text-align: center;
		 padding-left: 0;
    }

    .programmSpeak-TimeOne {
         font-weight: 700;
    }

	.programmSpeak-AddTime, .programmSpeak-Speakers {
		margin: 10px;
		margin-bottom: 0;
	}

        .programmSpeak-presentation-link {
            font-size: 20px;
            align-items: flex-end;
        }
	
	.mobile-menu-btn {
		background-color: #ff7934;
		padding: 3px 15px;
		border-radius: 5px;
	}
	
	.no-mobile {
		display: none;
	}
	
	.no-desktop {
		display: flex!important;
	}
	
	
}


.no-desktop {
	display: none;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
	padding-bottom: 20px;
    width: 100%;
}
.block_banner {
    display: flex;
	justify-content: space-between;
    align-items: center;
	border: 2px solid #5382A1;
    background-color: #222A35;
	border-radius: 10px;
	
}

.block_banner svg {
    min-width: 112px;
}
.banner_text {
    font-family: 'Geometria';
    color: #fff;
    text-transform: uppercase;
    height: 52px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
	padding: 0px 40px;
	min-width: 330px;
	text-align: center;
}

.banner_background {
    background-color: #191919;
}

.sert {
	display: flex;
	width: 100%;
	height: 486px;
	background-image: url('/img/sert-bg-2024.png');
	background-size: cover;
	background-position-x: center;
	padding: 40px 0;
}

.sert-content {
	display: flex;
	flex-direction: column;
	width: 50%;
	justify-content: center;
}

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

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

@media (max-width: 800px) {
    .banner {
        flex-direction: column;
        justify-content: center;
		width: 100%;
    }
    .block_banner {
        width: 99%;
        justify-content: center;
		
    }
    .banner_text {
        font-size: 14px;
		min-width: auto;
    } 
	.sert {
		background-position: 80% 50%;
	}
	.sert-content-text,
	.sert-title {
		text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
}

@media (max-width: 540px) {
	.banner {
		padding-top: 70px;
	}

	.sert-content {
		width: 100%;
		height: min-content;
		margin: 0;
		margin-top: 25px;
		border: 0;
		
	}
	.sert-image-mobile {
		display: flex;
		width: 100%;
		height: 203px;
		background-image: url(/img/sert-bg-2024.png);
		background-size: cover;
		background-position: 78% 50%;
	}

	.sert-content-text {
		margin-bottom: 25px;
		border-top: 1px solid #FF7934;
		padding-top: 25px;
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}
	.block_banner {
		flex-wrap: wrap;
	}
	.banner_text {
		font-weight: bold;
	}
	.banner_text._right {
		width: 100%;
		border-top: 2px solid #FF7934;
		border-radius: 10px;
	}
	.sert {
		width: 100%;
		height: min-content;
		margin: 0;
		padding: 0;
		flex-direction: column;
		background-image: none;
	}
	.programmSpeak-video-links {
		font-size: 16px;
	}
}
.background-2025 {
	background-image: linear-gradient(to bottom, transparent, black), url(/img/top-banner-2025.webp);
    background-position-x: center;
    background-position-y: top;
}
@media screen and (max-width: 715px) {
	.background-2025 {
		background-image: url(/img/top-banner-2025-mobile.png);
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
	}
}
.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';
}
html
{
  scrollbar-color: #FF7934 #222A35;
}
