
 #main
	{
	padding: 0;
	*background: #EEEFEA;
	}


/*-------- TOP TEXT --------*/

 #top-text
	{
	background: url('images/building.png') left bottom no-repeat;
	background-size: auto 80%;
	background-color: #092044;
	}

 #top-text .wrapper
	{
	padding: 100px 0 240px 0;
	max-width: 760px;
	color: #fff;
	}

 #top-text h1
	{
	font-size: 40px;
	text-align: start;
	color: #fff;
	}

 #top-text b
	{
	font-weight: 400;
	*color: #E59767;
	color: #6AA6E1;
	}

 #top-text .text p
	{
	margin: 8px 0;
	max-width: 600px;
	font-size: 14px;
	line-height: 1.8;
	}


/*-------- COUNTRIES --------*/

 #countries
	{
	margin-top: -140px;
	}

 #countries h3
	{
	margin: 0 0 30px 0;
	font-family: Unbounded;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	}

 #countries .list
	{
	margin: 0 -14px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}

 #countries .list > div
	{
	display: inline-block;
	padding: 0 10px;
	width: 200px;
	max-width: 20%;
	}

 #countries .country
	{
	display: inline-block;
	width: 100%;
	background: #fff;
	color: #000;
	box-shadow: 10px 10px 40px 0 rgba(0,0,0, 0.15);
	transition: box-shadow 0.2s ease, color 0.2s ease;
	cursor: pointer;
	}

 #countries .country .title
	{
	padding: 16px 5px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	}

 #countries .photo
	{
	display: block;
	width: 100%;
	overflow: hidden;
	}

 #countries .photo img
	{
	display: block;
	width: 100%;
	height: 90px;
	object-fit: cover;
	transition: transform 0.2s ease;
	}

 #countries .country:hover
	{
	color: #D57747;
	box-shadow: 10px 10px 40px 0 rgba(0,0,0, 0.25);
	}
 #countries .country:hover img
	{
	transform: scale(1.1);
	}

 #countries .country.active
	{
	color: #D57747;
	border-bottom: 2px solid #E59767;
	}
 #countries .country.active img
	{
	transform: scale(1.1);
	}


/*-------- COUNTRY --------*/

 .country-block
	{
	margin-top: 100px;
	display: none;
	}

 .country-block.active
	{
	display: block;
	}

 .country-block .cols
	{
	display: flex;
	margin-bottom: 50px;
	}

 .country-block .photo
	{
	flex: 0 0 50%;
	max-width: 400px;
	}

 .country-block .photo img
	{
	display: block;
	width: 100%;
	}

 .country-block .data
	{
	*margin-left: 50px;
	margin-inline-start: 50px;
	}

 .country-block h1
	{
	margin: 14px 0 40px 0;
	*text-align: left !important;
	}

 .country-block .text-wrap
	{
	position: relative;
	padding-top: 10px;
	padding-left: 40px;
	}
 .country-block .text-wrap:before
	{
	content: '';
	position: absolute;
	top: -25px;
	left: -20px;
	width: 50px;
	height: 50px;
	background: url('images/quote.svg') 0 0 no-repeat;
	background-size: 100% auto;
	}

 .country-block .text
	{
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-moz-line-clamp: 6;
	*line-clamp: 6;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;

	line-height: 1.5;
	color: #444;
	}

 .country-block .text p
	{
	display: inline;
	margin: 0 0 10px 0;
	}

 .country-block .a
	{
	display: inline-block;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #54595f;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
	}

 .country-block .btn-less
	{
	display: none;
	}

 .country-block .text-wrap.open .text
	{
	display: block;
	}
 .country-block .text-wrap.open .btn-more
	{
	display: none;
	}
 .country-block .text-wrap.open .btn-less
	{
	display: inline-block;
	}

 .country-block .text-wrap.open .text p
	{
	display: block;
	}


/*------ REASONS TO INVEST ------*/

 .invest-reasons
	{
	margin-top: 50px;
	background: #EEEFEA;
	}

 .invest-reasons .wrapper
	{
	padding: 80px 0 100px 0;
	}

 .invest-reasons h2
	{
	color: #092044 !important;
	text-align: left !important;
	}
 .invest-reasons h2 b
	{
	margin-right: 10px;
	*color: #D57747;
	color: #6AA6E1;
	}
 .invest-reasons h2:before,
 .invest-reasons h2:after
	{
	*background-color: #D57747 !important;
	*background-color: #6AA6E1 !important;
	}

 .invest-reasons .grid
	{
	margin-top: 70px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 50px 30px;
	}

 .invest-reasons .n
	{
	display: inline-block;	
	margin-bottom: 14px;
	padding-bottom: 8px;
	width: 70px;
	font-family: Unbounded;
	font-size: 50px;
	font-weight: 700;
	color: #092044;
	*border-bottom: 1px solid #D57747;
	border-bottom: 1px solid #092044;
	}
 .invest-reasons .item:hover .n
	{
	color: #6AA6E1;
	*text-shadow: 6px 6px 0 #fff;
	}

 .invest-reasons .item
	{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
	}


/*-------- BOTTOM TEXT --------*/

 #bottom-text
	{
	min-height: 500px;
	background-color: #092044;
	border-bottom: 1px solid RGBA(255,255,255, 0.3);
	}

 #bottom-text .wrapper
	{
	padding: 70px 0;
	}

 #bottom-text .content
	{
	position: relative;
	}

 #bottom-text h3
	{
	margin: 0;
	padding-top: 30px;
	max-width: 600px;
	font-family: Unbounded;
	font-size: 36px;
	font-weight: 400;
	text-align: start;
	color: #fff;
	}

 #bottom-text h3 b
	{
	display: block;
	font-weight: 400;
	*color: #E59767;
	color: #6AA6E1;
	}

 #bottom-text .text
	{
	margin-top: 20px;
	max-width: 400px;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	}

 #bottom-text .buttons
	{
	margin-top: 40px;
	}

 #bottom-text .btn
	{
	font-size: 13px;
	}

 #bottom-text .btn.secondary
	{
	background-color: #5B6A82;
	border: 1px solid #5B6A82;
	color: #fff;
	}
 #bottom-text .btn.secondary:hover
	{
	background-color: #fff;
	border-color: #fff;
	color: #092044;
	}

 #bottom-text .btn.outline
	{
	margin-left: 10px;
	background: none;
	border-color: #5B6A82;
	color: #fff;
	}
 #bottom-text .btn.outline:hover
	{
	background-color: #fff;
	color: #092044;
	}

 #bottom-text .photo
	{
	position: absolute;
	top: 0;
	right: 0;
	width: 520px;
	max-width: 45%;
	}
 #bottom-text.rtl .photo
	{
	left: 0;
	right: auto;
	}

 #bottom-text .photo img
	{
	display: block;
	width: 100%;
	}


/*------ TOP MOBILE ------*/

@media (max-width: 1500px) 
 {
 #top-text .wrapper
	{
	padding-top: 50px;
	max-width: 860px;
	padding-left: 200px;
	}

 #top-text h1
	{
	margin-bottom: 20px;
	font-size: 32px;
	}
 }

@media (max-width: 980px) 
 {
 #top-text
	{
	background-image: none;
	}

 #top-text .wrapper
	{
	padding: 30px 0 200px 0;
	max-width: 600px;
	padding-left: 0;
	}

 #countries .list > div
	{
	padding: 0 5px;
	}
 }

@media (max-width: 768px) 
 {
 #top-text h1
	{
	max-width: 500px;
	font-size: 28px;
	}

 #countries .list > div
	{
	margin-bottom: 20px;
	padding: 0 10px;
	width: 200px;
	max-width: 32%;
	}

 #countries .country .title
	{
	font-size: 13px;
	}
 }

@media (max-width: 480px) 
 {
 #top-text .wrapper
	{
	padding: 30px 0;
	}

 #top-text h1
	{
	font-size: 24px;
	}

 #top-text .text p
	{
	line-height: 1.6;
	}

 #countries
	{
	margin-top: 0;
	}

 #countries h3
	{
	margin: 20px 0;
	color: #092044;
	}

 #countries .list > div
	{
	margin-bottom: 10px;
	padding: 0 5px;
	}

 #countries .photo img
	{
	height: 65px;
	}
 }


/*-------- COUNTRY MOBILE --------*/

@media (max-width: 980px) 
 {
 .country-block
	{
	margin-top: 60px;
	}

 .country-block h1
	{
	font-size: 30px !important;
	}

 .country-block .text-wrap
	{
	padding-left: 0px;
	}
 .country-block .text-wrap:before
	{
	top: -30px;
	left: 0px;
	width: 36px;
	height: 36px;
	}

 .country-block .text
	{
	font-size: 14px;
	}

 .country-block .data
	{
	margin-inline-start: 35px;
	}

 .country-block .photo
	{
	max-width: 300px;
	}
 }

@media (max-width: 768px) 
 {
 .country-block
	{
	margin-top: 20px;
	}

 .country-block .outer:first-child
	{
	padding: 0;
	}

 .country-block .cols
	{
	display: block;
	margin-bottom: 20px;
	padding: 0;
	}

 .country-block .photo
	{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-top: 50%;
	overflow: hidden;
	}

 .country-block .photo img
	{
	position: absolute;
	top:0; left:0; right:0; bottom:0;
	margin: auto;
	object-fit: cover;
	}

 .country-block .data
	{
	margin-inline-start: 0;
	padding: 20px;
	}

 .country-block h1
	{
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 24px !important;
	}

 .country-block .text-wrap:before
	{
	top: -18px;
	width: 26px;
	height: 26px;
	}
 }


/*-------- INVEST REASONS MOBILE --------*/

@media (max-width: 980px) 
 {
 .invest-reasons .grid
	{
	margin-top: 40px;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 20px;
	}

 .invest-reasons .n
	{
	font-size: 40px;
	}
 }

@media (max-width: 768px) 
 {
 .invest-reasons .n
	{
	font-size: 30px;
	}
 }

@media (max-width: 600px) 
 {
 .invest-reasons
	{
	margin-top: 30px;
	}

 .invest-reasons .wrapper
	{
	padding: 50px 0 70px 0;
	}

 .invest-reasons .grid
	{
	margin-top: 30px;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	}

 .invest-reasons .item
	{
	font-size: 13px;
	}

 .invest-reasons .n
	{
	margin-bottom: 10px;
	font-size: 24px;
	}
 }

@media (max-width: 480px) 
 {
 .invest-reasons
	{
	margin-top: 0px;
	}

 .invest-reasons .wrapper
	{
	padding: 30px 0;
	}

 .invest-reasons .grid
	{
	margin-top: 20px;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px;
	}

 .invest-reasons .n
	{
	font-size: 20px;
	}
 }


/*-------- BOTTOM TEXT MOBILE --------*/

@media (max-width: 1200px) 
 {
 #bottom-text h3
	{
	padding-top: 0;
	font-size: 30px;
	}
 }

@media (max-width: 980px) 
 {
 #bottom-text .wrapper
	{
	padding: 50px 0;
	max-width: 500px;
	}

 #bottom-text h3
	{
	font-size: 24px;
	}

 #bottom-text .photo
	{
	position: static;
	margin: 20px 0;
	width: 100%;
	max-width: 100%;
	}

 #bottom-text .buttons
	{
	margin-top: 20px;
	}
 }

@media (max-width: 480px) 
 {
 #bottom-text
	{
	border: none;
	}

 #bottom-text .wrapper
	{
	padding: 30px 0;
	max-width: 400px;
	}

 #bottom-text h3
	{
	font-size: 20px;
	}

 #bottom-text .btn
	{
	margin: 5px 0 !important;
	width: 100%;
	font-size: 12px;
	}
 }
