

/* Start:/bitrix/templates/mkws/components/bitrix/news/mkws/bitrix/news.detail/.default/style.css?176476043530136*/
.BannerInfo {
	width: 45%;
}

.BannerPhoto {
	width: 55%;
}

.BannerBlock {
	display: flex;
	flex-flow: row wrap;
}

.BannerPropertiesItem__img {
	padding: 3px;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
}

.BannerPropertiesItem__img > div {
	border: 1px dashed #F2F2F2;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.BannerPropertiesItem {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #292929;
	margin-bottom: 20px;
}

.Banner {
	background-size: 100%;
	padding-bottom: 120px;
}

.BannerPhotoList {
	margin-left: 15%;
	margin-right: 5%;
	background: #FFFFFF;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 15px;
	width: 80%;
	margin-top: 40px;
}

.BannerPhoto {
	display: flex;
	align-items: center;
}

.NavigationList {
	margin: 30px 0 0 0;
}

.BannerPhoto .slick-prev,.BannerPhoto .slick-next {
	width: 50px;
	height: 50px;
	background: #61D1FF;
	box-shadow: 0px 4px 0px #53B8E1;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

.BannerPhoto .slick-prev:before,.BannerPhoto .slick-next:before {
	content: "";
	width: 15px;
	height: 13px;
	background: url(/images/arrow-r.svg)center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
}

.BannerPhoto .slick-prev:before {
	transform: translate(-50%,-50%) rotate(180deg);
}

.BannerPhoto .slick-prev:hover,.BannerPhoto .slick-next:hover,
.BannerPhoto .slick-prev:focus,.BannerPhoto .slick-next:focus {
	background: #9EE3FF;
}

.BannerPhoto__item {
	position: relative;
}

.BannerPhoto__item .Abs {
	color: #FFFFFF;
	font-weight: 500;
	padding: 4px 10px;
	background: #FA6646;
	border-radius: 5px;
	position: absolute;
	z-index: 2;
	right: 15px;
	top:15px;
}

.BannerVideo:before {
	content: "";
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
	background: url('/bitrix/templates/mkws/components/bitrix/news/mkws/bitrix/news.detail/.default/images/play.svg') center no-repeat;
	opacity: 0.9;
	cursor: pointer;
}

.BannerVideo:hover:before {
	opacity: 1;
}

.RootServices {
	position: relative;
	margin-top: -50px;
}

.ServiceWithImg {
	display: flex;
	flex-flow: row wrap;
}

.ServiceWithImgInfo__text a {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	color: #61D1FF;
}

img {
	max-width: 100%;
}

.ServiceWithImg__img {
	width: 40%;
}

.ServiceWithImgInfo {
	width: 60%;
	display: flex;
	align-items: center;
	padding-left: 5%;
}

.ServiceWithImg__btn {
	margin-top: 30px;
}

.ServiceWithImg__btn a,
.ServiceWithImg__btn > div {
	background: #61D1FF;
	display: inline-block;
	box-shadow: 0px 4px 0px #53B8E1;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	padding: 13px 50px 10px 30px;
	position: relative;
	cursor: pointer;
}
.ServiceWithImg__btn a:hover,
.ServiceWithImg__btn > div:hover{
	background: #9EE3FF;
}
.ServiceWithImg__btn a:before,
.ServiceWithImg__btn > div:before {
	content: "";
	position: absolute;
	right: 15px;
	top:50%;
	width: 15px;
	height: 13px;
	background: url('/images/arrow-r.svg') center no-repeat;
	transform: translateY(-50%);
}

.ServiceWithImg  {
	margin: 70px 0;
}

.ObjectList {
	display: flex;
	flex-flow: row wrap;
	width: calc(50% + 5px);
	margin-left: -5px;
}
.ObjItem {
	width: 50%;
	padding: 5px;
}

.ObjItem a {
	display: block;
	width: 100%;
	height: 187px;
	background: #F2F2F2;
	border-radius: 5px;
	padding: 30px 20px 0 40px;
	box-sizing: border-box;
}

.ObjItem .inline-svg-icon {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 15px 7px;
	box-sizing: border-box;
	stroke: #292929;
	fill: #292929;
}

.ObjItem__name {
	text-transform: uppercase;
	font-weight: 500;
	color: #292929;
	width: 100%;
	margin-top: 10px;
}

.ObjItem a:hover .inline-svg-icon {
	stroke: #61D1FF;
	fill: #61D1FF;
}

.ObjItem a:hover .ObjItem__name {
	color: #fff;

}

.ObjItem a:hover {
	background: #292929;
}

.Objects {
	display: flex;
	flex-flow: row wrap;
	margin: 80px 0 140px 0;
}

.Objects2 {
	width: calc(50% - 10px);
	padding-left: 6px;
	display: flex;
}

.Objects2 > div {
	width: 100%;
	padding: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Objects2__h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	text-align: center;
	color: #FFFFFF;
}

.Objects2__text1 {
	color: #FFFFFF;
	width: 70%;
	margin: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.Objects2__text2 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
	font-weight: 500;
}

.Objects2Btn {
	display: inline-block;
	background: #FA6646;
	box-shadow: 0px 4px 0px #DC5538;
	border-radius: 5px;
	padding: 12px 30px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}

.ServBanner {
	padding: 130px 0;
	background-size: 100%;
	position: relative;
	margin: 80px 0;
}

.Reviews .slick-prev {
	left: 0;
}

.Reviews .slick-next {
	right: 0;
}

.Reviews {
	background: #292929;
	padding: 100px 0;
}

.ReviewsList {
	padding: 0 80px;
}

.ReviewsItem {
	text-align: center;
}

.ReviewsItem img {
	margin: auto;
	z-index: 2;
	position: relative;
}

.Reviews .h2 {
	margin-bottom: 60px;
}

.ReviewsItem a {
	color: #FFFFFF;
}

.ReviewsItem a > div {
	width: 60%;
	margin: 20px auto;
}

.MachineItem {
	display: flex;
	flex-flow: row wrap;
}

.MachineItem__img {
	width: 45%;

}

.MachineItem__info {
	width: 55%;
	padding-left: 5%;
}

.MachineItem__h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.MachineItem__prop {
	display: flex;
	flex-flow: row wrap;
}

.MachineItem__price {
	width:50%;

}

.MachineItem__price > div {
	color: #798488;
	margin-bottom: 10px;
}

.MachineItem__text {
	margin-top: 40px;
}

.MachineItem__btn {
	margin-top: 30px;
}

.MachineItem__btn > div {
	background: #61D1FF;
	display: inline-block;
	box-shadow: 0px 4px 0px #53B8E1;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	padding: 13px 50px 10px 30px;
	position: relative;
	cursor: pointer;
}

.MachineItem__btn > div:hover {
	background: #9EE3FF;
}

.MachineItem .slick-prev {
	left: 10px;
}
.MachineItem .slick-next {
	right: 10px;
}

.MachineItem .slick-prev, .MachineItem .slick-next {
	background: rgba(255,255,255,0.9);
	box-shadow: none;
}

.MachineItem .slick-prev:before,.MachineItem  .slick-next:before {
	background-image: url('/bitrix/templates/mkws/components/bitrix/news/mkws/bitrix/news.detail/.default/images/arrow_r_b.svg');
}

.MachineItem {
	padding-bottom: 50px;
	border-bottom: 1px solid #798488;
	margin-bottom: 50px;
}

.MachineList {
	margin-top: 100px;
}

.MachineItem__btn > div:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 15px;
	height: 13px;
	background: url(/images/arrow-r.svg) center no-repeat;
	transform: translateY(-50%);
}

.ServiceWithImg hr{
	width: 100%;
}

@media (min-width: 768px){
	.ServBanner {
		background: url("/bitrix/templates/mkws/components/bitrix/news/mkws/bitrix/news.detail/.default/images/black.jpg") 0% 0% / 100% 100% no-repeat;
		min-height: 500px;
	}
}

.ServBannerMain {
	position: absolute;
	right: 0;
	bottom: -80px;
}

.ServBannerRight {
	position: absolute;
	right: 20%;
	top: 0;
	transform: translateY(-50%);
}

.ServBannerLeft {
	position: absolute;
	left: 0;
	top: 60%;
}

.ServBannerInfo__h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.ServBannerInfo__text  {
	color: #fff;
	width: 50%;
	margin-bottom: 60px;
}

.ServBannerInfo__btn a {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #FA6646;
	box-shadow: 0px 4px 0px #DC5538;
	border-radius: 5px;
	padding: 12px 40px;
}

.OtherServicesItem {
	display: flex;
	flex-flow: row wrap;
	padding: 80px 0;
	border-bottom: 1px solid #798488;
}

.OtherServicesItem:last-child {
	border: none;
}



.OtherServicesItem__img {
	width: 50%;
	padding-right: 15px;
}

.OtherServicesItem__info {
	width: 50%;
	padding-left: 5%;
}

.OtherServicesItem__h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #292929;
	margin-bottom: 20px;
}

.OtherServicesItem__img img {
	border-radius: 5px;
}

.OtherServicesItem__btn {
	margin-top: 50px;
}

.OtherServicesItem__btn a {
	background: #61D1FF;
	display: inline-block;
	box-shadow: 0px 4px 0px #53B8E1;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	padding: 13px 80px 10px 80px;
	position: relative;
}

.OtherServicesItem__btn a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 15px;
	height: 13px;
	background: url('/images/arrow-r.svg') center no-repeat;
	transform: translateY(-50%);
}

.OtherServicesItem__btn a:hover {
	background: #9EE3FF;
}

.OtherServicesItem__text {
	line-height: 145%;
}

.OtherServicesItem:nth-child(2n-1) .OtherServicesItem__img {
	order: 2;
	padding-right: 0;
	padding-left: 15px;
}

.OtherServicesItem:nth-child(2n-1) .OtherServicesItem__info {
	padding-left: 0;
	padding-right: 5%;
}

.OtherServicesList  {
	margin-top: 110px;
	margin-bottom: 50px;
}

.Price {
	background: #292929;

	color: #fff;
}

.PriceBlock {
	display: flex;
	flex-flow: row wrap;
}

.PriceLeft {
	width: 50%;
	padding: 100px 15px!important;
}

.PriceRight {
	width: 50%;
	padding: 100px 15px!important;
}

.Price__h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	margin-bottom: 53px;
}

.PriceAlert {
	font-weight: 500;
	text-transform: uppercase;
	color: #FA6646;
	margin-bottom: 40px;
	width: 70%;
	display: flex;
	align-items: center;
}

.PriceAlert svg {
	margin-right: 10px;
}

.PriceBtn a {
	background: #61D1FF;
	display: inline-block;
	box-shadow: 0px 4px 0px #53B8E1;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	padding: 13px 80px 10px 80px;
	position: relative;
}

.PriceBtn a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 15px;
	height: 13px;
	background: url('/images/arrow-r.svg') center no-repeat;
	transform: translateY(-50%);
}

.PriceBtn a:hover {
	background: #9EE3FF;
}

.PriceRight {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.FactorsList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -5px;
	margin-top: 20px;
}

.FactorItem {
	width: 50%;
	padding: 5px;
}

.FactorItem > div {
	background: #FFFFFF;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 100%;
	display: flex;
	color: #292929;
	font-weight: normal;
	font-size: 16px;
	line-height: 145%;
	padding: 15px 20px 10px 20px;
	justify-content: space-between;
}

.FactorItem > div > div {
	font-weight: bold;
	font-size: 65px;
	color: #F2F2F2;
	display: flex;
	line-height: 60px;
}

.OtherItemsList {
	padding: 0 50px;
}

.OtherItem {
	padding: 10px;
}

.OtherItem > * {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 500;
	background: #FFFFFF;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	color: #000;
}

.OtherItem__img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin-bottom: 13px;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
}

.OtherItem__img img {
	width: auto;
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
}

.OtherItem__price {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 6px 10px;
	background: #FA6646;
	border-radius: 5px;
	color: #fff;
}

.OtherItem__name {
	color: #292929;
	padding: 0 5px 20px 20px;
	display: block;
	box-sizing: border-box;
}

.OtherItemsList .slick-track {
	display: flex;
}


.OtherItemsList .slick-slide {
	display: flex!important;
	flex-flow: row wrap;
}

.OtherItemsList .slick-slide > div {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.OtherItemsList .slick-dots {
	left: 0;
}

.OtherItemsList .slick-prev:before,.OtherItemsList  .slick-next:before {
	content: "";
}

.OtherItemsList .slick-prev,.OtherItemsList  .slick-next {
	width: 50px;
	height: 50px;
	background: #61D1FF;
	box-shadow: 0px 4px 0px #53B8E1;
	border-radius: 5px;
}

.OtherItemsList .slick-prev {
	left: 0;
}

.OtherItemsList  .slick-next {
	right: 0;
}

.OtherItemsList .slick-prev:before,.OtherItemsList .slick-next:before {
	content: "";
	width: 15px;
	height: 13px;
	background: url(/images/arrow-r.svg)center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
}

.OtherItemsList .slick-prev:before {
	transform: translate(-50%,-50%) rotate(180deg);
}

.OtherItemsList .slick-prev:hover,.OtherItemsList .slick-next:hover,
.OtherItemsList .slick-prev:focus,.OtherItemsList .slick-next:focus{
	background: #9EE3FF;
}

.OtherServices  {
	margin: 100px 0;
}

.PriceMinBanner {
	background: #292929;
	padding: 80px 0;
	position: relative;
}

.BannerWhite {
	background: #F2F2F2;
}

.PriceMinBanner .LeftImg {
	position: absolute;
	left: 10%;
	top:0;
	height: 100%;
}

.PriceMinBanner .RightImg {
	position: absolute;
	right: 0;
	top: -50px;
}

.PriceMinBanner__phone a {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	color: #61D1FF;
}

.PriceMinBanner__phone {
	margin: 40px 0;
}

.PriceMinBanner__btn > div {
	display: inline-block;
	box-shadow: 0px 4px 0px #DC5538;
	border-radius: 5px;
	padding: 12px 30px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}

.ServBannerInfo__adv {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.ServBannerInfo__img {
	padding: 3px;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
}

.ServBannerInfo__img > div {
	border: 1px dashed #F2F2F2;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.PriceLeftText {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
}

.WhiteTable {
	background: #FFFFFF;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 45px 70px 50px 70px;
	color: #292929;
}

.PriceRight {
	position: relative;
	padding: 100px 0;
}

.WhiteTable .h2 {

}

.WhiteTableText {
	font-weight: normal;
	font-size: 16px;
	line-height: 145%;
}

.WhiteTableDotted {
	margin-top: 40px;
}

.WhiteTableDotted > div {
	font-size: 20px;
	line-height: 24px;
	padding: 20px;
	border: 2px dashed #61D1FF;
	border-radius: 5px;
	display: inline-block;
}

.WhiteTable img {
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
}

.Objects2__text1 a,
.Objects2__text2 a {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	color: #61D1FF;
}

.ServBannerInfo__btn > div {
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #FA6646;
	box-shadow: 0px 4px 0px #DC5538;
	border-radius: 5px;
	padding: 12px 40px;
}

.ClientsList {
	padding: 0 60px;
}

.ClientsList .slick-track {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.Clients {
	margin: 80px 0;
}

.TechniqueList {
	display: flex;
	flex-flow: row wrap;
}

.TechniqueItem {
	width: 25%;
	padding: 15px;
	text-align: center;
	margin: 20px 0;
}

.TechniqueItem__img {
	width: 100%;
	padding-top: 70%;
	position: relative;
	margin-bottom: 13px;
	overflow: hidden;
	border-radius: 5px;
}

.TechniqueItem__img img {
	width: 100%;
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
}

.TechniqueItem__name {
	color: #292929;
}

.Technique {
	margin: 80px 0;
}

.BannerAdv {
	background: #fff 0% 0% / 100% auto no-repeat;
	margin: 60px 0;
    background-size: cover;
    background-position: center;
}

.BannerAdvInfo {
	padding: 60px 15px;
	width: 50%;
}

.BannerAdvInfo .h2 {
	margin-bottom: 45px;
}

.BannerAdvText {
	margin-bottom: 100px;
	line-height: 145%;
}

.counter {
	counter-reset: heading;
}

.counter li:after {
	content: '';

	border: 1px dashed #F2F2F2;
	border-radius: 5px;
	box-sizing: border-box;
	position: absolute;
	left: 2px;
	top:50%;
	transform: translateY(-50%);
	width: 46px;
	display: block;
	height: 46px;
}
.counter li:before {
	counter-increment: heading;
	content: counter(heading);
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FA6646;
	background: #FFFFFF;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 50px;
	display: inline-block;
	height: 50px;
	padding: 14px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}

.counter.blue li:before{
	color: #61D1FF;
}

.counter li {
	position: relative;
	padding-left: 70px;
	margin-bottom: 20px;
}

.counter {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.ServWithLImg {
	display: flex;
	flex-flow: row wrap;
	margin: 60px 0;
}

.ServWithLImg__img {
	width: 50%;
	border-radius: 5px;
	align-self: flex-start;
	overflow: hidden;
}

.ServWithLImg__text {
	padding-left: 10%;
	width: 50%;
}

.ServWithRImg__text {
	padding-right: 10%;
	width: 50%;
}

.ServWithLImg__h1 {
	margin-top: 80px;
}

.Target {
	display: flex;
	align-items: center;
	margin: 60px 0;
}

.Target__img {
	padding: 3px;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: block;
	margin-right:20px;
	width: 50px;
	height: 50px;
	text-align: center;
}
.Target__img > div {
	border: 1px dashed #F2F2F2;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Target > div:not(.Target__img) {
	width: calc(100% - 70px);
}

.Sheme {
	background: #F2F2F2;
	padding: 80px 0;
	margin: 60px 0;
}

.ShemeBlock {
	display: flex;
	flex-flow: row wrap;
	padding: 0 4%;
	position: relative;
}

.ShemeBlock:after {
	content: "";
	right: 2%;
	position: absolute;
	height: 70%;
	width: 16%;
	top: 61%;
	transform: translateY(-50%);
	background: url('/bitrix/templates/mkws/components/bitrix/news/mkws/bitrix/news.detail/.default/images/big_arrow_blue.svg') 0% 0% / auto 100% no-repeat;
}

.ShemeItem {
	width: 25%;
	padding: 30px 0;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.ShemeItem__img {
	padding: 0 24%;
}

.ShemeItem__img > div {
	background: #FFFFFF;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	height: 0;
	padding-top: 100%;
	position: relative;
	border-radius: 50%;
	margin-bottom: 20px;
}

.ShemeItem__img img {
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}

.ShemeText {
	width: 100%;
	padding: 0 25%;
	font-weight: 500;
}

.ShemeItem > div:not(.ShemeItem__img) {
	width: 80%;
	margin: auto;
}

.ShemeItem .ShemeItem__img > div:after {
	content: '';
	position: absolute;
	width: 52%;
	height: 30px;
	top: 50%;
	right: -100%;
	background: url('/bitrix/templates/mkws/components/bitrix/news/mkws/bitrix/news.detail/.default/images/arrow_blue.svg') 0% 0% / 100% auto no-repeat;
	transform: translate(-50%,-50%);
}

.ShemeItem:nth-child(4) .ShemeItem__img > div:after {
	display: none;
}

.ServWithLImg__name {
	font-weight: bold;
	text-transform: uppercase;
}

.Links {
	background: #F2F2F2;
	padding: 40px 0;
}

.LinksBlocks {
	display: flex;
	flex-flow: row wrap;
}

.LinksBlocksLeft {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	width: 50%;
	padding-right: 3%;
	padding-top: 20px;
}

.LinksBlocksRight {
	width: 50%;
	padding-left: 15px;
}

.LinksBlocksItem a {
	background: #FFFFFF;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #292929;
	display: block;
	height: 160px;
	padding: 34px 0 0 43px;
	position: relative;
	margin-bottom: 30px;
}

.LinksBlocksItem a img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.TablePrice {
	margin: 80px 0;
}

.TablePrice .PriceAlert {
	width: 100%;
	justify-content: center;
	margin-top: 40px;
}

.TablePrice__table {
	display: flex;
	justify-content: center;
}

.TablePrice__table table {
	width: 100%;
}

.TablePrice__table th {
	background: #798488;
	border-radius: 7px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 15px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.TablePrice__table th:first-child, .TablePrice__table td:first-child {
	width: 50%;
}

.TablePrice__table th:last-child, .TablePrice__table td:last-child {
	width: 30%;
}

.TablePrice__table th:nth-child(2n) {
	background: #292929;
	border-radius: 5px;
}

.TablePrice__table td {
	border-bottom: 1px solid #F2F2F2;
	padding: 15px;
}

.TableTwo .h2 {
	border-top: 1px solid #798488;
	padding-top: 50px;
}

.TablePrice .h2 {
	margin-bottom: 40px;
}

.LinksBlocksLeft__text {
	font-size: 20px;
	line-height: 24px;
	margin-top: 30px;
}

.ServiceWithImgInfo .ServBannerInfo__adv {
	color: #292929;
}

.Reviews.white {
	background: none;
}

.Reviews.white .h2,
.Reviews.white .ReviewsItem a {
	color: #292929!important;
}

.ReviewsItem a > div {
	position: relative;
}

.ReviewsItem a > div:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 50%;
	top: -20px;
	height: 0px;
	box-shadow: 0px 0px 10px 3px #000;
	transform: translateX(-50%);
}

.videoBlock {
	text-align: center;
	max-height: 800px;
	width: 100%;
	background: #292929;
}

.faqs ul {
	list-style: none;
	padding: 0;
}

.faqs ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ECF2F4;
	margin: 0;
	position: relative;
	width: 100%;
}

.faqs ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	top: 0;
	margin: 0;
}

.faq-answer {
	font-weight: normal;
	font-size: 16px;
	line-height: 156.61%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding-left: 20px;
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

.faqs h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	display: block;
	margin: 0;
	cursor: pointer;
	padding-right: 10%;
	position: relative;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.faqs h3:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 2px;
	background: #292929;
	border-radius: 2px;
	transition: .5s
	ease;
	transform: translateY(-50%);
}

.faqs h3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 2px;
	background: #292929;
	border-radius: 2px;
	transform: translateY(-50%) rotate(90deg);
	transition: .5s
	ease;
}

.faqs ul li input[type=checkbox]:checked ~ h3:before {
	background: #61D1FF;
	transition: .5s
	ease;
	transform: translateY(-50%) rotate(-45deg);
}

.faqs ul li input[type=checkbox]:checked ~ h3:after {
	background: #61D1FF;
	transition: .5s
	ease;
	transform: translateY(-50%) rotate(45deg);
}

.faqs input[type=checkbox]:checked ~ h3 {
	color: #61D1FF;
}

.faqs input[type=checkbox]:checked ~ .faq-answer {
	overflow: visible;
}
.faqs ul li input[type=checkbox]:checked ~ div {
	max-height: 800px;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 14px;
}

.faqs {
	margin-bottom: 40px;
}

@media (max-width: 767px){

	.Objects2__text1 a,
	.Objects2__text2 a {
		font-size: 24px;
		line-height: 28px;
	}

	.BannerInfo {
		width: 100%;
	}

	.BannerInfo h1 {
		text-align: center;
	}

	.BannerProperties {
		display: flex;
		flex-flow: row wrap;
	}

	.BannerPropertiesItem {
		width: 50%;
		font-size: 14px;
		line-height: 140%;
	}

	.BannerPhoto {
		width: 100%;
	}
	.BannerPhotoList {
		width: 100%;
		margin: 0;
	}

	.Banner {
		background-repeat: no-repeat;
		background-position: top center;
		padding-bottom: 80px;
		margin-bottom: 50px;
	}

	.RootServices {
		margin-top: 0;
	}

	.BannerPhoto .slick-prev, .BannerPhoto .slick-next {
		bottom: -60px;
		transform: translateX(-50%);
		top: auto;
	}

	.BannerPhoto .slick-prev {
		left: calc(50% - 30px);
	}

	.BannerPhoto .slick-next {
		left: calc(50% + 30px);
	}

	.ServiceWithImg__btn a,
	.ServiceWithImg__btn > div {
		padding: 13px 30px 10px 10px;
		display: block;
	}
	.ServiceWithImgInfo {
		width: 100%;
		padding: 0;
	}

	.ServiceWithImg__img {
		display: none;
	}

	.ServiceWithImg {
		margin: 50px 0;
	}

	.ServiceWithImgInfo__text {
		font-size: 14px;
		line-height: 145%;
	}

	.ObjectList {
		width: calc(100% + 10px);
		margin-right: -5px;
		order: 2;
		margin-top: 15px;
	}

	.Objects2 {
		width: 100%;
		padding: 0;
	}

	.Objects2 > div {
		padding: 40px 20px;
	}

	.Objects2__h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.Objects2__text1 {
		width: 100%;
		margin-top: 30px;
	}

	.ObjItem {
		width: 100%;
	}

	.ObjItem a {
		display: flex;
		height: 120px;
		padding: 30px 20px 0 20px;
	}

	.ObjItem .inline-svg-icon {
		margin-right: 10px;
	}

	.ServBanner {
		background: url("/bitrix/templates/mkws/components/bitrix/news/mkws/bitrix/news.detail/.default/images/black_m.jpg") 0% 0% / auto 100% no-repeat;
		text-align: center;
		padding: 80px 0 130px 0;
	}

	.ServBannerInfo__h2 {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}

	.ServBannerInfo__text {
		width: 100%;
		margin-bottom: 40px;
	}
	.OtherServicesList {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.OtherServicesItem__img {
		width: 100%;
		order: 1!important;
		padding: 0!important;
		padding-top: 40px!important;
	}

	.OtherServicesItem__info {
		width: 100%;
		padding: 0!important;
		order: 2;
	}

	.OtherServicesItem {
		padding: 20px 0 45px 0;
		position: relative;
		margin-bottom: 40px;
	}

	.OtherServicesItem__h3 {
		position: absolute;
		top: 0;
	}

	.OtherServicesItem__btn a {
		padding: 13px 30px 10px 30px;
		text-align: center;
		display: block;
	}

	.PriceLeft {
		width: 100%;
		padding: 80px 15px 0 15px!important;
	}


	.PriceRight {
		width: 100%;
		padding: 20px 15px 20px 15px!important;
	}

	.Price {
		padding-bottom: 80px;
	}

	.Price__h2 {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		margin-bottom: 33px;
	}
	.PriceAlert {
		width: 100%;
		font-size: 14px;
		line-height: 17px;
	}

	.PriceBtn a {
		display: block;
		padding: 13px 40px 10px 40px;
	}

	.PriceBlock {
		position: relative;
		padding-bottom: 60px;
	}

	.PriceBtn {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		padding: 0 15px;
		text-align: center;
	}

	.PriceRight {
		font-size: 16px;
		line-height: 19px;
	}

	.FactorItem > div > div {
		font-size: 48px;
		line-height: 44px;
	}

	.FactorItem > div {
		font-size: 14px;
		line-height: 145%;
		padding: 15px 9px 10px 10px;
	}

	.OtherServices {
		margin: 50px 0;
	}

	.OtherItemsList {
		padding: 0;
		margin-right: -10px;
		margin-left: -10px;
	}

	.OtherItem__name {
		padding: 0 5px 10px 10px;
		font-size: 14px;
		line-height: 17px;
	}

	/*.OtherItemsList .slick-slide > div {*/
		/*height: 50%;*/
	/*}*/

	.PriceMinBanner__btn > div {
		display: block;
		padding: 12px 0px;
	}

	.PriceMinBanner__phone a {
		font-size: 24px;
		line-height: 28px;
	}

	.PriceMinBanner {
		padding: 40px 0 60px 0;
	}

	.PriceMinBanner .h2 {
		width: 80%;
		margin: 25px auto;
	}

	.OtherServicesList .h2 {
		margin-bottom: 40px;
	}

	.WhiteTable {
		padding: 20px;
		text-align: center;
	}

	.ServWithLImg__img {
		width: 100%;

	}

	.ServWithRImg__text {
		padding-right: 0;
		width: 100%;
		font-size: 14px;
		line-height: 145%;
		order: 2;
	}

	.Target {
		border-top: 1px solid #F2F2F2;
		margin: 30px 0;
		padding-top: 30px;
	}

	.Sheme {
		padding: 40px 0;
	}

	.ShemeItem {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 30px;
		display: flex;
	}

	.ShemeItem__img {
		width: 92px;
		height: 92px;
		padding: 0;
	}

	.ShemeItem .ShemeItem__img > div:after {
		display: none;
	}

	.ShemeItem:after {
		content: '';
		position: absolute;
		width: 34px;
		height: 15px;
		bottom: -25px;
		left: 50%;
		background: url('/bitrix/templates/mkws/components/bitrix/news/mkws/bitrix/news.detail/.default/images/arrow_blue.svg') 0% 0% / auto 100% no-repeat;
		background-position: right;
		transform: translate(-50%,-50%) rotate(90deg);
	}

	.ShemeBlock:after {
		display: none;
	}

	.ShemeText {
		padding: 15px 25px;
	}

	.ShemeItem > div:not(.ShemeItem__img) {
		width: calc( 100% - 95px);
		padding-left: 20px;
		text-align: left;
	}

	.ServWithLImg__text {
		padding-left: 0;
		width: 100%;
	}

	.BannerAdvInfo .h2 {
		text-align: center;
	}

	.BannerAdvInfo {
		padding: 20px 15px 150px 15px;
		width: 100%;
	}

	.BannerAdvInfo .h2 {
		text-align: center;
		margin-top: 0;
	}

	.TechniqueItem {
		width: 50%
	}
	.Technique {
		margin: 0;
	}

	.FactorItem {
		display: flex;
	}

	.ClientsList {
		padding: 0;
	}

	.ClientItem__img {
		padding: 10px;
	}

	.LinksBlocksLeft,
	.LinksBlocksRight {
		width: 100%;
		padding: 0;
	}

	.LinksBlocksLeft {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.LinksBlocksItem a {
		height: 120px;
		padding: 27px 50% 0 20px;
		font-size: 16px;
	}

	.LinksBlocksItem a img {
		width: 43%;
	}

	.ServWithLImg {
		position: relative;
		padding-top: 60px!important;
	}

	.ServWithLImg__name {
		position: absolute;
		top: 0;
		width: calc(100% - 30px);
		left: 15px;
	}

	.TablePrice__table th:last-child, .TablePrice__table td:last-child {
		display: none;
	}

	.TablePrice__table {
		font-size: 14px;
		line-height: 145%;
	}

	.TablePrice__table th:first-child, .TablePrice__table td:first-child 	{
		width: 64%;
	}

	.TablePrice__table td {
		padding: 15px 0px 15px 5px;
	}

	.TablePrice__table td  b > span {
		font-size: 12px!important;
	}
	.TablePrice {
		margin: 40px 0;
	}

	.ReviewsList {
		padding: 0;
	}

	.ReviewsItem a > div {
		width: 80%;
	}

	.Reviews {
		padding: 60px 0;
	}

	.MachineItem__img {
		width: 100%;
	}

	.MachineItem__info {
		width: 100%;
		padding-left: 0;
	}

	.MachineItem__h3 {
		margin-top: 20px;
	}

	.MachineItem .slick-prev, .MachineItem .slick-next {
		background: rgba(255,255,255,0.5);
	}

    .ServBannerInfo__adv > div:not(.ServBannerInfo__img) {
        width: 62vw;
    }

    .ServBannerInfo__adv {
        justify-content: center;
    }

    .OtherItem > * {
        height: auto;
        width: 100%;
    }

    .OtherItem {
        display: flex!important;
    }

    .Objects {
        margin-bottom: 40px;
    }

    .ServBannerInfo__btn a {
        display: block;
    }
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/breadcrumb/mkws/style.css?16371533501515*/
.NavigationList {
	margin: 20px 0 0 0;
	display: inline-block;
}

.NavigationItem {
	white-space: nowrap;
	line-height: 140%;
	vertical-align: middle;
	margin: 7px 8px 0 0;
	display: inline-block;
}
.NavigationItem span {
	font-size: 12px;
	line-height: 120%;
	white-space: normal;
}
.NavigationItem a {
	border-bottom: none;
	color: #798488;
	text-decoration: none;
	padding-right: 25px;
	position: relative;
	display: inline-block;
}
.NavigationItem a:after {
	content:"";
	background: url("/bitrix/templates/mkws/components/bitrix/breadcrumb/mkws/images/arrow.svg") center no-repeat;
	position: absolute;
	width: 12px;
	height: 23px;
	top: 50%;
	right: -5px;
	transform: translate(-50%,-50%);
	border-radius: 50%;

}

.NavigationItem a:before {
	background: #798488;
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	right: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width .3s cubic-bezier(.47,0,.745,.715);
	transition: width .3s cubic-bezier(.47,0,.745,.715);
}

.NavigationItem a:hover {}

.NavigationItem a:hover:before {
	width: calc(100% - 10px);
	-webkit-transition: width .3s cubic-bezier(.29,.18,.26,.83);
	transition: width .3s cubic-bezier(.29,.18,.26,.83);
	left: 0;
}

.NavigationItem_active_true {
	color: #292929;
}


@media (max-width: 767px) {
	.NavigationItem span {
		font-size: 12px;
		line-height: 140%;
	}

	.NavigationList {
		margin-top: 0;
	}

	.NavigationItem svg {
		width: 16px;
		height: 7px;
		margin-top: 7px;
		margin-right: 5px;
	}

	.Navigation {
		display: flex;
	}

	.NavigationItem {
		margin: 0px 8px 0 0;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/services/style.css?1637153350713*/
.ServicesList {
	display: flex;
	flex-flow: row wrap;
}

.ServicesItem {
	width: 25%;
	padding: 15px;
	display: flex;
}

.ServicesItem > a{
	position: relative;
	font-weight: 500;
	color: #292929;
	padding: 20px 20% 20px 23px;
	background: #FFFFFF;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: flex;
	align-items: center;
	width: 100%;
}

.ServicesItem > a img {
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}

.ServicesItem > a.active{
	background: linear-gradient(270deg, #61D1FF 0%, #9EE3FF 100%), #61D1FF;
}

@media (max-width: 767px) {
	.ServicesItem {
		width: 100%;
		padding: 5px 15px;
	}

	.ServicesItem > a {
		padding: 25px 20% 25px 23px;
	}
}
/* End */
/* /bitrix/templates/mkws/components/bitrix/news/mkws/bitrix/news.detail/.default/style.css?176476043530136 */
/* /bitrix/templates/mkws/components/bitrix/breadcrumb/mkws/style.css?16371533501515 */
/* /bitrix/templates/mkws/components/bitrix/news.list/services/style.css?1637153350713 */
