@charset "UTF-8";
.banner {
	border-radius: 10px;
	padding-left: 56px;
	padding-top: 34px;
	padding-right: 34px;
	padding-bottom: 34px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.banner__btn {
	background: #FF0099;
	border-radius: 5px;
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 40px;
	display: inline-block;
	text-decoration: none;
	transition: background .4s ease;
}

.banner__btn:hover {
	background: rgba(255, 0, 153, 0.8);
}

@media (max-width: 767px) {
	.banner__btn {
		font-size: 18px;
		line-height: 21px;
	}
}

.banner__title {
	color: #000;
	font-weight: bold;
	font-size: 35px;
	line-height: 38px;
}

@media (max-width: 991px) {
	.banner__title {
		font-size: 26px;
		line-height: 30px;
	}
}

.banner__title span {
	color: #FF0099;
}

.banner__desc {
	margin-top: 18px;
	font-weight: bold;
	font-size: 20px;
	line-height: 33px;
	color: #000000;
	margin-bottom: auto;
}

.banner__desc span {
	color: #FF0099;
}

.banner__footer {
	display: flex;
}

.banner--accelerator {
	background: #4D2CE0;
	display: flex;
	align-items: center;
}

.banner--accelerator .banner__title {
	color: #fff;
}

.banner--accelerator .banner__btn {
	margin-left: 58px;
	flex: 1 0 auto;
}

@media (max-width: 767px) {
	.banner--accelerator .banner__btn {
		margin-top: 20px;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.banner--accelerator {
		flex-direction: column;
		padding: 36px 45px;
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
	}
}

.banner--tariff {
	background-color: #D7E7FF;
	position: relative;
	background-image: url("../../img/tariffBG.jpg");
	background-size: cover;
	background-position: right top;
	display: flex;
	min-height: 372px;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.banner--tariff {
		background-position: left bottom;
		background-size: initial;
	}
}

@media (max-width: 767px) {
	.banner--tariff {
		padding: 30px;
		background-position-y: 10px;
		background-image: none;
	}
	.banner--tariff:before {
		content: url("../../img/tariffAfter.svg");
		position: absolute;
		right: 0;
		top: 0;
	}
}

.banner--tariff .banner__title {
	max-width: 750px;
}

@media (max-width: 767px) {
	.banner--tariff .banner__title {
		margin-right: 76px;
	}
}

.banner--poll {
	background-color: #E6D6ED;
	background-image: url("../../img/pollBG.jpg");
	background-size: cover;
	background-position: right top;
	min-height: 406px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (max-width: 800px) {
	.banner--poll {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.banner--poll {
		background-image: none;
	}
}

.banner--poll .banner__desc {
	font-weight: normal;
	margin-bottom: 28px;
	max-width: 922px;
}

.banner--poll .banner__infoText {
	font-weight: bold;
	font-size: 25px;
	line-height: 32px;
	color: #000000;
	margin-bottom: auto;
}

@media (max-width: 767px) {
	.banner--poll .banner__desc {
		font-size: 16px;
		line-height: 25px;
	}
	.banner--poll .banner__infoText {
		font-size: 18px;
		line-height: 24px;
	}
}

.banner--poll .banner__footer {
	align-items: center;
	width: 100%;
}

.banner--poll .banner__footer span {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-left: 26px;
	margin-right: auto;
}

@media (max-width: 767px) {
	.banner--poll .banner__footer {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.banner--poll .banner__footer .banner__btn {
		order: 2;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.banner--poll .banner__footer .banner__btn + span {
		order: 3;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.banner--poll .banner__footer .banner__footer-img {
		order: 1;
		width: 100%;
		margin-bottom: 16px;
	}
}

.banner--tg {
	padding: 49px 41px 57px 48px;
	background: linear-gradient(276.01deg, #BDEAFF 0%, #9FDAFF 100%);
	background-position: left top;
	background-size: cover;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	margin-bottom: 55px;
}

@media (max-width: 575px) {
	.banner--tg {
		padding: 49px 26px 110px 44px;
	}
}

.banner--tg .banner__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 100%;
}

.banner--tg .banner__info {
	display: flex;
	width: 100%;
}

@media (max-width: 575px) {
	.banner--tg .banner__info {
		flex-direction: column;
	}
}

.banner--tg .banner__info-left {
	max-width: 750px;
	margin-right: auto;
}

@media (max-width: 575px) {
	.banner--tg .banner__info-left {
		margin-bottom: 42px;
	}
}

.banner--tg .banner__info-right {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	right: 41px;
}

@media (max-width: 767px) {
	.banner--tg .banner__info-right {
		max-width: 237px;
		bottom: 44px;
		right: 39px;
		transform: none;
		width: 30%;
	}
}

@media (max-width: 575px) {
	.banner--tg .banner__info-right {
		position: static;
		width: 62%;
	}
}

.banner--tg .banner__desc {
	margin: 14px 0 38px;
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: 0.2px;
	color: #1C2734;
}

@media (max-width: 767px) {
	.banner--tg .banner__desc {
		font-size: 18px;
	}
}

.banner--tg .banner__footer {
	align-items: flex-start;
	position: absolute;
	bottom: -17%;
	right: 22%;
	width: 37.3%;
}

@media (max-width: 575px) {
	.banner--tg .banner__footer {
		bottom: -50px;
		right: unset;
		left: 0;
		width: 93%;
	}
}

.banner--tg .banner__links a {
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	color: #009BE7;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 8px;
}

.banner--tg .banner__links a:nth-child(3) {
	margin-top: 28px;
}

.banner--tg .banner__links a:nth-child(3) {
	margin-top: 28px;
}

.banner--tg .banner__links span {
	display: block;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.2px;
	color: #1C2734;
	max-width: 600px;
	margin-right: 280px;
}

@media (max-width: 767px) {
	.banner--tg .banner__links span {
		margin-right: 0;
	}
}

.banner--tg .banner__qr {
	position: absolute;
	bottom: -15px;
	right: -15px;
}

@media (max-width: 767px) {
	.banner--tg .banner__qr {
		display: none;
	}
}

.banner--artrussia {
	background-color: #A5DBF5;
	background-position: left top;
	background-image: url("../../img/artrussiaBanner.jpg");
	background-size: cover;
	min-height: 473px;
	display: flex;
	flex-direction: column;
	padding: 42px 18px 44px 36px;
}

.banner--artrussia .banner__title {
	font-size: 40px;
	line-height: 37px;
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.banner--artrussia .banner__title {
		font-size: 22px;
		line-height: 20px;
	}
	.banner--artrussia .banner__title br {
		display: none;
	}
}

.banner--artrussia .banner__desc {
	font-weight: bold;
	font-size: 37px;
	line-height: 28px;
	color: #EC008C;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.banner--artrussia .banner__desc {
		font-size: 22px;
		line-height: 17px;
		margin-top: 40px;
	}
}

.banner--artrussia .banner__infoText {
	font-size: 28px;
	line-height: 27px;
	color: #FFFFFF;
	margin-bottom: auto;
}

.banner--artrussia .banner__infoText span:first-child {
	font-weight: bold;
}

.banner--artrussia .banner__infoText span:first-child:after {
	content: '-';
	margin: 0 0 0 6px;
}

@media (max-width: 767px) {
	.banner--artrussia .banner__infoText span:first-child:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.banner--artrussia .banner__infoText {
		font-size: 18px;
		line-height: 18px;
	}
	.banner--artrussia .banner__infoText-item {
		margin-bottom: 14px;
	}
	.banner--artrussia .banner__infoText span:first-child {
		display: block;
	}
}

.banner--artrussia .banner__footer {
	align-items: center;
}

.banner--artrussia .banner__footer-img {
	margin-left: auto;
}

@media (max-width: 991px) {
	.banner--artrussia .banner__btn {
		margin-right: 10px;
		flex: 1 0 auto;
	}
}

@media (max-width: 767px) {
	.banner--artrussia .banner__btn {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.banner--artrussia {
		padding: 36px 18px 50px 18px;
	}
	.banner--artrussia .banner__mobile-img {
		margin-bottom: 24px;
	}
}

.banner--support {
	background-color: #220091;
	background-position: left top;
	background-image: url("../../img/supportBanner.jpg");
	background-size: cover;
	min-height: 280px;
	display: flex;
	flex-direction: column;
	padding: 50px 40px 78px 44px;
	position: relative;
}

.banner--support:after {
	content: url("../../img/bannerSupportMobile.svg");
	position: absolute;
	right: 16px;
	bottom: 23px;
	transform: scale(1.4);
	transform-origin: right bottom;
}

@media (max-width: 600px) {
	.banner--support:after {
		transform: none;
	}
}

@media (max-width: 767px) {
	.banner--support {
		padding: 36px 18px 23px 18px;
		background-image: none;
	}
}

.banner--support .banner__title {
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 36px;
	max-width: 826px;
}

@media (max-width: 767px) {
	.banner--support .banner__title {
		font-size: 18px;
		line-height: 21px;
	}
}

.banner--support .banner__footer {
	align-items: center;
}

@media (max-width: 991px) {
	.banner--support .banner__footer {
		flex-direction: column;
		align-items: flex-start;
	}
}

.banner--support .banner__footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 33px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.banner--support .banner__footer a {
		flex-direction: column;
		align-items: flex-start;
		font-size: 18px;
		line-height: 26px;
	}
}

.banner--support .banner__footer a svg {
	margin-right: 8px;
}

@media (max-width: 767px) {
	.banner--support .banner__footer a svg {
		margin-right: 0;
	}
}

.banner--support .banner__footer a:after {
	content: '';
	background: #FF0099;
	width: 3px;
	margin: 0 10px;
	height: 23px;
}

@media (max-width: 991px) {
	.banner--support .banner__footer a:after {
		display: none;
	}
}

.banner--support .banner__footer a:last-child:after {
	display: none;
}

.banner--a-dobra {
	background-color: #D7E7FF;
	position: relative;
	background-image: url("../../img/banner-a-dobra.jpg");
	background-size: cover;
	background-position: right top;
	display: flex;
	min-height: 372px;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 30px 27px 49px;
}

.banner--a-dobra svg {
	max-width: 100%;
}

@media (max-width: 991px) {
	.banner--a-dobra {
		background-position: left bottom;
		background-size: initial;
	}
}

@media (max-width: 767px) {
	.banner--a-dobra {
		min-height: auto;
		padding: 30px 21px;
		background-position: bottom;
	}
	.banner--a-dobra .banner__btn {
		width: 100%;
	}
}

.banner--a-dobra .banner__title {
	max-width: 800px;
	font-weight: bold;
	font-size: 57px;
	line-height: 42px;
	color: #0078BF;
	margin-top: 48px;
	margin-bottom: 38px;
}

@media (max-width: 767px) {
	.banner--a-dobra .banner__title {
		font-size: 37px;
		line-height: 27px;
	}
}

.banner--genesis {
	background-color: #000;
	position: relative;
	background-image: url("../../img/banner-genesis.jpg");
	background-size: cover;
	background-position: left top;
	display: flex;
	min-height: 372px;
	flex-direction: column;
	align-items: flex-start;
	padding: 17px 30px 27px 49px;
}

.banner--genesis svg {
	max-width: 100%;
}

@media (max-width: 991px) {
	.banner--genesis {
		background-position: left bottom;
		background-size: initial;
	}
}

@media (max-width: 767px) {
	.banner--genesis {
		padding: 10px 10px;
		background-position: bottom center;
	}
	.banner--genesis svg {
		margin-bottom: 16px;
	}
	.banner--genesis .banner__title {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 21px;
	}
	.banner--genesis .banner__btn {
		padding: 17px 40px;
	}
}

@media (max-width: 415px) {
	.banner--genesis svg {
		max-width: 224px;
		height: auto;
	}
}

.banner--genesis .banner__title {
	color: #fff;
	font-size: 32px;
	line-height: 28px;
	margin-bottom: 21px;
}

@media (max-width: 767px) {
	.banner--genesis .banner__title {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 12px;
	}
}

.banner--genesis .banner__btn {
	padding: 9px 40px;
}

@media (max-width: 767px) {
	.banner--genesis .banner__btn {
		padding: 17px 40px;
	}
}

.banner--harari {
	background-color: #D7E7FF;
	position: relative;
	background-image: url("../../img/bannerHarari.jpg");
	background-size: cover;
	background-position: right top;
	display: flex;
	min-height: 372px;
	flex-direction: column;
	align-items: flex-start;
	padding: 54px 270px 27px 49px;
	overflow: hidden;
}

.banner--harari .banner__title {
	font-size: 32px;
	line-height: 28px;
	color: #fff;
	max-width: 830px;
}

.banner--harari .banner__title span {
	display: block;
}

.banner--harari .banner__title ul {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	padding-left: 23px;
	margin-bottom: 14px;
}

.banner--harari .banner__btn {
	margin-top: auto;
}

@media (max-width: 767px) {
	.banner--harari {
		padding: 30px 30px 30px 30px;
	}
	.banner--harari:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.4);
	}
	.banner--harari .banner__title {
		font-size: 22px;
		line-height: 28px;
		z-index: 2;
	}
	.banner--harari .banner__title ul {
		font-size: 18px;
	}
	.banner--harari .banner__btn {
		z-index: 2;
	}
}

@media (max-width: 580px) {
	.banner--harari {
		background-position: 40% 100%;
	}
	.banner--harari:before {
		display: none;
	}
}

@media (max-width: 460px) {
	.banner--harari {
		padding: 14px;
	}
}

.banner--kvatn {
	background-color: #000;
	position: relative;
	background-image: url("../../img/banner-kvant.jpg");
	background-size: cover;
	background-position: right top;
	display: flex;
	min-height: 372px;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 30px 30px 70px;
	color: #fff;
}

.banner--kvatn svg {
	max-width: 100%;
	margin-bottom: 28px;
}

@media (max-width: 991px) {
	.banner--kvatn {
		background-size: initial;
	}
}

@media (max-width: 767px) {
	.banner--kvatn {
		padding: 30px 16px 36px;
		background-position-x: 76%;
	}
}

.banner--kvatn .banner__date {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.banner--kvatn .banner__date {
		font-size: 24px;
		line-height: 28px;
		color: #FF0099;
	}
}

.banner--kvatn .banner__title {
	font-weight: 900;
	font-size: 60px;
	line-height: 38px;
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.banner--kvatn .banner__title {
		font-size: 48.6029px;
		line-height: 32px;
	}
}

.banner--kvatn .banner__desc {
	font-size: 24px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: 400;
}

.banner--kvatn .banner__desc + .banner__desc {
	font-weight: 800;
}

@media (max-width: 767px) {
	.banner--kvatn .banner__desc {
		font-size: 20px;
		line-height: 16px;
		margin-top: 6px;
	}
}

.banner--kvatn .banner__btn {
	padding: 9px 40px;
}

@media (max-width: 767px) {
	.banner--kvatn .banner__btn {
		padding: 17px 40px;
	}
}

.banner--digital {
	background-color: #000;
	position: relative;
	background-image: url("../../img/banner-digital.jpg");
	background-size: cover;
	background-position: right top;
	display: flex;
	min-height: 372px;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px 30px 30px 120px;
	color: #fff;
}

@media (max-width: 991px) {
	.banner--digital {
		padding-left: 30px;
	}
}

@media (max-width: 660px) {
	.banner--digital {
		background-image: url("../../img/banner-digitalMobile.jpg");
		min-height: 470px;
	}
}

.banner--digital svg {
	margin-left: -72px;
	max-width: 100%;
}

@media (max-width: 991px) {
	.banner--digital svg {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.banner--digital svg {
		order: 1;
	}
}

.banner--digital .banner__date {
	font-size: 26px;
	line-height: 27px;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
}

.banner--digital .banner__date span {
	font-size: 17px;
	line-height: 15px;
	display: block;
}

@media (max-width: 767px) {
	.banner--digital .banner__date {
		font-size: 22px;
		line-height: 22px;
		order: 2;
		margin-top: 30px;
		margin-bottom: 16px;
	}
	.banner--digital .banner__date span {
		font-size: 16px;
		line-height: 16px;
	}
}

.banner--digital .banner__desc {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.01em;
	max-width: 550px;
	font-weight: normal;
	color: #fff;
}

@media (max-width: 767px) {
	.banner--digital .banner__desc {
		font-weight: bold;
		font-size: 38px;
		line-height: 31px;
		order: 3;
		margin-bottom: 20px;
	}
}

@media (max-width: 660px) {
	.banner--digital .banner__desc {
		margin-top: 0;
		font-size: 32px;
	}
}

.banner--digital .banner__btn {
	padding: 0 40px;
	line-height: 48px;
}

@media (max-width: 767px) {
	.banner--digital .banner__btn {
		order: 4;
	}
}

@media (max-width: 660px) {
	.banner--digital .banner__btn {
		margin-top: auto;
	}
}

.banner--synergywoman {
	background-color: #000;
	position: relative;
	background-image: url("../../img/bannerSynergyWoman.jpg");
	background-size: cover;
	background-position: right top;
	display: flex;
	min-height: 372px;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px 30px 37px 174px;
	color: #fff;
}

@media (max-width: 991px) {
	.banner--synergywoman {
		padding-left: 64px;
	}
}

@media (max-width: 660px) {
	.banner--synergywoman {
		background-image: url("../../img/bannerSynergyWomanMobile.jpg");
		min-height: 528px;
	}
}

.banner--synergywoman svg {
	margin-left: -124px;
	max-width: 100%;
}

@media (max-width: 991px) {
	.banner--synergywoman svg {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.banner--synergywoman svg {
		margin-left: -46px;
	}
}

@media (max-width: 460px) {
	.banner--synergywoman svg {
		width: calc(100% + 46px);
		max-width: inherit;
	}
}

.banner--synergywoman .banner__date {
	font-size: 26px;
	line-height: 27px;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.banner--synergywoman .banner__date {
		font-size: 22px;
		line-height: 22px;
		margin-top: 30px;
		margin-bottom: 16px;
		margin-top: auto;
	}
}

.banner--synergywoman .banner__desc {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.01em;
	max-width: 550px;
	font-weight: normal;
	color: #fff;
}

@media (max-width: 767px) {
	.banner--synergywoman .banner__desc {
		font-weight: bold;
		font-size: 38px;
		line-height: 31px;
		margin-bottom: 20px;
	}
}

@media (max-width: 660px) {
	.banner--synergywoman .banner__desc {
		font-size: 24px;
		line-height: 1;
		margin-top: 16px;
		margin-bottom: 0;
	}
}

.banner--synergywoman .banner__btn {
	padding: 0 40px;
	line-height: 48px;
}

@media (max-width: 767px) {
	.banner--synergywoman .banner__btn {
		order: 4;
	}
}

@media (max-width: 660px) {
	.banner--synergywoman .banner__btn {
		margin-top: auto;
	}
}

.banner--education {
	background-color: #D7E0F9;
	position: relative;
	background-image: url("../../img/banner-education.jpg");
	background-size: cover;
	background-position: right top;
	display: flex;
	min-height: 372px;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 30px 27px 49px;
}

.banner--education svg {
	max-width: 100%;
}

@media (max-width: 991px) {
	.banner--education {
		background-position: left bottom;
		background-size: initial;
	}
}

@media (max-width: 767px) {
	.banner--education {
		min-height: auto;
		padding: 30px 21px;
		background-position: bottom;
	}
	.banner--education .banner__btn {
		width: 100%;
	}
}

.banner--education .banner__title {
	max-width: 720px;
	font-weight: bold;
	font-size: 45px;
	line-height: 32px;
	color: #2D55D2;
	margin-top: 48px;
	margin-bottom: 38px;
}

@media (max-width: 767px) {
	.banner--education .banner__title {
		font-size: 32px;
		line-height: 24px;
	}
}

.banner--education .banner__desc {
	font-weight: 900;
	font-size: 40px;
	line-height: 35px;
	text-transform: uppercase;
	color: #D448F7;
	margin-top: 0;
	margin-bottom: auto;
}

@media (max-width: 767px) {
	.banner--education .banner__desc {
		font-size: 30px;
		line-height: 26px;
		margin-bottom: 30px;
	}
}

.banner--bar {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 145%;
	color: white;
	padding: 10px 0;
	border-radius: 0;
	margin-bottom: 0;
	text-decoration: none;
	letter-spacing: 0.2px;
}

@media (max-width: 1200px) {
	.banner--bar {
		padding: 6px 0;
		font-size: 16px;
	}
}

@media (max-width: 900px) {
	.banner--bar {
		font-size: 2vw;
	}
}

@media (max-width: 600px) {
	.banner--bar {
		font-size: 14px;
		padding: 3px 0;
	}
}

.banner--bar .banner__container {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 600px) {
	.banner--bar .banner__container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.banner--bar .banner__content {
	display: flex;
	align-items: center;
}

.banner--bar .banner__link {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.banner--bar .banner__link {
		margin: 0 auto;
	}
}

.banner--bar .banner__link img {
	max-width: 28px;
	width: 100%;
}

@media (max-width: 600px) {
	.banner--bar .banner__link span {
		padding: 0 0px 0 8px;
		line-height: 26px;
	}
}

@media (max-width: 480px) {
	.banner--bar .banner__link span:nth-of-type(2) {
		font-size: 14px;
	}
}

.banner--bar .banner__description_mobile {
	display: none;
}

@media (max-width: 600px) {
	.banner--bar .banner__description_mobile {
		display: block;
		text-transform: initial;
		font-weight: 600;
		font-size: 14px;
	}
}

.banner--bar .banner__description_uppercase {
	text-transform: uppercase;
}

.banner--bar .banner__text {
	font-weight: 500;
	font-size: 18px;
	margin: 0 12px;
}

@media (max-width: 1200px) {
	.banner--bar .banner__text {
		font-size: 16px;
		margin: 0 10px;
	}
}

@media (max-width: 900px) {
	.banner--bar .banner__text {
		font-size: 2vw;
	}
}

@media (max-width: 600px) {
	.banner--bar .banner__text {
		font-size: 14px;
		line-height: 26px;
	}
}

.banner--bar .banner__text span {
	font-weight: 700;
	font-size: 18px;
}

@media (max-width: 1200px) {
	.banner--bar .banner__text span {
		font-size: 16px;
	}
}

@media (max-width: 900px) {
	.banner--bar .banner__text span {
		font-size: 2vw;
	}
}

@media (max-width: 600px) {
	.banner--bar .banner__text span {
		font-size: 14px;
	}
}

.banner--bar .banner__text_padding {
	padding: 0 22px 0 12px;
}

@media (max-width: 1200px) {
	.banner--bar .banner__text_padding {
		padding: 0 18px 0 10px;
	}
}

.banner--bar .banner__name {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
}

@media (max-width: 1200px) {
	.banner--bar .banner__name {
		font-size: 14px;
	}
}

@media (max-width: 900px) {
	.banner--bar .banner__name {
		font-size: 2vw;
	}
}

.banner--bar .banner__icon {
	max-width: 28px;
}

@media (max-width: 1200px) {
	.banner--bar .banner__icon {
		max-width: 20px;
	}
}

.banner--bar:active, .banner--bar:hover, .banner--bar:focus {
	text-decoration: none;
	color: #fff;
}

.banner--translation {
	background: url(../../img/banner-translation.jpg) center center/cover no-repeat;
}

@media (max-width: 991px) {
	.banner--translation {
		background: url("../../img/banner-translation_mobile.jpg") no-repeat 50% 0/cover;
	}
}

@media (max-width: 600px) {
	.banner--translation .banner__text {
		display: none;
	}
}

.banner--translation .banner__text_mobile {
	display: none;
}

@media (max-width: 600px) {
	.banner--translation .banner__text_mobile {
		display: block;
		margin: 0 8px 0 0;
	}
}

@media (max-width: 600px) {
	.banner--translation .banner__text_mobile span {
		text-transform: uppercase;
	}
}

.banner--tv {
	background: url(../../img/banner-tv.jpg) center center/cover no-repeat;
}

@media (max-width: 991px) {
	.banner--tv {
		background: url("../../img/banner-tv_mobile.jpg") no-repeat 50% 0/cover;
	}
}

.banner--tv .banner__text {
	min-width: 150px;
}

@media (max-width: 1200px) {
	.banner--tv .banner__text {
		min-width: 65px;
	}
}

@media (max-width: 900px) {
	.banner--tv .banner__text {
		min-width: 7.8vw;
	}
}

@media (max-width: 600px) {
	.banner--tv .banner__text {
		display: none;
	}
}

.banner--tv .banner__text span {
	font-weight: 600;
	font-size: 18px;
}

@media (max-width: 1200px) {
	.banner--tv .banner__text_tablet {
		display: none;
	}
}

.banner--tv .banner__text_small {
	font-size: 16px;
	margin: 0;
	padding-right: 12px;
}

@media (max-width: 1200px) {
	.banner--tv .banner__text_small {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.banner--tv .banner__name {
		display: none;
	}
}

.banner--tv .banner__link {
	min-width: 165px;
}

@media (max-width: 1200px) {
	.banner--tv .banner__link {
		min-width: 160px;
	}
}

@media (max-width: 900px) {
	.banner--tv .banner__link {
		min-width: 20vw;
	}
}

.banner--subscribe {
	background: url(../../img/banner-subscribe.jpg) center center/cover no-repeat;
}

@media (max-width: 991px) {
	.banner--subscribe {
		background: url("../../img/banner-subscribe_mobile.jpg") no-repeat 50% 0/cover;
	}
}

.banner--subscribe .banner__text {
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}

.banner--subscribe .banner__text span {
	font-weight: 800;
	font-size: 16px;
}

.banner--subscribe .banner__link span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

@media (max-width: 900px) {
	.banner--subscribe .banner__link span {
		font-size: 2vw;
	}
}

@media (max-width: 600px) {
	.banner--subscribe .banner__link span {
		font-size: 14px;
	}
}

.banner--subscribe .banner__text {
	font-weight: 500;
	font-size: 18px;
}

@media (max-width: 1200px) {
	.banner--subscribe .banner__text {
		font-size: 14px;
	}
}

@media (max-width: 900px) {
	.banner--subscribe .banner__text {
		font-size: 2vw;
	}
}

@media (max-width: 600px) {
	.banner--subscribe .banner__text {
		display: none;
	}
}

.list__wrapper {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.list__wrapper {
		margin: 0 -10px;
	}
}

.list__empty {
	margin: 0 15px;
	color: #ff6243;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.list__empty svg {
	margin-left: 8px;
}

.list__block {
	margin: 0 15px;
	width: calc(33.333% - 30px);
	border-radius: 7px;
	overflow: hidden;
	text-decoration: none;
	margin-bottom: 45px;
}

.list__block:hover .list__block-title {
	color: #7D60FE;
}

@media (max-width: 991px) {
	.list__block {
		width: calc(50% - 20px);
		margin: 0 10px;
		margin-bottom: 30px;
	}
}

.list__block--video .list__block-image {
	position: relative;
}

.list__block--video .list__block-title {
	font-size: 15px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 11px;
}

.list__block--serviceImg {
	display: block;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	border-radius: 7px;
}

.list__block--service {
	border: 1px solid #CCCCCC;
	transition: border-color .4s ease;
	padding: 34px 23px 34px 26px;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

@media (max-width: 1550px) {
	.list__block--service {
		padding: 34px 16px 24px;
	}
}

@media (max-width: 767px) {
	.list__block--service {
		min-height: auto;
	}
}

@media (max-width: 600px) {
	.list__block--service {
		width: 100%;
	}
}

.list__block--service:hover {
	border-color: rgba(0, 98, 254, 0.9);
}

@media (min-width: 1550px) {
	.list__block--service .list__block-title {
		font-size: 23px;
		line-height: 25px;
		margin-top: 30px;
		margin-bottom: 12px;
	}
	.list__block--service .list__block-description {
		font-size: 18px;
		line-height: 25px;
		color: #000000;
		opacity: 0.8;
		margin-bottom: 38px;
	}
}

.list__block--service .list__block-hashtag {
	margin-top: auto;
}

.list__block--service .list__block-cost {
	margin-top: 12px;
}

.list__block--service .list__block-image img {
	margin-left: 0;
}

.list__block--service .list__block-title {
	font-size: 18px;
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 12px;
}

.list__block--service .list__block-description {
	color: #000000;
	opacity: 0.8;
	margin-bottom: 38px;
	font-size: 15px;
	line-height: 20px;
}

@media (max-width: 600px) {
	.list__block--market {
		width: 100%;
	}
}

.list__block--market .list__block-image {
	height: 260px;
	border-radius: 7px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list__block--market .list__block-image img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 600px) {
	.list__block--market .list__block-image {
		height: auto;
		max-height: 260px;
	}
}

.list__block-image {
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 8px;
}

.list__block-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.list__block-hashtag {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.list__block-hashtag {
		font-size: 10px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
}

.list__block-hashtag span {
	display: inline-block;
}

.list__block-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #1C2734;
	text-align: center;
	margin: 18px 0 11px;
	transition: color .4s ease;
}

@media (max-width: 767px) {
	.list__block-title {
		font-size: 13px;
		line-height: 16px;
	}
}

.list__block-author {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #131313;
}

@media (max-width: 767px) {
	.list__block-author {
		font-size: 10px;
		line-height: 12px;
	}
}

.list__block-author span:before {
	content: 'Автор:';
	margin-right: 6px;
	color: #808080;
}

.list__block-description {
	font-size: 15px;
	line-height: 20px;
	color: #323232;
}

@media (max-width: 767px) {
	.list__block-description {
		font-size: 11px;
		line-height: 16px;
	}
}

.list__block-cost {
	padding: 0 40px;
	font-weight: bold;
	font-size: 20px;
	line-height: 56px;
	text-align: center;
	color: #FFFFFF;
	background: #4D2CE0;
	border-radius: 5px;
	display: inline-block;
	margin-top: auto;
	align-self: flex-start;
}

@media (max-width: 600px) {
	.list__block-cost {
		font-size: 17px;
	}
}

.list__block-price {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #FF0099;
	margin-bottom: 12px;
}

.list__block-price--sale {
	font-size: 12px;
	line-height: 14px;
	color: #4d2ce0;
	text-decoration: line-through;
	display: block;
}

.list__block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.list__block--collections {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	display: flex;
	flex-direction: column;
}

.list__block--collections:hover:before {
	content: '';
	background: rgba(0, 0, 0, 0.73);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.list__block--collections:hover .list__block-stats, .list__block--collections:hover .list__block-hashtag, .list__block--collections:hover .list__block-buttons {
	display: flex;
}

.list__block--collections:hover .list__block-title {
	color: #fff;
}

.list__block--collections:hover .list__block-hover {
	opacity: 1;
	visibility: visible;
}

.list__block--collections .list__block-hover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 14px;
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-direction: column;
}

.list__block--collections .list__block-stats {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

.list__block--collections .list__block-stats span {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 14px;
	font-weight: bold;
	height: 20px;
}

.list__block--collections .list__block-stats span:first-child {
	margin-left: 0;
}

.list__block--collections .list__block-stats span svg {
	margin-right: 5px;
}

.list__block--collections .list__block-stats span.list__block-stats--bookmarks {
	margin-left: auto;
}

.list__block--collections .list__block-stats span.list__block-stats--bookmarks.added svg path:last-child {
	fill: #FF0099;
}

.list__block--collections .list__block-stats span.list__block-stats--bookmarks svg path:last-child {
	fill: transparent;
}

.list__block--collections .list__block-hashtag {
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	text-transform: none;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.list__block--collections .list__block-hashtag span {
	margin-right: 4px;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 0 10px;
	margin-bottom: 5px;
}

.list__block--collections .list__block-author {
	font-weight: 900;
	font-size: 23px;
	line-height: 21px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	color: #FFFFFF;
	margin-top: auto;
	margin-bottom: 8px;
}

.list__block--collections .list__block-author span:before {
	display: none;
}

.list__block--collections .list__block-author--big {
	font-size: 18px;
}

.list__block--collections .list__block-title {
	font-weight: 500;
	font-size: 15px;
	line-height: 16px;
	color: #FFFFFF;
	text-transform: none;
	z-index: 2;
	position: relative;
	margin: 0;
	max-height: 32px;
	overflow: hidden;
}

.list__block--collections .list__block-buttons {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.list__block--collections .list__block-buttons span:first-child {
	background: rgba(255, 255, 255, 0.2);
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 4px 10px;
	display: flex;
	align-items: center;
}

.list__block--collections .list__block-buttons span:first-child svg {
	margin-left: 4px;
}

.list__block--collections .list__block-buttons span:last-child {
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FF0099;
	margin-left: auto;
}

.list__block--collections .list__block-stats, .list__block--collections .list__block-hashtag, .list__block--collections .list__block-buttons {
	display: none;
}

.list__block--collections .list__block-seeall {
	font-weight: 900;
	font-size: 35px;
	line-height: 36px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FF0099;
	height: 264px;
}

.list__block--collections .list__block-speacker {
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	z-index: 2;
	margin-top: 10px;
}

.list__block--collections .list__block-speacker:before {
	content: 'Спикер: ';
	text-decoration: none;
}

.list__block--collections .list__block-speacker span {
	text-decoration: underline;
}

.list__block--collections .list__block-play {
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	z-index: 2;
}

.list__block--collections ~ .list__block-buy {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	background: #F2F2F2;
	border-radius: 5px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FF0099;
	margin-left: auto;
}

.list__block--collections ~ .list__block-buy--blue {
	color: #002196;
}

.list__block--seeall {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .4s ease;
}

.list__block--seeall:hover {
	opacity: 0.7;
}

.list__block--seeall:hover:before {
	display: none;
}

.list:not(.videoList--search) .swiper-wrapper .swiper-slide {
	width: 360px !important;
}

.list.videoList--search .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.list.videoList--search .swiper-wrapper .swiper-slide {
	width: calc(25% - 20px) !important;
	margin: 0 10px 20px;
}

.list.videoList--search .swiper-wrapper .swiper-slide .list__block-img img {
	width: 100%;
}

@media (max-width: 1800px) {
	.list.videoList--search .swiper-wrapper .swiper-slide {
		width: calc(33.333% - 20px) !important;
	}
}

@media (max-width: 1400px) {
	.list.videoList--search .swiper-wrapper .swiper-slide {
		width: calc(50% - 20px) !important;
	}
}

@media (max-width: 1199px) {
	.list.videoList--search .swiper-wrapper .swiper-slide {
		width: calc(33.333% - 20px) !important;
	}
}

@media (max-width: 1030px) {
	.list.videoList--search .swiper-wrapper .swiper-slide {
		width: calc(50% - 20px) !important;
	}
}

@media (max-width: 690px) {
	.list.videoList--search .swiper-wrapper .swiper-slide {
		width: calc(100% - 20px) !important;
	}
}

.list__speackers {
	margin-top: 40px;
}

.list__speackers-title {
	font-weight: bold;
	font-size: 23px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 16px;
}

.list__speackers-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.list__speackers-item:last-child {
	margin-bottom: 0;
}

.list__speackers-item img {
	max-width: 64px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 12px;
}

.list__speackers-item span {
	font-size: 25px;
	line-height: 46px;
	color: #4D2CE0;
}

.pollBlock {
	padding: 46px 52px 34px 56px;
	background: #F2F4F8;
	border-radius: 5px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.pollBlock {
		padding: 28px 20px 25px 20px;
	}
}

.pollBlock__info {
	display: flex;
	align-items: flex-start;
}

.pollBlock__info-promo {
	max-width: 680px;
	margin-right: 20px;
}

.pollBlock__info-promo .pollBlock__info-images {
	display: none;
}

@media (max-width: 991px) {
	.pollBlock__info-promo .pollBlock__info-images {
		display: flex;
		margin-left: 0;
		margin-top: 20px;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.pollBlock__info-promo .pollBlock__info-images img {
		margin-bottom: 0;
	}
	.pollBlock__info-promo .pollBlock__info-images img:first-child {
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.pollBlock__info-promo .pollBlock__info-images img {
		max-width: calc(50% - 10px);
		margin: 0 5px;
	}
}

@media (max-width: 991px) {
	.pollBlock__info-promo {
		max-width: 100%;
		margin-right: 0;
	}
}

.pollBlock__info-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 53px;
	color: #4D2CE0;
}

.pollBlock__info-description {
	font-size: 22px;
	line-height: 32px;
	color: #000000;
}

@media (max-width: 767px) {
	.pollBlock__info-description {
		font-size: 18px;
		line-height: 28px;
	}
}

.pollBlock__info-images {
	max-width: 260px;
	min-width: 260px;
	width: 260px;
	margin-left: auto;
}

@media (max-width: 991px) {
	.pollBlock__info-images {
		display: none;
	}
}

.pollBlock__info-images img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 16px;
}

.pollBlock__anon {
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	color: #FF0099;
	margin-top: 14px;
}

@media (max-width: 767px) {
	.pollBlock__anon {
		line-height: 22px;
	}
}

.pollBlock__button {
	background: #4D2CE0;
	font-weight: bold;
	font-size: 24px;
	line-height: 68px;
	padding: 0	48px;
	color: #FFFFFF;
	margin-top: 26px;
	display: inline-block;
	text-decoration: none;
	transition: background .4s ease;
	margin-bottom: 22px;
}

.pollBlock__button:hover {
	background: #6547EB;
}

@media (max-width: 991px) {
	.pollBlock__button {
		margin-top: 24px;
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	.pollBlock__button {
		font-size: 20px;
	}
}

.pollBlock__we {
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}

@media (max-width: 767px) {
	.pollBlock__we {
		line-height: 22px;
	}
}

.pollBlock__question {
	padding: 53px 130px 53px 53px;
	background: #F2F4F8;
	border-radius: 5px;
	margin-bottom: 12px;
}

@media (min-width: 1200px) and (max-width: 1300px), (max-width: 991px) {
	.pollBlock__question {
		padding: 53px;
	}
}

@media (max-width: 767px) {
	.pollBlock__question {
		padding: 36px 18px 36px 18px;
	}
}

.pollBlock__question-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #4D2CE0;
	margin-bottom: 30px;
	font-weight: bold;
}

.pollBlock__question-description {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 26px;
}

@media (max-width: 767px) {
	.pollBlock__question-description {
		font-size: 20px;
		line-height: 25px;
	}
}

.pollBlock__question-form .inputfield {
	margin-bottom: 16px;
}

.pollBlock__question-form .inputfield:last-child {
	margin-bottom: 0;
	margin-top: 36px;
}

.pollBlock__question-form .inputfield input[type="checkbox"], .pollBlock__question-form .inputfield input[type="radio"] {
	display: none;
}

.pollBlock__question-form .inputfield input {
	margin-top: 8px;
	background: #FFFFFF;
	border: 2px solid #E1E1E1;
	box-sizing: border-box;
	border-radius: 5px;
	max-width: 390px;
	display: block;
}

.pollBlock__question-form .inputfield label {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	opacity: 0.8;
	cursor: pointer;
}

@media (max-width: 767px) {
	.pollBlock__question-form .inputfield label {
		font-size: 15px;
		line-height: 20px;
	}
}

.pollBlock__question-form .inputfield button {
	line-height: 38px;
	padding: 10px 40px;
	width: auto;
}

@media (max-width: 767px) {
	.pollBlock__question-form .inputfield button {
		font-size: 18px;
	}
}

.pollBlock__question-form .inputfield--checkbox input:checked + label:after, .pollBlock__question-form .inputfield--radio input:checked + label:after {
	content: '';
	width: 18px;
	min-width: 18px;
	height: 18px;
	background: #4D2CE0;
	left: 6px;
	top: 6px;
	position: absolute;
}

.pollBlock__question-form .inputfield--checkbox label, .pollBlock__question-form .inputfield--radio label {
	display: flex;
	position: relative;
}

.pollBlock__question-form .inputfield--checkbox label:before, .pollBlock__question-form .inputfield--radio label:before {
	content: '';
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	width: 30px;
	min-width: 30px;
	height: 30px;
	margin-right: 15px;
}

.pollBlock__question-form .inputfield--radio label:after, .pollBlock__question-form .inputfield--radio label:before {
	border-radius: 100%;
}

.pollBlock__question-form .inputfield--textarea textarea {
	width: 100%;
	resize: none;
	background: #FFFFFF;
	border: 2px solid #E1E1E1;
	border-radius: 5px;
	padding: 24px 30px;
	font-size: 18px;
	line-height: 26px;
	opacity: 0.8;
	color: #333;
	height: 225px;
}

@media (max-width: 767px) {
	.pollBlock__question-form .inputfield--textarea textarea {
		height: 260px;
	}
}

.pollBlock__question-form .inputfield--textarea textarea:focus::placeholder {
	opacity: 0;
	color: transparent;
}

.pollBlock__question-form .inputfield--textarea textarea::placeholder {
	color: #7C7C7C;
	transition: .4s ease;
}

.pollBlock__answer {
	margin-bottom: 26px;
}

.pollBlock__answer span {
	display: block;
}

.pollBlock__answer span:first-child {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	opacity: 0.8;
}

@media (max-width: 767px) {
	.pollBlock__answer span:first-child {
		margin-bottom: 12px;
		font-size: 15px;
		line-height: 20px;
	}
}

.pollBlock__answer span:last-child {
	height: 38px;
	background: #4D2CE0;
	position: relative;
}

.pollBlock__answer span:last-child:after {
	content: attr(data-width);
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	opacity: 0.8;
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translate(100%, -50%);
}

.pollBlock__count {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	opacity: 0.8;
}

@media (max-width: 767px) {
	.pollBlock__count {
		font-size: 15px;
	}
}

.popup {
	display: none;
	border-radius: 8px;
}

@media (max-width: 767px) {
	.popup {
		padding: 30px;
	}
}

.popup__title {
	font-weight: bold;
	font-size: 38px;
	line-height: 83px;
	color: #000000;
}

.popup__title span {
	color: #FF0099;
}

@media (max-width: 767px) {
	.popup__title {
		font-size: 30px;
		line-height: 32px;
	}
}

.popup__title-name {
	font-weight: 900;
	font-size: 45px;
	line-height: 100%;
	margin-right: 20px;
	color: #4D2CE0;
}

.popup__title-cost {
	font-weight: bold;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #060606;
	margin-bottom: 5px;
}

.popup__product {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 46px;
}

@media (max-width: 600px) {
	.popup__product {
		margin-bottom: 25px;
	}
}

.popup__product-info {
	margin-bottom: 60px;
}

@media (max-width: 600px) {
	.popup__product-info {
		margin-bottom: 30px;
	}
}

.popup__product-info .profile__product-policy {
	margin-top: 20px;
}

.popup__description {
	font-size: 22px;
	line-height: 32px;
	color: #000000;
}

@media (max-width: 767px) {
	.popup__description {
		font-size: 18px;
		line-height: 28px;
	}
}

.popup__form label[for="policy"] {
	font-size: 15px;
	line-height: 152.7%;
	color: #000000;
	max-width: 440px;
	margin-bottom: 70px;
	margin-top: 40px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.popup__form label[for="policy"] {
		margin-top: 26px;
		margin-bottom: 26px;
	}
}

.popup__form button {
	display: inline-block;
	width: auto;
	padding: 0 40px;
	margin-right: 80px;
}

@media (max-width: 767px) {
	.popup__form button {
		margin-right: 30px;
		margin-bottom: 26px;
		line-height: 66px;
	}
}

.popup--guide {
	max-width: 801px;
	padding: 42px  50px 64px 60px;
}

@media (max-width: 767px) {
	.popup--guide {
		padding: 40px 20px;
	}
}

@media (max-width: 767px) {
	.popup--guide .popup__title {
		margin-bottom: 20px;
	}
}

.popup--guide .popup__description {
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 26px;
}

@media (max-width: 767px) {
	.popup--guide .popup__description {
		font-size: 16px;
		line-height: 22px;
	}
}

.popup--guide .popup__btn {
	background: #4D2CE0;
	font-weight: bold;
	font-size: 24px;
	line-height: 68px;
	color: #FFFFFF;
	padding: 0 46px;
	display: inline-block;
	text-decoration: none;
	transition: opacity .4s ease;
	text-align: center;
	outline: none;
	margin-bottom: 10px;
	align-self: flex-end;
}

.popup--guide .popup__btn:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.popup--guide .popup__btn {
		display: block;
	}
}

.popup--guide .popup__btn--pink {
	background: #FF0099;
}

.popup--guide .popup__content {
	display: flex;
	flex-direction: column;
}

.popup--guide .popup__footer {
	display: flex;
}

@media (max-width: 767px) {
	.popup--guide .popup__footer {
		flex-direction: column;
	}
}

.popup--guide .popup__listItem {
	margin-bottom: 20px;
}

.popup--guide .popup__listItem span {
	display: block;
}

.popup--guide .popup__listItem span:first-child {
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	color: #FF0099;
}

.popup--guide .popup__listItem span:last-child {
	font-size: 16px;
	line-height: 22px;
	color: #797979;
}

.popup--guide .popup__dots {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.popup--guide .popup__dots {
		display: none;
	}
}

.popup--guide .popup__dot {
	background: #C4C4C4;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin: 0 6px;
	display: block;
}

.popup--guide .popup__dot--active {
	width: 14px;
	height: 14px;
}

.popup--guide .popup__image {
	margin-top: 20px;
}

.popup--guide .popup__image span {
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	opacity: 0.5;
}

@media (max-width: 600px) {
	.popup--guide .popup__image {
		display: none;
	}
}

.popup--welcome {
	min-height: 600px;
}

@media (max-width: 767px) {
	.popup--welcome {
		min-height: auto;
	}
}

.popup--welcome.fancybox-content {
	display: inline-flex !important;
}

.popup--welcome .popup__btn {
	margin-top: auto;
	margin-left: auto;
}

@media (max-width: 767px) {
	.popup--welcome .popup__btn {
		margin-left: 0;
		align-self: auto;
	}
}

.popup--welcome .popup__footer img {
	transform: translate(-70px, 62px);
}

@media (max-width: 767px) {
	.popup--welcome .popup__footer img {
		transform: none;
		margin: 0 auto 20px auto;
	}
}

.popup--menu.fancybox-content {
	display: inline-flex !important;
	flex-wrap: wrap;
}

.popup--menu .popup__content {
	width: calc(100% - 184px);
}

@media (max-width: 600px) {
	.popup--menu .popup__content {
		width: 100%;
	}
}

.popup--menu .popup__footer {
	width: 100%;
	padding-right: 14px;
}

@media (max-width: 767px) {
	.popup--menu .popup__btn {
		align-self: auto;
	}
}

.popup--single {
	padding-left: 110px;
	min-height: 550px;
}

@media (max-width: 767px) {
	.popup--single {
		padding-left: 20px;
		min-height: 396px;
	}
}

.popup--single.fancybox-content {
	display: inline-flex !important;
	flex-wrap: wrap;
}

.popup--single .popup__title {
	display: flex;
	align-items: center;
}

.popup--single .popup__title--small {
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 22px;
	font-weight: bold;
	margin-top: -24px;
}

@media (max-width: 767px) {
	.popup--single .popup__title--small {
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		color: #000000;
		margin-left: 56px;
	}
}

.popup--single .popup__icon {
	margin-right: 15px;
	margin-left: -53px;
	line-height: 1;
}

@media (max-width: 767px) {
	.popup--single .popup__icon {
		margin-left: 0;
		max-width: 40px;
	}
}

.popup--single .popup__description {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.popup--single .popup__description {
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.popup--single .popup__btn {
		margin-top: auto;
	}
}

.popup--single .popup__listItem {
	color: #797979;
	font-size: 22px;
	line-height: 32px;
}

@media (max-width: 767px) {
	.popup--single .popup__listItem {
		font-size: 16px;
		line-height: 22px;
	}
}

.popup--single .popup__listItem b {
	color: #000;
}

.popup--reg {
	max-width: 801px;
	padding: 60px  35px 49px 60px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.popup--reg {
		padding: 45px 25px 60px;
	}
}

.popup--reg .popup__title {
	line-height: 50px;
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.popup--reg .popup__title {
		margin-bottom: 20px;
		line-height: 31px;
	}
}

.popup--reg .popup__triggers {
	margin-bottom: 50px;
	position: relative;
	z-index: 5;
}

.popup--reg .popup__trigger {
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 30px;
}

.popup--reg .popup__trigger_title {
	font-size: 38px;
	color: #4D2CE0;
}

.popup--reg .popup__trigger_text {
	font-size: 22px;
	line-height: 32px;
}

.popup--reg .popup__trigger:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.popup--reg .popup__trigger {
		line-height: 30px;
	}
	.popup--reg .popup__trigger_title {
		font-size: 30px;
	}
	.popup--reg .popup__trigger_text {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	.popup--reg .popup__trigger {
		margin-bottom: 25px;
	}
}

.popup--reg .popup__btn {
	background: #4D2CE0;
	font-weight: bold;
	font-size: 24px;
	line-height: 68px;
	color: #FFFFFF;
	padding: 0 46px;
	display: inline-block;
	text-decoration: none;
	transition: opacity .4s ease;
	text-align: center;
	outline: none;
	margin-bottom: 48px;
	align-self: flex-start;
	position: relative;
	z-index: 1;
}

.popup--reg .popup__btn:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.popup--reg .popup__btn {
		display: block;
	}
}

@media (max-width: 575px) {
	.popup--reg .popup__btn {
		font-size: 16px;
		padding: 0 31px;
		margin-bottom: 39px;
	}
}

.popup--reg .popup__content {
	display: flex;
	flex-direction: column;
	position: relative;
}

.popup--reg .popup__content::after {
	content: url(../../img/popup-decor.png);
	position: absolute;
	top: -22px;
	right: -42px;
}

@media (max-width: 575px) {
	.popup--reg .popup__content::after {
		content: url(../../img/popup-decor_mobile.png);
		top: 20px;
		right: -29px;
	}
}

.popup--reg .popup__footer {
	display: flex;
}

@media (max-width: 767px) {
	.popup--reg .popup__footer {
		flex-direction: column;
	}
}

.popup--reg .popup__demo {
	font-size: 12px;
	line-height: 17px;
	color: #B0B0B0;
}

@media (max-width: 575px) {
	.popup--reg .popup__demo {
		font-size: 8px;
		line-height: 11px;
	}
}

.popup--step {
	max-width: 526px;
	padding: 43px  67px 60px;
	overflow: hidden;
}

@media (max-width: 575px) {
	.popup--step {
		padding: 45px 25px 60px;
	}
}

.popup--step .form-logo, .popup--step .popup-logo {
	margin-bottom: 34px;
}

.popup--step .form-name, .popup--step .popup-name {
	font-size: 26px;
	line-height: 32px;
	color: #FF0099;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	.popup--step .form-name, .popup--step .popup-name {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 6px;
	}
}

.popup--step .form-title_high, .popup--step .popup-title_high {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 35px;
	line-height: 151%;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	.popup--step .form-title_high, .popup--step .popup-title_high {
		font-size: 26px;
		line-height: 77%;
		margin-bottom: 22px;
	}
}

.popup--step .form input, .popup--step .popup input {
	height: 56px;
}

@media (max-width: 575px) {
	.popup--step .form input, .popup--step .popup input {
		height: 40px;
	}
}

.popup--step .form button, .popup--step .popup button {
	line-height: 52px;
}

@media (max-width: 575px) {
	.popup--step .form button, .popup--step .popup button {
		line-height: 36px;
	}
}

.popup--step .form-text, .popup--step .popup-text {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 30px;
}

.popup--step .form-btn, .popup--step .popup-btn {
	line-height: 52px;
	background: #4D2CE0;
	border-radius: 5px;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	transition: background .4s ease, color .4s ease;
	margin-bottom: 8px;
	border: 1px solid #4D2CE0;
	display: block;
	text-decoration: none;
}

@media (max-width: 575px) {
	.popup--step .form-btn, .popup--step .popup-btn {
		line-height: 36px;
	}
}

.popup-registration .form__item_button, .popup-registration .popup__item_button {
	margin-top: 28px;
}

.popup-registration .form__footer-checkbox input, .popup-registration .popup__footer-checkbox input {
	display: none;
}

@media (max-width: 767px) {
	.popup-registration .form__title, .popup-registration .popup__title {
		line-height: 2;
	}
}

.popup--help {
	max-width: 1300px;
	width: 100%;
	padding: 0;
	background-color: transparent;
}

.popup--help .popup__box {
	display: flex;
}

.popup--help .popup__left, .popup--help .popup__right {
	padding: 48px;
	max-width: 640px;
	border-radius: 20px;
}

.popup--help .popup__left {
	color: #ffffff;
	background-image: url(../../img/popup-help.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.popup--help .popup__right {
	margin-left: 24px;
	padding-right: 9.2%;
	background-color: #ffffff;
}

.popup--help .popup__title {
	font-size: 42px;
	line-height: 114%;
	margin-bottom: 22px;
	letter-spacing: 0.2px;
	color: #ffffff;
}

.popup--help .popup__subtitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
}

@media (max-width: 1199px) {
	.popup--help .popup {
		padding-top: 48px;
	}
	.popup--help .popup__box {
		flex-direction: column;
		align-items: center;
	}
	.popup--help .popup__left, .popup--help .popup__right {
		max-width: 930px;
	}
	.popup--help .popup__left {
		margin-bottom: 20px;
		background-image: url(../../img/popup-help-tablet.png);
	}
	.popup--help .popup__right {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.popup--help .popup__left {
		background-image: url(../../img/popup-help-mobile.png);
	}
	.popup--help .popup__right {
		padding: 24px 24px 45px;
	}
}

.videocard {
	/*     max-width: 378px; */
	padding: 0px 15px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	color: #1B1B1B;
	cursor: pointer;
	text-decoration: none;
	/*     &__photo {
      z-index: 1;
    } */
	/* Модификаторы состояния */
	/* Модификаторы поведения на других страницах */
	/* datail_page */
	/* Для старой страницы БЗ */
}

.videocard__inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 20px 38px 20px 28px;
	background: #F6F6F8;
	border-radius: 6px;
	margin-bottom: 16px;
	position: relative;
	line-height: 100%;
	color: inherit !important;
}

.videocard__name {
	font-family: 'Proxima Nova Cn', sans-serif;
	font-size: 18px;
	margin-bottom: 12px;
}

.videocard__theme {
	font-family: 'Proxima Nova Cn', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 117%;
	min-height: 105px;
	margin-bottom: 15px;
}

.videocard__date {
	font-size: 14px;
	margin-top: auto;
	margin-bottom: 15px;
	color: #6B7B8E;
}


.videocard__duration {
	background: #1C2734;
	opacity: 0.4;
	border-radius: 4px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}

.videocard__photo, .videocard__bg {
	position: absolute;
	right: 0;
	bottom: 0;
}

.videocard__bg svg {
	vertical-align: bottom;
}

.videocard__duration {
	margin-top: auto;
	align-self: flex-start;
	padding: 6px 8px;
}

.videocard__forum-name {
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	color: #9FAEBF;
	margin-right: 18px;
	text-transform: uppercase;
	transition: .3s;
}

.videocard__watch {
	display: inline-flex;
	letter-spacing: 0.06em;
	color: #9FAEBF;
	vertical-align: middle;
}

.videocard__watch span {
	margin-left: 5px;
}

.videocard__chosen {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	padding: 8px 10px;
	line-height: 0;
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0.91561px 1.83122px 3.66245px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	top: 12px;
	right: 12px;
	transition: .3s;
}

.videocard:hover .videocard__chosen {
	visibility: visible;
	opacity: 1;
}

.videocard_red .videocard__chosen svg path {
	stroke: #E70C6A;
}

.videocard_red .videocard__chosen.active svg {
	fill: #E70C6A;
}

.videocard_red:hover .videocard__forum-name {
	color: #E70C6A;
}

.videocard_violet .videocard__chosen svg path {
	stroke: #4D2CE0;
}

.videocard_violet .videocard__chosen.active svg {
	fill: #4D2CE0;
}

.videocard_violet:hover .videocard__forum-name {
	color: #4D2CE0;
}

.videocard_blue .videocard__chosen svg path {
	stroke: #0082BC;
}

.videocard_blue .videocard__chosen.active svg {
	fill: #0082BC;
}

.videocard_blue:hover .videocard__forum-name {
	color: #0082BC;
}

.videocard_preload .videocard__name,
.videocard_preload .videocard__theme,
.videocard_preload .videocard__date,
.videocard_preload .videocard__duration {
	border-radius: 4px;
	background: #C4C4C4;
}

.videocard_preload .videocard__name {
	width: 65%;
	padding: 9px 0;
}

.videocard_preload .videocard__theme {
	width: 96%;
	max-width: 80%;
	padding: 30px 0;
}

.videocard_preload .videocard__date {
	width: 50%;
	padding: 7px 0;
}

.videocard_preload .videocard__duration {
	width: 20%;
	padding: 12px 0;
	opacity: 1;
}

.videocard_preload:hover .videocard__forum-name {
	color: #9FAEBF;
}

.videocard_preload .videocard__chosen {
	display: none;
}

.videocard_videolist {
	width: 25%;
	max-width: 100%;
}

.videocard_speakerlist {
	flex-basis: 50%;
	max-width: 100%;
}

.videocard_detail_forums, .videocard_detail_speaker, .videocard_detail_theme {
	color: #1B1B1B !important;
	margin-bottom: 36px;
	max-width: 100%;
}

.videocard_detail_forums, .videocard_detail_theme {
	width: 100%;
}

.videocard_detail_speaker {
	width: 33.3%;
}

.videocard_state_page {
	width: 100%;
	padding: 0px;
}

@media (max-width: 1699px) {
	.videocard_videolist {
		width: 33.333%;
		max-width: 100%;
	}
}

@media (max-width: 1520px) {
	.videocard_detail_speaker {
		width: 50%;
	}
}

@media (max-width: 1300px) {
	.videocard_speakerlist {
		flex-basis: 100%;
	}
}

@media (max-width: 1100px) {
	.videocard_videolist {
		width: 50%;
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	.videocard {
		margin-bottom: 50px;
	}
	.videocard_detail_forums, .videocard_detail_theme {
		width: 50%;
	}
	.videocard_speakerlist {
		flex-basis: 50%;
	}
}

@media (max-width: 1100px) {
	.videocard_videolist {
		width: 50%;
		max-width: 100%;
	}
}

@media (max-width: 785px) {
	.videocard_speakerlist {
		flex-basis: 100%;
	}
}

@media (max-width: 767px) {
	.videocard {
		margin-bottom: 32px;
	}
	.videocard__inner {
		padding: 15px 38px 15px 22px;
	}
	.videocard__name {
		font-size: 14px;
		margin-bottom: 9px;
	}
	.videocard__theme {
		font-size: 20px;
		line-height: 110%;
		margin-bottom: 15px;
		min-height: 75px;
	}
	.videocard__date {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.videocard__duration {
		font-size: 10px;
		padding: 4px 6px;
	}
	.videocard__forum-name {
		font-size: 14px;
		line-height: 100%;
	}
	.videocard__photo {
		width: 30%;
		min-width: 127px;
		max-width: fit-content;
	}
	.videocard__bg {
		width: 34%;
		min-width: 137px;
		max-width: fit-content;
	}
	.videocard__bg svg {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.videocard__watch span {
		margin-left: 5px;
	}
	.videocard_detail_forums, .videocard_detail_speaker, .videocard_detail_theme {
		max-width: none;
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
	}
}

@media (max-width: 500px) {
	.videocard_videolist {
		width: 100%;
	}
}

/* body {	
	@media (max-width: 1199px) {
		&.active { overflow: hidden; }
	}	
} */
.detail {
	padding: 184px 0 70px;
	font-size: 16px;
}

.detail a {
	cursor: pointer;
	text-decoration: none;
	color: #4D2CE0;
	transition: .2s;
}

.detail a:hover {
	color: #E70C6A;
}

.detail-page {
	margin: 0 !important;
}

@media (min-width: 1200px) {
	.detail .container {
		max-width: 1820px;
	}
}

@media (max-width: 1199px) {
	.detail .container {
		max-width: 100% !important;
	}
}

.detail__top {
	display: flex;
	margin-bottom: 1.8%;
}

@media (max-width: 1199px) {
	.detail__top {
		flex-direction: column-reverse;
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.detail__top {
		margin-bottom: 12px;
	}
}

.detail__video {
	max-width: 1180px;
	position: relative;
	width: 66%;
}

.detail__video.shadowed:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1;
}

.detail__video-block {
	padding-top: 56%;
	position: relative;
	height: 100%;
}

.detail__video-block iframe,
.detail__video-block video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.detail__video-subscription {
	color: #FFFFFF;
	line-height: 1.25;
	font-size: 16px;
	position: absolute;
	text-align: center;
	padding: 0 15px;
	bottom: 15%;
	left: 0;
	width: 100%;
	z-index: 2;
}

.detail__video-subscription-title {
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.2px;
	margin-bottom: 8px;
}

.detail__video-subscription-subtitle {
	letter-spacing: 0.2px;
	margin-bottom: 18px;
}

.detail__video-subscription-button {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 145px;
	width: 100%;
	margin: 0 auto;
	padding: 14px 28px;
	background: #E70C6A;
	color: #FFFFFF !important;
	border-radius: 6px;
	letter-spacing: 0.143193px;
	transition: .3s;
}

.detail__video-subscription-button:hover {
	opacity: .9;
}

@media (min-width: 1200px) and (max-width: 1899px) {
	.detail__video-subscription-title {
		font-size: 1.45vw;
	}
	.detail__video-subscription-subtitle {
		font-size: 0.83vw;
	}
	.detail__video-subscription-button {
		max-width: 7.55vw;
		padding: 0.72vw 1.25vw;
		font-size: 0.83vw;
	}
}

@media (min-width: 768px) {
	.detail__video-subscription[data-video-subscription="mobile"] {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.detail__video-subscription-title {
		font-size: 18px;
	}
	.detail__video-subscription-subtitle {
		font-size: 16px;
	}
	.detail__video-subscription-button {
		max-width: 130px;
		padding: 9px 15px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.detail__video-subscription {
		display: none;
		position: static;
		color: #6B7B8E;
		text-align: left;
		padding: 0;
	}
	.detail__video-subscription[data-video-subscription="mobile"] {
		display: block !important;
	}
	.detail__video-subscription[data-video-subscription="desktop"] {
		display: none !important;
	}
	.detail__video-subscription-title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.detail__video-subscription-subtitle {
		margin-bottom: 12px;
	}
	.detail__video-subscription-button {
		margin: 0 auto 38px 0;
		max-width: 147px;
		padding: 14px 24px;
	}
}

.detail__video-authors {
	margin: 0 -5px 10px;
}

.detail__video-author {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0.2px;
	color: #4D2CE0;
	margin-bottom: 8px;
	padding: 0 5px;
	white-space: nowrap;
}

.detail__video-author:hover {
	color: #E70C6A;
}

@media (max-width: 767px) {
	.detail__video-author {
		font-size: 16px;
		margin-bottom: 6px;
	}
}

.detail__video-theme {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.14;
	color: #1C2734;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.detail__video-theme {
		font-size: 18px;
		margin-bottom: 16px;
		line-height: 1.38;
	}
}

.detail__video-row, .detail__video-watch {
	display: flex;
	align-items: center;
}

.detail__video-row {
	margin-bottom: 16px;
}

.detail__video-watch {
	margin-right: 20px;
	white-space: nowrap;
}

.detail__video-watch svg {
	margin-right: 8px;
	width: 20px;
}

.detail__video-watch span {
	color: #6B7B8E;
}

@media (max-width: 767px) {
	.detail__video-watch {
		font-size: 12px;
		margin-right: 24px;
	}
	.detail__video-watch svg {
		margin-right: 6px;
		width: 15px;
		height: 15px;
	}
}

.detail__video-categories-inner {
	display: flex;
	flex-wrap: wrap;
}

.detail__video-categories-link {
	padding: 0 12px;
	color: #4D2CE0;
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	margin: 3px 0;
	border-right: 1px solid #1C2734;
}

.detail__video-categories-link:last-child {
	border: none;
}

.detail__video-categories-link:hover {
	color: #E70C6A;
}

@media (max-width: 767px) {
	.detail__video-categories-link {
		font-size: 10px;
		/* 					&+& {
						margin: 0 0 4px 9px;
						padding-left: 9px;
					} */
	}
}

.detail__video-description {
	line-height: 1.5;
	margin-bottom: 16px;
	height: auto;
	max-height: 50px;
	overflow: hidden;
	transition: .4s;
}

.detail__video-description.active {
	max-height: 1000px;
	transition: 1.5s;
}

@media (max-width: 767px) {
	.detail__video-description {
		margin-bottom: 12px;
	}
}

.detail__video-feedback {
	max-width: 330px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.detail__video-feedback-row,
.detail__video-feedback .like,
.detail__video-feedback .like__button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.detail__video-feedback .like {
	margin-right: 32px;
}

.detail__video-feedback .like__button-dis {
	margin-left: 32px;
}

.detail__video-feedback .like__button-count {
	margin-left: 9px;
	font-size: 20px;
	color: #6B7B8E;
}

.detail__video-feedback .like__button-icon {
	cursor: pointer;
}

.detail__video-feedback .like__button-icon path {
	transition: .2s;
}

.detail__video-feedback .like__button-icon:hover path, .detail__video-feedback .like__button-icon.active path {
	stroke: #4D2CE0;
}

.detail__video-feedback-row_3 {
	display: none;
}

.detail__video-feedback-shosen {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 172px;
	padding: 16px 24px;
	width: 100%;
	color: #FFFFFF;
	min-height: 47px;
	background: #4D2CE0;
	border-radius: 6px;
	white-space: nowrap;
	cursor: pointer;
}

.detail__video-feedback-shosen svg {
	margin-right: 8px;
}

.detail__video-feedback-shosen svg path {
	transition: .2s;
	fill: transparent;
}

/**
 * @see https://jr.synergy.ru/browse/SONLINE-675
.detail__video-feedback-shosen:hover svg path, .detail__video-feedback-shosen.active svg path {
	fill: #FFFFFF;
}
 */
.detail__video-feedback-shosen.active svg path {
    fill: #FFFFFF;
}

@media (max-width: 1440px) {
	.detail__video-feedback {
		max-width: 176px;
	}
	.detail__video-feedback-row {
		flex-direction: column;
	}
	.detail__video-feedback-row_2 {
		align-items: flex-end;
	}
	.detail__video-feedback .like {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	.detail__video-feedback {
		max-width: 100%;
	}
	.detail__video-feedback-row {
		flex-direction: row-reverse;
		margin-bottom: 24px;
	}
	.detail__video-feedback-row_2 {
		display: none;
	}
	.detail__video-feedback-row_3 {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	.detail__video-feedback-shosen {
		max-width: 156px;
		padding: 13px 22px;
		font-size: 14px;
	}
	.detail__video-feedback .like {
		margin: 0 0 0 37px;
	}
	.detail__video-feedback .like__button-count {
		font-size: 14px;
		margin-left: 8px;
	}
	.detail__video-feedback .like__button svg {
		width: 18px;
		height: 18px;
	}
}

.detail__video-feedback .detail__video-subscription {
	display: none;
}

@media (max-width: 767px) {
	.detail__video-feedback .detail__video-subscription {
		display: block;
	}
}

.detail__video-question {
	color: #6B7B8E;
	margin-right: 16px;
}

.detail__video-question svg {
	vertical-align: bottom;
	margin-right: 5px;
}

@media (max-width: 1199px) {
	.detail__video-question {
		margin: 0 0 8px 0;
	}
}

@media (max-width: 767px) {
	.detail__video-question {
		font-size: 12px;
		margin: 0 8px 0 0;
	}
	.detail__video-question svg {
		width: 12px;
		height: 12px;
		margin-right: 2px;
	}
}

@media (max-width: 767px) {
	.detail__video-write {
		font-size: 12px;
	}
}

.detail__video-subbox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.detail__video-subbox {
		flex-direction: column-reverse;
	}
}

.detail__video-info {
	width: 100%;
	margin-right: 15px;
	/* 			@media (max-width: 1199px) {
				max-width: 716px;
			} */
}

.detail__video-more-btn {
	color: #6B7B8E;
	cursor: pointer;
}

.detail__video-more-btn:hover {
	color: #4D2CE0;
}

.detail__video-more-btn svg {
	margin-right: 5px;
	transition: .3s;
}

.detail__video-more-btn.active svg {
	transform: rotate(180deg);
	transition: .3s;
}

@media (max-width: 767px) {
	.detail__video-more-btn svg {
		width: 12px;
		height: 6px;
	}
}

@media (max-width: 1199px) {
	.detail__video {
		width: 100%;
	}
}

.detail__schedule {
	position: relative;
	width: 35%;
	max-width: 576px;
	margin-left: 1.8%;
	border-radius: 6px;
}

.detail__schedule-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0px 32px;
	background: #F6F6F8;
	border-radius: 6px;
	letter-spacing: 0.2px;
	line-height: 1.25;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: transparent transparent;
	transition: .3s;
}

.detail__schedule-wrap::-webkit-scrollbar {
	width: 4px !important;
	background-color: transparent;
	transition: .3s;
}

.detail__schedule-wrap::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 2px;
	transition: .3s;
}

.detail__schedule-wrap.active {
	scrollbar-color: #dfe4eb #bdc6cf;
}

.detail__schedule-wrap.active::-webkit-scrollbar {
	width: 4px;
}

.detail__schedule-wrap.active::-webkit-scrollbar-track {
	background: #dfe4eb;
}

.detail__schedule-wrap.active::-webkit-scrollbar-thumb {
	background-color: #bdc6cf;
}

@media (max-width: 1199px) {
	.detail__schedule-wrap {
		position: static;
		max-height: 50px;
		transition: .3s;
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.detail__schedule-wrap {
		max-height: 42px;
		padding: 0px 14px;
	}
}

.detail__schedule-title {
	padding: 32px 0 24px;
	font-weight: 600;
	font-size: 20px;
}

@media (max-width: 1199px) {
	.detail__schedule-title {
		padding: 15px 0;
		position: relative;
	}
	.detail__schedule-title:after {
		content: '';
		position: absolute;
		width: 14px;
		height: 8px;
		background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0iIzFDMjczNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
		background-position: center;
		background-size: cover;
		right: 8px;
		bottom: 50%;
		transition: .3s;
		transform: translateY(50%);
	}
}

@media (max-width: 767px) {
	.detail__schedule-title {
		font-size: 16px;
		padding: 12px 0;
	}
	.detail__schedule-title:after {
		width: 12px;
		height: 7px;
	}
}

.detail__schedule-item {
	padding: 15px 0;
	display: flex;
	text-decoration: none;
	letter-spacing: 0.2px;
	color: #1C2734 !important;
	border-top: 1px solid #CDD6DF;
}

.detail__schedule-item:hover .detail__schedule-item-number, .detail__schedule-item:hover .detail__schedule-item-text, .detail__schedule-item:hover .detail__schedule-item-time {
	color: #4D2CE0;
}

.detail__schedule-item:hover span {
	color: #4D2CE0;
}

.detail__schedule-item.active .detail__schedule-item-number, .detail__schedule-item.active .detail__schedule-item-text {
	font-weight: 600;
}

.detail__schedule-item.active .detail__schedule-item-time {
	color: #E70C6A;
}

.detail__schedule-item_trailer {
	display: flex;
	color: #2F14A8;
	align-items: center;
	font-weight: 600;
}

.detail__schedule-item_trailer svg {
	margin-right: 8px;
}

.detail__schedule-item-number {
	min-width: 18px;
	margin-right: 8px;
	color: #6B7B8E;
	text-align: center;
}

.detail__schedule-item-time {
	min-width: 72px;
	margin-right: 8px;
	color: #6B7B8E;
}

@media (max-width: 767px) {
	.detail__schedule-item {
		padding: 10px 0;
	}
	.detail__schedule-item:last-child {
		padding: 10px 0 16px;
	}
	.detail__schedule-item-number {
		margin-right: 4px;
		min-width: 24px;
	}
	.detail__schedule-item_trailer svg {
		width: 18px;
	}
}

@media (max-width: 1199px) {
	.detail__schedule {
		max-height: 50px;
		max-width: 100%;
		width: 100%;
		margin: 0 0 12px;
	}
	.detail__schedule:after {
		content: '';
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.555);
		transition: .5s;
		opacity: 0;
		z-index: 99;
		visibility: hidden;
	}
	.detail__schedule.active:after {
		opacity: 1;
		visibility: visible;
	}
	.detail__schedule.active .detail__schedule-wrap {
		transition: .3s;
		max-height: 1000px;
		position: relative;
		z-index: 100;
	}
	.detail__schedule.active .detail__schedule-title:after {
		transition: .3s;
		transform: translateY(50%) rotate(180deg);
	}
}

@media (max-width: 767px) {
	.detail__schedule {
		max-height: 42px;
	}
}

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

.detail__bottom-left {
	max-width: 1180px;
	width: 66%;
}

@media (max-width: 1199px) {
	.detail__bottom-left {
		max-width: 100%;
		width: 100%;
	}
}

.detail__bottom-right {
	max-width: 576px;
	width: 35%;
	margin-left: 1.8%;
	padding: 0 26px;
}

@media (max-width: 1199px) {
	.detail__bottom-right {
		max-width: 100%;
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
}

@media (max-width: 1199px) {
	.detail__bottom-box {
		display: flex;
		align-items: flex-end;
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.detail__bottom-box {
		margin-bottom: 24px;
	}
}

@media (max-width: 1199px) {
	.detail__bottom {
		flex-direction: column;
	}
}

.detail__presentation {
	display: flex;
	justify-content: space-between;
	padding: 32px;
	background: #F6F6F8;
	border-radius: 6px;
	margin-bottom: 24px;
}

.detail__presentation-left {
	max-width: 339px;
	width: 100%;
}

@media (max-width: 767px) {
	.detail__presentation-left {
		max-width: 100%;
	}
}

.detail__presentation-right {
	max-width: 711px;
	width: 100%;
}

.detail__presentation-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.detail__presentation-text {
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}
}

.detail__presentation-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.2px;
	color: #1C2734;
}

@media (max-width: 1199px) {
	.detail__presentation-title {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.detail__presentation-title {
		font-size: 16px;
	}
}

.detail__presentation-lang {
	font-weight: normal;
	font-size: 14px;
	color: #6B7B8E;
}

@media (max-width: 767px) {
	.detail__presentation-lang {
		font-size: 12px;
	}
}

.detail__presentation-block {
	padding-top: 56%;
	position: relative;
	height: 100%;
}

.detail__presentation-block iframe,
.detail__presentation-block video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.detail__presentation {
		flex-direction: column;
		padding: 15px 10px 20px;
		margin-bottom: 16px;
	}
}

.detail__audio {
	padding: 24px 32px;
	border-radius: 10px;
	background: #F6F6F8;
	color: #6B7B8E;
	margin-bottom: 6.8%;
}

.detail__audio-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.detail__audio-top {
		margin-bottom: 12px;
	}
}

.detail__audio-title {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.2px;
	color: #1C2734;
}

@media (max-width: 1199px) {
	.detail__audio-title {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.detail__audio-title {
		font-size: 16px;
	}
}

.detail__audio-lang {
	font-size: 14px;
	letter-spacing: 0.2px;
}

@media (max-width: 1199px) {
	.detail__audio-lang {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.detail__audio-lang {
		font-size: 12px;
	}
}

.detail__audio-track {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.detail__audio-voice {
	overflow: hidden;
	margin-right: 20px;
}

.detail__audio-play {
	width: 100%;
	/*width: 54px;*/
	height: 54px;
	margin-right: 20px;
}

.detail__audio-play_item {
	width: 100%;
}

.detail__audio-play_item:focus {
	outline: none;
}

@media (max-width: 1199px) {
	.detail__audio {
		margin-bottom: 64px;
	}
}

@media (max-width: 767px) {
	.detail__audio {
		padding: 16px 10px;
		margin-bottom: 21px;
	}
}

.detail__logo {
	margin-bottom: 16px;
	font-weight: 800;
	font-size: 32px;
	line-height: 87%;
}

.detail__logo span {
	vertical-align: middle;
}

.detail__logo svg {
	max-width: 100%;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	.detail__logo {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.detail__logo {
		font-size: 21px;
	}
	.detail__logo svg {
		max-width: 15px;
		max-height: 15px;
		height: auto;
	}
}

.detail__date {
	color: #6B7B8E;
	margin-bottom: 32px;
}

@media (max-width: 1199px) {
	.detail__date {
		margin: 0 0 0 32px;
	}
}

.detail .another__title {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.2px;
	color: #1C2734;
}

@media (max-width: 767px) {
	.detail .another__title {
		font-size: 18px;
	}
}

.detail .another__box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

@media (max-width: 767px) {
	.detail .another__box {
		display: flex;
		flex-wrap: inherit;
		align-items: stretch;
		margin: 0;
	}
}

.detail .another__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.detail .another__show-all {
	color: #6B7B8E;
}

.detail .another__show-all:hover {
	color: #4D2CE0;
}

.detail .another_videos-speaker .another__item {
	width: 25%;
	max-width: 277px;
}

@media (max-width: 1439px) {
	.detail .another_videos-speaker .another__item {
		width: 33.3%;
	}
}

@media (max-width: 1199px) {
	.detail .another_videos-speaker .another__item {
		width: 50%;
		max-width: 452px;
		flex-direction: row;
		margin-bottom: 3.3%;
	}
	.detail .another_videos-speaker .another__item-title {
		max-width: 158px;
		margin-left: 12px;
	}
	.detail .another_videos-speaker .another__item-img {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.detail .another_videos-speaker .another__item {
		flex-direction: column;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.detail .another_videos-speaker .another__item-img {
		min-height: auto;
		margin-bottom: 18px;
		/* img { height: 177px; } */
	}
	.detail .another_videos-speaker .another__item-img img {
		object-fit: unset;
	}
	.detail .another_videos-speaker .another__item-title {
		max-width: 100%;
		margin: 0;
	}
}

@media (max-width: 1199px) {
	.detail .another_videos-speaker {
		max-width: 100%;
		margin-bottom: 5.3%;
	}
}

@media (max-width: 767px) {
	.detail .another_videos-speaker {
		margin-bottom: 64px;
	}
}

@media (max-width: 1439px) {
	.detail .another_videos-theme .another__item, .detail .another_videos-forums .another__item {
		width: 100%;
		flex-direction: row;
	}
	.detail .another_videos-theme .another__item-title, .detail .another_videos-forums .another__item-title {
		max-width: 158px;
		margin-left: 12px;
	}
	.detail .another_videos-theme .another__item-img, .detail .another_videos-forums .another__item-img {
		margin-bottom: 0;
	}
}

@media (max-width: 1199px) {
	.detail .another_videos-theme .another__item, .detail .another_videos-forums .another__item {
		margin-bottom: 3.3%;
		width: 50%;
		max-width: 452px;
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.detail .another_videos-theme .another__item, .detail .another_videos-forums .another__item {
		flex-direction: column;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.detail .another_videos-theme .another__item-img, .detail .another_videos-forums .another__item-img {
		min-height: auto;
		margin-bottom: 18px;
		/* img { height: 177px; } */
	}
	.detail .another_videos-theme .another__item-img img, .detail .another_videos-forums .another__item-img img {
		object-fit: unset;
	}
	.detail .another_videos-theme .another__item-title, .detail .another_videos-forums .another__item-title {
		max-width: 100%;
		margin: 0;
	}
}

@media (max-width: 1199px) {
	.detail .another_videos-theme, .detail .another_videos-forums {
		margin-bottom: 3.6%;
	}
}

@media (max-width: 767px) {
	.detail .another {
		margin-bottom: 64px;
	}
}

@media (max-width: 1199px) {
	.detail {
		padding: 140px 0 70px;
	}
}

@media (max-width: 767px) {
	.detail {
		padding: 120px 0 40px;
		font-size: 14px;
	}
	.detail .swiper-container {
		margin-left: -15px;
		margin-right: -15px;
	}
}