

/* Start:/portal/css/style.css?176552450471962*/
.map-block {
	max-width: 1920px;
	width: calc(((100vw - 100%) / 2) + 100%);
	margin: 0 auto;
	font-family: var(--font-notoSans);
	background-color: var(--bg-service-gray);
}
.map-block__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.map-block__col-1 {
	max-width: 1080px;
	height: 600px;
	width: 56vw;
}
.map-block__map {
	width: 100%;
	height: 100%;
}
.map-block__col-2 {
	width: 46.1vw;
	padding-left: 110px;
	max-width: 820px;
}
.map-block__title {
	position: relative;
	font-size: 34px;
	color: var(--head);
	font-family: var(--font-roboto-bold);
	text-align: left;
	line-height: 1;
	padding-bottom: 16px;
}
.map-block__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: var(--red-main);
}
.map-block__subtitle {
	margin-top: 16px;
	font-size: 24px;
	color: var(--head);
	font-family: var(--font-roboto);
}
.map-block__address {
	font-size: 24px;
	color: var(--text-secondary);
	margin-top: 8px;
}
.map-block__link {
	display: block;
	font-size: 20px;
	color: var(--text-secondary);
	margin-top: 27px;
	position: relative;
	padding-left: 40px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.map-block__link:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.map-block__link:hover {
	color: var(--red-main);
}
.map-block__link + .map-block__link {
	margin-top: 14px;
}
.map-block__link--email:before {
	background-image: url(/portal/css/../img/mail.svg);
}
.map-block__link--phone:before {
	background-image: url(/portal/css/../img/phone.svg);
}
.map-block__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	padding: 20px 30px;
	border-radius: 4px;
	font-size: 16px;
	color: var(--red-main);
	border: 1px solid var(--red-main);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}
.map-block__button:hover {
	-webkit-box-shadow: inset 0 0 0 1px var(--red-main);
	box-shadow: inset 0 0 0 1px var(--red-main);
}
@media (max-width: 1600px) {
	.map-block__col-2 {
		width: 44.5vw;
		padding-left: 80px;
		padding-right: 50px;
	}
}
@media (max-width: 1400px) {
	.map-block__col-2 {
		padding-left: 50px;
	}
}
@media (max-width: 1024px) {
	.map-block__title {
		font-size: 28px;
		padding-bottom: 23px;
	}
	.map-block__subtitle {
		font-size: 20px;
	}
	.map-block__address {
		font-size: 18px;
		max-width: 260px;
		margin-top: 17px;
	}
	.map-block__link {
		margin-top: 20px;
	}
	.map-block__link + .map-block__link {
		margin-top: 21px;
	}
	.map-block__button {
		margin-top: 27px;
	}
}
@media (max-width: 868px) {
	.map-block__col-1 {
		height: 356px;
		width: 50%;
	}
	.map-block__col-2 {
		width: 50%;
	}
	.map-block__title {
		font-size: 20px;
		padding-bottom: 14px;
	}
	.map-block__subtitle {
		font-size: 18px;
	}
	.map-block__address {
		font-size: 14px;
		max-width: 100%;
		margin-top: 4px;
	}
	.map-block__link {
		font-size: 14px;
		margin-top: 10px;
		padding-left: 28px;
	}
	.map-block__link + .map-block__link {
		margin-top: 10px;
	}
	.map-block__link:before {
		width: 22px;
		height: 22px;
	}
	.map-block__button {
		margin-top: 27px;
		padding: 9px 30px;
	}
}
@media (max-width: 650px) {
	.map-block__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.map-block__col-1 {
		height: 308px;
		width: 100%;
	}
	.map-block__col-2 {
		width: 100%;
		padding: 50px;
	}
}
@media (max-width: 576px) {
	.map-block__col-2 {
		padding: 40px 16px;
	}
}
@font-face {
	font-family: "NotoSansMedium";
	src: url("/media/font/NotoSans/NotoSansMedium.woff2");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "NotoSansSemiBold";
	src: url("/media/font/NotoSans/NotoSansSemiBold.woff2");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}
p,
h1,
h2,
h3,
ul,
li {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4 {
	font-weight: initial;
}
ul,
li {
	list-style-type: none;
}
.page {
	max-width: 100%;
}
.portal {
	position: relative;
	counter-reset: instruments;
	font-family: var(--font-notoSans);
}
.portal:before {
	position: absolute;
	content: "";
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	height: 540px;
	background-image: url(/portal/css/../img/title-block-bg.webp);
	width: 414px;
}
.portal__block {
	max-width: 1740px;
	padding: 0 50px;
	margin: 0 auto;
}
.portal__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.portal__title,
.portal__main-desc,
.portal--desc {
	color: var(--head);
}
.portal__title {
	font-size: 34px;
	font-family: var(--font-roboto-bold);
	text-align: left;
	line-height: 1;
}
.portal__title span {
	font-family: var(--font-roboto-bold);
}
.portal__title--small {
	font-size: 24px;
	font-family: var(--font-notoSans-bold);
}
.portal__title--small span {
	font-family: var(--font-notoSans-bold);
}
.portal__border-element {
	position: relative;
	padding-bottom: 16px;
}
.portal__border-element:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: var(--red-main);
}
.portal__main-desc {
	font-size: 20px;
	font-family: "NotoSansMedium", sans-serif;
	margin-top: 12px;
}
.portal__desc {
	margin-top: 32px;
}
.portal__desc.portal__desc {
	margin-bottom: 20px;
}
.portal__sale-main-desc {
	font-size: 16px;
	font-family: "NotoSansMedium", sans-serif;
	max-width: 455px;
	color: var(--head);
	background-image: url(/portal/css/../img/sprite.svg#sale-1);
}
.portal__sale-main-desc .red-text {
	font-family: var(--font-notoSans-bold);
}
.portal__sale-main-desc,
.portal__sale-desc {
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: -5px center;
	background-size: contain;
	height: 40px;
}
.portal__sale-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: var(--text-secondary);
	margin-top: 16px;
	background-image: url(/portal/css/../img/sprite.svg#sale-2);
}
.portal__sale-buttons.title-block__buttons {
	margin-top: 28px;
}
.portal__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 32px;
	font-size: 16px;
	font-family: var(--font-roboto-reg);
	border-radius: 4px;
	text-decoration: none;
	line-height: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.portal__button + .portal__button {
	margin-left: 20px;
}
.portal__button:hover,
.portal__button:focus {
	outline: none;
}
.portal__button--red {
	color: #fff;
	background-color: var(--red-main);
}
.portal__button--red:hover {
	background-color: #f93232;
}
.portal__button--red-border {
	color: var(--red-main);
	border: 1px solid var(--red-main);
}
.portal__button--red-border:hover {
	-webkit-box-shadow: inset 0 0 0 1px var(--red-main);
	box-shadow: inset 0 0 0 1px var(--red-main);
}
.portal__button--white {
	color: var(--red-main);
	background-color: #fff;
}
.portal__button--white:hover {
	background-color: var(--gray-1);
}
.portal__button--white-border {
	color: #fff;
	border: 1px solid #fff;
}
.portal__button--white-border:hover {
	background-color: #f53535;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
}
.portal__img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
@media (max-width: 1600px) {
	.portal__block {
		max-width: 1540px;
	}
}
@media (max-width: 1440px) {
	.portal__block {
		max-width: 1306px;
	}
}
@media (max-width: 1200px) {
	.portal:before {
		width: 448px;
	}
	.portal__sale-buttons.title-block__buttons {
		margin-top: 20px;
	}
}
@media (max-width: 1024px) {
	.portal__title {
		font-size: 28px;
	}
	.portal__title--small {
		font-size: 24px;
	}
	.portal__main-desc {
		font-size: 18px;
	}
}
@media (max-width: 960px) {
	.portal:before {
		display: none;
	}
}
@media (max-width: 868px) {
	.portal:before {
		display: block;
		width: 414px;
		left: -31px;
	}
	.portal__title {
		font-size: 24px;
	}
	.portal__title--small {
		font-size: 18px;
	}
	.portal__main-desc {
		font-size: 16px;
	}
	.portal__desc {
		font-size: 14px;
		margin-top: 24px;
		margin-bottom: 24px;
	}
}
@media (max-width: 576px) {
	.portal:before {
		width: 255px;
		height: 318px;
		left: 0;
	}
	.portal__block {
		padding: 0 16px;
	}
	.portal__sale-main-desc,
	.portal__sale-desc {
		padding-left: 40px;
		min-height: 32px;
		height: initial;
		background-size: 38px;
		background-position: -4px center;
	}
	.portal__sale-main-desc {
		font-size: 14px;
	}
	.portal__sale-desc {
		font-size: 14px;
	}
}
#filter-container {
	top: 0;
	height: 100%;
	left: 0;
	background-color: black;
	opacity: 0;
	position: fixed;
	width: 100%;
	z-index: 110;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	visibility: hidden;
}
.accented,
.col__subtitle > h3,
.col__text > h4,
.hs__subtitle,
.info-block__subtitle,
.is-col .col.right .col-elem__content .col__text,
.n__link-item,
.news-item__title,
.nitem__title,
.section-map .info-block__subtitle a {
	font-family: var(--font-roboto);
}
.modal[data-modal="open"] {
	z-index: 112;
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}
.modal[data-modal="open"] ~ div {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.modal[data-modal="open"] .modal__body {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.modal__body {
	position: fixed;
	z-index: 112;
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	max-width: 850px;
	max-height: 500px;
	height: 100vh;
	background: #fff;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	-webkit-transition: inherit;
	transition: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	overflow: hidden;
}
.modal__body.active {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: visible;
}
.modal__picture {
	background-image: url(/img/origin/laptop_top.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 30%;
	height: 100%;
	position: relative;
}
.modal__content {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto;
	padding-top: 40px;
}
.modal__close {
	width: 32px;
	height: 32px;
	background-image: url(/index-files/icons/icons.svg#plus);
	background-size: 2rem;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
	right: 3%;
	top: 3%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.b24-form {
	font-family: NotoSansRegular, sans-serif !important;
}
div.b24-form-sign {
	max-width: 225px;
	margin: 0;
}
div.b24-form-wrapper.b24-form-border-bottom {
	border-bottom: none;
}
.b24-form-style-classic .b24-form-wrapper.b24-form-border-bottom {
	border-bottom: none;
}
.b24-form-padding-side {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.b24-form-content .b24-form-padding-side {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.b24-form-header-padding {
	border-bottom: none;
}
.b24-form-btn,
RFclos .b24-form-field {
	max-width: 34.25rem !important;
}
.b24-form-wrapper.b24-form-border-bottom {
	background-color: transparent;
	min-height: unset !important;
	margin-left: 0 !important;
}
div.b24-form-header {
	padding-top: 0;
	border-bottom: none;
}
div.b24-form-header .b24-form-header-title {
	font-family: var(--font-roboto);
	color: var(--head);
	font-size: 1.25rem !important;
	font-weight: 500;
	margin: 0 !important;
	text-align: left;
}
div.b24-form-header .b24-form-header-description {
	font-size: 16px;
	text-align: left;
	font-family: "NotoSansMedium", sans-serif;
	color: #262626;
}
.b24-form-control {
	background-color: #fff !important;
}
.b24-form-btn-block button.b24-form-btn {
	font-family: var(--font-roboto);
	font-weight: 500;
	max-width: 220px !important;
	background-color: var(--red-main);
	margin: 0;
	display: block;
}
.b24-form-btn.b24-form-btn-white:hover {
	color: #fff;
}
.b24-form-btn:hover {
	background-color: #f53535 !important;
}
.b24-form-sign-info {
	display: none;
}
.b24-form-state-container .b24-form-state.b24-form-success {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	height: 100%;
	top: 40px;
}
div.b24-form-wrapper.b24-form-border-bottom
	.b24-form-state-container
	.b24-form-state,
.b24-form-wrapper.b24-form-border-bottom
	.b24-form-state-container
	.b24-form-loader {
	bottom: -25px;
}
.b24-form-state-inner {
	position: absolute;
	top: 50%;
	max-width: 330px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.b24-form-state-icon.b24-form-success-icon {
	display: inline-block;
	margin: 0 0 26px 0;
	width: 5rem;
	height: 5rem;
	background-image: url(/outsourcing/icons/icons.svg#icon_check);
	background-repeat: no-repeat;
	border: 4px solid #fff;
	border-radius: 100%;
	background-size: 3rem;
	-webkit-filter: contrast(0) sepia(100%) saturate(100) brightness(0.9);
	filter: contrast(0) sepia(100%) saturate(100) brightness(0.9);
	background-position: 60% 50%;
}
.b24-form-loader {
	display: none !important;
}
.b24-form-state .b24-form-error {
	display: none !important;
}
.b24-form-state .b24-form-warning {
	display: none !important;
}
#modal-bitrix-form {
	margin-top: 0;
	width: 90%;
	height: 100%;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#modal-bitrix-form .personal-data {
	font-family: var(--font-notoSans);
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.01px;
	text-align: left;
	color: var(--text-secondary);
	border-bottom: 1px solid var(--text-secondary);
	padding-bottom: 2px;
	border-bottom-style: dashed;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	text-decoration: none;
	margin: 0;
	margin-bottom: 20px;
}
.address-wrapper {
	margin-top: 1.25rem;
	font-family: var(--font-notoSans);
}
.address-wrapper > :nth-child(2) {
	margin-bottom: 1.25rem !important;
}
.b24-form-field-agreement .b24-form-control-container {
	text-align: center;
}
div.b24-form-dropdown-container {
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
	.modal__picture {
		display: none;
	}
	.modal__content {
		width: 100%;
	}
	div.b24-form-sign {
		margin: 0 auto;
	}
	.b24-form-btn-block button.b24-form-btn {
		margin: 0 auto;
	}
	#modal-bitrix-form .personal-data {
		margin: 0 auto;
	}
}
@media (max-width: 530px) {
	div.modal__close {
		top: 10px;
		right: 10px;
	}
	div.b24-form-header .b24-form-header-title {
		line-height: 1.2;
	}
	.b24-form-content.b24-form-padding-side {
		padding-bottom: 0;
	}
}
.title-block {
	position: relative;
}
.title-block:after {
	position: absolute;
	content: "";
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 42%;
	height: 500px;
	background-image: url(/portal/css/../img/title-block-bg-2.webp);
	width: 685px;
}
.title-block__content {
	position: relative;
	z-index: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1550px;
	height: 540px;
}
.title-block__col-1 {
	max-width: 900px;
}
.title-block__title {
	max-width: 540px;
	line-height: 1.2;
}
.title-block__desc {
	max-width: 620px;
	margin-bottom: 12px;
}
.title-block__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.title-block__start-block-wrap {
	position: absolute;
	z-index: 2;
	bottom: -27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 60px;
	max-width: 406px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--white, #fff);
	-webkit-box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.08);
	box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.08);
}
.title-block__start-block {
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-family: var(--font-roboto-reg);
	color: var(--red-main);
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	background-image: url(/portal/css/../img/sprite.svg#rocket);
}
.title-block__start-block--white {
	color: #fff;
	background-image: url(/portal/css/../img/sprite.svg#rocket-w);
}
.title-block__col-2 {
	margin-top: auto;
}
@media (max-width: 1400px) {
	.title-block__col-1 {
		max-width: 574px;
	}
	.title-block__start-block-wrap {
		max-width: 264px;
	}
	.title-block__title {
		line-height: 1.2;
	}
	.title-block__desc {
		max-width: 620px;
	}
}
@media (max-width: 1200px) {
	.title-block.portal__block {
		padding-right: 0;
	}
	.title-block:after {
		background-position: left;
		background-size: cover;
		right: 0;
		left: initial;
		width: 369px;
		height: 460px;
	}
	.title-block__content {
		height: 500px;
	}
	.title-block__col-1 {
		max-width: 600px;
	}
	.title-block__main-desc.portal__main-desc {
		font-size: 20px;
	}
	.title-block__desc.portal__desc {
		margin-top: 20px;
	}
	.title-block__start-block-wrap {
		height: 40px;
		max-width: 220px;
		bottom: -20px;
	}
	.title-block__start-block {
		height: 24px;
		font-size: 16px;
		padding-left: 36px;
	}
	.title-block__col-2 {
		overflow: hidden;
	}
	.title-block__img {
		position: relative;
		max-width: 535px;
		-o-object-position: left;
		object-position: left;
		right: -36px;
	}
}
@media (max-width: 960px) {
	.title-block__content {
		height: 600px;
	}
	.title-block__col-1 {
		max-width: 350px;
	}
	.title-block__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 240px;
	}
	.title-block__button.portal__button + .title-block__button.portal__button {
		margin-left: 0;
		margin-top: 20px;
	}
}
@media (max-width: 868px) {
	.title-block:after {
		width: 489px;
		height: 539px;
		right: -68px;
		top: 0;
	}
	.title-block.portal__block {
		padding-left: 0;
		padding-right: 0;
	}
	.title-block__content {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.title-block__col-1,
	.title-block__col-2 {
		width: 100%;
		max-width: 100%;
	}
	.title-block__col-1 {
		position: relative;
		padding: 28px 50px 50px;
		background-color: #fff;
	}
	.title-block__main-desc.portal__main-desc {
		font-size: 18px;
	}
	.title-block__buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 100%;
		width: 100%;
	}
	.title-block__button.portal__button {
		width: 100%;
	}
	.title-block__button.portal__button + .title-block__button.portal__button {
		margin-left: 20px;
		margin-top: 0;
	}
	.title-block__start-block-wrap {
		bottom: initial;
		top: 310px;
		max-width: calc(100% - 100px);
	}
	.title-block__start-block {
		max-width: 241px;
	}
	.title-block__col-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		height: 333px;
		padding-top: 26px;
		border-bottom: 3px solid #f9f9f9;
	}
	.title-block__img {
		margin-left: 0;
		max-width: 403px;
		right: 0;
		height: 290px;
	}
}
@media (max-width: 600px) {
	.title-block__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.title-block__button.portal__button + .title-block__button.portal__button {
		margin-left: 0;
		margin-top: 20px;
	}
}
@media (max-width: 576px) {
	.title-block:after {
		display: none;
	}
	.title-block__col-1 {
		padding: 20px 16px 40px;
	}
	.title-block__col-2 {
		height: 284px;
		padding-top: 26px;
		padding: 15px 15px 0;
	}
	.title-block__start-block-wrap {
		top: 250px;
		max-width: 100%;
		border-radius: 0;
	}
	.title-block__img {
		max-width: 319px;
		height: 230px;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: bottom;
		object-position: bottom;
	}
}
.authors {
	background-color: #fff;
	border-bottom: 3px solid #f9f9f9;
	padding: 120px 0;
}
.authors .placeholder {
	height: 20px;
	margin: 20px 20px 0;
}
.authors__title-wrap.portal__border-element {
	padding-bottom: 20px;
}
.authors__title-wrap.portal__border-element:after {
	width: 100%;
}
.authors__slider {
	margin-top: 32px;
	position: relative;
}
.authors__slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	grid-gap: 1.875%;
}
.authors__slider .swiper-wrapper .authors__slide:nth-child(n + 6) {
	display: none;
}
.authors__slider.swiper-initialized {
	margin: -109px 0 0 0;
	padding: 141px 0 0;
}
.authors__slider.swiper-initialized div#service-list-control-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.authors__slider.swiper-initialized .swiper-wrapper {
	grid-gap: 0;
}
.authors__slider.swiper-initialized
	.swiper-wrapper
	.authors__slide:nth-child(n + 6) {
	display: block;
}
.authors__slide {
	background-color: #fafafa;
	border: 1px solid #eee;
	padding-bottom: 20px;
	border-radius: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 18.6%;
}
.authors__slide.swiper-slide {
	height: 412px;
}
.authors__slide-img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 32px 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	border-radius: 16px 16px 0 0;
	height: 316px;
	font-size: 0;
}
.authors__slide-img-wrap.placeholder {
	height: 280px;
	max-width: 200px;
	width: calc(100% - 40px);
	margin: 20px auto 0;
}
.authors__slide-img {
	max-height: 303px;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
}
.authors__slide-title {
	font-size: 18px;
	font-family: "NotoSansMedium", sans-serif;
	color: var(--head);
	text-align: center;
	margin-top: 20px;
}
.authors__slide-desc {
	font-size: 14px;
	color: var(--gray-assign);
	text-align: center;
	margin-top: 12px;
}
div#service-list-control-block {
	display: none;
	position: absolute;
	z-index: 3;
	top: 6px;
	clear: both;
	right: 14px;
	width: 106px;
	margin: 0;
}
div#service-list-control-block .arrow-next:hover,
div#service-list-control-block .arrow-prev:hover {
	background-image: url(/portal/css/../../index-files/icons/icons.svg#arrow-red-hover);
}
div#service-list-control-block .arrow-next.swiper-button-disabled,
div#service-list-control-block .arrow-prev.swiper-button-disabled {
	pointer-events: none;
}
div#service-list-control-block .arrow-prev.swiper-button-disabled {
	background-image: url(/img/socicons/icon_arrow_grey.svg);
}
.youtube-block__pagination.pagination {
	margin-top: 32px;
}
.youtube-block__pagination.pagination .pagination__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 20px;
}
.youtube-block__pagination.pagination span.swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	border: none;
	background-color: #b1b1b1;
	opacity: 1;
	transition: all 350ms ease-in-out, transform 250ms 150ms,
		-webkit-transform 250ms 150ms;
}
.youtube-block__pagination.pagination span.swiper-pagination-bullet:after {
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-transition: inherit;
	transition: inherit;
	background-color: #e42d32;
	opacity: 0.3;
}
.youtube-block__pagination.pagination span.swiper-pagination-bullet:hover,
.youtube-block__pagination.pagination span.swiper-pagination-bullet:focus {
	opacity: 1;
	background-color: var(--red-elem-icon) !important;
}
.youtube-block__pagination.pagination span.swiper-pagination-bullet:hover:after,
.youtube-block__pagination.pagination
	span.swiper-pagination-bullet:focus:after {
	z-index: 10;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 0.3;
}
.youtube-block__pagination.pagination span.swiper-pagination-bullet-active {
	pointer-events: none;
	background-color: var(--red-elem-icon);
}
.youtube-block__pagination.pagination
	span.swiper-pagination-bullet-active:before {
	display: none;
}
.youtube-block__pagination.pagination
	span.swiper-pagination-bullet-active:after {
	opacity: 0.3;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.youtube-block__pagination.pagination
	span.swiper-pagination-bullet
	+ span.swiper-pagination-bullet {
	margin-left: 22px;
}
@media (max-width: 1600px) {
	.authors {
		padding: 100px 0;
	}
}
@media (max-width: 1550px) {
	.authors__slide {
		max-width: 24.7%;
	}
}
@media (max-width: 1400px) {
	.authors {
		padding: 80px 0;
	}
	.authors__slider .swiper-wrapper .authors__slide:nth-child(n + 5) {
		display: none;
	}
	.authors__slider.swiper-initialized
		.swiper-wrapper
		.authors__slide:nth-child(n + 5) {
		display: block;
	}
}
@media (max-width: 1200px) {
	.authors {
		padding: 60px 0;
	}
	.authors__slider.swiper-initialized {
		padding: 134px 0 0;
	}
	.authors__slider .arrow {
		width: 33px;
		height: 33px;
		background-size: 33px;
	}
	.authors div#service-list-control-block {
		top: 24px;
		right: 16px;
		width: 79px;
	}
	.authors__slide.swiper-slide {
		height: 343px;
	}
	.authors__slide-img-wrap {
		height: 256px;
		padding: 16px 16px 0;
	}
	.authors__slide-img-wrap.placeholder {
		height: 200px;
	}
	.authors__slide-img {
		max-height: 250px;
	}
	.authors__slide-title {
		font-size: 16px;
		margin-top: 17px;
	}
	.authors__slide-desc {
		font-size: 12px;
		margin-top: 11px;
	}
}
@media (max-width: 1000px) {
	.authors__slide {
		max-width: 31.7%;
	}
	.authors__slide-img-wrap.placeholder {
		height: 200px;
	}
}
@media (max-width: 868px) {
	.authors__slide {
		max-width: 31.7%;
	}
	.authors__slider.swiper-initialized {
		padding: 129px 0 35px;
		margin: -109px 0 -36px 0;
	}
	.authors__slider .swiper-wrapper .authors__slide:nth-child(n + 4) {
		display: none;
	}
	.authors__slider.swiper-initialized
		.swiper-wrapper
		.authors__slide:nth-child(n + 4) {
		display: block;
	}
	.authors .youtube-block__pagination.pagination {
		margin-top: 21px;
	}
	.authors div#service-list-control-block {
		bottom: 29px;
		top: initial;
		right: 0;
		width: 100%;
	}
	.authors__slide-img-wrap.placeholder {
		height: 200px;
	}
}
@media (max-width: 660px) {
	.authors .arrow-next {
		background-image: url(/img/socicons/icon_arrow_red.svg);
	}
	.authors .arrow-next.swiper-button-disabled {
		display: initial;
		background-image: url(/img/socicons/icon_arrow_grey.svg);
	}
	.authors .arrow-prev {
		right: initial;
		background-image: url(/img/socicons/icon_arrow_red.svg);
	}
	.authors .arrow-prev.swiper-button-disabled {
		display: initial;
		background-image: url(/img/socicons/icon_arrow_grey.svg);
	}
}
@media (max-width: 800px) {
	.authors__slide {
		max-width: 49%;
	}
	.authors__slide.swiper-slide {
		height: 362px;
	}
	.authors__slide-img-wrap {
		height: 270px;
		padding: 16px 10px 0;
	}
	.authors__slide-img-wrap.placeholder {
		height: 240px;
	}
	.authors__slide-img {
		max-height: 270px;
	}
}
@media (max-width: 576px) {
	.authors {
		padding: 40px 0;
	}
	.authors__slide {
		max-width: 49%;
	}
	.authors__slide.swiper-slide {
		height: 390px;
	}
	.authors__slider .swiper-wrapper .authors__slide:nth-child(n + 3) {
		display: none;
	}
	.authors__slider.swiper-initialized
		.swiper-wrapper
		.authors__slide:nth-child(n + 3) {
		display: block;
	}
	.authors div#service-list-control-block {
		bottom: 45px;
	}
	.authors .youtube-block__pagination.pagination span.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.authors
		.youtube-block__pagination.pagination
		span.swiper-pagination-bullet:after {
		width: 16px;
		height: 16px;
	}
	.authors
		.youtube-block__pagination.pagination
		span.swiper-pagination-bullet
		+ span.swiper-pagination-bullet {
		margin-left: 15px;
	}
	.authors__slide-img-wrap {
		height: 270px;
		padding: 16px 10px 0;
	}
	.authors__slide-img-wrap.placeholder {
		height: 240px;
	}
	.authors__slide-img {
		max-height: 270px;
	}
	.authors__slide-desc {
		padding: 0 5px;
	}
}
.new-service {
	padding: 65px 0 52px;
	border-top: 3px solid #f9f9f9;
	border-bottom: 3px solid #f9f9f9;
}
.new-service__content.portal__content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.new-service__col-1 {
	padding: 17px 0;
}
.new-service__title.portal__border-element {
	padding-bottom: 23px;
}
.new-service__desc.portal__desc {
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 975px;
	line-height: 1.5;
}
.new-service__col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 500px;
	padding: 12px;
	height: 200px;
	background-color: #f9f9f9;
	border-radius: 8px;
	margin-left: 40px;
}
.new-service__img--tab {
	display: none;
}
@media (max-width: 1600px) {
	.new-service__col-1 {
		padding: 0;
		max-width: 860px;
	}
	.new-service__title {
		line-height: 1.4;
	}
	.new-service__col-2 {
		height: 220px;
	}
}
@media (max-width: 1400px) {
	.new-service {
		padding: 40px 0 40px;
	}
	.new-service__content.portal__content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.new-service__col-2 {
		height: 270px;
		margin-right: 28px;
	}
}
@media (max-width: 1200px) {
	.new-service {
		position: relative;
		background-color: #fff;
	}
	.new-service__col-1 {
		max-width: 100%;
	}
	.new-service__col-2 {
		width: 264px;
		height: 244px;
		margin-left: 80px;
		margin-right: 0;
	}
	.new-service__img {
		display: none;
	}
	.new-service__img--tab {
		display: initial;
	}
}
@media (max-width: 868px) {
	.new-service {
		padding: 24px 0;
	}
	.new-service__desc.portal__desc {
		margin-top: 13px;
		line-height: 1.7;
	}
	.new-service__col-2 {
		display: none;
	}
}
@media (max-width: 576px) {
	.new-service {
		padding: 18px 0;
	}
}
.for-whom__content.portal__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.for-whom.portal__block {
	padding-left: 0;
	padding-right: 0;
	max-width: 1920px;
	width: calc(((100vw - 100%) / 2) + 100%);
}
.for-whom__col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f9f9f9;
	max-width: 820px;
	height: 600px;
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.for-whom__img {
	max-width: 437px;
}
.for-whom__img.portal__img {
	width: initial;
}
.for-whom__col-2 {
	max-width: 850px;
	margin-left: 80px;
	margin-right: 80px;
	width: 100%;
}
.for-whom__desc.portal__desc {
	margin-bottom: 0;
	max-width: 650px;
	margin-top: 20px;
}
.for-whom .portal__sale-block {
	margin-top: 20px;
	padding-top: 24px;
}
@media (max-width: 1600px) {
	.for-whom__content.portal__content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.for-whom__col-1 {
		width: 45.4%;
	}
	.for-whom__col-2 {
		width: 100%;
		max-width: 730px;
		margin-left: 60px;
		margin-right: 50px;
	}
}
@media (max-width: 1400px) {
	.for-whom__col-1 {
		padding-left: 0;
		height: 600px;
	}
	.for-whom__col-2 {
		max-width: 613px;
	}
}
@media (max-width: 1300px) {
	.for-whom__col-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.for-whom__img {
		padding-right: 20px;
	}
	.for-whom__img.portal__img {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 1200px) {
	.for-whom__col-1 {
		height: 600px;
		width: 44.7%;
	}
	.for-whom__img {
		height: 100%;
		max-width: 360px;
		max-height: 408px;
		-o-object-position: right;
		object-position: right;
		padding-right: 0;
	}
	.for-whom__col-2 {
		margin-left: 50px;
	}
}
@media (max-width: 1023px) {
	.for-whom.portal__block {
		width: 100%;
		padding: 20px 50px 60px;
	}
	.for-whom__content.portal__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.for-whom__col-1,
	.for-whom__col-2 {
		width: 100%;
		max-width: 100%;
	}
	.for-whom__col-1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #f9f9f9;
		height: 320px;
	}
	.for-whom__img.portal__img {
		max-width: 323px;
		-o-object-position: 3px -1px;
		object-position: 3px -1px;
		-o-object-fit: cover;
		object-fit: cover;
		max-height: 355px;
	}
	.for-whom__col-2 {
		margin-top: 30px;
	}
	.for-whom .portal__sale-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 100%;
	}
	.for-whom .portal__sale-buttons .title-block__button.portal__button {
		width: 100%;
	}
	.for-whom
		.portal__sale-buttons
		.title-block__button.portal__button
		+ .title-block__button.portal__button {
		margin-top: 0;
		margin-left: 20px;
	}
}
@media (max-width: 600px) {
	.for-whom .portal__sale-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.for-whom
		.portal__sale-buttons
		.title-block__button.portal__button
		+ .title-block__button.portal__button {
		margin-top: 20px;
		margin-left: 0;
	}
}
@media (max-width: 576px) {
	.for-whom.portal__block {
		padding: 0 16px 37px;
	}
	.for-whom__col-1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 320px;
	}
	.for-whom__img.portal__img {
		-o-object-position: bottom center;
		object-position: bottom center;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.for-whom__col-2 {
		margin-top: 28px;
	}
}
.instruments {
	padding: 120px 0;
	border-top: 3px solid #f9f9f9;
	border-bottom: 3px solid #f9f9f9;
}
.instruments__title-wrap.portal__border-element {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 18px;
}
.instruments__title-wrap.portal__border-element:after {
	width: 100%;
}
.instruments__title-link {
	position: relative;
	font-size: 16px;
	font-family: "NotoSansMedium", sans-serif;
	color: #166dfc;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	white-space: nowrap;
	padding-right: 19px;
}
.instruments__title-link:hover {
	color: var(--blue-text);
}
.instruments__title-link:after {
	position: absolute;
	content: "";
	right: 7px;
	top: 8px;
	border: solid;
	border-width: 0 2px 2px 0;
	width: 5px;
	height: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.instruments__desc.portal__main-desc {
	margin-top: 16px;
}
.instruments__list {
	display: grid;
	grid-gap: 32px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 40px;
}
.instruments__list.swiper {
	display: none;
}
.instruments__item {
	padding: 32px;
	border-radius: 8px;
	border: 1px solid var(--disabled-input-bg);
	background-color: #f9f9f9;
}
.instruments__item--mob {
	display: none;
}
.instruments__item--course {
	position: relative;
	width: 100%;
	grid-column-end: 4;
	grid-column-start: 1;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 888px 308px;
	background-image: url(/portal/css/../img/course-bg.webp);
}
.instruments__item--course:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 15.1%;
	width: 395px;
	height: 323px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/portal/css/../img/course.webp);
}
.instruments__item--course .instruments__item-title {
	max-width: 375px;
}
.instruments__item--course .instruments__item-title span + span {
	font-size: 16px;
	font-family: var(--font-notoSans);
	color: var(--text-secondary);
}
.instruments__item--course .instruments__item-desc {
	font-size: 18px;
	margin-top: 7px;
}
.instruments__item--course .instruments__item-desc .small-text {
	font-size: 16px;
	display: block;
	margin-top: 11px;
}
.instruments__item--course .instruments__item-desc .red-text {
	text-transform: uppercase;
}
.instruments__item-title-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.instruments__item-title-wrap:after {
	position: absolute;
	counter-increment: instruments;
	content: "0" counter(instruments);
	font-size: 40px;
	font-family: var(--font-roboto-bold);
	text-shadow: 0 0 1px #727272;
	color: #f9f9f9;
	line-height: 1;
	letter-spacing: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}
.instruments__item-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid var(--disabled-input-bg);
	background-color: #fff;
}
.instruments__item-icon {
	width: 32px;
	height: 32px;
	-o-object-fit: cover;
	object-fit: cover;
}
.instruments__item-title {
	margin-left: 20px;
	font-family: "NotoSansSemiBold", sans-serif;
	max-width: 300px;
}
.instruments__item-desc-wrap {
	position: relative;
	z-index: 1;
	margin-top: 28px;
	max-width: 980px;
	width: 100%;
}
.instruments__item-big-desc {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--head);
	font-family: "NotoSansSemiBold", sans-serif;
	max-width: 600px;
}
.instruments__button {
	max-width: 217px;
	margin-top: 28px;
}
.instruments__item-desc {
	margin-top: 24px;
	color: var(--text-secondary);
	font-size: 16px;
}
.instruments__bottom-link {
	display: none;
	margin-top: 28px;
}
@media (max-width: 1600px) {
	.instruments {
		padding-top: 101px;
		padding-bottom: 97px;
	}
	.instruments__item--course {
		background-position: 126% bottom;
	}
	.instruments__item--course:before {
		right: 8.3%;
	}
}
@media (max-width: 1450px) {
	.instruments__item {
		padding: 32px 24px;
	}
}
@media (max-width: 1440px) {
	.instruments {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.instruments__list {
		grid-gap: 28px;
		grid-template-columns: 1fr 1fr;
	}
	.instruments__item {
		padding: 32px;
	}
	.instruments__item--course {
		background-position: 162% bottom;
		grid-column-end: 3;
	}
	.instruments__item--course:before {
		right: 5.1%;
	}
}
@media (max-width: 1320px) {
	.instruments__item-desc-wrap {
		max-width: 630px;
	}
}
@media (max-width: 1200px) {
	.instruments {
		padding: 60px 0;
	}
	.instruments__list {
		margin-top: 24px;
		grid-gap: 20px;
	}
	.instruments__item {
		padding: 15px;
	}
	.instruments__item--course {
		background-image: none;
		padding: 32px;
	}
	.instruments__item--course:before {
		display: none;
	}
	.instruments__item--course .instruments__item-title-wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.instruments__item--course .instruments__item-icon-wrap {
		width: 64px;
		height: 64px;
	}
	.instruments__item--course .instruments__item-title {
		font-size: 18px;
		margin-left: 20px;
		margin-top: 0;
	}
	.instruments__item--course .instruments__item-title span + span {
		font-size: 13px;
	}
	.instruments__item--course .instruments__item-big-desc {
		font-size: 16px;
	}
	.instruments__item--course .instruments__item-desc {
		font-size: 13px;
	}
	.instruments__item--course .instruments__item-desc .small-text {
		margin-top: 8px;
	}
	.instruments__item-icon-wrap {
		width: 56px;
		height: 56px;
	}
	.instruments__item-title-wrap {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.instruments__item-title-wrap:after {
		font-size: 32px;
		-webkit-transform: none;
		transform: none;
		top: 12px;
		right: -5px;
	}
	.instruments__item-title {
		display: block;
		position: relative;
		width: 100%;
		font-size: 16px;
		margin-left: 0;
		margin-top: 10px;
		max-width: 100%;
	}
	.instruments__item-title span {
		display: inline-block;
		max-width: 320px;
	}
	.instruments__item-desc-wrap {
		max-width: 100%;
		padding-top: 21px;
		margin-top: 19px;
		border-top: 1px solid #e4e4e5;
	}
	.instruments__item-desc {
		font-size: 13px;
		margin-top: 13px;
	}
	.instruments__button {
		margin-top: 20px;
	}
}
@media (max-width: 1024px) {
	.instruments__item-title {
		font-size: 16px;
	}
	.instruments__item-desc {
		font-size: 13px;
	}
}
@media (max-width: 868px) {
	.instruments__item--course {
		padding: 16px;
	}
	.instruments__item--course .instruments__item-title-wrap {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.instruments__item--course .instruments__item-icon-wrap {
		width: 56px;
		height: 56px;
	}
	.instruments__item--course .instruments__item-title {
		font-size: 16px;
		margin-left: 0;
		margin-top: 16px;
	}
	.instruments__item--course .instruments__item-title span + span {
		font-size: 13px;
	}
	.instruments__item--course .instruments__item-title span {
		max-width: 100%;
	}
	.instruments__item--course .instruments__item-desc .small-text {
		font-size: 13px;
	}
	.instruments__item-desc-wrap {
		margin-top: 23px;
	}
	.instruments__item-title span {
		max-width: 300px;
	}
	.instruments__button {
		max-width: 100%;
	}
}
@media (max-width: 730px) {
	.instruments__item-title:after {
		top: -14px;
	}
}
@media (max-width: 576px) {
	.instruments {
		padding: 42px 0 38px;
	}
	.instruments__title-link {
		display: none;
	}
	.instruments__list {
		margin-top: 24px;
	}
	.instruments__list.swiper {
		position: relative;
		display: block;
	}
	.instruments__list.swiper:before {
		content: "";
		position: absolute;
		z-index: 2;
		right: 0;
		top: 0;
		height: 100%;
		width: 30px;
		background: -webkit-gradient(
			linear,
			right top,
			left top,
			color-stop(0, #fff),
			to(rgba(255, 255, 255, 0))
		);
		background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
	}
	.instruments__list:not(.swiper) {
		display: block;
		grid-gap: 16px;
		grid-template-columns: 1fr;
	}
	.instruments__list:not(.swiper) .instruments__item {
		display: none;
		max-width: 100%;
	}
	.instruments__list:not(.swiper) .instruments__item:last-child {
		display: block;
	}
	.instruments__list.swiper .swiper-slide {
		max-width: 260px;
		min-width: 260px;
	}
	.instruments__list.swiper .swiper-slide .instruments__item {
		height: 240px;
	}
	.instruments__item + .instruments__item {
		margin-top: 16px;
	}
	.instruments__item--course {
		grid-column-end: 2;
	}
	.instruments__item--course .instruments__item-title-wrap:after {
		content: "07";
	}
	.instruments__item-title:after {
		top: 50%;
	}
	.instruments__item-title span {
		max-width: 220px;
	}
	.instruments__bottom-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.benefit__content.portal__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.benefit.portal__block {
	padding-right: 0;
	padding-left: 0;
	max-width: 1920px;
	width: calc(((100vw - 100%) / 2) + 100%);
}
.benefit__col-2 {
	max-width: 850px;
	margin-left: 62px;
	margin-right: 80px;
}
.benefit__list {
	margin-top: 32px;
}
.benefit__item {
	font-size: 16px;
	color: var(--head);
	position: relative;
	padding-left: 36px;
}
.benefit__item + .benefit__item {
	margin-top: 24px;
}
.benefit__item:before {
	position: absolute;
	content: "";
	top: 1px;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(/portal/css/../img/sprite.svg#list);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.benefit__col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f9f9f9;
	max-width: 820px;
	height: 555px;
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.benefit__img {
	max-width: 528px;
}
.benefit__img.portal__img {
	width: initial;
}
@media (max-width: 1600px) {
	.benefit__content.portal__content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.benefit__col-1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 45.4%;
		height: 600px;
	}
}
@media (max-width: 1450px) {
	.benefit__col-1 {
		height: 660px;
	}
}
@media (max-width: 1400px) {
	.benefit__title {
		line-height: 1.2;
	}
	.benefit__col-1 {
		height: 648px;
		width: 42%;
	}
	.benefit__col-2 {
		margin-left: 40px;
		margin-right: 40px;
	}
}
@media (max-width: 1200px) {
	.benefit.portal__block {
		width: 100%;
		padding: 20px 50px 60px;
	}
	.benefit__content.portal__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.benefit__col-2 {
		margin-top: 28px;
		max-width: 100%;
		width: 100%;
	}
	.benefit__list {
		margin-top: 28px;
	}
	.benefit__item {
		font-size: 14px;
	}
	.benefit__col-1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 100%;
		margin-left: 0;
		height: 320px;
		max-width: 100%;
	}
	.benefit__img.portal__img {
		max-width: 385px;
		-o-object-position: 0 42px;
		object-position: 0 42px;
		-o-object-fit: cover;
		object-fit: cover;
		max-height: 332px;
	}
}
@media (max-width: 576px) {
	.benefit.portal__block {
		padding: 20px 16px 44px;
	}
	.benefit__list {
		margin-top: 0;
	}
	.benefit__col-1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.benefit__img.portal__img {
		width: 100%;
		-o-object-position: bottom center;
		object-position: bottom center;
		-o-object-fit: contain;
		object-fit: contain;
		max-height: 290px;
	}
}
.register {
	padding: 120px 0;
	border-top: 3px solid #f9f9f9;
	border-bottom: 3px solid #f9f9f9;
}
.register__main-desc.portal__border-element:after {
	width: 100%;
}
.register__desc.portal__desc {
	margin-top: 20px;
	max-width: 890px;
}
.register__desc.portal__desc span {
	display: block;
	font-family: "NotoSansMedium", sans-serif;
	margin-top: 20px;
}
.register__subtitle {
	font-size: 20px;
	color: var(--head);
	font-family: "NotoSansMedium", sans-serif;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--bg-service-gray);
}
.register__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 34px;
}
.register__item {
	width: 100%;
}
.register__item + .register__item {
	margin-left: 32px;
}
.register__item:last-child .register__item-number {
	background-color: var(--red-main);
	color: #fff;
	border: none;
}
.register__item:not(:last-child) {
	position: relative;
}
.register__item:not(:last-child):after {
	position: absolute;
	content: "";
	top: 21px;
	right: 0;
	width: calc(100% - 96px);
	height: 20px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 429px;
	background-image: url(/portal/css/../img/sprite.svg#arrow);
}
.register__item-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid var(--disabled-input-bg);
}
.register__item-title {
	margin-top: 16px;
	font-size: 20px;
	color: var(--head);
	font-family: "NotoSansMedium", sans-serif;
}
.register__item-desc {
	margin-top: 16px;
	font-size: 14px;
	color: var(--text-secondary);
	max-width: 450px;
}
@media (max-width: 1600px) {
	.register {
		padding: 106px 0;
	}
}
@media (max-width: 1400px) {
	.register {
		padding: 80px 0;
	}
}
@media (max-width: 1200px) {
	.register {
		padding: 63px 0;
	}
	.register__desc.portal__desc {
		margin-bottom: 0;
	}
	.register__subtitle {
		font-size: 18px;
		margin-top: 27px;
		padding-top: 27px;
	}
}
@media (max-width: 868px) {
	.register {
		padding: 64px 0 60px;
	}
	.register__desc.portal__desc span {
		margin-top: 8px;
	}
	.register__subtitle {
		font-size: 16px;
		margin-top: 15px;
		padding-top: 16px;
	}
	.register__list {
		display: block;
		margin-top: 16px;
		max-width: 580px;
	}
	.register__item {
		position: relative;
		padding-left: 48px;
	}
	.register__item + .register__item {
		margin-left: 0;
		margin-top: 24px;
	}
	.register__item:not(:last-child):after {
		content: "";
		bottom: -3px;
		top: initial;
		left: 0;
		right: initial;
		width: 32px;
		height: calc(100% - 40px);
		background-position: bottom;
		background-image: url(/portal/css/../img/sprite.svg#arrow-bottom);
		background-size: 352px;
	}
	.register__item-number {
		position: absolute;
		left: 0;
		top: 0;
		width: 32px;
		height: 32px;
		font-size: 16px;
	}
	.register__item-title {
		font-size: 16px;
	}
	.register__item-desc {
		margin-top: 7px;
	}
}
@media (max-width: 576px) {
	.register {
		padding: 43px 0 40px;
	}
}
.tariffs {
	padding: 120px 0;
	background-color: #f9f9f9;
}
.tariffs__main-desc.portal__main-desc {
	margin-top: 16px;
}
.tariffs__desc.portal__desc {
	margin-top: 12px;
}
.tariffs__list {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 40px;
}
.tariffs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px;
	border: 1px solid var(--disabled-input-bg);
}
.tariffs__item .placeholder {
	height: 25px;
}
.tariffs__stars-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 152px;
	height: 24px;
}
.tariffs__star {
	width: 24px;
	height: 24px;
	background-position: center;
	background-size: cover;
	background-image: url(/portal/css/../img/sprite.svg#star);
}
.tariffs__star.full {
	background-image: url(/portal/css/../img/sprite.svg#star-gold);
}
.tariffs__star.placeholder {
	border-radius: 5px;
}
.tariffs__item-title {
	margin-top: 16px;
	font-family: "NotoSansSemiBold", sans-serif;
}
.tariffs__item-title.placeholder {
	max-width: 180px;
}
.tariffs__item-desc {
	font-size: 14px;
	color: var(--text-secondary);
	margin-top: 20px;
	margin-bottom: 20px;
}
.tariffs__item-desc.placeholder {
	height: 40px;
}
.tariffs__bottom {
	margin-top: auto;
	border-top: 1px solid var(--disabled-input-bg);
}
.tariffs__bottom.sale {
	height: 98px;
}
.tariffs__bottom:not(.sale) {
	height: 70px;
}
.tariffs__price {
	font-size: 20px;
	margin-top: 20px;
}
.tariffs__price.placeholder {
	max-width: 150px;
}
.tariffs__price-wrapper {
	margin-top: 20px;
}
.tariffs__old-price {
	font-size: 16px;
	color: var(--gray-assign);
	line-height: 1.5;
}
.tariffs__old-price .old {
	text-decoration: line-through;
}
.tariffs__sale {
	padding: 4px;
	margin-left: 8px;
	border-radius: 8px;
	background-color: rgba(206, 19, 19, 0.05);
	color: var(--red-main);
	font-size: 14px;
	font-family: var(--font-notoSans-medium);
}
.tariffs__period {
	color: var(--gray-assign);
	font-size: 14px;
	margin-top: 2px;
}
.tariffs__period.placeholder {
	max-width: 80px;
	height: 17px;
	margin-top: 5px;
}
.tariffs__item-button-wrap {
	margin-top: 20px;
	border-top: 1px solid var(--disabled-input-bg);
	padding-top: 20px;
}
.tariffs__item-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	color: var(--head);
	font-family: var(--font-roboto);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	padding-right: 23px;
	max-width: 87px;
	margin: 0 auto;
}
.tariffs__item-button.placeholder:after {
	display: none;
}
.tariffs__item-button:after {
	position: absolute;
	content: "";
	right: 7px;
	top: 7px;
	border: solid;
	border-width: 0 1px 1px 0;
	width: 5px;
	height: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tariffs__item-button:hover {
	color: var(--red-main);
}
.tariffs__bottom-link {
	display: none;
	margin-top: 28px;
}
.tariffs__banner {
	max-width: 1740px;
	margin: 80px auto -310px;
	padding: 0 50px;
}
.tariffs__banner--short {
	display: none;
}
.tariffs__banner .title-block__start-block {
	font-size: 18px;
	margin-top: 20px;
}
.tariffs__banner .portal__sale-block {
	margin-top: 34px;
}
.tariffs__banner .portal__sale-main-desc {
	color: #fff;
	background-image: url(/portal/css/../img/sprite.svg#sale-1-w);
}
.tariffs__banner .portal__sale-main-desc .red-text {
	color: #fff;
}
.tariffs__banner .portal__sale-desc {
	color: #fff;
	background-image: url(/portal/css/../img/sprite.svg#sale-2-w);
}
.tariffs__banner .portal__sale-buttons {
	margin-top: 32px;
}
.tariffs__banner-wrap {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(140deg, #ff1818 0%, #ce1313 100%);
	border-radius: 16px;
	padding: 0 49px 0 80px;
	height: 426px;
	overflow: hidden;
}
.tariffs__banner-col-1 {
	position: relative;
	z-index: 1;
}
.tariffs__banner-title {
	color: #fff;
	max-width: 626px;
}
.tariffs__banner-title.portal__title {
	font-size: 28px;
	line-height: 1.2;
}
.tariffs__banner-title.portal__border-element {
	padding-bottom: 24px;
}
.tariffs__banner-title.portal__border-element:after {
	background-color: #fff;
}
.tariffs__banner-desc {
	color: #fff;
	max-width: 717px;
}
.tariffs__banner-desc.portal__main-desc {
	margin-top: 20px;
}
.tariffs__banner-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.tariffs__banner-img.portal__img {
	position: absolute;
	top: 0;
	right: 49px;
	width: auto;
}
.tariffs__banner-img--tab,
.tariffs__banner-img--mob {
	display: none;
}

.tariffs__item {
	position: relative;
}

.tariffs__price.red-text.portal__main-desc:not(:first-child) {
	margin-top: 0;
}

@media (max-width: 1600px) {
	.tariffs {
		padding: 104px 0;
	}
	.tariffs__banner-img.portal__img {
		right: -33px;
	}
}
@media (max-width: 1400px) {
	.tariffs {
		padding: 84px 0;
	}
	.tariffs__banner {
		margin: 79px auto -310px;
	}
	.tariffs__banner-wrap {
		padding: 0 41px 0 60px;
	}
	.tariffs__banner-img.portal__img {
		right: -120px;
	}
}
@media (max-width: 1300px) {
	.tariffs__list {
		grid-gap: 24px 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tariffs__item {
		width: 32%;
	}
	.tariffs__item:nth-child(n + 4) {
		width: 49%;
	}
	.tariffs__banner .portal__sale-main-desc {
		max-width: 420px;
	}
	.tariffs__banner-desc {
		max-width: 560px;
	}
	.tariffs__banner-desc.portal__main-desc {
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
	.tariffs {
		padding: 63px 0;
	}
	.tariffs__banner {
		margin: 60px auto -268px;
	}
	.tariffs__banner-wrap {
		height: 380px;
	}
	.tariffs__banner-col-1 {
		max-width: 445px;
	}
	.tariffs__banner-img.portal__img {
		right: -124px;
		max-width: 651px;
		height: 381px;
		top: 0;
	}
	.tariffs__banner-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 20px;
		max-width: 300px;
	}
	.tariffs__banner-buttons .portal__button + .portal__button {
		margin-left: 0;
		margin-top: 20px;
	}
	.tariffs__banner-desc.portal__main-desc {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.tariffs__banner-title.portal__border-element {
		font-size: 24px;
	}
}
@media (max-width: 960px) {
	.tariffs__banner .portal__sale-block {
		margin-top: 24px;
	}
	.tariffs__banner .portal__sale-buttons {
		margin-top: 24px;
	}
	.tariffs__banner-wrap {
		height: 410px;
	}
	.tariffs__banner-img {
		display: none;
		right: 0;
	}
	.tariffs__banner-img--tab {
		display: initial;
	}
	.tariffs__banner-img.portal__img {
		right: 0;
		max-width: 651px;
		height: 410px;
		top: 0;
	}
}
@media (max-width: 868px) {
	.tariffs {
		padding: 60px 0;
	}
	.tariffs .title-block__start-block {
		font-size: 16px;
		margin-left: 0;
		max-width: 185px;
	}
	.tariffs__list {
		grid-gap: 20px 3%;
		margin-top: 28px;
	}
	.tariffs__item {
		width: 48.5%;
	}
	.tariffs__item:nth-child(n + 4) {
		width: 48.5%;
	}
	.tariffs__item:last-child {
		width: 100%;
	}
	.tariffs__banner {
		margin: 40px auto -262px;
	}
	.tariffs__banner .portal__sale-block {
		margin-top: 32px;
	}
	.tariffs__banner .portal__sale-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 250px;
	}
	.tariffs__banner
		.portal__sale-buttons
		.title-block__button.portal__button
		+ .title-block__button.portal__button {
		margin-top: 20px;
		margin-left: 0;
	}
	.tariffs__banner-wrap {
		padding: 0 41px;
	}
	.tariffs__banner-col-1 {
		margin-right: 200px;
	}
	.tariffs__banner-title.portal__border-element {
		font-size: 24px;
	}
	.tariffs__banner-desc {
		font-size: 14px;
		max-width: 300px;
	}
	.tariffs__banner-buttons {
		display: block;
		margin-top: 20px;
		max-width: 240px;
	}
	.tariffs__banner-buttons
		.title-block__button.portal__button
		+ .title-block__button.portal__button {
		margin-left: 0;
		margin-top: 20px;
	}
}
@media (max-width: 730px) {
	.tariffs .title-block__start-block {
		font-size: 16px;
		margin-left: auto;
	}
	.tariffs__banner {
		padding: 0;
	}
	.tariffs__banner .title-block__start-block {
		font-size: 16px;
		max-width: 185px;
	}
	.tariffs__banner .portal__sale-main-desc {
		max-width: 100%;
	}
	.tariffs__banner .portal__sale-desc {
		max-width: 100%;
		margin-top: 16px;
	}
	.tariffs__banner .portal__sale-buttons {
		max-width: 100%;
	}
	.tariffs__banner-wrap {
		height: initial;
		padding: 48px 50px 280px;
		border-radius: 0px;
	}
	.tariffs__banner-wrap--short {
		padding-bottom: 48px;
	}
	.tariffs__banner-desc {
		max-width: 100%;
	}
	.tariffs__banner-col-1 {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	.tariffs__banner-buttons {
		width: 100%;
		max-width: 100%;
	}
	.tariffs__banner-button {
		width: 100%;
	}
	.tariffs__banner-col-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.tariffs__banner-img {
		display: none;
	}
	.tariffs__banner-img--tab {
		display: none;
	}
	.tariffs__banner-img--mob {
		display: initial;
	}
	.tariffs__banner-img.portal__img {
		bottom: 0;
		top: initial;
		right: initial;
		left: 50%;
		height: 371px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (max-width: 576px) {
	.tariffs {
		padding: 39px 0 0;
	}
	.tariffs__list {
		grid-gap: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tariffs__item {
		width: 100%;
	}
	.tariffs__item:nth-child(n + 4) {
		width: 100%;
	}
	.tariffs__bottom.sale {
		height: initial;
	}
	.tariffs__bottom:not(.sale) {
		height: initial;
	}
	.tariffs__banner {
		margin-top: 42px;
		margin-bottom: 0;
	}
	.tariffs__banner--short {
		display: block;
		margin: 0;
	}
	.tariffs__banner .portal__sale-block {
		margin-top: 28px;
	}
	.tariffs__banner .portal__sale-buttons {
		margin-top: 28px;
	}
	.tariffs__banner-wrap {
		padding: 40px 20px 280px;
	}
	.tariffs__banner-wrap--short {
		padding-bottom: 48px;
		padding-top: 48px;
	}
	.tariffs__banner-wrap--short .tariffs__banner-title.portal__border-element {
		font-size: 16px;
		line-height: 1.4;
	}
	.tariffs__banner-title.portal__border-element {
		font-size: 24px;
		line-height: 1.4;
	}
	.tariffs__banner-buttons--short {
		margin-top: 40px;
	}
	.tariffs__bottom-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.features {
	margin-top: 274px;
	padding-bottom: 120px;
	border-bottom: 3px solid #f9f9f9;
}
.features__list {
	display: grid;
	grid-gap: 20px 80px;
	grid-template-columns: auto 1fr 1fr;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid var(--disabled-input-bg);
}
.features__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--disabled-input-bg);
}
.features__icon {
	width: 32px;
	height: 32px;
	-o-object-fit: cover;
	object-fit: cover;
}
.features__item-title {
	margin-left: 12px;
}
.features__item-title.portal__main-desc {
	margin-top: 0;
}
.features__desc {
	max-width: 880px;
}
.features__desc.portal__desc {
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 18px;
}
@media (max-width: 1600px) {
	.features {
		margin-top: 290px;
		padding-bottom: 101px;
	}
}
@media (max-width: 1400px) {
	.features {
		padding-bottom: 80px;
	}
	.features__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 1200px) {
	.features {
		margin-top: 267px;
		padding-bottom: 81px;
	}
	.features__list {
		grid-gap: 27px 80px;
		margin-top: 30px;
	}
	.features__item {
		padding-bottom: 26px;
	}
	.features__desc.portal__desc {
		margin-top: 34px;
	}
}
@media (max-width: 960px) {
	.features__list {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px 40px;
	}
	.features__item {
		padding-bottom: 24px;
	}
}
@media (max-width: 868px) {
	.features {
		margin-top: 264px;
		padding-bottom: 60px;
	}
	.features__list {
		margin-top: 27px;
		padding-top: 35px;
	}
	.features__icon {
		width: 28px;
		height: 28px;
	}
	.features__item-title {
		margin-left: 15px;
	}
	.features__desc.portal__desc {
		font-size: 16px;
		margin-top: 28px;
	}
}
@media (max-width: 576px) {
	.features {
		margin-top: 43px;
		padding-bottom: 39px;
	}
	.features__list {
		grid-template-columns: 1fr;
		grid-gap: 16px;
		margin-top: 23px;
		padding-top: 27px;
	}
	.features__item {
		padding-bottom: 20px;
	}
	.features__desc.portal__desc {
		font-size: 14px;
		margin-top: 24px;
	}
}
.professional {
	overflow: hidden;
}
.professional .title-block__start-block {
	margin-top: 20px;
	font-size: 18px;
}
.professional.portal__block {
	padding-left: 0;
	padding-right: 0;
	max-width: 1920px;
	width: calc(((100vw - 100%) / 2) + 100%);
}
.professional__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 50px;
}
.professional__col-1 {
	max-width: calc(850px - 1vw);
	width: 50%;
}
.professional__main-desc {
	max-width: 760px;
}
.professional__main-desc.portal__main-desc {
	margin-top: 12px;
}
.professional__desc {
	max-width: 660px;
}
.professional__desc.portal__desc {
	margin-top: 40px;
	margin-bottom: 20px;
}
.professional__banner-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}
.professional__col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-image: linear-gradient(140deg, #ff1818 0%, #ce1313 100%);
	height: 540px;
	max-width: 820px;
	width: 45.1vw;
	padding-left: 40px;
	margin-left: 5.8vw;
}
.professional__img {
	width: 261px;
	height: 452px;
}
.professional__col-2-bg {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(/portal/css/../img/portal-circles.webp);
	width: 439px;
	height: 100%;
}
.professional__col-2-desc {
	position: relative;
	z-index: 1;
	padding: 36px 40px 38px;
	font-family: var(--font-notoSans-bold);
	color: #fff;
	border-radius: 48px 48px 0 48px;
	border: 3px solid #fff;
	margin-right: 266px;
}
.professional__col-2-desc.portal__main-desc {
	margin-top: 0;
}
.professional__img.portal__img {
	position: absolute;
	z-index: 2;
	right: 84px;
	bottom: 0;
	width: auto;
}
.professional__img-bg {
	position: absolute;
	z-index: 0;
	bottom: -19px;
	right: -18px;
	width: 405px;
	height: 442px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(/portal/css/../img/portal-bg.webp);
}
@media (max-width: 1770px) {
	.professional__content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.professional__col-2 {
		margin-left: 40px;
	}
}
@media (max-width: 1600px) {
	.professional__desc {
		max-width: 741px;
	}
	.professional__desc.portal__desc {
		margin-top: 20px;
	}
	.professional__col-2 {
		overflow: hidden;
		width: 44vw;
	}
	.professional__col-2-desc {
		margin-right: 215px;
	}
	.professional__img {
		height: 427px;
	}
	.professional__img.portal__img {
		right: 46px;
		bottom: -30px;
	}
	.professional__img-bg {
		bottom: -32px;
		right: -51px;
		width: 405px;
		height: 440px;
	}
}
@media (max-width: 1400px) {
	.professional__title {
		line-height: 1.2;
	}
	.professional__main-desc {
		max-width: 613px;
	}
	.professional__desc {
		max-width: 613px;
	}
	.professional__col-2 {
		height: 550px;
		width: 44vw;
	}
	.professional__col-2-desc {
		font-size: 18px;
		margin-right: 154px;
		padding: 32px 64px 32px 32px;
	}
	.professional__img.portal__img {
		right: 37px;
		bottom: 0;
		height: 401px;
	}
	.professional__img-bg {
		bottom: -49px;
		right: -98px;
		width: 452px;
		height: 495px;
	}
}
@media (max-width: 1200px) {
	.professional.portal__block {
		width: 100%;
	}
	.professional__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.professional__content.portal__content {
		padding: 0;
	}
	.professional__col-1 {
		width: 100%;
		max-width: 100%;
		padding: 60px 50px;
	}
	.professional__desc {
		max-width: 100%;
	}
	.professional__col-2 {
		width: 100%;
		height: 362px;
		max-width: 100%;
		margin-left: 0;
		padding-left: 50px;
	}
	.professional__col-2-desc {
		margin-right: 328px;
		padding-right: 32px;
	}
	.professional__img.portal__img {
		right: 94px;
		bottom: -84px;
		height: 431px;
	}
	.professional__img-bg {
		bottom: -85px;
		right: -16px;
		width: 493px;
		height: 446px;
	}
}
@media (max-width: 1023px) {
	.professional .portal__sale-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 100%;
	}
	.professional .portal__sale-buttons .title-block__button.portal__button {
		width: 100%;
	}
	.professional
		.portal__sale-buttons
		.title-block__button.portal__button
		+ .title-block__button.portal__button {
		margin-top: 0;
		margin-left: 20px;
	}
}
@media (max-width: 868px) {
	.professional .title-block__start-block {
		font-size: 16px;
		max-width: 185px;
	}
	.professional__desc.portal__desc {
		margin-top: 27px;
	}
	.professional__banner-buttons {
		margin-top: 20px;
	}
	.professional__col-2 {
		height: 331px;
	}
	.professional__col-2-desc {
		margin-right: 288px;
		padding: 28px 54px 28px 28px;
		font-size: 16px;
		border-width: 2px;
	}
	.professional__col-2-bg {
		background-image: url(/portal/css/../img/portal-circles-md.webp);
		width: 249px;
	}
	.professional__img.portal__img {
		right: 121px;
		bottom: -23px;
		height: 319px;
	}
	.professional__img-bg {
		bottom: -7px;
		right: 0;
		width: 367px;
		height: 367px;
	}
}
@media (max-width: 600px) {
	.professional .portal__sale-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.professional
		.portal__sale-buttons
		.title-block__button.portal__button
		+ .title-block__button.portal__button {
		margin-top: 20px;
		margin-left: 0;
	}
}
@media (max-width: 576px) {
	.professional__col-1 {
		padding: 37px 16px 39px;
	}
	.professional__banner-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.professional__button.portal__button + .professional__button.portal__button {
		margin-left: 0;
		margin-top: 20px;
	}
	.professional__col-2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 281px;
		padding-left: 16px;
		padding-top: 0;
	}
	.professional__col-2-desc {
		margin-right: 75px;
		padding: 18px 42px 18px 13px;
		font-size: 14px;
		border-radius: 24px 24px 0px 24px;
	}
	.professional__col-2-bg {
		width: 292px;
		background-position: 0 -59px;
	}
	.professional__img.portal__img {
		right: 12px;
		bottom: -14px;
		height: 256px;
	}
	.professional__img-bg {
		bottom: -38px;
		right: -52px;
		width: 263px;
		height: 264px;
		background-position: top left;
	}
}

/* End */


/* Start:/portal/css/map-block.css?16983945784278*/
.map-block {
  max-width: 1920px;
  width: calc(((100vw - 100%) / 2) + 100%);
  margin: 0 auto;
  font-family: var(--font-notoSans);
  background-color: var(--bg-service-gray);
}

.map-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.map-block__col-1 {
  max-width: 1080px;
  height: 600px;
  width: 56vw;
}

.map-block__map {
  width: 100%;
  height: 100%;
}

.map-block__col-2 {
  width: 46.1vw;
  padding-left: 110px;
  max-width: 820px;
}

.map-block__title {
  position: relative;
  font-size: 34px;
  color: var(--head);
  font-family: var(--font-roboto-bold);
  text-align: left;
  line-height: 1;
  padding-bottom: 16px;
}

.map-block__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: var(--red-main);
}

.map-block__subtitle {
  margin-top: 16px;
  font-size: 24px;
  color: var(--head);
  font-family: var(--font-roboto);
}

.map-block__address {
  font-size: 24px;
  color: var(--text-secondary);
  margin-top: 8px;
}

.map-block__link {
  display: block;
  font-size: 20px;
  color: var(--text-secondary);
  margin-top: 27px;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.map-block__link:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.map-block__link:hover {
  color: var(--red-main);
}

.map-block__link+.map-block__link {
  margin-top: 14px;
}

.map-block__link--email:before {
  background-image: url(/portal/css/../img/mail.svg);
}

.map-block__link--phone:before {
  background-image: url(/portal/css/../img/phone.svg);
}

.map-block__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  padding: 20px 30px;
  border-radius: 4px;
  font-size: 16px;
  color: var(--red-main);
  border: 1px solid var(--red-main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.map-block__button:hover {
  -webkit-box-shadow: inset 0 0 0 1px var(--red-main);
  box-shadow: inset 0 0 0 1px var(--red-main);
}

@media (max-width: 1600px) {
  .map-block__col-2 {
    width: 44.5vw;
    padding-left: 80px;
    padding-right: 50px;
  }
}

@media (max-width: 1400px) {
  .map-block__col-2 {
    padding-left: 50px;
  }
}

@media (max-width: 1024px) {
  .map-block__title {
    font-size: 28px;
    padding-bottom: 23px;
  }

  .map-block__subtitle {
    font-size: 20px;
  }

  .map-block__address {
    font-size: 18px;
    max-width: 260px;
    margin-top: 17px;
  }

  .map-block__link {
    margin-top: 20px;
  }

  .map-block__link+.map-block__link {
    margin-top: 21px;
  }

  .map-block__button {
    margin-top: 27px;
  }
}

@media (max-width: 868px) {
  .map-block__col-1 {
    height: 356px;
    width: 50%;
  }

  .map-block__col-2 {
    width: 50%;
  }

  .map-block__title {
    font-size: 20px;
    padding-bottom: 14px;
  }

  .map-block__subtitle {
    font-size: 18px;
  }

  .map-block__address {
    font-size: 14px;
    max-width: 100%;
    margin-top: 4px;
  }

  .map-block__link {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 28px;
  }

  .map-block__link+.map-block__link {
    margin-top: 10px;
  }

  .map-block__link:before {
    width: 22px;
    height: 22px;
  }

  .map-block__button {
    margin-top: 27px;
    padding: 9px 30px;
  }
}

@media (max-width: 650px) {
  .map-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .map-block__col-1 {
    height: 308px;
    width: 100%;
  }

  .map-block__col-2 {
    width: 100%;
    padding: 50px;
  }
}

@media (max-width: 576px) {
  .map-block__col-2 {
    padding: 40px 16px;
  }
}
/* End */


/* Start:/redesign/link_slider/css/swiper-bundle.min.css?169839460017599*/
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face {
   font-family: swiper-icons;
   src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
   font-weight: 400;
   font-style: normal
}

:root {
   --swiper-theme-color: #007aff
}

.swiper {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   padding: 0;
   z-index: 1
}

.swiper-vertical>.swiper-wrapper {
   flex-direction: column
}

.swiper-wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   z-index: 1;
   display: flex;
   transition-property: transform;
   box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
   transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
   touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
   touch-action: pan-x
}

.swiper-slide {
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   position: relative;
   transition-property: transform
}

.swiper-slide-invisible-blank {
   visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
   height: auto
}

.swiper-autoheight .swiper-wrapper {
   align-items: flex-start;
   transition-property: transform, height
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
   perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
   transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   z-index: 10
}

.swiper-3d .swiper-slide-shadow {
   background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
   background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
   background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
   background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
   overflow: auto;
   scrollbar-width: none;
   -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
   display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
   scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
   scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
   scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
   content: '';
   flex-shrink: 0;
   order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
   margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
   height: 100%;
   min-height: 1px;
   width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
   margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
   width: 100%;
   min-width: 1px;
   height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
   scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
   height: 1px;
   width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
   width: 1px;
   height: var(--swiper-virtual-size)
}

:root {
   --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
   position: absolute;
   top: 50%;
   width: calc(var(--swiper-navigation-size)/ 44 * 27);
   height: var(--swiper-navigation-size);
   margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
   z-index: 10;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
   opacity: .35;
   cursor: auto;
   pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
   font-family: swiper-icons;
   font-size: var(--swiper-navigation-size);
   text-transform: none!important;
   letter-spacing: 0;
   text-transform: none;
   font-variant: initial;
   line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
   left: 10px;
   right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
   content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
   right: 10px;
   left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
   content: 'next'
}

.swiper-button-lock {
   display: none
}

.swiper-pagination {
   position: absolute;
   text-align: center;
   transition: .3s opacity;
   transform: translate3d(0, 0, 0);
   z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
   opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
   bottom: 10px;
   left: 0;
   width: 100%
}

.swiper-pagination-bullets-dynamic {
   overflow: hidden;
   font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   transform: scale(.33);
   position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
   transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
   transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
   transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
   transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
   transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
   transform: scale(.33)
}

.swiper-pagination-bullet {
   width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
   height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
   display: inline-block;
   border-radius: 50%;
   background: var(--swiper-pagination-bullet-inactive-color, #000);
   opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
   border: none;
   margin: 0;
   padding: 0;
   box-shadow: none;
   -webkit-appearance: none;
   appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
   cursor: pointer
}

.swiper-pagination-bullet:only-child {
   display: none!important
}

.swiper-pagination-bullet-active {
   opacity: var(--swiper-pagination-bullet-opacity, 1);
   background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
   right: 10px;
   top: 50%;
   transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
   display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   top: 50%;
   transform: translateY(-50%);
   width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   display: inline-block;
   transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   left: 50%;
   transform: translateX(-50%);
   white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
   background: rgba(0, 0, 0, .25);
   position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--swiper-pagination-color, var(--swiper-theme-color));
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   transform: scale(0);
   transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
   width: 100%;
   height: 4px;
   left: 0;
   top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
   width: 4px;
   height: 100%;
   left: 0;
   top: 0
}

.swiper-pagination-lock {
   display: none
}

.swiper-scrollbar {
   border-radius: 10px;
   position: relative;
   -ms-touch-action: none;
   background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
   position: absolute;
   left: 1%;
   bottom: 3px;
   z-index: 50;
   height: 5px;
   width: 98%
}

.swiper-vertical>.swiper-scrollbar {
   position: absolute;
   right: 3px;
   top: 1%;
   z-index: 50;
   width: 5px;
   height: 98%
}

.swiper-scrollbar-drag {
   height: 100%;
   width: 100%;
   position: relative;
   background: rgba(0, 0, 0, .5);
   border-radius: 10px;
   left: 0;
   top: 0
}

.swiper-scrollbar-cursor-drag {
   cursor: move
}

.swiper-scrollbar-lock {
   display: none
}

.swiper-zoom-container {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
   max-width: 100%;
   max-height: 100%;
   object-fit: contain
}

.swiper-slide-zoomed {
   cursor: move
}

.swiper-lazy-preloader {
   width: 42px;
   height: 42px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -21px;
   margin-top: -21px;
   z-index: 10;
   transform-origin: 50%;
   animation: swiper-preloader-spin 1s infinite linear;
   box-sizing: border-box;
   border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
   border-radius: 50%;
   border-top-color: transparent
}

.swiper-lazy-preloader-white {
   --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
   --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
   100% {
      transform: rotate(360deg)
   }
}

.swiper .swiper-notification {
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
   opacity: 0;
   z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
   transition-timing-function: ease-out;
   margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
   flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
   flex-wrap: wrap;
   flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
   transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
   pointer-events: none;
   transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
   pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
   pointer-events: auto
}

.swiper-cube {
   overflow: visible
}

.swiper-cube .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1;
   visibility: hidden;
   transform-origin: 0 0;
   width: 100%;
   height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
   pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
   transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
   pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
   pointer-events: auto;
   visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
   position: absolute;
   left: 0;
   bottom: 0px;
   width: 100%;
   height: 100%;
   opacity: .6;
   z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
   content: '';
   background: #000;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   filter: blur(50px)
}

.swiper-flip {
   overflow: visible
}

.swiper-flip .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
   pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
   pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden
}

.swiper-creative .swiper-slide {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden;
   transition-property: transform, opacity, height
}

.swiper-cards {
   overflow: visible
}

.swiper-cards .swiper-slide {
   transform-origin: center bottom;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden
}
/* End */


/* Start:/pageBlockComponents/YouTubeBlock/youtube-block-style.css?169839457810894*/
/*YouTube*/

.full-width-block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40.625rem;
  max-height: 40.625rem;
}

.also-wrapper {
  width: 90%;
}

.news-wrapper {
  width: 90%;
  margin-top: 100px;
}

.news_article {
  height: 30.812rem;
  margin-bottom: 20px;
}

.full-width-block {
  flex-direction: column;
  justify-content: center;
}

#youtube-banner {
  max-height: 33.625rem;
  margin-bottom: 5%;
}

#youtube-banner .header-underline::after {
  width: 100%;
}

.banner-wrapper {
  width: 90%;
  height: 100%;
}

.header-underline {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#easy .header-underline {
  flex-direction: column;
}

#tariffs .header-underline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.header-x1-left h4,
.header-x1-right h4 {
  font-family: "RobotoBold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: left;
  color: #262626;
  margin: 8px 0px;
}

#youtube-banner .header-x1-right {
  align-self: flex-end;
}

#youtube-banner .header-underline h3 {
  font-family: "RobotoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
}

.header_underline h4,
.header-underline h3,
.header-underline-light h4,
.header-underline-light h3 {
  margin: 0.26rem 0rem !important;
  text-align: left;
  width: 100%;
}

#news .header-underline h3 {
  position: relative;
}

.header-underline::after {
  content: "";
  width: 3rem;
  height: 0.25rem;
  background-color: #ce1313;
  display: block;
  position: absolute;
  top: 110%;
}

.black-text {
  color: #262626;
}

.red-text {
  color: #ce1313;
}

#service-list-control-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end;
  width: 100px;
  float: right;
  margin: 15px;
  margin-right: 0;
}

.arrow {
  width: 3.125rem;
  height: 3.125rem;
  background-size: 3.125rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.arrow-prev {
  background-image: url("/img/socicons/icon_arrow_red.svg");
  transform: rotate(180deg);
}

.arrow-prev.swiper-button-disabled {
  background-image: url("/img/socicons/icon_arrow_grey.svg");
  transform: rotate(0deg);
}

.arrow-next {
  background-image: url("/img/socicons/icon_arrow_red.svg");
}

.arrow-next.swiper-button-disabled {
  background-image: url("/img/socicons/icon_arrow_grey.svg");
  transform: rotate(180deg);
}

.banner-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 390px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: none;
}

.youtube-swiper .banner-content-items {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 95%;
  padding: 0 2px;
}

.banner-content-items {
  display: flex;
  flex-direction: row;
  height: 625px;
}

.banner-content-item {
  width: 500px;
  height: 295px;
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
  position: relative;
}

.banner-content-item:last-child {
  margin: 0;
}

.item-img {
  width: 470px;
  height: 264.2px;
  background-color: #262626;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.item-img::before {
  content: "";
  width: 458px;
  height: 225.2px;
  border: 1px solid #96151d;
  bottom: -30px;
  right: -30px;
  position: absolute;
  z-index: 2;
}

.banner-content__link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 471px;

  height: 264.2px;
}

.item-preview {
  position: absolute;
  left: 0px;
  top: -46px;
  z-index: 3;
  width: 100%;
  height: 135%;
  filter: brightness(0.75);
}

.banner-content__link::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 100px;
  left: 210px;
  z-index: 5;
  background-image: url("/img/main_icons/icon_play.svg");
}

.youtube-block__link {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01px;
  text-align: left;
  color: #0d86ff;
  text-decoration: none;
  margin-bottom: 8px;
  position: relative;
}

.youtube-block__link span {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01px;
  text-align: left;
  color: #0d86ff;
  text-decoration: none;
  margin-bottom: 8px;
  position: relative;
}

.pagination {
  display: flex;
}

.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

#youtube-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #b1b1b1;
  border-radius: 100%;
  margin: 0.25rem;
  opacity: 1;
  margin-right: 10px;
}

#youtube-banner .swiper-pagination-bullet-active {
  background-color: #e42d32 !important;
  position: relative;
}

.swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  background-color: #e42d32;
  opacity: 0.3;
}

@media only screen and (max-width: 1600px) {
  #youtube-banner {
    max-height: 39.625rem;
  }

  .banner-content-item {
    width: 467px;
    height: 237px;
  }

  .banner-container {
    height: 370px;
  }

  .banner-content__link {
    width: 436px;
    height: 237px;
  }

  .item-img {
    width: 436px;
    height: 237px;
  }

  .item-img::before {
    width: 436px;
    height: 237px;
  }

  .item-preview {
    top: -41px;
  }

  .banner-content__link::after {
    top: 82px;
    left: 196px;
  }

  .pagination {
    margin-top: -10px;
  }

  #youtube-banner .header-underline h3 {
  }
}

@media only screen and (max-width: 1366px) {
  #youtube-banner {
    max-height: 38.625rem;
  }

  .banner-content-item {
    width: 400px;
    height: 198px;
  }

  .banner-container {
    height: 370px;
  }

  .banner-content__link {
    width: 365px;
    height: 198px;
  }

  .item-img {
    width: 365px;
    height: 198px;
  }

  .item-img::before {
    width: 365px;
    height: 198px;
  }

  .item-preview {
    top: -35px;
  }

  .banner-content__link::after {
    top: 60px;
    left: 150px;
  }

  .pagination {
    display: flex;
    margin-top: -65px;
  }
}

@media only screen and (max-width: 1024px) {
  #youtube-banner {
    max-height: 1085px;
    height: 935px;
  }

  #youtube-banner .banner-container {
    height: 805px;
    margin: 0;
    margin-top: 35px;
  }

  .banner-content-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .banner-content-item {
    width: 400px;
    height: 255px;
    margin: 0;
  }

  .banner-content__link {
    width: 400px;
    height: 216px;
  }

  .item-img {
    width: 400px;
    height: 216px;
  }

  .item-img::before {
    width: 400px;
    height: 216px;
  }

  .item-preview {
    top: -37px;
  }

  .banner-content__link::after {
    top: 75px;
    left: 185px;
  }

  .youtube-block__link span {
    display: none;
  }

  .youtube-block__link::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 18px;
    background-image: url("/pageBlockComponents/YouTubeBlock/img/main_icons/tariffs__button.svg");
    background-size: 100%;
    top: -24px;
    left: -12px;
    background-repeat: no-repeat;
    transform: rotate(270deg);
  }

  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 12px;
  }

  #youtube-banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .swiper-pagination-bullet-active::before {
    width: 16px;
    height: 16px;
  }

  .youtube-block h3.header-xl {
    font-size: 20px;
  }

  .youtube-block h4.header-xl {
    font-size: 16px;
    font-weight: normal;
    font-family: "RobotoRegular", sans-serif;
  }

  .youtube-swiper .swiper-slide--tablet {
    display: flex;
  }

  #service-list-control-block {
    display: none;
  }

  #youtube-banner .header-underline h3 {
    font-size: 20px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 660px) {
  #youtube-banner {
    max-height: 53.625rem;
    margin-bottom: 9%;
  }

  .full-width-block {
    height: 57.625rem;
    max-height: 58.625rem;
  }

  #youtube-banner .banner-container {
    height: 680px;
    box-shadow: none;
    margin: 0;
  }

  #youtube-banner .banner-wrapper {
    width: 93%;
    height: 100%;
  }

  .banner-content-items {
    display: flex;
    flex-direction: column;
    height: 625px;
    margin-top: 37px;
  }

  #youtube-banner .banner-content-item {
    width: 323px;
    height: 175px;
    left: 0;
    margin: 0 !important;
    margin-bottom: 10% !important;
  }

  .banner-content__link {
    width: 323px;
    height: 175px;
  }

  #youtube-banner .item-img {
    width: 323px;
    height: 175px;
  }

  #youtube-banner .item-img::before {
    width: 323px;
    height: 175px;
    bottom: -20px;
    right: -20px;
  }

  .swiper-slide-active {
    overflow: hidden;
  }

  .item-preview {
    top: -30px;
  }

  .banner-content__link::after {
    top: 45px;
    left: 125px;
  }

  .arrow-prev {
    position: absolute;
    background-image: url("/img/main_icons/go_to_news_button.svg");
    transform: rotate(180deg);
    right: -21px;
  }

  .arrow-prev.swiper-button-disabled {
    background-image: none;
    display: none;
  }

  .arrow-next {
    position: absolute;
    background-image: url(/img/main_icons/go_to_news_button.svg);
    right: 0;
  }

  .arrow-next.swiper-button-disabled {
    background-image: none;
    display: none;
  }

  .youtube-block__link::before {
    width: 18px;
    height: 22px;
    top: -38px;
    left: -12px;
  }

  #service-list-control-block {
    display: none;
  }

  .header-x1-right {
    display: flex;
    justify-content: flex-end;
  }

  #service-list-control {
    display: flex;
    justify-content: flex-end;
  }

  .youtube-block h3.header-xl {
    font-size: 20px;
  }

  .youtube-block h4.header-xl {
    font-size: 16px;
    width: 83%;
  }

  .news_article_text_container {
    border-bottom: 1px solid #e4e4e5;
  }

  .youtube-swiper .banner-content-items {
    justify-content: space-between;
    align-items: center;
  }

  .pagination {
    margin-top: -11px;
  }

  #youtube-banner .header-underline h3 {
    font-size: 20px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-content-item {
    width: 323px;
    height: 175px;
    left: 0;
    margin: 0 auto !important;
    margin-bottom: 10% !important;
  }
  .news_article {
    height: inherit;
    margin-bottom: inherit;
  }

  .youtube-swiper .banner-content-items {
    justify-content: space-between;
    align-items: start;
  }
}

/* End */
/* /portal/css/style.css?176552450471962 */
/* /portal/css/map-block.css?16983945784278 */
/* /redesign/link_slider/css/swiper-bundle.min.css?169839460017599 */
/* /pageBlockComponents/YouTubeBlock/youtube-block-style.css?169839457810894 */
