@charset "UTF-8";
.wide-map {
	position: relative;
	background: rgba(29, 161, 242, 0.03);
/*	height: 80vh;*/
	max-height: 604px;
}
.wide-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wide-map-info {
	background: rgba(29, 161, 242, 0.03);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.55);
	position: relative;
	padding: 40px 0;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: normal;
	text-align: left;
	color: var(--grey700);
}

@media only screen and (max-width: 767px) {
.wide-map-info .container {
	padding-left: 25px;
	padding-right: 25px;
}
}
.wide-map-info p {
	margin: 0 0 26px 0;
}
.wide-map-info p:last-child {
	margin-bottom: 0!important;
}
.wide-map-info strong {
	font-weight: 600;
	color: var(--grey900);
}
.wide-map-info .sides {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.wide-map-info .sides-title {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 0 20px;
	font: bold 22px/40px var(--fontg);
	letter-spacing: -0.02em;
	color: #2D3748;
	margin: 0 0 15px 0;
}
.wide-map-info .sides-title strong {
	font: inherit;
	color: var(--orange);
}
.wide-map-info .sides-title .pic {
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--deep-blue);
}
.wide-map-info .info {
	margin: 35px -10px 0 -10px;
	font-weight: 500;
	letter-spacing: -0.01em;
	font-size: 13px;
	line-height: 21px;
	color: var(--grey800);
	text-align: center;
}
.wide-map-info .info .bg {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(20, 6, 1, 0.13), 0px 25px 45px rgba(58, 91, 115, 0.17);
	border-radius: 15px;
	padding: 33px 17px 22px 17px;
}
.wide-map-info .info .bg:before, .wide-map-info .info .bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 47px;
	height: 47px;
	margin: -23.5px;
	border-radius: 50%;
	background: var(--white) url(../img/attention.svg) no-repeat 50% 50%;
	background-size: contain;
	border: 4px solid #F8FCFF;
}
.wide-map-info .info .bg:before {
	box-shadow: 0px 0px 1px rgba(20, 6, 1, 0.13), 0px 25px 45px rgba(58, 91, 115, 0.17);
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
.wide-map-info .info strong {
	display: block;
	font-weight: bold;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 8px 0;
}

/*mobile end*/

/*tablet start*/

@media only screen and (min-width: 768px) {
.wide-map {
	max-height: 350px;
}
.wide-map-info {
	padding-top: 50px;
	padding-bottom: 70px;
	box-shadow: none;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: var(--grey600);
}
 @media only screen and (max-width: 1279px) {
 .wide-map-info .container {
 max-width: 864px;
}
}
.wide-map-info p {
	margin-bottom: 16px;
}
.wide-map-info strong {
	color: var(--grey800);
}
.wide-map-info .sides {
	gap: 40px 0;
}
.wide-map-info .sides .col {
	padding-left: 80px;
}
.wide-map-info .sides-title {
	flex-direction: row;
	justify-content: flex-start;
	margin: 0 0 20px -80px;
	font-size: 24px;
	letter-spacing: normal;
	color: var(--grey800);
}
.wide-map-info .sides-title strong {
	color: inherit;
}
.wide-map-info .sides-title .pic {
	width: 60px;
	height: 60px;
	background: #EFF4FC;
}
.wide-map-info .info {
	margin: 40px 0 0 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}
.wide-map-info .info .bg {
	padding: 20px 20px 20px 135px;
	border-radius: 8px;
	box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.15), 0px 25px 45px rgba(14, 81, 184, 0.11);
}
.wide-map-info .info .bg:after {
	width: 43px;
	height: 43px;
	border: 0;
	margin: -21.5px;
	top: 50%;
	left: 82px;
}
.wide-map-info .info .bg:before {
	display: none;
}
.wide-map-info .info strong {
	display: inline;
	font: inherit;
	margin: 0;
}
}

/*tablet end*/

/*desktop start*/

@media only screen and (min-width: 1280px) {
.wide-map {
	max-height: 350px;
}
.wide-map-info {
	padding-top: 60px;
	padding-bottom: 60px;
}
.wide-map-info p {
	margin-bottom: 16px;
}
.wide-map-info strong {
	color: var(--grey800);
}
.wide-map-info .sides {
	flex-direction: row;
	gap: 0 80px;
}
.wide-map-info .sides .col {
	padding-left: 80px;
	flex: 1;
	width: auto;
}
.wide-map-info .info {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	line-height: 24px;
}
.wide-map-info .info .bg {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 23px 20px 23px 78px;
}
.wide-map-info .info .bg:after {
	width: 28px;
	height: 28px;
	margin: -14px;
	left: 44px;
}
}
