* {
	font-family: 'LabGrotesque', sans-serif;
	font-weight: normal;
}
body {
	background-color: #fff;
}
.container {
	max-width: 1272px !important;
	display: flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}

/*шапка*/
.top {
	padding:5px 0 3px 0;
}
.top__logo {
	margin-right:20px;
}
.top__sponsor {
	margin-right:180px;
}
.top__phone {
	color:#F1361D;
	font-size: 20px;
	font-weight: bold;
}
.btn-sml {
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	border-radius: 4px;
	padding: 8px 15px 8px;
	border:1px solid;
	color:#fff;
	text-decoration: none;
}
.btn-sml:hover,
.btn-sml:visited,
.btn-sml:focus,
.btn-sml:active {
	color:#fff;
	text-decoration: none;
}
.btn-grey {
	background-color: #fff;
	border-color:#C7C7C7;
	color:#2B2B2B;
	text-decoration: none;
}
.btn-grey:hover,
.btn-grey:visited,
.btn-grey:focus,
.btn-grey:active {
	color:#2B2B2B;
	text-decoration: none;
}
.top__lk, .top__invite {
	text-align: right;
}

/*блок баннер*/
.banner {
	background: #F1361D url('https://www.26-2.ru/images/pop-up/2023/vzv/fnn.png') top center;
	padding:150px 0 125px 0;
	color:#fff;
}
.banner__23 {
	background: #F1361D url('https://www.26-2.ru/images/pop-up/2023/vzv/fnn.png') no-repeat;
	padding:100px 0 75px 0;
	color:#000000;
	font-family: Proxima Nova;
}
.banner__23__stroke {
	width: 100%;
	padding-top: 50px;
	display: flex;
}






.banner__left,
.banner__right {
	width: 50%;
	align-self:flex-start;
	padding-top:30px;
}
.banner__right {
	text-align: right;
}
.banner__title {
	font-size: 64px;
	line-height: 68px;
	font-weight: 500;
	margin-bottom: 20px;
}
.banner__text {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 80px;
}
.banner__button {
	display: flex;
	font-size: 20px;
	line-height: 24px;
}

/*блок видео*/
.video {
	background: #F1361D url('https://www.26-2.ru/images/pop-up/2023/vzv/fnn.png') top center;
	padding:50px 0 35px 0;
	color:#fff;
	width: 100%;
}
.video .container {
	justify-content: center;
}
.video__title {
	font-size: 64px;
	line-height: 68px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
}
.video__text {
	font-size: 29px;
	line-height: 36px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.video__frame {
	width: 1272px;
	min-height: 1250px;
	height:auto;
	border: 1px solid #000; /*Закомментировать*/
	margin-bottom: 25px;
}

/*блок партнеры*/
.partners {
	background-color: #F0EEE9;
	padding:70px 0 75px 0;
}
.partners__title {
	width: 100%;
	flex-shrink: 0;
	font-size: 48px;
	line-height: 66px;
	font-weight: 500;
	color:#001324;
	margin-bottom: 30px;
}
.partners__title span {
	color:#F1361D;
}
.partners__logos img {
	margin-right:100px;
}
/*кнопки*/
.btn {
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	border-radius: 8px;
	padding: 14px 30px 16px;
	border:1px solid;
	color:#fff;
	text-decoration: none;
}
.btn:hover,
.btn:visited,
.btn:focus,
.btn:active {
	color:#fff;
	text-decoration: none;
}
.btn-black {
	background-color: #111111;
	border-color:#111111;
}
.banner__phone {
	margin-left: 30px;
	color:#ffffff;
}
.banner__phone  span {
	font-size: 16px;
	color:#fff;
}
.banner__name {
	font-size: 64px;
	line-height: 38px;
	font-weight: 900;
}
.banner__name span {
	font-size: 192px;
	line-height: 212px;
}
.banner__time {
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	color:#D60E57;
}

/*блок подписка*/
.podpiska {
	background-color: #F0EEE9;
	padding:70px 0 80px 0;
}
.podpiska__left {
	align-self:flex-start;
	width: 75%;
	margin-bottom:50px;
}
.podpiska__right {
	width: 25%;
	text-align: right;
	padding-right: 30px;
}
.podpiska__title {
	font-size: 48px;
	line-height: 66px;
	font-weight: 500;
	color:#001324;
	margin-bottom: 30px;
}
.podpiska__title span {
	color:#B61A53;
}
.podpiska__notice {
	color:#999999;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
.btn-red {
	background-color: #B61A53;
	border-color:#B61A53;
}

/*блок со спикерами*/
.speakers {
	background-color: #F7F6F4;
	padding:70px 0 80px 0;
}
.speakers__title {
	width: 100%;
	flex-shrink: 0;
	font-size: 48px;
	line-height: 66px;
	font-weight: 500;
	color:#001324;
	margin-bottom: 30px;
}
.speakers__title span {
	color:#F1361D;
}
.speakers__card {
	width: 48%;
	background-color: #fff;
	flex-shrink: 0;
	padding:30px;
	align-self:flex-start;
	margin-bottom: 30px;
}
.speakers__line1 {
	min-height: 795px;
}
.speakers__line2 {
	min-height: 561px;
}
.speakers__line3 {
	min-height: 660px;
}
.speakers__person {
	margin-bottom: 15px;
	display: flex;
}
.speakers__name {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	color:#001324;
}
.speakers__name span {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color:#999999;
	display: inline-block;
}
.speakers__person img {
	margin-right: 20px;
	height: 100%;
}
.speakers__theme {
	color:#F1361D;
	font-size: 32px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 15px;
}
.speakers__questions {
	color:#999999;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}
.speakers__questions ul {
	padding:0 0 0 20px;
	margin:0;
}
.speakers__button {
	align-self:flex-end;
}
.btn-white {
	background-color: transparent;
	border-color:#F1361D;
	color:#F1361D;
}
.btn-white:hover,
.btn-white:visited,
.btn-white:active,
.btn-white:focus {
	border-color:#F1361D;
	color:#F1361D;
}

/*блок с формой*/
.forma {
	background-color: #2E2E2E;
	padding:70px 0 60px 0;
	color:#fff;
}
.forma__title {
	font-size: 48px;
	line-height: 66px;
	font-weight: 500;
	color:#fff;
	margin-bottom: 60px;
}
.forma__title span {
	color:#F1361D;
}
.forma__text {
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 25px;
}
.forma__input {
	width: 408px;
	font-size: 20px;
	line-height: 1;
	padding:12px 22px;
	border-radius:8px;
	border:1px solid #132240;
	outline: none;
	margin-right:30px;
}
.forma__check {
	margin-top: 15px;
	margin-right:15px;
	border:1px solid #ACACAC;
	border-radius:3px;
}
.forma__check+label {
	color:#999999;
	font-size: 16px;
	line-height: 28px;
}
.forma__button {
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 140px;
}
.forma__logos img {
	margin-right:100px;
}

/*футер*/
.footer {
	background-color: #111111;
	padding:70px 0 45px 0;
	color:#fff;
	font-size: 20px;
	line-height: 28px;
}
.footer__logo {
	margin-right:100px;
}
.footer__adress {
	font-size: 20px;
	line-height: 28px;
	margin-right:50px;
}
.footer__phone {
	width: 45%;
	text-align: right;
	font-weight: bold;
}
.footer__phone a {
	color:#999999;
	font-weight: normal;
}
.footer__copyright {
	width: 100%;
	flex-shrink: 0;
	text-align: right;
	color:#999999;
	margin-top: 20px;
}
.footer__copyright span {
	color:#fff;
	margin-right:15px;
}




@media (max-width: 992px) {
	.live__wrapper {
		width: 768px;
	}
}

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