.business-robots-page .js-calc-banner{
	position: relative;
	min-height: 440px;
}
.business-robots-page .js-calc-banner::before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.47%, rgba(0, 0, 0, 0.62) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}
.business-robots-page .js-calc-banner__wrapper{
	max-width: 789px;
	margin-right: auto;
	text-align: left;
}
.business-robots-page .js-calc-banner__title{
	margin-bottom: 8px;
}
.business-robots-page .js-calc-banner__title h1{
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-transform: none;
}
.business-robots-page .js-calc-banner__desc{
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 8px;
	color: white;
}
.business-robots-page__banner-items{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 24px;
}
.business-robots-page__banner-item{
	display: flex;
	gap: 16px;
	align-items: center;
}
.business-robots-page__banner-item span{
	color: white;
	font-size: 16px;
	line-height: 20px;
	flex: 1 0;
}
.business-robots-page__banner-item-icon{
	width: 43px;
}
.business-robots-page__banner .btn{
	background: var(--bwt-dark-blue);
	width: 220px;
	min-height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
.business-robots-page__banner .btn:hover{
	background-color: var(--bwt-pink);
}
.business-robots-page__banner-smallDesc{
	font-size: 10px;
	line-height: 12px;
	color: white;
}
@media(max-width: 575px){
	.business-robots-page .js-calc-banner__title h1{
		font-size: 24px;
		line-height: 28px;
	}
	.business-robots-page .js-calc-banner__desc{
		font-size: 16px;
		line-height: 22px;
	}
	.business-robots-page__banner-items{
		margin-bottom: 16px;
	}
}
.business-robots-page__section{
	margin-top: 60px;
}
.business-robots-page__images{
	padding-top: 0;
}
.business-robots-page__section h2{
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
}
.business-robots-page__section-desc{
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	margin: 0 auto;
	max-width: 81%;
}
.business-robots-page__section-top{
	margin-bottom: 24px;
}
.business-robots-page__images-wrapper{
	display: flex;
	gap: 30px;
}
.business-robots-page__images img{
	border-radius: 15px;
}
.business-robots-page__images img:first-child{
	width: 27%;
	height: 590px;
	object-position: center;
	object-fit: cover;
}
.business-robots-page__images img:last-child{
	width: calc(73% - 30px);
	height: 590px;
	object-position: right;
	object-fit: cover;
}
@media(max-width: 1199px){
	.business-robots-page__section{
		margin-top: 40px;
	}
}
@media(max-width: 991px){
	.business-robots-page__images img:first-child{
		width: 40%;
		height: 500px;
	}
	.business-robots-page__images img:last-child{
		width: calc(60% - 30px);
		height: 500px;
		object-position: center;
	}
	.business-robots-page__section h2, .business-robots-page__section-desc{
		font-size: 24px;
		line-height: 34px;
	}
}
@media(max-width: 767px){
	.business-robots-page__images img:first-child{
		height: 400px;
	}
	.business-robots-page__images img:last-child{
		height: 400px;
	}
	.business-robots-page__section h2, .business-robots-page__section-desc{
		font-size: 20px;
		line-height: 30px;
		max-width: 100%;
	}
}
@media(max-width: 575px){
	.business-robots-page__section{
		margin-top: 24px;
	}
	.business-robots-page__images-wrapper{
		gap: 10px;
	}
	.business-robots-page__images img:first-child{
		width: 25%;
		height: 260px;
	}
	.business-robots-page__images img:last-child{
		width: calc(75% - 10px);
		height: 260px;
	}
	.business-robots-page__section h2, .business-robots-page__section-desc{
		font-size: 18px;
		line-height: 28px;
	}
}
@media(max-width: 399px){
	.business-robots-page__images img:first-child{
		width: 30%;
	}
	.business-robots-page__images img:last-child{
		width: calc(70% - 10px);
	}
}
.business-robots-page__reasons-wrapper{
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "reasoncol1 reasoncol2"
						 "reasoncol1 reasoncol4"
						 "reasoncol3 reasoncol4";
}
.business-robots-page__reasons-item{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.business-robots-page__reasons-item::before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.business-robots-page__reasons-item:first-child{
	grid-area: reasoncol1;
	min-height: 550px;
}
.business-robots-page__reasons-item:nth-child(2){
	grid-area: reasoncol2;
	max-height: 300px;
}
.business-robots-page__reasons-item:nth-child(3){
	grid-area: reasoncol3;
	max-height: 300px;
}
.business-robots-page__reasons-item:last-child{
	grid-area: reasoncol4;
	min-height: 550px;
}
.business-robots-page__reasons-item img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.business-robots-page__reasons-item-wrapper{
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
}
.business-robots-page__reasons-item:hover .business-robots-page__reasons-item-desc{
	opacity: 1;
	max-height: 100px;
}
.business-robots-page__reasons-item-name{
	color: white;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.business-robots-page__reasons-item-desc{
	font-size: 14px;
	line-height: 24px;
	color: white;
	position: relative;
	transition: .4s;
	opacity: 0;
	max-height: 0px;
}
@media(max-width: 991px){
	.business-robots-page__reasons-wrapper{
		grid-template-columns: 1fr;
		grid-template-areas: "reasoncol1"
						 "reasoncol2"
						 "reasoncol4"
						 "reasoncol3";
	}
	.business-robots-page__reasons-item:first-child, .business-robots-page__reasons-item:last-child{
		min-height: 1px;
	}
	.business-robots-page__reasons-item-desc{
		opacity: 1;
		max-height: 100px;
	}
}
@media(max-width: 767px){
	.business-robots-page__reasons-item-name{
		font-size: 18px;
		line-height: 22px;
	}
	.business-robots-page__reasons-item-desc{
		line-height: 22px;
	}
}
@media(max-width: 575px){
	.business-robots-page__reasons-item-name{
		font-size: 16px;
		line-height: 20px;
	}
	.business-robots-page__reasons-item-desc{
		font-size: 12px;
		line-height: 20px;
	}
}
@media(max-width: 399px){
	.business-robots-page__reasons-wrapper{
		gap: 24px;
	}
	.business-robots-page__reasons-item{
		max-height: 220px;
	}
	.business-robots-page__reasons-item-name{
		font-size: 12px;
		line-height: 14px;
	}
	.business-robots-page__reasons-item-desc{
		font-size: 12px;
		line-height: 14px;
	}
}
@media(max-width: 991px){
	.business-robots-page__technologies .business-robots-page__reasons-wrapper{
		grid-template-areas: "reasoncol1"
						 "reasoncol2"
						 "reasoncol3"
						 "reasoncol4";
	}
}
.business-robots-page__control-wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	align-items: center;
}
.business-robots-page__control-content{
	padding: 24px 0;
	flex: 1 0;
}
.business-robots-page__control h2{
	margin-bottom: 40px;
	text-align: left;
}
.business-robots-page__control-desc{
	text-align: left;
	margin: 0;
}
.business-robots-page__control-desc ol{
	list-style-type: decimal;
	padding-left: 50px;
	margin-top: 30px;
}
.business-robots-page__control-desc ol li{
	margin-bottom: 20px;
}
.business-robots-page__control-desc ol li:last-child{
	margin-bottom: 0;
}
.business-robots-page__control-img{
	width: 470px;
}
@media(max-width: 991px){
	.business-robots-page__control h2{
		margin-bottom: 30px;
		text-align: center;
	}
	.business-robots-page__control-content{
		flex: unset;
		width: 100%;
		padding: 0;
	}
	.business-robots-page__control-img{
		width: 100%;
		max-height: 244px;
	}
	.business-robots-page__control-img img{
		margin: auto;
		max-height: inherit;
	}
	.business-robots-page__control-desc{
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width: 767px){
	.business-robots-page__control h2{
		margin-bottom: 20px;
	}
	.business-robots-page__control-desc{
		font-size: 16px;
		line-height: 26px;
	}
}
@media(max-width: 399px){
	.business-robots-page__control-desc{
		font-size: 12px;
		line-height: 14px;
	}
	.business-robots-page__control-desc ol{
		margin-top: 20px;
		padding-left: 30px;
	}
	.business-robots-page__control-desc ol li{
		margin-bottom: 10px;
	}
}
.business-robots-page__steps--mob{
	display: none;
}
.business-robots-page__steps img{
	margin: auto;
}
@media(max-width: 767px){
	.business-robots-page__steps--pc{
		display: none;
	}
	.business-robots-page__steps--mob{
		display: block;
	}
}
.business-robots-page__interest{
	background: #F7F8F8;
	padding: 20px 0;
	text-align: center;
}
.business-robots-page__interest svg{
	display: block;
	margin: 50px auto;
}
.business-robots-page__interest .btn{
	background: var(--bwt-dark-blue);
	min-height: 40px;
	min-width: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: auto;
}
.business-robots-page__interest .btn:hover{
	background-color: var(--bwt-pink);
}
.business-robots-page__video video{
	max-width: 100%;
}
.business-robots-page__section-technoBanner-img{
	background-image: url('/upload/business/robots/technoBanner.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 125px;
	min-height: 665px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.business-robots-page__section-technoBanner-img::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(209.91deg, rgba(0, 23, 75, 0) 53.9%, rgba(0, 0, 0, 0.71) 93.81%), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.business-robots-page__section-technoBanner-title{
	font-size: 32px;
	line-height: 42px;
	color: white;
	font-weight: 700;
	max-width: 700px;
	position: relative;
}
@media(max-width: 1199px){
	.business-robots-page__section-technoBanner-img{
		min-height: 500px;
	}
}
@media(max-width: 991px){
	.business-robots-page__section-technoBanner-img{
		min-height: 220px;
		max-width: 620px;
		padding: 90px 30px 30px;
		border-radius: 10px;
		margin: auto;
	}
	.business-robots-page__section-technoBanner-img .container{
		padding: 0;
	}
	.business-robots-page__section-technoBanner-img::before{
		border-radius: 10px;
	}
	.business-robots-page__section-technoBanner-title{
		font-size: 24px;
		line-height: 34px;
		max-width: 100%;
	}
}
@media(max-width: 767px){
	.business-robots-page__section-technoBanner-img{
		max-width: 520px;
	}
	.business-robots-page__section-technoBanner-title{
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width: 575px){
	.business-robots-page__section-technoBanner-img{
		max-width: 100%;
		margin: 0 20px;
		padding: 30px 15px;
	}
	.business-robots-page__section-technoBanner-title{
		font-size: 12px;
		line-height: 14px;
	}
}
.business-robots-page__reviews .slick-slide{
	margin: 0 40px;
}
.business-robots-page__reviews-wrapper{
	margin-left: -40px;
	width: calc(100% + 80px);
}
.business-robots-page__reviews-item-img{
	width: 274px;
	height: 274px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 60px;
}
.business-robots-page__reviews-item-img img{
	object-position: left;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.business-robots-page__reviews-item-name{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 38px;
	font-weight: 700;
}
.business-robots-page__reviews-item-position{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.business-robots-page__reviews-item svg{
	margin-bottom: 20px;
}
.business-robots-page__reviews-item p{
	font-size: 16px;
	line-height: 20px;
}
.business-robots-page__reviews .business-robots-page__section-top{
	margin-bottom: 60px;
}
.business-robots-page__reviews .slider__btn{
	background: #D9D9D980;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.business-robots-page__reviews .slider__next{
	right: 0;
}
@media(max-width: 991px){
	.business-robots-page__reviews-item-img{
		margin-bottom: 45px;
	}
	.business-robots-page__reviews-item-name{
		font-size: 18px;
		line-height: 36px;
	}
	.business-robots-page__reviews-item-position{
		font-size: 16px;
		line-height: 22px;
	}
	.business-robots-page__reviews-item p{
		font-size: 14px;
		line-height: 18px;
	}
}
@media(max-width: 767px){
	.business-robots-page__reviews-wrapper{
		margin-left: 0px;
		width: 100%;
	}
	.business-robots-page__reviews .slick-slide{
		margin: 0;
	}
	.business-robots-page__reviews-item-img{
		margin: 0 auto 45px;
	}
	.business-robots-page__reviews-item-name{
		font-size: 14px;
		line-height: 18px;
	}
	.business-robots-page__reviews-item-position{
		font-size: 14px;
		line-height: 18px;
	}
	.business-robots-page__reviews-item p{
		font-size: 12px;
		line-height: 14px;
	}
}
@media(max-width: 575px){
	.business-robots-page__reviews .slider__prev{
		left: 0px;
	}
	.business-robots-page__reviews .slider__next{
		right: 0px;
	}
}
.business-robots-page__section-dolphin{
	background-image: url('/upload/business/robots/dolphin.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 70px;
	min-height: 810px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.business-robots-page__section-dolphin::before{
	background: linear-gradient(359.63deg, rgba(0, 0, 0, 0.78) 0.29%, rgba(0, 23, 75, 0) 109.1%);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.business-robots-page__section-dolphin-content{
	max-width: 930px;
	position: relative;
}
h2.business-robots-page__section-dolphin-title{
	color: white;
	max-width: 380px;
	margin-bottom: 24px;
	text-align: left;
}
.business-robots-page__section-dolphin-items{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.business-robots-page__section-dolphin-item{
	display: flex;
	align-items: center;
	gap: 3px;
}
.business-robots-page__section-dolphin-item svg{
	width: 48px;
}
.business-robots-page__section-dolphin-item span{
	color: white;
	flex: 1 0;
	font-size: 16px;
	line-height: 20px;
}
@media(max-width: 991px){
	.business-robots-page__section-dolphin{
		min-height: 290px;
		padding-top: 60px;
	}
}
@media(max-width: 767px){
	.business-robots-page__section-dolphin{
		padding-top: 40px 0 20px;
	}
	h2.business-robots-page__section-dolphin-title{
		font-size: 14px;
	}
	.business-robots-page__section-dolphin-item span{
		font-size: 12px;
	}
	.business-robots-page__section-dolphin::before{
		display: block;
	}
}
.business-robots-page .product__faq ul{
	padding-left: 20px;
}
.business-robots-page__section-form .business-robots-page__section-title{
	margin-bottom: 60px;
}
.business-robots-page__section-form-wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.business-robots-page__section-form-img{
	width: 660px;
	border-radius: 10px;
	overflow: hidden;
	max-width: 60%;
}
.business-robots-page__section-form-img img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.business-robots-page__section-form-content{
	flex: 1 0;
}
.business-robots-page__section-form-title{
	font-size: 26px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 24px;
	max-width: 380px;
}
.business-robots-page__section-form .btn{
	background-color: var(--bwt-dark-blue);
}
.business-robots-page__section-form .btn:hover{
	background-color: var(--bwt-pink);
}
@media(max-width: 991px){
	.business-robots-page__section-form-img{
		max-width: 100%;
		width: 100%;
		order: 1;
	}
	.business-robots-page__section-form-content{
		order: 2;
		flex: unset;
		width: 100%;
	}
	.business-robots-page__section-form-title{
		font-size: 20px;
		line-height: 32px;
	}
	.business-robots-page__section-form .business-robots-page__section-title{
		margin-bottom: 40px;
	}
}
@media(max-width: 767px){
	.business-robots-page__section-form-title{
		font-size: 18px;
		line-height: 24px;
	}
	.business-robots-page__section-form .business-robots-page__section-title{
		margin-bottom: 24px;
	}
}
.business-robots-page__section-model-wrapper{
	background-image: url('/upload/business/robots/model.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 35px 40px;
	border-radius: 10px;
	min-height: 534px;
}
.business-robots-page__section-model-wrapper::before{
	background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90.67deg, #000E2D 0.54%, rgba(0, 0, 0, 0) 102.65%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 10px;
}
h2.business-robots-page__section-model-title{
	color: white;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: left;
	position: relative;
}
.business-robots-page__section-model-select-item p{
	font-size: 22px;
	color: white;
	margin-bottom: 18px;
}
.business-robots-page__section-model-select{
	display: flex;
	flex-direction: column;
	gap: 35px;
	position: relative;
}
.business-robots-page__section-model-select-item-wrapper{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.business-robots-page__section-model-select-item-checkbox{
	color: white;
}
.business-robots-page__section-model-select-item-checkbox input{
	display: none;
}
.business-robots-page__section-model-select-item-checkbox label{
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	font-weight: 700;
}
.business-robots-page__section-model-select-item-checkbox label::before{
	width: 28px;
	min-width: 28px;
	height: 28px;
	content: '';
	border-radius: 50%;
	border: 1px solid white;
	transition: .4s;
	display: block;
}
.business-robots-page__section-model-select-item-checkbox input:checked + label::before{
	background-color: white;
}
.business-robots-page__section-model-select-submit{
	color: var(--bwt-dark-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 40px;
	font-weight: 700;
	font-size: 16px;
	background: linear-gradient(90.33deg, #FFFFFF 1.75%, #D5D5D5 99.75%);
	position: relative;
}
.business-robots-page__section-model-select-submit::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--bwt-pink);
	opacity: 0;
	transition: .4s;
	border-radius: 10px;
}
.business-robots-page__section-model-select-submit span{
	position: relative;
}
.business-robots-page__section-model-select-submit:hover::before{
	opacity: 1;
}
@media(max-width: 767px){
	.business-robots-page__section-model-wrapper{
		padding: 35px 15px;
	}
	h2.business-robots-page__section-model-title{
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 28px;
	}
	.business-robots-page__section-model-select-item p{
		font-size: 18px;
	}
	.business-robots-page__section-model-select-item-checkbox label{
		font-size: 14px;
	}
}
@media(max-width: 575px){
	h2.business-robots-page__section-model-title{
		margin-bottom: 24px;
	}
}
@media(max-width: 399px){
	h2.business-robots-page__section-model-title{
		font-size: 12px;
		line-height: 20px;
	}
	.business-robots-page__section-model-select-item p{
		font-size: 12px;
	}
	.business-robots-page__section-model-select-item-checkbox label{
		font-size: 12px;
	}
}
.business-robots-page__section-model-products{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
}
.business-robots-page__section-model-products .mdx-catalog-item-wrap {
	width: fit-content;
	min-height: 1px;
}
.business-robots-page__section-model-products .mdx-catalog-item{
	background: none;
	border: 0;
	box-shadow: none;
	width: fit-content;
	position: relative;
	height: auto;
	min-width: 131px;
	max-width: 160px;
}
.business-robots-page__section-model-products .mdx-catalog-item:hover{
	width: fit-content;
	height: fit-content;
	min-width: 0;
}
.business-robots-page__section-model-products .mdx-catalog-item-link{
	color: white;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 13px;
}
.business-robots-page__section-model-products .products-slide__total_price{
	font-size: 14px;
	line-height: 18px;
	color: white;
	margin-bottom: 13px;
	font-weight: 700;
}
.business-robots-page__section-model-products .mdx-catalog-price-cart{
	margin-top: 0;
}
.business-robots-page__section-model-products .products-slide__thumb{
	height: 77px !important;
}
.business-robots-page__section-model-products .mdx-title-and-desc{
	height: auto;
}
.business-robots-page__section-model-products .products-slide__total-prices{
	margin-top: 0;
}
.business-robots-page__section-model-products .products-slide__total{
	margin-bottom: 0;
}
.business-robots-page__section-model-products .mdx-catalog-button-group{
	display: block;
	margin-left: 0;
}
.business-robots-page__section-model-products .mdx-catalog-button{
	padding: 8px 27px;
	background-color: transparent;
	color: white;
	border-radius: 10px;
	border-color: white;
	display: block;
	border: 1px solid white;
	cursor: pointer;
}
.business-robots-page__section-model-products .main-img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.business-robots-page__section-model-products-ajax p{
	color: white;
	font-size: 18px;
	position: relative;
}
.business-robots-page__section-model-products-back{
	background: linear-gradient(90.33deg, #FFFFFF 1.75%, #D5D5D5 99.75%);
	color: var(--bwt-dark-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 40px;
	font-weight: 700;
	font-size: 16px;
	gap: 8px;
	margin-top: 50px;
	position: relative;
}
.business-robots-page__section-model-products-back svg{
	position: relative;
}
.business-robots-page__section-model-products-back svg *{
	transition: .4s;
}
.business-robots-page__section-model-products-back:hover svg *{
	fill: white;
}
.business-robots-page__section-model-products-back::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--bwt-pink);
	opacity: 0;
	transition: .4s;
	border-radius: 10px;
}
.business-robots-page__section-model-products-back span{
	position: relative;
}
.business-robots-page__section-model-products-back:hover::before{
	opacity: 1;
}
@media(max-width: 1199px){
	.business-robots-page__section-model-products{
		gap: 30px;
	}
}
@media(max-width: 991px){
	.business-robots-page__section-model-products{
		gap: 15px;
	}
}
@media(max-width: 767px){
	.business-robots-page__section-model-products{
		gap: 10px;
	}
	.business-robots-page__section-model-products .mdx-catalog-item-wrap{
		width: min-content;
		max-width: calc(50% - 10px);
	}
	.business-robots-page__section-model-products .mdx-catalog-item{
		min-width: 0;
		max-width: 100%;
	}
	.business-robots-page__section-model-products .products-slide__thumb{
		height: 66px !important;
	}
	.business-robots-page__section-model-products .mdx-catalog-item-link{
		font-size: 12px;
		line-height: 14px;
	}
	.business-robots-page__section-model-products .products-slide__total_price{
		font-size: 12px;
		line-height: 14px;
	}
}
.business-robots-page__tabs-mobileButton{
	display: none;
}
@media(max-width: 1199px){
	.business-robots-page__tabs-wrapper{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.business-robots-page__tabs-wrapper .tabs{
		width: auto;
        max-width: 150px;
        flex: 1 0;
        margin-right: 20px;
        border-bottom: 0;
        border-right: 1px solid #BDBDBD;
	}
	.business-robots-page__tabs-mobileButton{
		display: block;
	}
	.business-robots-page__tabs-wrapper .tabs__items{
		position: absolute;
        top: 55px;
        width: calc(100% - 40px);
        background-color: white;
        z-index: 1;
        left: 20px;
        gap: 0;
	}    
	.business-robots-page__tabs-wrapper .tabs__items a[href="#section-callback"]{
		display: none;
	}  
	.business-robots-page__tabs-wrapper .tabs__items a{
		width: 100%;
        text-align: left;
        border-bottom: 1px solid #BDBDBD;
        padding: 5px 0 !important;
        margin: 0;
	}  
}
.business-robots-page .form__success .error{
	color: red;
}
.business-robots-page .two-cols__form_item--required{
	position: relative;
}
.business-robots-page .two-cols__form_item--required input{
	padding-left: 10px;
}
.business-robots-page .two-cols__form_item--required::before{
	color: var(--bwt-pink);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 20px;
	content: '*';
}