.pageAdvertiseTitle {
	  font-weight: bold;
font-size: 14px;
line-height: 16px;
margin: 45px 0 26px 0;
color: #000000;
}
.pageAdvertiseMenu {
	display: flex;
	justify-content: center;
}
.pageAdvertiseMenuItem {
	font-size: 13px;
line-height: 15px;
color: #E30513;
width: 184px;
padding: 14px 0;
text-align: center;
background-color: #FFFFFF;
cursor: pointer;
}

.pageAdvertiseMenuItemActive {
	color: #FFFFFF;
background-color: #E30513;

}


.pageAdvertise {
	
	border-bottom: 1px solid #E30513;
}

.advertise, .pageAdvertise {
	background: #FBF7F7;
}

.advertiseInfoBlock {
	font-size: 17px;
line-height: 20px;
}

.advertise > .pageInner {
	width: 1125px;
}

.advertiseInfoBlockFirst {
	margin: 79px auto 30px auto;
	font-size: 17px;
    line-height: 20px;
}

.advertiseInfoRow {
	display: flex;
	justify-content: space-between;
}


.advertiseSubtitle {
	font-weight: bold;
font-size: 18px;
line-height: 21px;
text-align: center;
margin: 29px 0 23px 0;
}

.advertiseSubtitleFirst {
	margin: 60px 0 23px 0;
}

.advertiseMain {
	display: flex;
	flex-direction: column;

}
.advertiseMainTable {
	margin: auto;
	border-spacing: 0;
}

.advertiseMainTable td {
	background: #FFFFFF;
border: 1px solid #EFEFEF;
box-sizing: border-box;
}

.advertiseMainTable th, .advertiseMainTable td {
	height: 33px;
	width: 158px;
	text-align: center;
}

.advertiseMainTable th {
	text-align: center;
	background: #C4C4C4;

}
.advertiseMainTable td.advertiseMainTableRowName {
	padding-left: 16px;
	text-align: left;

}


.advertiseMainTable td {
	font-weight: 300;
font-size: 12px;
line-height: 14px;
}




.advertiseMainTable th.advertiseMainTableRowName, .advertiseMainTable td.advertiseMainTableRowName {
	width: 471px;
	line-height: 33px;
}
.tableImage {
	display: flex;
}


.tableImage img {
	margin: auto;
}



.combined {
	padding-left: 9px;
	padding-right: 9px;
	text-align: center;
}

.lastRow td {
	font-weight: 600;
	/*font-weight: 500;*/
}


.advertiseMainTableRowAdv {
font-size: 12px;
line-height: 14px;
width: 236px;
}

.advertiseMainBlockFirst {
font-size: 17px;
line-height: 20px;
margin: 88px 0 25px 0;
}

.advertiseMainBanner {
	width: 984px;
	height: 1041px;
	margin: 0 auto 15px auto;
}

.mapImage {
	margin: 8px auto 44px auto;

}

.mapImage img, .mapImage {
	width: 949px;
height: 579px;
}

.map {
	background-color: #FFFFFF;
}

.mapTitle {
	font-weight: bold;
font-size: 18px;
line-height: 21px;
margin: 56px auto 0 42px;
}

.mapInner {
	display: flex;
	flex-direction: column;
}

.advertiseInfo {
	margin-bottom: 65px;
}

.advertiseMainBlockAdv {
    font-size: 12px;
}


.regions {
  list-style: none; /* Remove default bullets */
}

.region img {
	width: 11px;
	height: 11px;
	margin-right: 11px;
}

.mapLegend {
	position: absolute;
	top:367px;
	left: 85px;
	height: fit-content;
}


.mapImage {
	position: relative;
}

.region {
	font-size: 18px;
line-height: 21px;
}


.country {
	font-size: 13px;
line-height: 15px;
margin-right: 11px;
letter-spacing: -0.01em;
}

.countries {
	display: flex;
	margin-top: 12px;
	margin-left: 22px;
}



