

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1743613803666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/mkws2024_en/components/bitrix/news.list/map/style.css?17457589442638*/
.map-item {
	display: none;
	width: 100%;
}

.map-item.current {
	display: flex;
}

.map-item > * {
	height: 800px;
	width: 50%;
}
.map-list {
	width: 100%;
	overflow: hidden;
}
.map-left {
	background-size: cover;
	background-position: center;
	position: relative;
}

.map-info {
	position: absolute;
	top: 22px;
	left: 50%;
	transform: translateX(-50%);
	padding: 26px 46px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	color: #4A4A4A;
	font-size: 12px;
	line-height: 18px;
	max-width: 340px;
}

.map-btn-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.map-btn-list > div {
	color: #4A4A4A;
	font-size: 12px;
	line-height: 18px;
	padding: 12px;
	box-sizing: border-box;
	width: calc(50% - 4px);
	border: 1px solid #4A4A4A;
	cursor: pointer;
	text-align: center;
	transition: 0.3s;
}

.map-btn-list > div.current {
	color: #FFFFFF;
	background: #4A4A4A;
}

.map-address {
	color: #747474;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 600;
}

body {
	background: #FCF8F1 url(/bitrix/templates/mkws2024/images/Lines.svg) center no-repeat !important;
}
h1 {
	margin-top: 64px!important;
}

@media (max-width: 992px) {

	body {
		background: #FCF8F1!important;
	}
	h1 {
		margin-top: 45px!important;
	}
	.map-btn-list {
		display: none;
	}
	.map-item.current,
	.map-item {
		display: block;
		width: 100%;
		border-top: 1px dashed #C7C7C7;
	}
	.map-item > * {
		height: 330px;
		width: 100%;
	}

	.map-left {
		background-position-y: 130px;
		background-repeat: no-repeat;
	}
	.map-info {
		position: absolute;
		top: 0;
		left: 0;
		transform: none;
		padding: 40px 20px 24px;
		background: none;
		text-align: left;
		color: #4A4A4A;

		max-width: none;
		right: 0;
		font-size: 14px;
		line-height: 20px;
		background: #fcf8f1;
	}
	.map-item > *:last-child {
		margin-bottom: 40px;
	}
	.map-item:first-child {

		border-top: none;
	}

	.map-item:first-child .map-left {
		background-position-y: 110px;
	}

	.map-item:first-child .map-info {
		padding-top: 20px;
	}
	.map-left,
	.map-item:first-child .map-left {
		height: 80vw;
		background-position: center;
	}
}

@media (max-width: 768px) {
	.map-info {
		font-size: 12px;
		line-height: 18px;
	}

	.map-item:first-child .map-left {
		height: 310px;
	}
	h1 {
		font-size: 20px!important;
		line-height: 22px!important;
	}
	.map-left, .map-item:first-child .map-left {
		background-position: top;
	}
	.map-item > *:last-child {
		margin-bottom: 0;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024_en/components/bitrix/news.list/map2/style.css?17476818883411*/
.map2-block {
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}

.map2-block-left {
	width: 35%;
}

.map2-list-block {
	width: 56%;
	display: flex;
	flex-flow: row wrap;
}
.map2-list {
	display: flex;
	flex-flow: row wrap;
}

.map2-block-name {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 41px;
}

.map2-block-text {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
	width: 75%;
}

.map2-item {
	border: 1px solid #4A4A4A;
	height: 290px;
	box-sizing: border-box;
	padding: 18px 15px;
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	width: calc(28% - 14px);
	margin-right: 14px;
	margin-bottom: 14px;
	display: flex;
	align-items: flex-start;
	padding-top: 164px;
}

.map2-item:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 18px;
	width: 16px;
	height: 16px;
	background: #C9474D;
}

.map2-item-url a {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 24px;
	display: inline-block;
}

.map2-item > div {
	min-height: 104px;
}
main {
	overflow: hidden;
}
.map2-block {
	position: relative;
}
.map2-block:after {
	content: '';
	position: absolute;
	left: -40px;
	right: -40px;
	padding-top: calc(100% + 80px);
	top: 0;
	transform: translateY(-10%);
	background: url(/bitrix/templates/mkws2024/images/circle1.svg) center no-repeat;
	z-index: -1;
}
@media(max-width: 1440px) {
	.map2-item {
		width: 237px;
		padding-top: 23%;
	}
	.map2-list-block::-webkit-scrollbar{
		display: none;
	}
}
@media (max-width: 1100px) {
	.map2-item {
		width: 237px;
		padding-top: 35%;
	}
}
@media(max-width: 992px) {
	.map2-block:after {
		display: none;
	}
	.map2-block {
		padding: 80px 0 0;
		flex-flow: row wrap;
		overflow: hidden;
		width: calc(100% + 20px);
		margin-right: -20px;
	}
	.map2-block-left {
		width: 100%;
	}
	.map2-block-text {
		color: #4A4A4A;
		font-size: 14px;
		line-height: 20px;
		width: 100%;
		padding-right: 20px;
		margin-bottom: 32px;
	}
	.map2-block-name {
		margin-bottom: 24px;
	}
	.map2-list {
		width: calc(4*(237px + 14px));
		display: flex
	;
		flex-flow: row wrap;
		flex-wrap: nowrap;
	}
	.map2-item {
		border: 1px solid #4A4A4A;
		height: 290px;
		box-sizing: border-box;
		padding: 18px 15px;
		color: #4A4A4A;
		font-size: 14px;
		line-height: 20px;
		position: relative;
		width: 237px;
		margin-right: 14px;
		margin-bottom: 14px;
		display: flex
	;
		padding-top: 19%;
	}
	.map2-list-block {
		overflow: auto;
		width: 100%;
	}
}

@media(max-width: 500px) {
	.map2-block:after {
		display: none;
	}
	.map2-block {
		padding: 80px 0 80px;
		flex-flow: row wrap;
		overflow: hidden;
		width: calc(100% + 20px);
		margin-right: -20px;
	}
	.map2-block-left {
		width: 100%;
	}
	.map2-block-text {
		color: #4A4A4A;
		font-size: 12px;
		line-height: 18px;
		width: 100%;
		padding-right: 20px;
		margin-bottom: 32px;
	}
	.map2-block-name {
		margin-bottom: 24px;
	}
	.map2-list {
		width: calc(4*(237px + 14px));
		display: flex
	;
		flex-flow: row wrap;
		flex-wrap: nowrap;
	}
	.map2-item {
		border: 1px solid #4A4A4A;
		height: 290px;
		box-sizing: border-box;
		padding: 18px 15px;
		color: #4A4A4A;
		font-size: 14px;
		line-height: 20px;
		position: relative;
		width: 237px;
		margin-right: 14px;
		margin-bottom: 14px;
		display: flex
	;
		padding-top: 19%;
	}
	.map2-list-block {
		overflow: auto;
		width: 100%;
	}
}
/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1743613803666 */
/* /bitrix/templates/mkws2024_en/components/bitrix/news.list/map/style.css?17457589442638 */
/* /bitrix/templates/mkws2024_en/components/bitrix/news.list/map2/style.css?17476818883411 */
