

/* 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 */


/* Start:/local/libs/fancybox/jquery.fancybox.min.css?163715335012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* 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 */
/* /local/libs/fancybox/jquery.fancybox.min.css?163715335012795 */
