.header {
	width:100%;
	margin: 0 auto 0 auto;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	position: fixed;
	top:0;
	
	backdrop-filter:blur(5px);
	background-color: rgba(240,240,240,0.7);
	
	z-index: 100;

}

.header>span.relative {
	display: none;
}

.logo {
	/*padding: 30px;
	font-size: 2em;*/
	margin: 20px 0 14px 0;
}

.logo a {
	border-bottom: unset;
}

.logo img {
	height:60px;
	width:auto;
	
}



.phones {
	width:40%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:5px 0;
	text-align: right;
}

.phones img {
	height: 18px;
	width:auto;
	vertical-align: middle;
}

.phones a, .phones span  {
margin:3px;
}

.content_1_html {
	background: url('../../content/images/topbg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 50vh;
}

.content_1_html .block {
	display: flex;
	justify-content: center;
	align-items: center;
}

.countries {
    display: flex;
    
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
	flex-wrap: wrap;
}

.countries a {
	border:unset;
	color:white;
	
}

.country {
    margin:20px;
    width:240px;
    text-align:center;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    vertical-align: top;
	position: relative;
	
	background-color: white;
	z-index:2;
}


.country span.top {
	position: absolute;
	top:0;
	left:0;
	width:calc(100% - 20px);
	padding:10px;
	background-color: rgba(0,0,0,0.3);
	backdrop-filter:blur(2px);
	font-weight: 500;
	z-index: 3;
}

.country span.bottom {
	position: absolute;
	bottom:0;
	left:0;
	width:calc(100% - 20px);
	padding:10px;
	background-color: rgba(0,0,0,0.3);
	backdrop-filter:blur(2px);
	z-index: 3;
}

.country img.main {
	width:240px;
	height:240px;
	object-fit:cover;
	margin-bottom:-7px;
	z-index:2;
	position: relative;
}

.country img.flag {
	z-index:1;
	width:70px;
	height:auto;
	position: absolute;
	border-radius:10px;
}

.content_3_html {
	background-color: #F2EDEB;
}

.advantages {
    display: flex;
    
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
	flex-wrap: wrap;
}

.advantage {
    margin:20px;
    width:290px;
	padding:20px;
    text-align:left;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    vertical-align: top;
	position: relative;
	
	background-color: white;
}