@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;600&display=swap');

body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}
.mb50{
	margin-bottom: 50px; 
}
.mt50{
	margin-top: 50px; 
}
img {
	max-width: 100%;
	height: auto;
}
.map-stara-zagora-wrapper {
	background: #D3E8DB;
	text-align: center;
	position: relative;
	margin-bottom: 100px; 
}
.map-stara-zagora-image-wrapper {
	height: 80vh;
	margin: auto;
	padding-top: 100px; 
	padding-bottom: 100px;
	width: auto;
    display: inline-block;
}
.map-stara-zagora {
	position: relative;	
	width: auto;
    display: inline-block;
    transition: all 0.3s ease-in;
}
.map-stara-zagora-wrapper.on-side .map-stara-zagora .positive, .map-stara-zagora-wrapper.on-side .map-stara-zagora .negative {
	display: none;
}
.map-stara-zagora-wrapper.on-side .map-stara-zagora {
    position: absolute;
    width: 45%;
    height: auto;
    right: 0;
    transform: scale(0.7);
    transform-origin: right;
    top: 150px; 
}
.map-stara-zagora-wrapper.on-side .map-stara-zagora img {
	display: none;
}
.map-stara-zagora-wrapper.on-side{
	background: #D3E8DB;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
    background-image: url(../images/map-stara-zagora-rotate.svg);
    background-repeat: no-repeat;
	background-position: 100% -195px;
}
.map-stara-zagora-wrapper.on-side:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 370px;
    bottom: -10%;
    left: 0;
    background-image: url(../images/map-stara-zagora-crop.svg);
    background-repeat: no-repeat;
    background-position: right top;
}
.map-stara-zagora-image-wrapper img {
	height: 100%;
	width: auto;
}
.main-heading {
	font-size: 37px;
	font-weight: 400;
	text-align: center;
} 
.main-heading span {
	font-weight: 600;
} 
.dot {
	position: absolute;
	top: 10px;
}
.dot span {
	font-size: 0.7rem;
    position: absolute;
    left: -250%;
    width: 85px;
    top: 100%;
    text-align: right;
    white-space: nowrap;
}
.dot .light-green, .dot .dark-green { 
	height: 0.8rem;
	width: 0.8rem;
	border-radius: 50%; 
	transition: all 0.5s ease-in-out;
}
.dot .light-green { 
	background: #5ACB86;
	border: 0.4rem solid #5ACB86;
}
.dot .dark-green { 
	background: #056128;
	border: 0.4rem solid #056128;
}
.dot .light-green:hover, .dot .dark-green:hover, .dot.active .light-green, .dot.active .dark-green { 
	background: #FD8C7C; 
	height: 1.2rem;
	width: 1.2rem;
	cursor: pointer;
}
.dot .light-green:hover, .dot.active .light-green  { 
	border: 0.4rem solid #5ACB86;
}
.dot .dark-green:hover, .dot.active .dark-green { 
	border: 0.4rem solid #056128;
}
.pavel-banya { 
	top: 25%;
    left: 13%;
}
.kazanlak { 
    top: 21%;
    left: 31%;
}
.maglizh { 
    top: 21%;
    left: 48%;
}
.gurkovo { 
    top: 16%;
    left: 63%;
}
.nikolaevo { 
	top: 30%;
    left: 63%;
}
.stara-zagora { 
    top: 41%;
    left: 48%;
}
.bratya-daskalovi { 
	top: 52%;
    left: 24%;
}
.rakitnitsa { 
	top: 48%;
    left: 38%;
}
.chirpan { 
    top: 63%;
    left: 34%;
}
.opan { 
    top: 64%;
    left: 60%;
}
.radnevo { 
    left: 75%;
    top: 58%;
}
.troyanovo { 
	left: 71%;
    top: 62%;
}
.beli-bryag { 
    left: 74%;
    top: 66%;
}
.galabovo { 
    left: 84%;
    top: 70%;
}
.dot.negative, .dot.positive {
	font-size: 0.7rem;
	left: 95%;
	width: 175px;
	text-align: left;
}
.dot.negative div, .dot.positive div {
	display: inline-block;
}
.dot.negative p, .dot.positive p {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: -12px;
}
.dot.negative {
	top: 100px;
}
.dot.positive {
	top: 140px;
}
.description {
	display: none;
}
.description {
	max-width: 1400px; 
	margin: auto;
	text-align: left;
	width: 90%;
	min-height: 1020px;
}
.description p {
	font-size: 0.9rem;
	font-weight: 100;
}
.description h2 {
	font-size: 2rem;
	font-weight: 100;
}
.description h3 {
	font-size: 1.5rem;
	font-weight: 100;
}
.description h2 span,.description h3 span {
	font-weight: 400;
}
.descriptions-v-one .column-one, .descriptions-v-one .column-two, .descriptions-v-one .column-three {
	display: inline-block;
	vertical-align: top;
}
.descriptions-v-one .column-one {
	width: 30%;
}
.descriptions-v-one .column-two {
	width: 39%;
	padding-top: 40px; 
}
.descriptions-v-one .column-two p {
	padding-left: 30px;
	text-align: justify;
}
.descriptions-v-one .column-three {
	width: 30%;
}
.white-bck-box {
	padding: 30px; 
	background-color: white; 
	margin-left: 40px;
}
.descriptions-v-one .column-two img {
	position: relative;
	left: -20px; 
	bottom: -20px; 
	margin-bottom: -50px;
}
.descriptions-v-two > div {
	display: inline-block;
	vertical-align: top;
}
.descriptions-v-two .column-one {
	width: 30%;
}
.descriptions-v-two .column-two {
	width: 30%;
	text-align: center;
}
.descriptions-v-two .column-four {
	width: 60%;
	text-align: justify;
}
.descriptions-v-two .column-three {
	width: 30%;
	margin-left: 9%;
}
.descriptions-v-two .column-two img {
	transform: scale(1.1);
    transform-origin: right;
}
