

/* Start:/local/components/fino/program/templates/p_2023/style.css?172794321532832*/
/* USER VARIABLES SECTION */

:root {
	--accent: orange;
	--text: #ffffff;
	--regular-text: 24px;
	--lineheight: 1.3;
	--userfont: "FuturaPT", sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.head-container {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	padding-left: 50px;
	/* align-items: baseline; */
	background-image: linear-gradient(to bottom right, #4184f1 , #3455f5 , #1536d9 , #671cfe 70%);
	/* display: block; */

	
	/* background-color: red; */
}

.datecity-icon {
	width: 80px;
	height: 80px;
	background-image: url('../used_images/dkp_logo.PNG');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 150px;
}
.head-container-datecity {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 50px;

}

.datecity-title {
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Bicubik;
	color: aliceblue;
	font-size: 1.5rem;
	

	
}

.head-container-theme {
	text-align: left; font-family: Bicubik; color: aliceblue; font-size: 5rem;
}


/* BOOTSTRAP SETTINGS SECTION */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 15px;
}

.row,
.row>* {
	--bs-gutter-x: 30px;
}

/* FONTS LOAD SECTION */

@font-face {
	font-family: "FuturaPT";
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/FuturaPT/FuturaPT-Book.woff") format("woff2");
}


@font-face {
	font-family: "Bicubik";
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/bicubik-regular.woff2") format("woff2");
}

@font-face {
	font-family: "FuturaPT";
	font-style: normal;
	font-weight: 500;
	src: url("./fonts/FuturaPT/FuturaPT-Medium.woff") format("woff2");

}

@font-face {
	font-family: "FuturaPT";
	font-style: normal;
	font-weight: 600;
	src: url("./fonts/FuturaPT/FuturaPT-Demi.woff") format("woff2");

}

@font-face {
	font-family: "FuturaPT";
	font-style: normal;
	font-weight: 700;
	src: url("./fonts/FuturaPT/FuturaPT-Bold.woff") format("woff2");

}

@font-face {
	font-family: "FuturaPT";
	font-style: normal;
	font-weight: 800;
	src: url("/fonts/FuturaPT/FuturaPT-Heavy.woff") format("woff2");

}

/* GENERAL CSS SETTINGS */

::placeholder {
	color: #666;
}

::selection {
	background-color: var(--accent);
	color: #fff;
}

input,
textarea {
	outline: none;
}

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

.programm-content {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
}

/* USER STYLES */


h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	cursor: default;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: 0.03em;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	text-transform: uppercase;
	cursor: default;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: 0.03em;
}


h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 40px;
}




a:hover {
	text-decoration: none;
}

a,
button,
input,
select {
	transition: 0.4s ease;
	outline: none
}

a:hover,
button:hover,
input:hover,
select:hover {
	transition: 0.4s ease;
	outline: none;
}

a:focus,
button:focus,
input:focus,
select:focus {
	outline: none;
}

p:last-child {
	margin-bottom: 0;
}

ul:last-child {
	margin-bottom: 0;
}


.image {
	max-width: 100%;
	display: block;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}





.page-inner {
	position: relative;
	min-height: 800px;
	overflow: hidden;
}

.biometrics-block {
	font-size: 24px;
}

.biometrics-info-block {
	max-width: 874px;
}

.biometrics-info-subtitle {
	margin-top: 24px;
	color: #66C3CD;
	font-size: 32px;
	font-weight: 700;
}

.biometrics-info-items-block {
	margin-top: 56px;
}



.biometrics-info-item {
	margin-top: 56px;
}

.biometrics-info-item:first-child {
	margin-top: 0;
}

.biometrics-info-item__title {
	font-weight: 700;
}

.biometrics-info-item__descr {
	margin-top: 16px;
}

.biometrics-services-block {
	margin-top: 80px;
}

.biometrics-services-top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.biometrics-services-top-left {
	width: calc(100% - 430px);
	padding-top: 8px;
}

.biometrics-services-top-right {
	width: 430px;
	padding-left: 120px;
}

.biometrics-services-top-descr {
	margin-top: 16px;
}

.biometrics-services-top-descr-mobile {
	display: none;
}

.biometrics-reg-type-block {
	margin-top: 40px;
}

.biometrics-reg-type-block-title {
	font-size: 32px;
	font-weight: 700;
}



.biometrics-reg-type-item {
	margin-top: 40px;
	background-color: #F5F5F5;
	padding: 40px;
	min-height: calc(100% - 40px);
}

.biometrics-reg-type-item__count {
	color: #E84718;
	font-size: 56px;
	font-weight: 600;
}

.biometrics-reg-type-item__title {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin-top: 16px;
}

.biometrics-reg-type-item__descr {
	margin-top: 16px;
	font-weight: 400;
}



.biometrics-reg-type-item__descr ul>li {
	margin-top: 16px;
}

.biometrics-reg-type-item__descr ul>li:first-child {
	margin-top: 0;
}

.biometrics-reg-type-item__descr a {
	color: #E84718;
}

.biometrics-download-apps-block {
	margin-top: 60px;
	padding: 80px;
	background-color: #F5F5F5;
}

.biometrics-download-apps-block-title {
	color: #4D4D4F;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

.biometrics-download-apps-block-note {
	margin-top: 40px;
	text-align: center;
	font-weight: 400;
}

.biometrics-download-apps-block-note a {
	color: #E84718;
}



.biometrics-download-app-item {
	margin-top: 48px;
	max-width: 267px;
	margin-right: auto;
	margin-left: auto;
	padding: 24px 32px;
	background-color: #fff;
}

.biometrics-download-app-item__title {
	color: #E84718;
	text-align: center;
}

.biometrics-download-app-item__qr {
	margin-top: 16px;
	max-width: 106px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

.biometrics-download-app-item__market {
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}



.archive-years-block {
	display: flex;
	position: relative;
	padding-bottom: 34px;
}

.archive-years-block::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 266px;
	border-radius: 30.5px;
	background: linear-gradient(90deg, #E44719 7.4%, rgba(199, 68, 29, 0.00) 86.77%);
	height: 6px;
}

.archive-years-title-block {
	padding-right: 37px;
}



.archive-year-list-block {
	padding-top: 8px;
	padding-bottom: 8px;
}

.archive-year-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -13px;
	margin-right: -13px;
	margin-top: -24px;
}

.archive-year-item-wrapper {
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 24px;
}

.archive-year-item {
	display: block;
	color: #4D4D4F;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.1;
	text-decoration-line: underline;
}

.archive-year-item:hover {
	color: #E84718;
}

.archive-year-item.active {
	color: #E84718;
	text-decoration: none;
}



.speaker-search-form-block {
	margin-top: 30px;
}



.speaker-search-form {
	top: 0;
	right: 0;
	height: 50px;
	z-index: 5;
}

.speaker-search-form input {
	height: 50px;
	padding-left: 2px;
	padding-right: 50px;
	border: 0;
	border-bottom: 2px solid #F5F5F5;
	width: 100%;
	font-size: 14px;
	color: #000;
}

.speaker-search-form input::placeholder {
	color: #A5A5A5;
}


.speaker-sort-block {
	margin-top: 46px;
}

.speaker-sort-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -11px;
	margin-right: -11px;
	margin-top: -8px;
}

.speaker-sort-item-wrapper {
	padding-left: 11px;
	padding-right: 11px;
	margin-top: 8px;
}

.speaker-sort-item {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4D4D4F;
	font-size: 24px;
	font-weight: 450;
	padding: 4px;
	height: 39px;
	width: 32px;
	cursor: pointer;
	transition: 0.4s ease;
}

.speaker-sort-item:hover,
.speaker-sort-item.active {
	color: #fff;
	background-color: #E84718;
}

.speaker-sort-item--all {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.speaker-sort-item--all.active {
	pointer-events: none;
}

.speaker-items-block {
	margin-top: 8px;
}


.speaker-item {
	margin-top: 64px;
	display: flex;
}

.speaker-item__img {
	width: 172px;
	height: 172px;
	border-radius: 50%;
	position: relative;
}

.speaker-item__img .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.speaker-item__img::before {
	content: '';
	position: absolute;
	width: 36px;
	height: 21px;
	left: 0;
	bottom: 10px;
	mask-image: url('/web/20250120215215im_/https://finopolis.ru/local/components/fino/program/templates/p_2023/images/svg/speaker-item-img-figure.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 36px 21px;
	-webkit-mask-image: url('/web/20250120215215im_/https://finopolis.ru/local/components/fino/program/templates/p_2023/images/svg/speaker-item-img-figure.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 36px 21px;
	background-color: #5BC6CC;
}

.speaker-item__content {
	width: calc(100% - 172px);
	padding-left: 24px;
	padding-right: 110px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.speaker-item__name {
	color: #4D4D4F;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.speaker-item__company {
	color: #4D4D4F;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 24px;
}

.speaker-item__state {
	color: #4D4D4F;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 8px;
}


.programm-top-block {
	/* margin-top: 14px; */
	background-image: url('../used_images/programm-top-block-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.programm-top {
	display: flex;
	align-items: flex-start;
	padding-bottom: 24px;
}

.programm-top-left {
	width: calc(100% - 310px);
}

.programm-top-right {
	width: 310px;
	padding-top: 30px;
}




.download-programm-btn {
	border-radius: 50px;
	/*background: linear-gradient(180deg, #FDA187 0%, #F0562A 100%);*/
	padding: 1px 1px 1px 3px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}
.download-programm-btn:hover .download-programm-btn-icon{
	transform: rotate(360deg);
}

.download-programm-btn-inner {
	border-radius: 50px;
	/*background: linear-gradient(180deg, #F1562A 0%, #B0300A 100%);*/
	padding: 8px 6px;
	display: flex;
}

.download-programm-btn-inner:hover {
	border: 1px solid #00B3C4;
	color: #00B3C4;
}

.programm-top-right .btn {
	padding: 8px 50px 8px;
	/*border: 1px solid #00B3C4;*/
	/*color: #00B3C4;*/
	/*background-color: unset;*/
}

.download-programm-btn-inner-inner {
	padding: 0px 2px 0px 1px;
	border-radius: 50px;
	/*background: linear-gradient(92deg, #942E11 8.49%, #D9461C 38.45%, #D03E14 85.7%, #9F2D0D 96.21%);*/
	display: flex;
	align-items: center;
	width: 100%;
}

.download-programm-btn-icon {
	width: 44px;
	height: 44px;
	border-radius: 50px;
	background-image: radial-gradient(62.47% 62.47% at 59.37% 38.94%, #FF9C81 0%, #EE6F4A 34.9%, #A82906 83.33%, #EA5227 100%);
	transition: 0.4s ease;
}

.download-programm-btn-text {
	padding-left: 13px;
	padding-right: 24px;
	width: calc(100% - 44px);
	/*color: #FFF;*/
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}




.programm-day-tabs {
	display: flex;
	margin-left: -45px;
	margin-right: -45px;
	justify-content: start;
}

.programm-day-tab-wrapper {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.programm-day-tab {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	position: relative;
	cursor: pointer;
	transition: 0.4s ease;
}

.programm-day-tab.active {
	pointer-events: none;
}
.programm-day-tab:hover {
	color: #66C3CD;
}

.programm-day-tab::after {
	content: '';
	position: absolute;
	left: -45px;
	right: -45px;
	bottom: -24px;
	height: 7px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
	pointer-events: none;
}

.programm-day-tab.active::after {
	opacity: 1;
	visibility: visible;
}


.programm-day-tab-type-tabs-content {
	display: none;
}

.programm-day-tab-type-tabs-content:first-child {
	display: block;
}

.programm-type-tabs-block {
	margin-right: -45px;
}

.programm-type-tabs {
	display: flex;
	margin-left: -45px;
	margin-right: -45px;
	justify-content: start;
}

.programm-type-tab-wrapper {
	padding: 24px 45px;
}

.programm-type-tab {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	position: relative;
	cursor: pointer;
	transition: 0.4s ease;
}

.programm-type-tab.active {
	pointer-events: none;
}
.programm-type-tab:hover {
	color: #66C3CD;
}

.programm-type-tab::after {
	content: '';
	position: absolute;
	left: -45px;
	right: -45px;
	bottom: -24px;
	height: 7px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
	pointer-events: none;
}

.programm-type-tab.active::after {
	opacity: 1;
	visibility: visible;
}




.programm-day-tab-content {
	/* display: none; */
	padding-top: 50px;
}

.programm-day-tab-content:first-child {
	display: block;
}


.programm-t-item {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}

.programm-t-item__left {
	width: 400px;
}

.programm-t-item__right {
	/* width: calc(100% - 400px); */
	width: 100%;
}

.programm-t-item__time {
	color: #ffffff;
	/* color: #00ffea; */
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	padding-left: 30px;
}

.programm-t-item__time::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../used_images/clock-circular-outline.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 24px 24px;
	-webkit-mask-image: url('../used_images/clock-circular-outline.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 24px 24px;
	background-color: #00ffea;
}

.programm-t-item-events {
	display: flex;
	flex-wrap: wrap;
	margin-left: -44px;
	margin-right: -44px;
	margin-top: -48px;
}

.programm-t-item-event-wrapper {
	width: 50%;
	margin-top: 48px;
}

.programm-t-item-event {
	padding-left: 44px;
	padding-right: 44px;
	min-height: 135px;
}

.programm-t-item-event.active .programm-t-item-event-popup{
	display: block;
}



.programm-t-item-event-wrapper:nth-child(even) .programm-t-item-event {
	border-left: 1px solid #000;
}

.programm-t-item-event-wrapper--full {
	width: 100%;
	border-left: none;
}

.programm-t-item-event-wrapper--full .programm-t-item-event {
	min-height: 0;
}

.programm-t-item-event__hall {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
}

.programm-t-item-event__type {
	margin-top: 10px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
}

.programm-t-item-event__title-block {
	margin-top: 25px;
	position: relative;
}

.programm-t-item-event__title {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	font-size: 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:start;
	border-radius: 1.5rem;
	pointer-events: none;
	/* display: inline-block; */
}

.programm-t-item-event__title:hover {
	color: #66C3CD;
}


.programm-t-item-event__title.disabled {
	color: #000;
	pointer-events: none
}

.programm-t-item-event-popup {
	display: none;
	padding: 15px;
	/* padding-right: 70px;
	padding-bottom: 48px; */
	background-color: #0000000e;
	/* display: flex; */
	max-height: 0;
	/* block-size: 0; */
	flex-direction: column;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	z-index: 99999;
	transform: translateY(+1%);
	/* animation: appear 1s; */
	overflow: hidden; /* or overflow: clip; */
	transition: max-height .5s ease-out;
	/* transition-behavior: allow-discrete;3 */

	/* padding: 0; */

}
.programm-t-item-event-popup.hidden {
	/* block-size: 0; */
	
	/* padding-block: 0; */
	max-height: 0;
	display: none;
	/* max-height: 0; */

	/* animation: vanish 1.5s; */
}

.programm-t-item-event-popup.visible {
	display: flex;
	/* block-size: 1000px; */
	/* max-height: 1200px; */
	padding-block: 2rem;
	/* block-size: calc-size(auto); */
	/* animation: appear 1.5s; */
    /* @starting-style {
		block-size: 0;
		padding-block: 0;
	} */
}
@keyframes appear {
	from {
		display: none;
		block-size: 0;
	}

	to {
		display: flex;
		block-size: auto;
		block-size: calc-size(auto);
	}
}
@keyframes vanish {
	from {
		display: flex;
		block-size: auto;
		block-size: calc-size(auto);
	}
	to {
		display: none;
		block-size: 0;
	}
	
}





.programm-t-item-event-popup-time {
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	padding-left: 30px;
}

.programm-t-item-event-popup-time::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../used_images/clock-circular-outline.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 24px 24px;
	-webkit-mask-image: url('../used_images/clock-circular-outline.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 24px 24px;
	background-color: #18e8da;
}

.programm-t-item-event-popup-hall {
	color: #E84718;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 10px;
}

.programm-t-item-event-popup-type {
	color: #E84718;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 10px;
}

.programm-t-item-event-popup-info {
	margin-top: 20px;
}

.programm-t-item-event-popup-info-title {
	color: #01f4d7;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.programm-t-item-event-popup-info-descr {
	margin-top: 10px;
}


.programm-t-item-event-popup-moderators-block {
	margin-top: 20px;
}

.programm-t-item-event-popup-moderators-title {
	color: #E84718;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}



.programm-t-item-event-popup-moderator-wrapper {
	position: relative;
}

.programm-t-item-event-popup-moderator {
	position: relative;
}

.programm-t-item-event-popup-moderator__name {
	color: #4D4D4F;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	margin-top: 10px;
}

.programm-t-item-event-popup-moderator__company {
	color: #4D4D4F;
	font-size: 24px;
	line-height: 1.1;
	margin-top: 10px;
}

.programm-t-item-event-popup-speakers-block {
	margin-top: 20px;
}

.programm-t-item-event-popup-speakers-title {
	color: #E84718;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}


.programm-t-item-event-popup-speaker-item-wrapper {
	margin-top: 10px;
	position: relative;
}

.programm-t-item-event-popup-speaker-item {
	/* margin-top: 10px; */
	line-height: 1.1;
}

.programm-t-item-event-popup-speaker-item__name {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
}

.programm-t-item-event-popup-speaker-item__name:hover {
	color: #66C3CD;
	text-decoration: none;
}

.programm-t-item-event-popup-speaker-item__company {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	margin-top: 10px;
}
.programm-t-it-ev-p-sp-it-popup-wrapper{

	display: none;
}
.programm-t-it-ev-p-sp-it-popup { 
	display: flex;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 60px;
	padding-right: 80px;
	margin-left: -60px;
	margin-right: -70px;
	background-color: #F5F5F5;
	position: relative;
}

.programm-t-it-ev-p-sp-it-popup__img {
	width: 172px;
	height: 172px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.programm-t-it-ev-p-sp-it-popup__img::before {
	content: '';
	position: absolute;
	width: 36px;
	height: 21px;
	left: 0;
	bottom: 10px;
	mask-image: url('/web/20250120215215im_/https://finopolis.ru/local/components/fino/program/templates/p_2023/images/svg/speaker-item-img-figure.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 36px 21px;
	-webkit-mask-image: url('/web/20250120215215im_/https://finopolis.ru/local/components/fino/program/templates/p_2023/images/svg/speaker-item-img-figure.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 36px 21px;
	background-color: #5BC6CC;
}

.programm-t-it-ev-p-sp-it-popup__content {
	padding-left: 36px;
	width: calc(100% - 172px);
	padding-top: 24px;
	padding-bottom: 24px;
}

.programm-t-it-ev-p-sp-it-popup__name {
	color: #4D4D4F;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.programm-t-it-ev-p-sp-it-popup__state {
	color: #4D4D4F;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 10px;
}

.programm-t-it-ev-p-sp-it-popup__close {
	position: absolute;
	right: 25px;
	top: 22px;
	width: 24px;
	height: 24px;
}

.programm-t-it-ev-p-sp-it-popup__close::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url("../used_images/close.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 24px 24px;
	-webkit-mask-image: url("../used_images/close.svg");
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 24px 24px;
	background-color: #4D4D4F;
	transition: 0.4s ease;
}

.programm-t-it-ev-p-sp-it-popup__close:hover::before {
	background-color: #E84718;
}
.modal-link {
	min-height:70px;
	padding-bottom: 15px;
}

.programm-t-item-event-popup-close {
	position: absolute;
	right: 25px;
	top: 15px;
	width: 24px;
	height: 24px;
}

	.programm-t-item-event-reveal {
		width: 100%;display: flex; 
		justify-content: center;
		background-image: linear-gradient(to bottom, #41f14700 60%, #3454f55a 100%);
		border-radius: 1.5rem;
		pointer-events:all;
	}
	.programm-t-item-event-reveal-sign {
		width: 2rem;
		pointer-events: none;
		transform-origin: 50% 45%;

		/* margin-right: 10px; */
		/* min-height: 100%; */
		/* margin: 0 40%; */
		/* display: block; */
		/* align-items: center; */
		/* padding-left: 50%; */
		/* padding: 10%; */
	}



.programm-t-item-event-popup-close::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url("../used_images/close.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 44px 44px;
	-webkit-mask-image: url("../used_images/close.svg");
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 44px 44px;
	background-color: #ffffff;
	transition: 0.4s ease;
}

.programm-t-item-event-popup-item {
	
	padding: 0 15px;
	margin-bottom: 10px;
	border-bottom: solid rgb(12, 252, 248); 
	background-color: #e8e8e81a;
}

.programm-t-item-event-popup-item:first-child {
	border-radius: 15px 15px 0 0;
	margin-top: 15px;
}

.programm-t-item-event-popup-item:nth-child(2n) {
	background-color: #08ff8c15;
}

.programm-t-item-event-popup-item:nth-last-child(1 of .programm-t-item-event-popup-item){
	margin-bottom: 0;
	border-radius: 0 0 15px 15px ;
	border-bottom: none;
}

.popup-question-block {
	min-height: 70px;
}

.programm-t-item-event-popup-speaker-item-wrapper.active .programm-t-it-ev-p-sp-it-popup-wrapper{
	display: block;
}


/* .programm-t-item-event-popup-speaker-item-wrapper.active .programm-t-item-event-popup-speaker-item{
	display: none;
} */

.programm-t-item-event-wrapper:nth-child(even) .programm-t-item-event-popup{
	left: auto;
	right: 0;
}
.programm-t-item:last-child{
	border-bottom: 0;
}



.programm-type-tab-content:first-child {
	display: block;
}

/* === DESKTOP FIRST === */

/* xl <= Extra extra large (xxl) */
@media (min-width : 1679.98px) {
	.biometrics-download-apps-block {
		padding: 60px;
	}
	.head-container {
		min-height: 500px;
	}
	.programm-t-item-event-popup-close {top: 10px}
	.speaker-item__content {
		padding-right: 60px;
	}

	.speaker-sort-item {
		width: 29px;
		padding-left: 3px;
		padding-right: 3px;
	}

	.speaker-sort-item--all {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.speaker-sort-items {
		margin-left: -8px;
		margin-right: -8px;
	}

	.speaker-sort-item-wrapper {
		padding-left: 8px;
		padding-right: 8px;
	}

	.programm-t-item__left {
		width: 300px;
	}

	.programm-t-item__right {
		width: calc(100% - 300px);
	}

	.programm-type-tab-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.programm-type-tabs {
		margin-left: -30px;
		margin-right: -30px;
	}

	.programm-type-tab {
		font-size: 24px;
	}

	.programm-day-tabs {
		margin-left: -30px;
		margin-right: -30px;
	}

	.programm-day-tab-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.programm-day-tab {
		font-size: 24px;
	}

	.programm-day-tab::after {
		right: -30px;
		left: -30px;
	}


}

/* lg <= Extra large (xl) */
@media (max-width : 1199.98px) {
	.biometrics-reg-type-item {
		padding: 30px;
	}
	.head-container {
		min-height: 500px;
	}
	.head-container-theme {
		font-size: 2.5rem;
	}
	.programm-t-item-event-popup-close {top: 10px}
	.biometrics-reg-type-item__title {
		font-size: 24px;
	}

	
	h1,
	.h1 {
		font-size: 32px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	.biometrics-block {
		font-size: 18px;
	}

	.biometrics-info-subtitle {
		font-size: 24px;
	}

	.biometrics-info-item {
		margin-top: 40px;
	}

	.biometrics-info-items-block {
		margin-top: 40px;
	}

	.biometrics-services-top-right {
		width: 280px;
		padding-left: 0;
		display: flex;
		justify-content: center;
	}

	.biometrics-services-top-left {
		width: calc(100% - 280px);
	}

	.speaker-item__content {
		padding-right: 24px;
	}

	.speaker-item__img {
		width: 140px;
		height: 140px;
	}

	.speaker-item__content {
		width: calc(100% - 140px);
		padding-top: 0;
	}

	.programm-day-tab-wrapper {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.programm-day-tab {
		font-size: 16px;
		text-align: center;
	}

	.programm-type-tabs {
		margin-left: -15px;
		margin-right: -15px;
	}

	.programm-type-tab-wrapper {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.programm-type-tab {
		font-size: 25px;
		text-align: center;
	}

	.programm-type-tab::after {
		left: 0;
		right: 0;
		height: 4px;
		bottom: -8px;
	}

	.programm-type-tabs-block {
		margin-top: 16px;
	}

	.programm-day-tabs {
		margin-left: -15px;
		margin-right: -15px;
	}

	.programm-day-tab-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.programm-day-tab::after {
		left: 0;
		right: 0;
		bottom: -8px;
		height: 4px;
	}

	.programm-top {
		padding-top: 24px;
	}

	.programm-top-right {
		padding-top: 0;
		width: 270px;
	}

	.programm-top-left {
		width: calc(100% - 270px);
	}

	.download-programm-btn-text {
		font-size: 20px;
	}

	.programm-t-item {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.programm-t-item__time {
		font-size: 24px;
	}

	.programm-t-item-event__hall {
		font-size: 22px;
	}

	.programm-t-item-event__type {
		font-size: 16px;
		margin-top: 4px;
	}

	.programm-t-item-event__title-block {
		display: flex;
		flex-direction: column;
		margin-top: 8px;
	}



	

	.programm-t-item__left {
		width: 240px;
	}

	.programm-t-item__right {
		/* width: calc(100% - 240px); */
		width: 100%;
	}

	.programm-t-item-event {
		min-height: 100px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.programm-t-item-events {
		margin-left: -24px;
		margin-right: -24px;
	}


	.programm-t-item-event-popup-time {
		font-size: 24px;
	}

	.programm-t-item-event-popup-hall {
		font-size: 16px;
		margin-top: 20px;
	}

	.programm-t-item-event-popup-type {
		font-size: 16px;
		margin-top: 4px;
	}

	.programm-t-item-event-popup-info {
		margin-top: 16px;
	}

	.programm-t-item-event-popup-info-title {
		font-size: 18px;
	}

	.programm-t-item-event-popup-moderators-title {
		font-size: 18px;
	}

	.programm-t-item-event-popup-speaker-item__name {
		font-size: 16px;
	}

	.programm-t-item-event-popup-speaker-item__company {
		font-size: 16px;
		margin-top: 4px;
	}

	.programm-t-item-event-popup-info-descr {
		font-size: 16px;
	}

	.programm-t-item-event-popup-info-descr ul {
		padding-left: 20px;
	}

	.programm-t-item-event-popup-moderators-block {
		margin-top: 16px;
	}

	.programm-t-item-event-popup-speaker-item-wrapper {
		margin-top: 8px;
	}

	.programm-t-item-event-popup-speakers-title {
		font-size: 18px;
	}

	.programm-t-item-event-popup-speakers-block {
		margin-top: 16px;
	}


	.programm-t-it-ev-p-sp-it-popup {
		margin-left: -40px;
		margin-right: -40px;
		padding: 16px 40px;
	}

	.programm-t-it-ev-p-sp-it-popup__img {
		width: 140px;
		height: 140px;
	}

	.programm-t-it-ev-p-sp-it-popup__name {
		font-size: 16px;
	}

	.programm-t-it-ev-p-sp-it-popup__state {
		font-size: 16px;
		margin-top: 4px;
	}

	.programm-t-it-ev-p-sp-it-popup__content {
		width: calc(100% - 140px);
		padding-left: 24px;
	}

	.programm-t-item-events {
		margin-top: 0;
	}

	.programm-day-tab-content {
		padding-top: 24px;
	}

	.programm-t-item-event-wrapper {
		margin-top: 24px;
	}


}

/* md <= Large (lg) */
@media (max-width : 991.98px) {

	.biometrics-services-top-left .biometrics-services-top-descr {
		display: none;
	}
	.head-container {
		padding-top: 30px;
		min-height: 350px;
	}

	.head-container-theme {
		font-size: 2rem;
	}
	.biometrics-services-top-descr-mobile {
		margin-top: 16px;
		display: block;
	}

	.archive-year-list-block {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.archive-year-list {
		margin-left: -12px;
		margin-right: -12px;
	}

	.archive-year-item-wrapper {
		padding-left: 12px;
		padding-right: 12px;
	}

	.programm-t-item {
		flex-wrap: wrap;
	}

	.programm-t-item__left {
		width: 100%;
	}

	.programm-t-item__right {
		width: 100%;
	}


}

/* sm <= Medium (md) */
@media (max-width : 767.98px) {

	.head-container {
		min-height: 300px;
		padding-left: 20px;
	}
	.head-container-theme {
		font-size: 2rem;
	}
	h1,
	.h1 {
		font-size: 20px;
	}

	h2,
	.h2 {
		font-size: 20px;
	}

	.biometrics-info-subtitle {
		font-size: 18px;
		margin-top: 8px;
	}

	.biometrics-info-items-block {
		margin-top: 24px;
	}

	.biometrics-info-item {
		margin-top: 24px;
	}

	.biometrics-info-item__descr {
		margin-top: 8px;
	}

	.biometrics-services-top-img {
		max-width: 72px;
	}

	.biometrics-services-top-right {
		width: 72px;
	}

	.biometrics-services-top-left {
		width: calc(100% - 72px);
	}

	.biometrics-services-top-left h2 {
		max-width: 160px;
	}

	.biometrics-services-top-descr-mobile {
		margin-top: 8px;
	}

	.biometrics-reg-type-block-title {
		margin-top: 24px;
		font-size: 18px;
	}

	.biometrics-reg-type-item {
		margin-top: 8px;
		padding: 16px;
	}

	.biometrics-reg-type-items-block {
		margin-top: 12px;
	}

	.biometrics-reg-type-item__count {
		font-size: 32px;
	}

	.biometrics-reg-type-item__title {
		font-size: 18px;
		margin-top: 8px;
	}

	p {
		margin-bottom: 0.5rem;
	}

	.biometrics-reg-type-item__descr {
		margin-top: 8px;
	}

	.biometrics-download-apps-block {
		margin-top: 8px;
		padding: 16px;
		padding-bottom: 24px;
	}

	.biometrics-download-apps-block-title {
		font-size: 18px;
	}

	.biometrics-download-app-item {
		margin-top: 8px;
		padding: 16px 24px;
	}

	.biometrics-download-apps-block-note {
		font-size: 14px;
		margin-top: 16px;
	}

	ol,
	ul {
		padding-left: 20px;
	}

	.archive-years-block {
		display: block;
	}

	.archive-year-list-block {
		padding-top: 16px;
		padding-bottom: 0;
	}

	.archive-years-block {
		padding-bottom: 0;
	}

	.archive-years-block::before {
		display: none;
	}

	.speaker-search-form input {
		height: 34px;
	}

	.speaker-search-form-block {
		margin-top: 16px;
	}

	.speaker-sort-item {
		width: 32px;
	}

	.speaker-sort-item--all {
		width: auto;
	}


	.speaker-sort-items {
		margin-left: -2px;
		margin-right: -2px;
	}

	.speaker-sort-item-wrapper {
		padding-left: 2px;
		padding-right: 2px;
	}

	.speaker-item__img {
		width: 72px;
		height: 72px;
	}

	.speaker-item__img::before {
		width: 15px;
		height: 9px;
		mask-size: 15px 9px;
		-webkit-mask-size: 15px 9px;
	}

	.speaker-item__content {
		width: calc(100% - 72px);
		padding-left: 16px;
		padding-right: 0;
		padding-bottom: 0;
	}

	.speaker-item__name {
		font-size: 18px;
	}

	.speaker-item__company {
		font-size: 18px;
		margin-top: 8px;
	}

	.speaker-item__state {
		font-size: 14px;
	}

	.speaker-item {
		margin-top: 24px;
	}

	.speaker-sort-block {
		margin-top: 24px;
	}

	.speaker-sort-item:hover:not(.active) {
		color: #4D4D4F;
		background-color: transparent;
	}

	.programm-top {
		flex-wrap: wrap;
	}

	.programm-top-left {
		width: 100%;
	}

	.programm-top-right {
		width: 100%;
		padding-top: 24px;
	}

	.download-programm-btn-block {
		max-width: 280px;
		margin-right: auto;
		margin-left: auto;
	}

	.programm-type-tabs-block {
		margin-right: 0;
	}

	/* .programm-t-item-event-popup {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: none;
		width: auto;
		padding: 0;
		box-shadow: none;
	} */


	.programm-t-item-event.active .programm-t-item-event__hall {
		display: none;
	}

	.programm-t-item-event.active .programm-t-item-event__type {
		display: none;
	}

	.programm-t-item-event.active .programm-t-item-event__title {
		display: none;
	}

	.programm-t-item-event.active .programm-t-item-event__title-block {
		margin-top: 0;
	}

	.programm-t-it-ev-p-sp-it-popup {
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		background-color: transparent;
		padding-bottom: 0;
		padding-top: 0;
	}

	.programm-t-it-ev-p-sp-it-popup__img {
		width: 60px;
		height: 60px;
	}

	.programm-t-it-ev-p-sp-it-popup__img::before {
		width: 15px;
		height: 9px;
		mask-size: 15px 9px;
		-webkit-mask-size: 15px 9px;
	}

	.programm-t-it-ev-p-sp-it-popup__content {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 4px;
	}

	.programm-t-it-ev-p-sp-it-popup__close {
		width: 20px;
		height: 20px;
		top: 0;
		right: 0;
	}

	.programm-t-it-ev-p-sp-it-popup__close::before {
		width: 20px;
		height: 20px;
		mask-size: 20px 20px;
		-webkit-mask-size: 20px 20px;
	}

	.programm-t-item-event-wrapper {
		margin-top: 20px;
		width: 100%;
		min-height: 0;
	}

	.programm-t-item-events {
		margin-left: 0;
		margin-right: 0;
	}

	.programm-t-item-event {
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.programm-t-item-event-wrapper:nth-child(even) .programm-t-item-event {
		border-left: 0;
	}

	.download-programm-btn-text {
		font-size: 14px;
	}

	.programm-top-right .btn {
		padding: 15px 50px 8px;
	}
}

/* xs <= Small (sm) */
@media (max-width : 575.98px) {
		.head-container {
		min-height: 300px;
		padding-left: 10px;
	}
	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding-left: 20px;
		padding-right: 20px;
	}

	.biometrics-block {
		font-size: 14px;
	}

	.programm-type-tab-wrapper {
		/* width: 33.33%; */
		padding-left: 10px;
		padding-right: 10px;
	}
	.programm-day-tab-wrapper{
		width: 49.33%;
		padding-left: 10px;
		padding-right: 10px;
	}
}


/* === MOBILE FIRST === */

/* Custom (xs) */
@media (min-width : 0) {}

/* Small (sm) */
@media (min-width : 576px) {}

/* Medium (md) */
@media (min-width : 768px) {}

/* Large (lg) */
@media (min-width : 992px) {}

/* Extra large (xl) */
@media (min-width : 1200px) {}

/* Extra extra large (xxl) */
@media (min-width : 1680px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1600px;
	}
}
.annual-title {
	font-size: 1.55rem;
	margin-bottom: 0;
}

