

/* Start:/bitrix/templates/mkws/components/bitrix/news.detail/main/style.css?16371533501494*/
.MainBanner {
	padding: 120px 0;
	background-size:cover;
	background-position: center;
}

.MainBanner h1 {
	width: 50%;
}

.MainPhone a {
	font-weight: 500;
	font-size: 48px;
	line-height: 57px;
	color: #61D1FF;
}

.MainPhone {
	margin-top: 30px;
	margin-bottom: 50px;
}

.MainPropertiesItem__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;
}

.MainPropertiesItem__img > div {
	border: 1px dashed #F2F2F2;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.MainPropertiesItem {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #292929;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.MainProperties {
		position: relative;
		width: 100%;
		left: 0;
		padding: 0 15px;
		bottom: -140px;
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 30px;
	}

	.MainPropertiesItem {
		width: 33.33%;
		font-size: 14px;
		display: block;
		text-align: center;
	}

	.MainPhone a {
		font-size: 36px;
		line-height: 57px;
	}

	.MainBanner h1 {
		width: 100%;
		text-align: center;
	}

	.MainBanner .maxwidth-theme {
		position: unset;
	}

	.MainBanner {
		padding: 10px 0 0 0;
		margin-bottom: 160px;
	}

	.MainPhone {
	text-align: center;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/services_main/style.css?16371533501836*/
.ServicesList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.ServicesItem {
	width: 25%;
	padding: 15px;
}

.ServicesItem a {
	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;
}

.ServicesItem__img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin-bottom: 13px;
	overflow: hidden;
}

.ServicesItem__img img {
	width: auto;
	position: absolute;
	height: 100%;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ServicesItem__img img.height {
	width: 100%;
	height: auto;
}

.ServicesItem__name {
	color: #292929;
	padding: 0 5px 20px 20px;
}

.ServicesItem__price {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 6px 10px;
	background: #FA6646;
	border-radius: 5px;
	color: #fff;
}

.ServicesItem a:hover {

	box-shadow: 0 0 3pt 2pt #61D1FF;
}

.ServicesItem a:hover .ServicesItem__name {
	color: #61D1FF;
}

.ServicesBtn > 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 80px 10px 80px;
	position: relative;
}

.ServicesBtn > 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%);
}

.ServicesBtn {
	margin: 30px 0 50px 0;
}


@media (max-width: 767px) {
	.ServicesItem {
		width: 50%;
	}

	.ServicesItem__name {
		padding: 0 5px 15px 10px;
		font-size: 14px;
	}

	.ServicesItem__price {
		font-size: 14px;
	}

	.ServicesBtn > div {
		display: block;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/prices/style.css?17655675433037*/

.PricesNameList {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.PricesNameList:after {
	content: "";
	position: absolute;
	background: #F2F2F2;
	border-radius: 5px;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.PricesName {
	font-weight: 500;
	text-transform: uppercase;
	color: #292929;
	padding: 15px 20px;
	cursor: pointer;
	position: relative;
}

.PricesName.active {
	color: #61D1FF;

}

.PricesName.active:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #61D1FF;
	border-radius: 5px;
	z-index: 2;
}

.PricesItem  {
	display: none;
	text-align: center;
}

.PricesItem.active {
	display: block;

}

.PricesItem__table {
	display: flex;
	justify-content: center;
}

.PricesItem__table td {
	border-bottom: 1px solid #F2F2F2;
	padding: 15px;
}

.PricesItem__table table {
	width: 70%;
	border-spacing: 0;
	border-collapse: separate;
}

.PricesItem__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;
}

.PricesItem__table th:nth-child(2n) {
	background: #292929;
	border-radius: 5px;

}

.PricesItem__table th:first-child,
.PricesItem__table td:first-child {
	width: 65%;
}

.PricesItemAlert {
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FA6646;
	margin-top: 30px;
}

.PricesItemAlert svg {
	margin-bottom: -5px;
}

.PricesLink a {
	width: 280px;
	height: 50px;
	background: #61D1FF;
	text-align: center;
	padding: 17px;
	box-sizing: border-box;
	box-shadow: 0px 4px 0px #53B8E1;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	position: relative;
	margin: auto;
}

.PricesLink {
	margin-top: 50px;
	margin-bottom: 80px;
}

.PricesLink a:after {
	content: '';
	position: absolute;
	right: 15px;
	top:50%;
	transform: translateY(-50%);
	height: 13px;
	width: 15px;
	background: url('/images/arrow-r.svg') center no-repeat;
}

.Prices .h2 {
	margin-bottom: 50px;
}

.Prices {
	position: relative;
}

.Prices > img {
	position: absolute;
	left: 0;
	top:-250px;
	z-index: 1;
}

.PricesLink a:hover {
	background: #9EE3FF;
}

@media (max-width: 767px) {
	.Prices .h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.PricesName {
		padding: 10px 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.PricesItemAlert {
		font-size: 14px;
	}

	.PricesItem__table table {
		width: 100%;
		font-size: 14px;
		line-height: 145%;
	}

	.PricesItem__table th {
		padding: 10px 0;
	}

	.PricesLink a {
		width: 100%;
	}

	.PricesItem__table tr th:nth-child(n+3),
	.PricesItem__table tr td:nth-child(n+3) {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/technology/style.css?16371533503062*/
@media (min-width: 768px) {
	/*.Technology {*/
		/*background: url("/bitrix/templates/mkws/components/bitrix/news.list/technology/images/fon.jpg") center no-repeat;*/
	/*}*/
}

.Technology {
	padding: 120px 0;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.Technology .h2 {
	margin: 50px;
}

.TechnologyList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.TechnologyItem {
	width: 50%;
	padding: 15px;
}

.TechnologyItem a {
	background: #FFFFFF;
	border-radius: 5px;
	display: block;
	height: 320px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.TechnologyItem a .TechnologyScroll {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.TechnologyDirt {
	width: 100%;
	background: #F2F2F2;
	height: 94px;
	position: relative;
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;

}


.TechnologyTop {
	height: 166px;
}

.TechnologyName {
	font-weight: 500;
	color: #292929;
	position: absolute;
	width: 100%;
	top:0;
	padding: 37px 40% 0 47px;
	text-transform: uppercase;
}

.TechnologyItem .TechnologyImg {
	position: absolute;
	top:0;
	right: 30px;
	z-index: 2;
}

.TechnologyText {
	padding: 35px 40px;
	padding-top: 100%;
	color: #292929;
}

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

.TechnologyItem a:hover .TechnologyText{
	padding: 30px 40px;
}

.TechnologyItem a:hover  .TechnologyScroll {
	top: auto;
	bottom: 0;
	transition: 0.5s;
}

.TechnologyDirt img {
	position: absolute;
	height: 100%;
	left: 0;
	top:0;
	transition: 1s ;
}

.TechnologyItem a:hover .TechnologyDirt img {
	left: -100%;
	transition: 1s;
}



.TechnologyItem a:hover .TechnologyDirt {
	-webkit-animation: 0.5s linear 0.8s infinite alternate move_eye;
	-moz-animation: 0.5s linear 0.8s infinite alternate move_eye;
	-o-animation: 0.5s linear 0.8s infinite alternate move_eye;
	animation: 0.5s linear 0.8s infinite alternate move_eye;
}

@-webkit-keyframes move_eye
{
	from { background-image:url('/bitrix/templates/mkws/components/bitrix/news.list/technology/images/valve.svg'); }
	to { background-image:url('/bitrix/templates/mkws/components/bitrix/news.list/technology/images/valve.svg'); }
}
@-moz-keyframes move_eye { from { background-image:url('/bitrix/templates/mkws/components/bitrix/news.list/technology/images/valve.svg'); }
	to { background-image:url('/bitrix/templates/mkws/components/bitrix/news.list/technology/images/valve.svg'); }  }
@-o-keyframes move_eye { from { background-image:url('/bitrix/templates/mkws/components/bitrix/news.list/technology/images/valve.svg'); }
	to { background-image:url('/bitrix/templates/mkws/components/bitrix/news.list/technology/images/valve.svg'); }  }
@keyframes move_eye { from { background-image:url('/bitrix/templates/mkws/components/bitrix/news.list/technology/images/valve.svg'); }
	to { background-image:url('/bitrix/templates/mkws/components/bitrix/news.list/technology/images/valve.svg'); }  }


@media (max-width: 767px) {
	.TechnologyItem .TechnologyImg,
	.TechnologyDirt,
	.TechnologyTop {
		display: none;
	}

	.TechnologyItem {
		width: 100%;
	}

	.Technology {
		padding: 50px 0 70px 0;
		background-position: 0% 0%;
		background-repeat: repeat;
		background-size:  auto 100%;


	}

	.TechnologyText {
		padding: 25px;
		font-size: 14px;
		line-height: 145%;
	}

	.TechnologyName {
		position: relative;
		padding: 27px 25px 0 25px;
	}

	.TechnologyItem a .TechnologyScroll {
		position: relative;
	}

	.TechnologyItem a {
		height: auto;
	}

	.Technology .h2 {
		margin: 40px 0 10px 0;
		font-size: 24px;
		line-height: 28px;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/area/style.css?16371533501576*/
.ObjectsList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;

}


.Objects {
	padding-top: 80px;
	position: relative;
	z-index: 2;
}


.ObjectsItem {
	width: 50%;
	padding: 15px;
}

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

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

.ObjectsItem__text {
	opacity: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 145%;
	color: #FFFFFF;
	width: 100%;
}

.ObjectsItem__name {
	text-transform: uppercase;
	font-weight: 500;
	color: #292929;
	width: 50%;
	margin-top: 30px;
}

.ObjectsItem a:hover {
	background: #292929;
	display: flex;
	flex-flow: row wrap;
}

.ObjectsItem a:hover .ObjectsItem__name {
	color: #fff;
	margin-top: 0;
	margin-left: 15px;
}

.ObjectsItem a:hover .ObjectsItem__text {
	opacity: 1;
}

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

.Objects .h2 {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.Objects .h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.ObjectsItem {
		width: 100%;
	}

	.ObjectsItem__text {
		display: none;
	}

	.ObjectsItem a {
		display: flex;
		flex-flow: row wrap;
		height: auto;
		padding: 25px 20px 25px 20px;
	}

	.ObjectsItem a .ObjectsItem__name {
		margin-top: 0;
		margin-left: 15px;
		width: 70%;
	}

	.Objects {
		padding-top: 0;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/table_mkws/style.css?1765567796241*/
div.news-list img.preview-picture
{
	float:left;
	margin:0 4px 6px 0;
}

p.news-item
{
	margin:0;
	margin-bottom:15px;
}

.news-date-time
{
	font-size:95%;
	display:block;
	color:#82929a;
}

.preview-picture {

	border: 1px solid #E4E7E9;
}

/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/portfolio/style.css?16371533504729*/
.home-hero {
	position: relative;
	margin-bottom: 100px;
}

.home-hero-slider {
	height: 44.09722vw;
}

.home-hero-svg {
	top: 0;
	left: 10.97222vw;
	width: 77.77778vw;
	height: 44.44444vw;
}
.home-hero-svg {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.home-hero-svg-mobile {
	display: none;
}

.home-hero .slider-img-translate-wrap {
	margin: 0 auto 2vw;
	width: 66.66667vw;
	height: 41.66667vw;
	padding: 0;
	padding-bottom: 3vw;
}
.slider-img-translate-wrap {
	position: relative;
	overflow: hidden;
	pointer-events: none;
}

.home-hero .slider-pagination-w, .media-slideshow .slider-pagination-w {
	width: 66.66667vw;
}
.slider-pagination-vertical {
	top: 022px;
	height: 0;
}

.slider-pagination {
	display: flex;
	justify-content: flex-end;
}

.slider-pagination-w {
	position: relative;
	line-height: 0;
}
.slider-pagination-w {
	pointer-events: none;
}

.home-hero .progress-wrap {
	width: 66.66667vw;
	margin: auto;
}
.progress-wrap {
	height: .41667vw;
}
.progress-light {
	background: #798488;
}
.progress-wrap {
	overflow: hidden;
	pointer-events: none;
	-webkit-transform: scaleY(.33);
	transform: scaleY(.33);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.165,.84,.44,1);
	transition: -webkit-transform .4s cubic-bezier(.165,.84,.44,1);
	transition: transform .4s cubic-bezier(.165,.84,.44,1);
	transition: transform .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .4s cubic-bezier(.165,.84,.44,1);
}

.slider-img-translate-w {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	box-sizing: border-box;
	padding-bottom: 7vw;
}

.slider-img-translate {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}


.slider-img-translate {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
}

.progress, .progress-w {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.progress-w {
	right: 0;
}

.progress-light .progress {
	background: #61D1FF;
}
.progress, .progress-w {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.home-hero-svg {
	top: 0;
	left: 0;
	width: 77.77778vw;
	height: 44.44444vw;
}
.home-hero-svg {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.home-hero-svg-desktop img {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%,-50%);
	width: 40%;
}

.home-hero-svg-desktop img:first-child {
	opacity: 1;
}
.home-hero-w {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	overflow: hidden;
	background-color: #292929;
	color: #fff;
	background-position: right;
	background-repeat: no-repeat;

}

@media (min-width: 768px){
	.home-hero-w {
		background-image: url('/bitrix/templates/mkws/components/bitrix/news.list/portfolio/images/lenta.png');
	}
}

.slider-text-translate {
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-text-translate > div {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #798488;
	margin-bottom: 7px;
}

.slider-1-interaction-area {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	width: 110%;
	z-index: 2;
}

.slider-cursor-arrow-l,
.slider-cursor-arrow-w {
	width: 50px;
	height: 50px;
	background: #61D1FF;
	box-shadow: 0px 4px 0px #53B8E1;
	border-radius: 5px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.slider-cursor-arrow-l:hover,
.slider-cursor-arrow-w:hover {
	background: #9EE3FF;
}


.slider-cursor-arrow-w {
	right: 0;
}

.slider-cursor-arrow {
	width: 15px;
	height: 13px;
	background: url('/bitrix/templates/mkws/components/bitrix/news.list/portfolio/images/arrow.svg')center no-repeat;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.slider-cursor-arrow-l .slider-cursor-arrow {
	transform: translate(-50%,-50%) rotate(180deg);
}

.PortfolioH1 {
	width: 100%;
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.slider-1-interaction-area {
		width: 90%;
	}

	.slider-text-translate {
		padding-left: 15px;
	}

	.home-hero .slider-img-translate-wrap {
		width: 100vw;
		height: 75.66667vw;
		padding: 0;
	}

	.home-hero-slider {
		height: 75.66667vw;
	}

	.home-hero .progress-wrap {
		width: 100vw;
		margin-top: 35px;
	}

	.home-hero .slider-pagination-w, .media-slideshow .slider-pagination-w {
		width: 100vw;
	}

	.slider-pagination-vertical {
		height: 20px;line-height: normal;
	}

	.slider-pagination {
		padding-right: 15px;
	}

	.home-hero-svg {
		width: 100vw;
	}

	.slider-text-translate {
		background: #292929;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/why/style.css?16371533501642*/
.Advantages {
	width: 50%;
	padding-top: 50px;
	padding-bottom: 70px;
}

.Counts {
	width: 50%;
	display: flex;
	align-items: center;
}

.CountsList {
	display: flex;
	flex-flow: row wrap;
	padding-left: 40px;
}

.Count {
	width: 50%;
	padding-left: 20px;
	color: #fff;
	margin-bottom: 40px;
}

.Count > .CountBig {
	color: #61D1FF;
	font-weight: bold;
	font-size: 64px;
	line-height: 140%;
	background: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 10px;
}

.Count > div:not(.CountBig) {
	width: 80%;
}

.AdvantagesItem {
	padding-left: 70px;
	margin-bottom: 50px;
	position: relative;
	box-sizing: border-box;
	width: 90%;
}

.AdvantagesItem:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;
	height: 50px;
	background: url('/bitrix/templates/mkws/components/bitrix/news.list/why/images/ok.svg') center no-repeat;
	transform: translateY(-50%);
}

.Advantages .h2 {
	margin-bottom: 50px;
}

.AdvCount {
	position: relative;
}

.AdvCount:before {
	content: "";
	position: absolute;
	right: 0;
	width: 50%;
	top:0;
	height: 100%;
	background: #61D1FF;
}

@media (max-width: 767px) {
	.Counts {
		width: calc(100% + 30px);
		background: #61D1FF;
		margin: 0 -15px;
	}
	.Advantages {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.AdvCount:before {
		display: none;
	}

	.CountsList {
		padding: 40px 15px;
	}
	.Count > .CountBig {
		padding: 0 10px;
	}

	.Count {
		padding: 0;
	}

	.Count > div:not(.CountBig) {
		font-size: 14px;
		width: 100%;
	}

	.AdvantagesItem {
		font-size: 14px;
		width: 100%;
	}

	.Advantages .h2 {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		margin: 20px;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/map.yandex.view/mkws/style.css?16371533502618*/
.Contacts {
    background: #292929;
    color: #fff;
}

.ContactsLeft {
    width: 40.666%;
    position: relative;
    background: url('/images/lentaVert.png') right no-repeat;
    padding-top: 70px;
    padding-right: 74px;
}

.ContactsRight {
    width: 69.333%;
    position: relative;
    padding-left: 15px;
    padding-top: 90px;
}

.ContactsMap {
    width: 100%;
    position: relative;
    border-radius: 35px 35px 0px 0px;
    overflow: hidden;
}

.ContactsInfo {
    padding-right: 38%;
    margin-bottom: 25px;
}

.ContactsInfoHeader {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 35px;
}

.ContactsPhone a {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #61D1FF;
}

.ContactsButton {
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FA6646;
    box-shadow: 0px 4px 0px #DC5538;
    border-radius: 5px;
    height: 50px;
    padding: 16px 30px;
    display: inline-block;
    cursor: pointer;
}

.ContactsRight .Flex {
    justify-content: space-between;
    margin-bottom: 50px;
}

.ContactsEmail a {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #61D1FF;
}

.ContactsEmail {
    margin-bottom: 60px;
}

.ContactsAddress {
    border-top: 1px solid #798488;
    padding-left: 70px;
    padding-top: 20px;
    position: relative;
}

.ContactsAddressH1 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.ContactsEmailH1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
}

.ContactsAddress:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 50px;
    height: 50px;
    background: url('/bitrix/templates/mkws/components/bitrix/map.yandex.view/mkws/images/marker.svg') center no-repeat;
}

@media (max-width: 767px){
    .ContactsLeft {
        order: 2;
        width: calc(100% + 30px);
       background: none;
        padding-top: 70px;
        padding-right: 0;
        margin: 0 -15px;
    }

    .ContactsMap {
        border-radius: 0;
        height: 400px;
    }

    .ContactsRight {
        padding-left: 0;
        padding-top: 30px;
        width: 100%;
    }

    .ContactsInfo {
        padding: 0;
    }

    .ContactsInfoHeader,
    .ContactsEmailH1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .ContactsPhone {
        margin-bottom: 20px;
    }

    .ContactsButton {
        width: 100%;
        text-align: center;
    }
}
/* End */
/* /bitrix/templates/mkws/components/bitrix/news.detail/main/style.css?16371533501494 */
/* /bitrix/templates/mkws/components/bitrix/news.list/services_main/style.css?16371533501836 */
/* /bitrix/templates/mkws/components/bitrix/news.list/prices/style.css?17655675433037 */
/* /bitrix/templates/mkws/components/bitrix/news.list/technology/style.css?16371533503062 */
/* /bitrix/templates/mkws/components/bitrix/news.list/area/style.css?16371533501576 */
/* /bitrix/templates/mkws/components/bitrix/news.list/table_mkws/style.css?1765567796241 */
/* /bitrix/templates/mkws/components/bitrix/news.list/portfolio/style.css?16371533504729 */
/* /bitrix/templates/mkws/components/bitrix/news.list/why/style.css?16371533501642 */
/* /bitrix/templates/mkws/components/bitrix/map.yandex.view/mkws/style.css?16371533502618 */
