.general-description__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width: 990px) {
	.general-description__content {
		display: -ms-grid;
		display: grid;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%
	}
}
.general-description__content--factor .general-description__left,
.general-description__content--factor .general-description__right {
	margin-bottom: 0
}
@media (max-width: 989.98px) {
	.general-description__content--factor .general-description__right {
		margin-bottom: 4rem
	}
}
@media (max-width: 639.98px) {
	.general-description__content--factor .general-description__right {
		margin-bottom: 0px;
	}
}
.general-description__title {
	padding-bottom: 2rem;
	max-width: 35.625rem
}
@media (min-width: 990px) {
	.general-description__title {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
		padding-bottom: 4rem;
		max-width: 34.0625rem
	}
}
@media (min-width: 990px) {
	.general-description__title + .general-description__left {
		-ms-grid-column: 1;
		grid-column-start: 1
	}
}
.general-description__subtitle {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	max-width: 33.75rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
@media (min-width: 640px) {
	.general-description__subtitle {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem
	}
}
@media (min-width: 990px) {
	.general-description__subtitle {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 1;
		grid-row: 1;
		max-width: 30rem;
		padding-bottom: 4rem
	}
}
.general-description__left > :last-child {
	margin-bottom: 0
}
@media (min-width: 990px) {
	.general-description__left {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
		padding-bottom: 0
	}
}
@media (min-width: 990px) {
	.general-description__right {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 2;
		grid-row: 2
	}
}
.general-description__factor-list {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media (min-width: 990px) {
	.general-description__factor-list {
		padding-top: .3125rem
	}
}
.general-description__factor {
	width: 50%;
	margin-bottom: 2rem
}
.general-description__factor:nth-child(odd):nth-last-child(-n+2),
.general-description__factor:nth-child(odd):nth-last-child(-n+2) ~ .general-description__factor {
	margin-bottom: 0
}
@media (min-width: 640px) {
	.general-description__factor:nth-child(odd):nth-last-child(-n+2),
	.general-description__factor:nth-child(odd):nth-last-child(-n+2) ~ .general-description__factor {
		margin-bottom: 0
	}
}
@media (min-width: 640px) {
	.general-description__description {
		padding-right: 8.1875rem
	}
}
@media (min-width: 990px) {
	.general-description__description {
		padding-right: 6.75rem
	}
}
@media (min-width: 990px) {
	.general-description__right--wide .general-description__description {
		padding-right: 7rem
	}
}
@media (max-width: 639.98px) {
	.general-description__lead {
		margin-bottom: 1.5rem
	}
}
@media (min-width: 640px) {
	.general-description__lead {
		padding-right: 8.1875rem
	}
}
@media (min-width: 640px) {
	.general-description__right .general-description__lead {
		margin-bottom: 2.5rem
	}
}
@media (min-width: 990px) {
	.general-description__lead {
		padding-right: 14rem
	}
	.general-description__left .general-description__lead {
		padding-right: 7.125rem
	}
	.general-description__right--wide .general-description__lead {
		padding-right: 7rem
	}
}
.general-description__list {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	margin-left: 1.2rem
}
@media (min-width: 640px) {
	.general-description__list {
		padding-right: 8.1875rem
	}
}
@media (min-width: 990px) {
	.general-description__list {
		padding-right: 14.5rem;
		/*margin-left: 0*/
	}
}
.general-description__list-item {
	position: relative;
	margin-bottom: 1rem
}
.general-description__list-item:before {
	content: "—";
	display: block;
	position: absolute;
	left: -1.2rem;
	top: 0
}
@media (min-width: 640px) {
	.general-description__list-item {
		margin-bottom: 1.5rem
	}
}
@media (min-width: 990px) {
	.general-description__list-item {
		margin-bottom: 2rem
	}
}
.main-plashka-static {
	display: flex;
	margin-top: auto;
	padding-top: 30px;
	margin-bottom: 15px;
}
@media (max-width: 639.98px) {
	.main-plashka-static {
		max-width: 100%;
	}
}
/**/
.appointment-form {
	background-color: #d0043c;
	color: #fff;
	padding-top: 4rem;
	padding-bottom: 3.5rem
}
@media (min-width: 640px) {
	.appointment-form {
		padding-bottom: 4.5rem
	}
}
@media (min-width: 990px) {
	.appointment-form {
		padding-top: 5.5rem;
		padding-bottom: 6rem
	}
}
@media (min-width: 990px) {
	.appointment-form__head {
		width: 50%
	}
}
.appointment-form__content {
	line-height: 1.5
}
@media (min-width: 990px) {
	.appointment-form__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media (min-width: 990px) {
	.appointment-form__left,
	.appointment-form__right {
		width: 50%
	}
}
.appointment-form__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (max-width: 989.98px) {
	.appointment-form__left {
		margin-bottom: 4rem
	}
}
@media (max-width: 639.98px) {
	.appointment-form__left {
		margin-bottom: 1.5rem
	}
}
@media (min-width: 990px) {
	.appointment-form__right {
		margin-top: -2.5rem
	}
}
@media (max-width: 989.98px) {
	.appointment-form__title {
		margin-bottom: 2rem
	}
}
@media (max-width: 639.98px) {
	.appointment-form__title {
		margin-bottom: 1.5rem
	}
}
.appointment-form__des {
	padding-right: 1rem
}
@media (min-width: 640px) {
	.appointment-form__des {
		padding-right: 15rem
	}
}
@media (min-width: 990px) {
	.appointment-form__des {
		margin: 4.625rem 0 auto;
		padding-right: 23.75rem
	}
}
.appointment-form__des .appointment-form__link {
	margin-top: 1.5rem
}
.appointment-form__link {
	margin-top: 2.8125rem
}
.appointment-form__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (max-width: 639.98px) {
	.appointment-form__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media (min-width: 640px) {
	.appointment-form__form {
		margin-right: -1.125rem;
		margin-left: -1.125rem;
		margin-bottom: -3rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.appointment-form__col {
	margin-bottom: 1rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
@media (min-width: 640px) {
	.appointment-form__col {
		width: 50%;
		padding: 0 1.125rem;
		margin-bottom: 3rem
	}
}
@media (max-width: 639.98px) {
	.appointment-form__col--notice {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0
	}
}
@media (max-width: 639.98px) {
	.appointment-form__col--button {
		margin-top: 2rem
	}
	.appointment-form__col--button .btn {
		width: 100%
	}
}
.appointment-form__col--large {
	width: 100%
}
.appointment-form__notice {
	max-width: 17.8125rem;
	color: hsla(0, 0%, 100%, .6)
}
.appointment-form__notice a {
	color: hsla(0, 0%, 100%, .6);
	background-size: 100% 1px;
	background-position: 0 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	text-decoration: none !important;
	-webkit-transition-property: background-size, color;
	-o-transition-property: background-size, color;
	transition-property: background-size, color;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	will-change: background-size
}
.appointment-form__notice a.focus-visible,
.appointment-form__notice a:hover {
	background-position: 100% 100%;
	background-size: 0 1px;
	color: #fff
}
.appointment-form__privacy {
	max-width: 17.8125rem;
	color: hsla(0, 0%, 100%, .6)
}
.appointment-form__privacy a {
	color: hsla(0, 0%, 100%, .6);
	background-size: 100% 1px;
	background-position: 0 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	text-decoration: none !important;
	-webkit-transition-property: background-size, color;
	-o-transition-property: background-size, color;
	transition-property: background-size, color;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	will-change: background-size
}
.appointment-form__privacy a.focus-visible,
.appointment-form__privacy a:hover {
	background-position: 100% 100%;
	background-size: 0 1px;
	color: #fff
}
.appointment-form__privacy .checkbox__text {
	font-size: .75rem;
	line-height: 1.3;
	font-weight: 400;
	color: hsla(0, 0%, 100%, .6)
}
@media (max-width: 639.98px) {
	.appointment-form__privacy .checkbox__text {
		font-size: .625rem
	}
}
.appointment-form--light {
	background-color: #efeff2;
	color: #101010
}
.appointment-form--light .appointment-form__notice,
.appointment-form--light .appointment-form__notice a {
	color: rgba(16, 16, 16, .4)
}
.appointment-form--light .appointment-form__notice a.focus-visible,
.appointment-form--light .appointment-form__notice a:hover {
	color: #101010
}
.appointment-form--light .appointment-form__privacy,
.appointment-form--light .appointment-form__privacy a {
	color: rgba(16, 16, 16, .4)
}
.appointment-form--light .appointment-form__privacy a.focus-visible,
.appointment-form--light .appointment-form__privacy a:hover {
	color: #101010
}
.appointment-form--light .appointment-form__privacy .checkbox__text {
	color: rgba(16, 16, 16, .4)
}
.appointment-form--light .appointment-form__privacy .checkbox--primary .checkbox__input[type=checkbox] ~ .checkbox__box:before {
	background-color: #fff
}
/**/
@media (min-width: 640px) {
	.document-link-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -1.5rem
	}
}
.document-link-list .document-link-wrapper {
	margin-bottom: 1.5rem
}
@media (min-width: 640px) {
	.document-link-list .document-link-wrapper {
		width: 50%
	}
}
@media (min-width: 990px) {
	.document-link-list .document-link-wrapper {
		width: 25%
	}
}
.document-link-wrapper {
	padding-right: 3rem
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.document-link-wrapper {
		padding-right: 4rem
	}
}
.document-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #101010
}
.document-link:hover {
	text-decoration: none;
	color: unset
}
.document-link:hover .document-link__format {
	background-color: #d0043c;
	color: #fff
}
.document-link:hover .document-link__desc,
.document-link:hover .document-link__size {
	color: #d0043c
}
.document-link__format {
	width: 4rem;
	height: 4rem;
	min-width: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1.5rem;
	background-color: #efeff2;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color, background-color;
	-o-transition-property: color, background-color;
	transition-property: color, background-color
}
.document-link__desc,
.document-link__format {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.document-link__desc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.document-link__name {
	display: block;
	display: -webkit-box;
	font-size: .875rem;
	max-height: 2.625rem;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.document-link__name,
.document-link__size {
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color
}
.content__docs .document-link-wrapper {
	margin-bottom: 1.5rem
}
@media (min-width:640px) {
	.content__docs .document-link-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
}
/**/
@media (min-width: 990px) {
	.main-features__heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media (min-width: 990px) {
	.main-features__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
		padding-right: 5rem
	}
}
.main-features__text {
	padding-top: 1.5rem
}
@media (min-width: 640px) {
	.main-features__text {
		width: 83.33333%
	}
}
@media (min-width: 990px) {
	.main-features__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}
}
.main-features__body {
	position: relative
}
@media (min-width: 990px) {
	.main-features__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		min-height: 37.5rem
	}
}
@media (max-width: 989.98px) {
	.main-features__body .scrollmagic-pin-spacer {
		display: none !important
	}
}
@media (min-width: 990px) {
	.main-features__body[data-animate] {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.main-features__mainImage {
	position: relative;
	overflow: hidden;
	top: 0;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top, bottom;
	-o-transition-property: top, bottom;
	transition-property: top, bottom
}
@media (min-width: 990px) {
	.main-features__mainImage {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(50% - 5rem);
		height: 37.5rem
	}
}
@media (max-width: 989.98px) {
	.main-features__mainImage {
		display: none
	}
}
.main-features__mainImage-overlay {
	background-color: #efeff2;
	z-index: 1
}
.main-features__mainImage-overlay,
.main-features__mainImage-wrap {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}
.main-features__mainImage .image {
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 1
}
@media (min-width: 990px) {
	.main-features__mainImage.is-fixed {
		position: fixed;
		top: 112px;
		-webkit-transform: translateX(calc(-100% - 5rem));
		-ms-transform: translateX(calc(-100% - 5rem));
		transform: translateX(calc(-100% - 5rem));
		left: 50%
	}
}
@media (min-width: 990px) and (max-width: 2100px) {
	.main-features__mainImage.is-fixed {
		width: calc(50% - 8rem)
	}
}
@media (min-width: 2101px) {
	.main-features__mainImage.is-fixed {
		width: 42rem
	}
}
.main-features__mainImage.leave {
	top: auto;
	bottom: 0
}
.main-features__wrap {
	width: 100%;
	margin-left: auto
}
@media (min-width: 990px) {
	.main-features__wrap {
		max-width: calc(56% - 5rem)
	}
}
.main-features__wrap > :last-child {
	margin-bottom: 0;
	padding-bottom: 0
}
.main-features__subtitle {
	max-width: 27.5rem;
	margin-bottom: 2rem
}
@media (min-width: 640px) {
	.main-features__subtitle {
		margin-bottom: 2.5rem
	}
}
.main-features__group {
	padding-bottom: 3.5rem
}
.main-features__group > :last-child {
	margin-bottom: 0
}
@media (min-width: 990px) {
	.main-features__group {
		padding-bottom: 7rem
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.main-features__group {
		padding-bottom: 5rem
	}
}
.main-features__accordion {
	border-bottom: 2px solid #efeff2
}
.main-features__accordion:first-child {
	border-top: 2px solid #efeff2
}
.main-features__toggle {
	position: relative;
	display: block;
	width: 100%;
	padding: 1.5rem 3rem 1.5rem 0;
	border: 0;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #101010;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color, opacity, -webkit-transform;
	transition-property: color, opacity, -webkit-transform;
	-o-transition-property: color, transform, opacity;
	transition-property: color, transform, opacity;
	transition-property: color, transform, opacity, -webkit-transform
}
@media (min-width: 640px) {
	.main-features__toggle {
		padding: 1.875rem 0 2rem
	}
}
.main-features__toggle:hover {
	color: #d0043c
}
.main-features__toggle:focus {
	outline: none
}
.main-features__toggle.is-active {
	color: #d0043c
}
.main-features__toggle.is-active svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.main-features__toggle svg {
	position: absolute;
	top: 1.5rem;
	right: 0;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
@media (min-width: 640px) {
	.main-features__toggle svg {
		top: 2rem
	}
}
.main-features__roll {
	padding-bottom: 2rem;
	display: none
}
.main-features__group:first-child .main-features__accordion:first-child .main-features__roll {
	display: block
}
.main-features__roll > :last-child {
	margin-bottom: 0
}
@media (min-width: 640px) {
	.main-features__roll {
		padding-bottom: 3rem
	}
}
.main-features__content {
	padding-top: .5rem
}
@media (min-width: 990px) {
	.main-features__content {
		padding-right: 7rem
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.main-features__content {
		padding-right: 3.75rem;
		margin-bottom: 3rem
	}
	.main-features__content .user-text ul {
		max-width: 28.125rem
	}
	.main-features__content .user-text ul li:not(:last-child) {
		margin-bottom: 2rem
	}
}
@media (max-width: 639.98px) {
	.main-features__content {
		margin-bottom: 2rem
	}
}
@media (min-width: 990px) {
	.main-features__image {
		display: none
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.main-features__image {
		padding-bottom: 51%;
		margin-bottom: 2.5rem
	}
}
@media (max-width: 989.98px) {
	.main-features__image {
		position: relative;
		display: block;
		margin-bottom: 1rem
	}
}
@media (max-width: 639.98px) {
	.main-features__image {
		padding-bottom: 100%;
		margin-bottom: 2rem
	}
}
.main-features .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.catalog-video .main-features__title {
	width: 100%;
}
.main-features__mainImage-wrap .owl-carousel,
.main-features__mainImage-wrap .owl-stage-outer,
.main-features__mainImage-wrap .owl-stage,
.main-features__mainImage-wrap .owl-item {
	height: 100%;
}
.main-features__mainImage-wrap .owl-item img {
	object-fit: contain;
	height: 100%;
	object-position: top;
}
@media (min-width: 990px) {
	.main-features__body {
		min-height: 24rem;
	}
}
@media (min-width: 990px) {
	.main-features__mainImage {
		max-height: 100%;
	}
}
/**/
@media (min-width: 990px) {
	.tech-list__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
@media (min-width: 990px) {
	.tech-list__wrap {
		width: 75%
	}
}
@media (max-width: 639.98px) {
	.tech-list__wrap {
		margin-left: -1rem;
		margin-right: -1rem
	}
}
#specifications .tech-list {
	max-width: unset;
	width: unset;
}
.tech-list {
	max-width: 907px;
	width: 100%;
}
.tech-list__wrap > :last-child {
	margin-bottom: 0
}
.tech-list__accordion {
	position: relative;
	background-color: #efeff2;
	margin-bottom: 2px
}
.tech-list__toggle {
	display: block;
	width: 100%;
	padding: 1.375rem 5.875rem 1.375rem 1rem;
	min-height: 4.375rem;
	color: #101010;
	text-align: left;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color
}
@media (min-width: 640px) {
	.tech-list__toggle {
		padding: 1.375rem 10.75rem 1.375rem 3.75rem;
		min-height: 6rem
	}
}
@media (min-width: 990px) {
	.tech-list__toggle {
		padding: 1.375rem 14rem 1.375rem 4rem
	}
}
.tech-list__toggle.focus-visible,
.tech-list__toggle:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #d0043c
}
.tech-list__toggle.is-active {
	color: #d0043c;
	padding-bottom: 2rem;
	-webkit-transition: padding-bottom .3s;
	-o-transition: padding-bottom .3s;
	transition: padding-bottom .3s
}
.tech-list__arrow {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2.5rem;
	border-left: 2px solid #fff;
	height: 100%;
	color: #101010;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color, background-color;
	-o-transition-property: color, background-color;
	transition-property: color, background-color
}
.tech-list__arrow svg {
	position: absolute;
	top: 1.5rem;
	right: calc(50% - .75rem);
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
@media (min-width: 640px) {
	.tech-list__arrow {
		width: 7rem
	}
	.tech-list__arrow svg {
		top: 2.25rem
	}
}
.tech-list__accordion.shown .tech-list__arrow,
.tech-list__toggle.focus-visible .tech-list__arrow,
.tech-list__toggle:hover .tech-list__arrow {
	background-color: #d0043c;
	color: #fff
}
.tech-list__accordion.shown .tech-list__arrow svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.tech-list__roll {
	display: none;
	padding: 0 3.75rem 0 1rem
}
@media (min-width: 990px) {
	.tech-list__roll {
		padding: 0 11rem 0 4rem
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.tech-list__roll {
		padding: 0 10.75rem 0 3.75rem
	}
}
.tech-list__content {
	padding-bottom: 3rem
}
@media (min-width: 640px) {
	.tech-list__content {
		padding-top: .25rem;
		padding-bottom: 4.5rem
	}
}
.tech-list__content .user-text p {
	max-width: 41.75rem
}
@media (max-width: 989.98px) {
	.tech-list__side {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
}
@media (max-width: 639.98px) {
	.tech-list__side {
		margin-bottom: 0
	}
}
@media (min-width: 990px) {
	.tech-list__side {
		padding-top: 1.5rem;
		padding-left: 7rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 25%
	}
}
@media (min-width: 990px) {
	.tech-list__side.is-fixed {
		position: fixed;
		top: 11.25rem;
		left: 75%;
		-webkit-transform: translateX(-2rem);
		-ms-transform: translateX(-2rem);
		transform: translateX(-2rem);
		-webkit-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-property: top;
		-o-transition-property: top;
		transition-property: top
	}
	.tech-list__side.is-fixed.down {
		top: 8rem
	}
}
@media (min-width: 990px) {
	.tech-list__side.leave {
		margin-top: auto
	}
}
.tech-list__legend {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.tech-list__legend {
		padding-bottom: 1rem
	}
}
@media (max-width: 989.98px) {
	.tech-list__legend {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.tech-list__legend > :last-child {
		margin-right: 0
	}
}
@media (max-width: 639.98px) {
	.tech-list__legend {
		padding-bottom: .5rem
	}
}
@media (max-width: 989.98px) {
	.tech-list__action {
		margin-bottom: 1rem
	}
}
.tech-list__option {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 2rem
}
@media (min-width: 640px) {
	.tech-list__option {
		padding-left: 2.25rem
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.tech-list__option {
		margin-right: 3rem
	}
}
@media (max-width: 639.98px) {
	.tech-list__option {
		margin-right: 1.25rem
	}
}
.tech-list__option:before {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1rem;
	width: 1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: ""
}
.tech-list__option:first-child:before {
	background-color: #101010
}
.tech-list__option:first-child:before,
.tech-list__option:nth-child(2):before {
	border-radius: 50%;
	border: 2px solid #101010
}
.tech-list__option:nth-child(3):before {
	height: 2px;
	background-color: #101010
}
.tech-list__side {
	order: none;
	right: 0;
}
.tech-list__side.is_stuck {
	right: 3rem;
}
.tech-list__side.is_stuck.s-bottom {
	right: 0rem;
}
/**/
.tech-table {
	width: 100%
}
.tech-table tr {
	vertical-align: baseline
}
.tech-table tr:not(:first-child) td {
	padding-top: 1.5rem
}
.tech-table td {
	height: auto !important;
	padding-left: 0 !important;
	padding-bottom: 1.5rem !important;
	border-bottom: 2px solid #fff;
	min-width: 3rem
}
.tech-table td:not(:last-child) {
	padding-right: 2rem
}
.tech-table td:last-child {
	padding-right: 0 !important;
	text-align: right;
	vertical-align: top;
	/*white-space: nowrap*/
}
.tech-table .circle {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: 2px solid #101010;
	border-radius: 50%
}
.tech-table .circle--fill,
.tech-table .line {
	background-color: #101010
}
.tech-table .line {
	display: inline-block;
	width: 1rem;
	height: 2px
}
/**/
.equipment__top > :last-child {
	margin-bottom: 0
}
@media (min-width: 990px) {
	.equipment__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
@media (min-width: 990px) {
	.equipment__heading {
		width: 50%;
		padding-right: 5rem
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.equipment__heading {
		max-width: 75%;
		margin-bottom: 2rem
	}
}
@media (max-width: 639.98px) {
	.equipment__heading {
		margin-bottom: 1.5rem
	}
}
.equipment__text {
	max-width: 25rem
}
@media (min-width: 990px) {
	.equipment__text {
		padding-top: 1.5rem
	}
}
@media (min-width: 990px) {
	.equipment__slide .card__img {
		height: 20.625rem
	}
	.equipment__slide .card__info {
		z-index: 2;
	}
	.equipment__slide .card__action,
	.equipment__slide .card__info-wrap {
		opacity: 0;
		-webkit-transition: opacity .3s ease 0s;
		-o-transition: opacity .3s ease 0s;
		transition: opacity .3s ease 0s
	}
	/* .equipment__slide:not(:nth-child(3n+3)) {
		max-width: 25% !important;
		width: 25% !important
	}
	.equipment__slide:nth-child(3n+3) {
		max-width: 50% !important;
		width: 50% !important
	} */
}
@media (min-width: 990px) {
	.equipment__slide.swiper-slide-active .card__action,
	.equipment__slide.swiper-slide-active .card__info-wrap,
	.equipment__slide.swiper-slide-next .card__action,
	.equipment__slide.swiper-slide-next .card__info-wrap,
	.swiper-slide-next + .equipment__slide .card__action,
	.swiper-slide-next + .equipment__slide .card__info-wrap {
		opacity: 1;
		-webkit-transition: opacity .3s ease .4s;
		-o-transition: opacity .3s ease .4s;
		transition: opacity .3s ease .4s
	}
}
@media (min-width: 640px) {
	.equipment__content {
		margin-left: -2px;
		margin-right: -2px
	}
}
@media (max-width: 989.98px) {
	.equipment__content {
		margin-right: -2rem
	}
}
.equipment__slider .swiper-wrapper {
	height: auto
}
@media (max-width: 989.98px) {
	.equipment__slider {
		padding-right: 2rem
	}
}
@media (min-width: 990px) {
	.equipment__slider {
		padding-bottom: 2.5rem
	}
}
.equipment__inner {
	padding-left: 1px;
	padding-right: 1px
}
.equipment__bottom {
	display: none
}
@media (min-width: 990px) {
	.equipment__bottom {
		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
	}
}
.equipment .card__title {
	font-family: Firs Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 500
}
@media (max-width: 639.98px) {
	.equipment .card__title {
		font-size: 1rem
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.equipment .card__img {
		height: 21.875rem
	}
}
.equipment__line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 20.625rem;
	width: 75%;
	height: 3.5rem;
	background-color: #fff;
	content: ""
}
@media (max-width: 989.98px) {
	.equipment__line {
		display: none
	}
}
/**/
.my-md-4r {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
/**/
@media (min-width: 990px) {
	.service-block__heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.service-block__heading > :last-child {
	margin-bottom: 0
}
@media (min-width: 990px) {
	.service-block__title {
		width: 50%;
		padding-right: 5rem
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.service-block__title {
		margin-bottom: 3rem
	}
}
@media (max-width: 639.98px) {
	.service-block__title {
		margin-bottom: 2rem
	}
}
@media (min-width: 990px) {
	.service-block__lead {
		-ms-flex-item-align: end;
		align-self: flex-end;
		width: 50%;
		padding-bottom: .5rem
	}
}
@media (min-width: 990px) {
	.service-block__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
@media (min-width: 990px) {
	.service-block__content {
		width: 50%
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.service-block__content {
		margin-bottom: 3.5rem
	}
}
@media (max-width: 639.98px) {
	.service-block__content {
		margin-bottom: 2.5rem
	}
}
.service-block__content .user-text {
	max-width: 29.25rem
}
@media (min-width: 990px) {
	.service-block__content .user-text ol,
	.service-block__content .user-text ul {
		margin-left: -1.375rem
	}
}
.service-block__features > :last-child {
	margin-bottom: 0
}
@media (min-width: 990px) {
	.service-block__features {
		width: 50%
	}
}
.service-block__factors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 2.5rem
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.service-block__factors {
		margin-bottom: 4.5rem
	}
}
.service-block__factor {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	margin-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem
}
.service-block__factor:nth-child(odd):nth-last-child(-n+2),
.service-block__factor:nth-child(odd):nth-last-child(-n+2) ~ .service-block__factor {
	margin-bottom: 0
}
@media (min-width: 640px) {
	.service-block__factor {
		margin-bottom: 2.5rem
	}
}
@media (max-width: 639.98px) {
	.service-block__factor:last-child {
		padding-left: 0
	}
}
@media (min-width: 640px) {
	.service-block__documents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -1rem;
		margin-right: -1rem
	}
}
.service-block__documents > :last-child {
	margin-bottom: 0
}
.service-block__document {
	margin-bottom: 1.5rem
}
@media (min-width: 640px) {
	.service-block__document {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 2.5rem
	}
	.service-block__document:nth-child(odd):nth-last-child(-n+2),
	.service-block__document:nth-child(odd):nth-last-child(-n+2) ~ .service-block__document {
		margin-bottom: 0
	}
}
.service-block__action {
	margin-top: 3.5rem
}
@media (min-width: 990px) {
	.service-block__action {
		margin-top: 1.5rem
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.service-block__action {
		margin-top: 4.5rem
	}
}
/**/
.section-finance__head {
	margin-bottom: 3.5rem
}
@media (max-width: 989.98px) {
	.section-finance__head {
		margin-bottom: 2.5rem
	}
}
@media (max-width: 639.98px) {
	.section-finance__head {
		margin-bottom: 2rem
	}
}
.section-finance .tabs-content {
	padding-top: 6rem;
	padding-bottom: 7rem
}
@media (max-width: 989.98px) {
	.section-finance .tabs-content {
		padding-top: 4rem;
		padding-bottom: 4.5rem
	}
}
@media (max-width: 639.98px) {
	.section-finance .tabs-content {
		padding-top: 2rem;
		padding-bottom: 2.5rem
	}
}
/**/
@media (min-width: 990px) {
	.task-list__left {
		width: 42.22%
	}
	.task-list__right {
		width: 57.78%
	}
}
.task-list__head {
	margin-bottom: 4rem
}
@media (max-width: 989.98px) {
	.task-list__head {
		margin-bottom: 3rem
	}
}
@media (max-width: 639.98px) {
	.task-list__head {
		margin-bottom: 2rem
	}
}
.task-list__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background-color: #efeff2
}
@media (min-width: 990px) {
	.task-list__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.task-list__left {
	overflow: hidden;
	position: relative
}
.task-list__picture {
	width: 100%;
	height: 100%
}
.task-list__picture-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1
}
.task-list__picture .image {
	width: 100%;
	height: 100%
}
.task-list__list {
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.75rem 0 2rem
}
@media (min-width: 640px) {
	.task-list__list {
		padding: .5rem 2rem 1.75rem
	}
}
@media (min-width: 990px) {
	.task-list__list {
		padding: 5rem 6rem 5rem 4.375rem
	}
}
.task-list__item {
	width: 100%
}
@media (min-width: 640px) {
	.task-list__item {
		width: 50%
	}
}
.task-list__item .list-item {
	padding: 1rem
}
@media (min-width: 640px) {
	.task-list__item .list-item {
		padding: 2.75rem 0
	}
}
@media (min-width: 990px) {
	.task-list__item .list-item {
		padding: 2.8125rem
	}
}
.task-list__item .list-item__title {
	max-width: 13.5625rem
}
.tech-cards-list__head {
	margin-bottom: 4.5rem
}
@media (max-width: 989.98px) {
	.tech-cards-list__head {
		margin-bottom: 3rem
	}
}
/**/
.new-work-interactive {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1100px) {
	.new-work-interactive {
		display: none;
	}
}
.new-work-interactive__left {
	flex: 1;
	min-width: 0;
	padding-left: 52px;
	padding-top: 96px;
	padding-right: 24px;
	padding-bottom: 96px;
}
.new-work-interactive__right {
	flex: 1 0 37.52rem;
	width: 37.52rem;
	max-width: 37.52rem;
	display: flex;
}
.new-work-interactive__img {
	width: 100%;
	height: 100%;
	display: flex;
	max-height: 47rem;
}
.new-work-interactive__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-work-interactive__title {
	font-weight: 500;
	font-size: 3rem;
	line-height: 1.2;
	max-width: 36, 47rem;
	margin-bottom: 24px;
}
.new-work-interactive__text {
	font-size: 1rem;
	line-height: 150%;
	margin-bottom: 86px;
	max-width: 31.70rem;
}
@media (max-width: 990px) {
	.new-work-interactive__left {
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding-top: 3rem;
		padding-bottom: 2rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.new-work-interactive__right {
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
		height: 66vw;
	}
	.new-work-interactive__title {
		max-width: 100%;
	}
	.new-work-interactive__title br {
		display: none;
	}
}
@media (max-width: 578px) {
	.new-work-interactive__title {
		font-size: 2rem;
		margin-bottom: 16px;
	}
	.new-work-interactive__text {
		margin-bottom: 24px;
		font-size: .875rem;
	}
}
/**/
@media (min-width: 990px) {
	.general-description__content--second .general-description__description.user-text {
		grid-column: 1 / 3;
		-ms-grid-column: 1 / 3;
		-ms-grid-row: 1;
		grid-row: 1;
		margin-bottom: 3rem;
	}
	.general-description__content--second .general-description__title {
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.general-description__content--second .general-description__subtitle {
		-ms-grid-row: 2;
		grid-row: 2;
		padding-bottom: 2rem;
	}
	.general-description__content--second .general-description__left {
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.general-description__content--second .general-description__right {
		-ms-grid-row: 3;
		grid-row: 3;
	}
}
/**/
.video-block-video {
	width: 75%
}
@media (max-width: 989.98px) {
	.video-block-video {
		width: 100%
	}
}
.video-block-video__content {
	height: 35.1875rem
}
@media (max-width: 989.98px) {
	.video-block-video__content {
		height: 25.625rem
	}
}
@media (max-width: 639.98px) {
	.video-block-video__content {
		height: 13.4375rem
	}
}
.video-block-video__content .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto
}
.video-block-video__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5.6875rem;
	padding: 0 2.5rem;
	background-color: #efefef;
	font-size: .875rem;
	line-height: 1.5;
	font-weight: 400
}
@media (max-width: 639.98px) {
	.video-block-video__desc {
		font-size: .75rem
	}
}
@media (max-width: 989.98px) {
	.video-block-video__desc {
		height: auto;
		padding: 2.1875rem 3.75rem
	}
}
@media (max-width: 639.98px) {
	.video-block-video__desc {
		padding: 1.5rem
	}
}
.video-block-video__full {
	width: 100%;
}
.video-block-video__content {
	height: auto;
}
.video-block__wrap {
	height: auto;
}
/**/
.plyr {
	--plyr-range-fill-background: #d0043c;
	--plyr-video-control-background-hover: #d0043c;
	--plyr-control-spacing: 1rem;
}
.plyr__control--overlaid {
	opacity: 1;
}
/**/
.main-plashka {
	width: 213px;
	height: 96px;
	background: #FEFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 21vh;
	z-index: 5;
}



.header.is-white ~ main [data-breadcrumb-block] {
    display: none;
}

.equipment__slide {
	position: relative !important;
}

.general-description__right {
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media(max-width: 700px) {
	.general-description__content--second .general-description__description.user-text {
		margin-bottom: 2rem;
	}
}

