.h1-wrapper h1 {
	/*white-space: pre-line;*/
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.tasks-wrapper {
	margin: 0;
	padding-top: 80px;
	padding-bottom: 110px;
}

.tasks-wrapper .td-container {
	padding-left: 80px;
	padding-right: 80px;
}

.tasks-wrapper h2 {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 67px;
	/*white-space: pre-line;*/
}

.tasks {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.tasks .task {
	text-align: center;
	transition: .2s;
}
.tasks .task:not(:first-child) {
	margin-left: 36px;
}

.tasks .task__image {
	margin-bottom: 30px;
}
.tasks .task__image img {
	width: 60px;
	height: 60px;
	max-width: 100%;
}

.tasks .task__name {
	color: #343a40;
	font-family: 'Museo Cyrl 700';
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
	/*white-space: pre-line;*/
}
.tasks .task__name span {
	color: #da251c;
	font-family: 'Museo Cyrl 700';
	font-style: normal;
}


.tasks .task span {
	display: block;
	color: #000000;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	max-width: 220px;
	margin: 0 auto;
	/*white-space: pre-line;*/
}

.confidences-wrapper {
	background: #f5f6f8;
	margin: 0;
	padding-top: 80px;
	padding-bottom: 100px;
}

.confidences-wrapper .td-container {
	padding-left: 80px;
	padding-right: 80px;
}

.confidences-wrapper h2 {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 80px;
}

.confidences {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.confidences .confidence {
	text-align: center;
	min-width: 270px;
	max-width: 30%;
	-ms-flex: 0 1 33.333333%;
	flex: 0 1 33.333333%;
	transition: .2s;
}
.confidences .confidence:not(:first-child) {
	margin-left: 0;
}
.confidences .confidence:nth-child(n+4) {
	margin-top: 31px;
	margin-top: 54px;
}
.confidences .confidence:nth-child(n+7) {
	margin-top: 60px;
	margin-top: 83px;
}
.confidences .confidence:nth-child(3n-2) {
	margin-left: 0;
}

.confidences .confidence__image {
	margin-bottom: 30px;
}
.confidences .confidence__image img {
	width: 60px;
	height: 60px;
	max-width: 100%;
}

.confidences .confidence span {
	display: block;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	line-height: 23px;
	max-width: 272px;
	/*white-space: pre-line;*/
}

.categories-wrapper {
	margin: 0;
	padding-top: 80px;
	padding-bottom: 125px;
}

.categories-wrapper .td-container {
	padding-left: 80px;
	padding-right: 80px;
}

.categories-wrapper h2 {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 70px;
}

.categories {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.categories .category {
	padding: 28px 7px 0;
	width: 200px;
	min-height: 285px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	transition: .2s;
}

.categories .category:not(:first-child) {
	margin-left: 16px;
}

.categories .category span {
	display: block;
	margin-bottom: 18px;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	/*white-space: pre-line;*/
}

.categories .category__image {

}
.categories .category__image img {
	max-width: 100%;
}

.team-wrapper {
	background: #f5f6f8;
	margin: 0;
	padding-top: 90px;
	padding-bottom: 64px;
}

.team-wrapper .td-container {
	padding-left: 80px;
	padding-right: 80px;
}

.team-wrapper h2 {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 56px;
	/*white-space: pre-line;*/
}

.team {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;

}

.team .member {
	min-width: 197px;
	text-align: center;
	transition: .2s;
}
.team .member:not(:first-child) {
	margin-left: 60px;
}

.team .member__image {
	margin-bottom: 30px;
	height: 104px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
}
.team .member__image img {
	max-width: 100%;
}

.team .member span {
	display: block;
	color: #343a40;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .157px;
	text-align: center;
	text-transform: uppercase;
	max-width: 202px;
	/*white-space: pre-line;*/
}

.partners-wrapper {
	margin: 0;
	padding-top: 104px;
	padding-bottom: 120px;
}

.partners-wrapper .td-container {
	padding-left: 80px;
	padding-right: 80px;
}


.partners-wrapper h2 {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 70px;
}

.partners {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.partners .partner {
	padding: 0 20px 28px;
	width: 246px;
	height: 440px;
	text-align: center;
	background: #f5f6f8;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	transition: .2s;
}

.partners .partner:not(:first-child) {
	margin-left: 13px;
}

.partners .partner__image {
	align-self: center;
	justify-content: end;
	justify-self: center;
}
.partners .partner__image img {
	max-width: 100%;
}

.partners .partner__brand {
	margin-top: 23px;
	margin-bottom: 14px;
}
.partners .partner__brand img {
	max-width: 100%;
}

.partners .partner__name {
	margin-bottom: 20px;
	color: #bdbdbd;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 12px;
	text-transform: uppercase;
}

.partners .partner span {
	display: block;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	min-height: 60px;
	/*white-space: pre-line;*/
}

.production-wrapper {
	padding-top: 40px;
	margin-bottom: 70px;
}

.production-wrapper h2 {
	
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}

.production {
	margin: 0;
	padding-top: 50px;
	padding-left: 55px;
	padding-right: 55px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-wrapper {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 25%;
	height: 150px;
	background: #ffffff;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	cursor: pointer;
	transition: .2s;
}
.product-wrapper:hover,
.product-wrapper:active {
	background: #f5f6f8;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0);
}
.product-wrapper:not(:first-child) {
	margin-left: 32px;
}

.product {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product__image {
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

.product__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;

}

.product__name {
	margin-bottom: 10px;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	/*white-space: pre-line;*/
}

.product__count {
	color: #bdbdbd;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.technologies-wrapper {
	padding-top: 80px;
	padding-bottom: 90px;
}

.technologies-wrapper .td-container {
	padding-left: 80px;
	padding-right: 80px;
}

.technologies-wrapper h2 {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}

.technologies-wrapper p {
	margin-top: 10px;
	margin-bottom: 50px;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	/*white-space: pre-line;*/
}

.technologies {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.technologies .left {
	margin-right: 60px;
}


.technologies h4 {
	margin-top: 0;
	margin-bottom: 24px;
	color: #343a40;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 29px;

}

.technologies ul {
	padding-left: 0;
	list-style: none;
}

.technologies ul li {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.technologies ul li:first-child {
	margin-top: 0;
}

.technologies ul li img {
	width: 48px;
	height: 48px;
}

.technologies ul li span {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	margin-left: 18px;
	/*white-space: pre-line;*/
}

.industries-wrapper {
	background: #f5f6f8;
	margin: 0;
	padding-top: 70px;
	padding-bottom: 70px;
}

.industries-wrapper .td-container {
	padding-left: 80px;
	padding-right: 80px;
}

.industries-wrapper h2 {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}

.industries {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.industries .industry {
	margin-top: 44px;
	margin-left: 82px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 33.333333%;
	-ms-flex: 0 1 33.333333%;
	flex: 0 1 33.333333%;
	transition: .2s;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
	-ms-flex: 0 0 26%;
	flex: 0 0 26%;
}
	
.industries .industry:nth-child(n+4) {
	margin-top: 44px;
}


.icon {
	margin-bottom: 30px;
	width: 60px;
	height: 60px;
}

.title {
	font-family: 'Museo Cyrl 700';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	/*white-space: pre-line;*/
}

.text {
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #343a40;
	/*white-space: pre-line;*/
}

.industries .brand__image {
	margin-bottom: 12px;
}
.industries .brand__image img {
	max-width: 100%;
}

.industries .brand__name {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
}
.industries .brand__name span {
	color: #da251c;
	font-family: 'Museo Cyrl 700';
	font-style: normal;
}


.industries .brand__goods-count {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	/*white-space: pre-line;*/
}

.production-wrapper {
	padding-top: 90px;
	margin-bottom: 90px;
}

.production-wrapper .td-container {
	padding-left: 80px;
	padding-right: 80px;
}

.production-wrapper h2 {
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}

.production {
	margin-top: 50px;
	position: relative;
	width: 100%;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

.product-wrapper {
	padding: 30px 20px;
	padding-right: 22px;
	background: #ffffff;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	min-height: 204px;
	max-width: 33.333333%;
	-ms-flex: 0 1 33.333333%;
	flex: 0 1 33.333333%;
	transition: .2s;
}

.product-wrapper:not(:first-child) {
	margin-left: 30px;
}

.product {
	height: 100%;
	display: -ms-flex;
	display: flex;
	align-items: stretch;
}

.product__image {
}

.product__info {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.product__name {
	margin-bottom: 12px;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	/*white-space: pre-line;*/
}

.product__types {
	margin-top: 0;
	color: #343a40;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}

.product__link {
	margin-top: auto;
}
.product__link a {
	color: #da251c;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}
.product__link a:hover,
.product__link a:active {
	text-decoration: none;
}


.product-popup {
	padding: 0;
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	transition: .2s;	
	z-index: 10;
}
.product-popup:not(.open) {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.product-popup__text {
	padding: 60px 70px;
	padding-right: 57px;
}
.product-popup__text h2 {
	margin-bottom: 24px;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	text-align: left;
}
.product-popup__text p {
	margin-bottom: 14px;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	text-align: left;
}
.product-popup__text p:last-child {
	margin-bottom: 0;
}

.product-popup__image {
	padding: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 539px;
	border-radius: 0px 20px 20px 0px;
}
.product-popup__image img {
	max-width: 100%;
	border-radius: 0px 20px 20px 0px;
}

.product-popup__close {

}

.owl-carousel {
	margin-top: 70px;
	padding-left: 55px;
	padding-right: 55px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: flex;
}

.element, .slide {
	display: flex;
	flex-wrap: unset;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-top: 36px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 42px;
	width: 100%;
	height: 400px;
	background: #f5f6f8;
	border-radius: 10px;
	flex: 0 1 25%;
}

.owl-carousel .owl-item img {
	width: auto; 
	max-width: 100%;
	flex: 0;
}

.element .element__name, .slide title {
	margin-top: 48px;
	color: #343a40;
	flex: 0;
	width: 100%;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	/*white-space: pre-line;*/
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	font-size: 80px;
	position: absolute;
	top: 130px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 15px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 15px;
}

.owl-carousel .owl-nav.disabled {
	display: block;
}

.form-wrapper {
	padding-bottom: 100px;
}

.form-wrapper .td-container {
	padding-left: 80px;
	padding-right: 80px;
}

.registration {
	padding: 60px 80px;
	width: 100%;
	background: #fff;
	background: linear-gradient(90deg, #ffffff 9.46%, rgba(255, 255, 255, .95) 74.95%), url(../img/b2b-stm/form_bg.png) 200px 25% / cover no-repeat;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
}

.registration h2 {
	margin-bottom: 6px;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	text-align: left;
	max-width: 67%;
	white-space: normal;
}

.registration h2 span {
	color: #da251c;
}

.registration p {
	margin-bottom: 64px;
	color: #343a40;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
}

.registration .form-row>.col, .form-row>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.registration .form-group {
	margin-bottom: 1.5rem;
}

.registration .form-row>.col:is(.order-md-2,.order-md-4,.order-md-6),
.registration .form-row>[class*=col-]:is(.order-md-2,.order-md-4,.order-md-6) {
	margin-left: 60px;
}

.registration label {
	margin-bottom: 17px;
	color: #da251c;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.registration label.main-user-consent-request {
	color: #828282;
}

.registration input.form-control {
	padding: 22px 15px 22px 21px;
	color: #828282;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	min-width: 530px;
	max-width: 530px;
	background: #f5f6f8;
	border: none;
	border-radius: 10px;
}

.registration .dropdown > a, .registration .dropdown > select {
	display: block;
	padding: 22px 51px 22px 21px;
	color: #828282;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	height: 64px;
	min-width: 530px;
	max-width: 530px;
	background-color: #f5f6f8;
	border: none;
	border-radius: 10px;
	background-image: url(../img/b2b-stm/icons/select_arrow.svg);
	background-repeat: no-repeat, repeat;
	background-position: right 16px top 50%, 0 0;
	background-size: 12px auto, 100%;
}
.registration .dropdown > a:hover,
.registration .dropdown > a:active {
	text-decoration: none;
}

.registration .dropdown-toggle::after {
	content: none;
}

.registration .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	margin: .125rem 0 0;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	width: 100%;
	padding: 0;
	color: #828282;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	background-color: #f5f6f8;
	border: 1px solid #e9ecef;
	border-radius: 0;
}

.registration .dropdown-item {
	display: block;
	width: 100%;
	clear: both;
	padding: 22px 15px 22px 21px;
	color: #828282;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: inherit;
	/*white-space: pre-line;*/
	background-color: transparent;
	border: 0;
	overflow: hidden;
}
.registration .dropdown-item:focus,
.registration .dropdown-item:hover {
	color: #343a40;
	text-decoration: none;
	background-color: #f8f9fa;
}
.registration .dropdown-item.active,
.registration .dropdown-item:active {
	color: #343a40;
	text-decoration: none;
	background-color: #f8f9fa;
}

.registration .dropdown-divider {
	height: 0;
	margin: 0 1rem; 
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.registration .label-custom {
	max-width: 530px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.registration .label-custom span {
	width: 100%;
}

.registration .label-custom span:first-child {
	margin-bottom: 8px;
	color: #343a40;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 12px;
	text-transform: uppercase;
}

.registration p.form-info {
	margin-bottom: 13px;
	max-width: 530px;
	color: #828282;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}

.registration button[type=submit], .registration input[type=submit] {
	margin-top: 0;
	height: 64px;
	width: 100%;
	max-width: 530px;
	color: #fff;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 10px;
	background-color: #da251c;
	border: 2px solid #da251c;
	border-radius: 60px;
	transition: .2s;
}
.registration button[type=submit]:hover, 
.registration button[type=submit]:active,
.registration input[type=submit]:hover, 
.registration input[type=submit]:active {
	color: #da251c;
	background-color: #fff;
}

.download__link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.download__link .more-link a {
	margin-top: 0;
	width: 272px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px 10px;
	border-radius: 60px;
}

.download__link .more-link span {
	margin: 0;
	line-height: inherit;
}

.download__link .more-link i {
	margin-right: 10px;

	background-image: url(svg/arrow_down.svg);

	width: 26px;
	height: 26px;

	transition: .2s;
}

.download__link .more-link a:hover i, 
.download__link .more-link a:active i {
	background-image: url(svg/arrow_down_hover.svg);
}

@media (max-width: 1600px) {	
	.confidences .confidence {
		max-width: unset;
	}
	
	
	.registration {
		background: linear-gradient(90deg, #ffffff 9.46%, rgba(255, 255, 255, .95) 74.95%), url(../img/b2b-stm/form_bg.png) 150px 30% / cover no-repeat;
	}

}

@media (max-width: 1440px) {

	.production .product-wrapper {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		max-width: 50%;
		-ms-flex: 1 1 40%;
		flex: 1 1 40%;
	}
	
	.registration input.form-control {
		min-width: 400px;
		max-width: unset;
	}
	
	.registration .dropdown > a {
		min-width: 400px;
		max-width: unset;
		height: auto;
	}
	
	.registration p.form-info {
		min-width: 400px;
		max-width: unset;
	}
}

@media (max-width: 1200px) {

	.tasks {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tasks .task {
		text-align: center;
		width: 100%;
		max-width: 33.333333%;
		-ms-flex: 0 1 33.333333%;
		flex: 0 1 33.333333%;
	}
	.tasks .task:not(:first-child) {
		margin-left: 0; 
	}
	.tasks .task:nth-child(even) {
		margin-left: 0;
	}
	.tasks .task:nth-child(n+4) {
		margin-top: 36px;
	}
	.confidences-wrapper h2 {
		font-size: 36px;
		line-height: 1.2;
		/*white-space: pre-line;*/
	}
	.registration h2 {
	
		/*from origin*/
		font-size: 36px;
		line-height: 1.2;
		
		max-width: 100%;
		text-transform: none;
	}
	.registration input.form-control {
		min-width: 300px;
	}
	
	.registration .dropdown > a {
		min-width: 300px;
	}
	
	.registration p.form-info {
		min-width: 300px;
	}

}

@media (max-width: 992px) {

	.tasks {
		flex-wrap: wrap;
		justify-content: center;
	}
	.tasks .task {
		width: 100%;
		text-align: center;
		max-width: 50%;
		-ms-flex: 0 1 35%;
		flex: 0 1 35%;
	}
	.tasks .task:not(:first-child) {
		margin-left: 0; 
	}
	.tasks .task:nth-child(even) {
		margin-left: 36px;
	}
	.tasks .task:nth-child(n+3) {
		margin-top: 36px;
	}
	.confidences-wrapper h2 {
		font-size: 30px;
		line-height: 1.2;
		/*white-space: pre-line;*/
	}
	.team {
		flex-wrap: wrap;
		justify-content: center;
	}
	.team .member {
		width: 100%;
		text-align: center;
		max-width: 50%;
		-ms-flex: 0 1 35%;
		flex: 0 1 35%;
	}
	.team .member:not(:first-child) {
		margin-left: 0; 
	}
	.team .member:nth-child(even) {
		margin-left: 36px;
	}
	.team .member:nth-child(n+3) {
		margin-top: 36px;
	}
	.registration h2 {
		font-size: 36px;
		line-height: 1.2;
		text-transform: none;
	}
	.registration .form-row>.col:is(.order-md-2,.order-md-4,.order-md-6), 
	.registration .form-row>[class*=col-]:is(.order-md-2,.order-md-4,.order-md-6) {
		margin-left: 0;
	}
	.registration input.form-control {
		min-width: 350px;
	}
	.registration .dropdown > a {
		min-width: 350px;
	}
	.registration p.form-info {
		min-width: 350px;
	}
	.brands .brand-wrapper {
		margin-right: 10px;
		margin-bottom: 20px;
		min-width: 275px;
		max-width: 40%;
		-ms-flex: 0;
		flex: 0;
	}
	
	.industries {
		flex-wrap: wrap;
		justify-content: center;
		justify-content: space-around;
	}
	.industries .industry {
		text-align: center;
		max-width: 33.333333%;
		width: 100%;
		-ms-flex: 1 1 33.333333%;
		flex: 1 1 33.333333%;
	}
	.industries .industry:not(:first-child) {
		margin-left: 0; 
	}
	.industries .industry:nth-child(even) {
		margin-left: 0;
	}
	.industries .industry:nth-child(n+4) {
		margin-top: 35px;
	}
}

@media (max-width: 768px) {

	/* .page--b2b-inner h2 {
		font-size: 32px;
		line-height: 40px;
	} */

	.tasks {
		padding: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.tasks .task {
		width: 100%;
		max-width: 50%;
		-ms-flex: 0 1 40%;
		flex: 0 1 40%;
	}
	.tasks .task:not(:first-child) {
		margin-left: 0; 
	}
	.tasks .task:nth-child(even) {
		margin-left: 36px;
	}
	.tasks .task:nth-child(n+3) {
		margin-top: 36px; 
	}
	.team {
		padding: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.team .member {
		width: 100%;
		max-width: 50%;
		-ms-flex: 0 1 40%;
		flex: 0 1 40%;
	}
	.team .member:not(:first-child) {
		margin-left: 0; 
	}
	.team .member:nth-child(even) {
		margin-left: 36px;
	}
	.team .member:nth-child(n+3) {
		margin-top: 36px; 
	}
	.registration {
		padding: 60px 52px;
	}
	
	.registration .form-row>.col:is(.order-md-2,.order-md-4,.order-md-6), 
	.registration .form-row>[class*=col-]:is(.order-md-2,.order-md-4,.order-md-6) {
		margin-left: 0;
	}
	.brands .brand-wrapper {
		margin-right: 10px;
		margin-bottom: 20px;
		min-width: 250px;
		max-width: 60%;
		-ms-flex: 1;
		flex: 1;
	}
	.industries {
		flex-wrap: wrap;
		justify-content: center;
		justify-content: space-around;
	}
	.industries .industry {
		text-align: center;
		max-width: 50%;
		width: 100%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}
	.industries .industry:not(:first-child) {
		margin-left: 0; 
	}
	.industries .industry:nth-child(even) {
		margin-left: 0;
	}
	.production {
		flex-wrap: wrap;
	}
	
	.product-wrapper {
		padding-left: 15px;
		padding-right: 15px;
		max-width: 50%;
		width: 100%;
		-ms-flex: 1;
		flex: 1;
	}
	.product-wrapper:not(:first-child) {
		margin-left: 0; 
	}
	.product-wrapper:nth-child(even) {
		margin-left: 15px;
	}


}

@media (max-width: 576px) {

	.tasks-wrapper {
		padding-top: 32px;
		padding-bottom: 60px;
	}
	
	.tasks-wrapper .td-container {
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.tasks-wrapper h2 {
		font-size: 24px;
		line-height: 29px;
	
		margin: 0 auto;
	
		margin-bottom: 35px;
	}
	
	.tasks {
		display: -ms-flexbox;
		display: flex;
	
		-ms-flex-pack: center;
		justify-content: center;
	
		-ms-flex-direction: column;
		flex-direction: column;
	
		-ms-flex-align: center;
		align-items: center;
	}
	
	.tasks .task {
		margin-left: 0;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	.tasks .task:not(:first-child) {
		margin-top: 30px;
	}
	
	.tasks .task:nth-child(even) {
		margin-left: 0;
	}
	
	.tasks .task__image {
		margin-bottom: 20px;
	}
	
	.confidences-wrapper {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.confidences-wrapper .td-container {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.confidences-wrapper h2 {
		font-size: 24px;
		line-height: 29px;
	
		margin: 0 auto;
	
		margin-bottom: 36px;
	}
	
	.confidences {
		display: -ms-flexbox;
		display: flex;
	
		-ms-flex-pack: center;
		justify-content: center;
	
		-ms-flex-direction: column;
		flex-direction: column;
	
		-ms-flex-align: center;
		align-items: center;
	}
	
	.confidences .confidence {
		margin-left: 0;
		text-align: center;
	
		width: 100%;
		max-width: 100%;
	}
	.confidences .confidence:not(:first-child) {
		margin-top: 40px;
	}
	
	.confidences .confidence:nth-child(even) {
		margin-left: 0;
	}
	
	.confidences .confidence__image {
		margin-bottom: 20px;
	}
	.categories-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.categories-wrapper .td-container {
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.categories-wrapper h2 {
		font-size: 24px;
		line-height: 29px;
	
		margin: 0 auto;
	
		margin-bottom: 36px;
	}
	
	.categories {
		display: -ms-flexbox;
		display: flex;
	
		-ms-flex-pack: center;
		justify-content: center;
	
		-ms-flex-direction: column;
		flex-direction: column;
	
		-ms-flex-align: center;
		align-items: center;
	}
	
	.categories .category {
		margin-left: 0;
		/*padding: 0 7px 0 0;*/
		padding: 0;
		
		width: 100%;
		min-height: 160px;
	
		text-align: left;
	
		display: -ms-flexbox;
		display: flex;
	
		-ms-flex-align: center;
		align-items: center;
	
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		
		-ms-flex-pack: distribute;
		justify-content: space-around;
	
		justify-content: normal;
		
	}
	.categories .category:not(:first-child) {
		margin-top: 10px;
		margin-left: 0;
	}
	.categories .category__image img {
		max-width: inherit;
		max-width: 100%;
	}
	.categories .category span {
		 margin: 0 auto 0 0; 
	}
	
	.form-wrapper {
		padding-bottom: 62px;
	}
	
	.form-wrapper .td-container {
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.registration {
		padding-top: 35px;
		padding-left: 16px;
		padding-right: 18px;
		padding-bottom: 35px;
		width: 100%;
		background: #fff;
		background: linear-gradient(90deg, #ffffff 9.46%, rgba(255, 255, 255, .9) 74.95%), url(../img/b2b-stm/form_bg.png) 100px 50% / cover no-repeat;
		box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
		border-radius: 20px;
	}
	
	.registration h2 {
		margin: 0 auto 6px;
		color: #343a40;
		font-family: 'Museo Cyrl 500';
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 29px;
		max-width: 100%;
		text-align: center;
		text-transform: none;
	}
	.registration h2 span {
		color: inherit;
	}
	
	.registration p {
		margin-bottom: 29px;
		color: #343a40;
		font-family: 'Museo Cyrl 500';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		max-width: 290px;
		text-align: center;
	}
	
	.registration .form-row {
		margin-right: 0;
		margin-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.registration .form-row>.col:is(.order-md-2,.order-md-4,.order-md-6),
	.registration .form-row>[class*=col-]:is(.order-md-2,.order-md-4,.order-md-6) {
		margin-left: 0;
	}
	
	.registration label {
		margin-bottom: 12px;
		color: #da251c;
		font-family: 'Museo Cyrl 500';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 20px;
	}
	
	.registration input.form-control {
		padding: 13px 9px 13px 21px;
		min-width: 100%;
		max-width: 100%;
		color: #828282;
		font-family: 'Museo Cyrl 500';
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 18px;
		background: #f5f6f8;
		border: none;
		border-radius: 10px;
		/*white-space: pre-line;*/
	}
	
	.registration .dropdown > a {
		display: block;
		padding: 13px 9px 13px 21px;
		font-size: 13px;
		line-height: 18px;
		background-image: url(../img/b2b-stm/icons/select_arrow.svg);
		background-repeat: no-repeat, repeat;
		background-position: right 17px top 50%, 0 0;
		background-size: 12px auto, 100%;
		/*white-space: pre-line;*/
	}
	.registration .dropdown > a:hover,
	.registration .dropdown > a:active {
		text-decoration: none;
	}
	
	.registration .dropdown-toggle::after {
		content: none;
	}
	
	.registration .dropdown-menu {
		font-size: 12px;
		line-height: 15px;
	}
	
	.registration .dropdown-item {
		padding: 15px 12px;
	
		font-size: 12px;
		line-height: 15px;
	}
	.registration .dropdown-item:focus,
	.registration .dropdown-item:hover {
		color: #343a40;
		text-decoration: none;
		background-color: #f8f9fa;
	}
	.registration .dropdown-item.active,
	.registration .dropdown-item:active {
		color: #343a40;
		text-decoration: none;
		background-color: #f8f9fa;
	}
	
	.registration .dropdown-divider {
		height: 0;
		margin: 0 1rem;
		overflow: hidden;
		border-top: 1px solid #e9ecef;
	}
	
	.registration .label-custom {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: start;
		justify-content: flex-start;
		/*white-space: pre-line;*/
	}
	
	.registration .label-custom span:first-child {
		font-size: 11px;
		line-height: 12px;
		margin-bottom: 4px;
	}
	
	.registration p.form-info {
		font-size: 11px;
		line-height: 14px;
		/*white-space: pre-line;*/
	}
	
	.registration button[type=submit], .registration input[type=submit] {
		margin-top: 0;
		width: 100%;
		height: 51px;
		color: #fff;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		font-size: 11px;
		line-height: 11px;
		text-align: center;
		text-transform: uppercase;
		padding: 17px 10px;
		background-color: #da251c;
		border: 1px solid #da251c;
		border-radius: 60px;
		transition: .2s;
	}
	.registration button[type=submit]:hover, 
	.registration button[type=submit]:active,
	.registration input[type=submit]:hover, 
	.registration input[type=submit]:active {
		color: #da251c;
		background-color: #fff;
	}
	
	.h1-wrapper {
		color: #fff;
		font-family: 'Museo Cyrl 500';
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 48px;
		text-align: center;
	}
	
	.technologies-wrapper {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	
	.technologies {
		padding-left: 4px;
		padding-right: 4px;
		display: flex;
		align-items: baseline;
		justify-content: center;
		flex-direction: column;
		position: relative;
	}
	
	.technologies .left {
		margin-right: 0;
	}
	.technologies .right {
		margin-top: 35px;
		margin-bottom: 51px;
	}
	
	.technologies .left h2 {
		font-size: 24px;
		line-height: 29px;
	}
	
	.technologies .left p {		
		margin-top: 14px;
		margin-bottom: 35px;
		font-size: 17px;
		line-height: 25px;
		white-space: normal;
	}
	
	.yelli-logos {
		margin-bottom: 0;
	}
	.yelli-logos img:nth-child(1) {
		margin-left: 0;
		height: 35px;
	}
	.yelli-logos img:nth-child(2) {
		margin-left: 30px;
		height: 37px;
	}
	.yelli-logos img:nth-child(3) {
		margin-left: 30px;
		height: 37px;
	}
	
	.technologies .right p {
		margin-top: 0;
		margin-bottom: 32px;
		font-size: 15px;
		line-height: 23px;
		white-space: normal;
	}
	
	.technologies .right p span {
		color: #da251c;
		font-family: 'Museo Cyrl 500';
		font-style: normal;
	}
	
	.download__link {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 32px;
		position: absolute;
		bottom: 0;
	}
	
	.download__link .more-link a {
		margin-top: 0;
		font-size: 11px;
		line-height: 26px;
		width: 258;
		height: 51px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.download__link .more-link i {
		width: 18px;
		height: 18px;
	}

	.industries-wrapper {
		padding-top: 35px;
		padding-bottom: 47px;
	}
	
	.industries-wrapper h2 {
		font-size: 24px;
		line-height: 29px;
		margin: 0 auto;
		max-width: 60%;
		margin-bottom: 35px;
	}
	
	.industries {
		padding-left: 4px;
		padding-right: 4px;
	
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	
	.industries .industry {
		margin-top: 40px;
		margin-left: 0;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	.industries .industry:first-child {
		margin-top: 0;
		margin-left: 0;
	}
	
	.industries .brand__image {
		margin-bottom: 20px;
	}
	.industries .brand__name {
		margin-bottom: 4px;
		white-space: normal;
	}

	.production-wrapper {
		padding-top: 47px;
		margin-bottom: 70px;
	}
	
	.production-wrapper h2 {
		font-size: 24px;
		line-height: 29px;
		margin: 0 auto;
		max-width: 50%;
		margin-bottom: 35px;
	}
	
	.production {
		margin: 0;
		padding-top: 0;
		padding-left: 4px;
		padding-right: 4px;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: stretch;
	}
	
	.product-wrapper {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		max-width: 100%;
		height: 150px;
		-ms-flex: auto;
		flex: auto;
	}
	.product-wrapper:not(:first-child) {
		margin-top: 10px;
		margin-left: 0;
	}
	
	.owl-carousel {
		margin-top: 50px;
		padding-left: 4px;
		padding-right: 4px;
	}
	
	.element, .slide {
		display: flex;
		flex-wrap: unset;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 36px;
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 36px;
		width: 100%;
		height: 280px;
	}
	
	.owl-carousel .owl-item img {
		max-width: 57%;
		max-width: 61%;
		flex: 0;
	}
	
	.element .element__name, .slide title {
		margin-top: 15px;
		flex: 0;
		width: 100%;
		max-width: 60%;
		font-size: 15px;
		line-height: 19px;
		white-space: normal;
	}
	
	
	.owl-carousel .owl-nav button.owl-next, 
	.owl-carousel .owl-nav button.owl-prev {
		font-size: 62px;
		position: absolute;
		bottom: -220px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: unset;
		right: 50px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 5px;
	}
	
	.owl-carousel .owl-nav.disabled {
		display: block;
	}
	
	.h2-wrapper h2 {
	
		margin-top: 100px;
		margin-bottom: 50px;
	
		color: #343a40;
		font-family: 'Museo Cyrl 500';
		font-style: normal;
		font-weight: 400;
		font-size: 28px;
		line-height: 38px;
		text-align: center;
		/*white-space: pre-line;*/
	}
}