body{
	font-family: "Fira Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0px; 
	margin: 0px;
}
.container{
	max-width: 1280px; 
	margin : 0 auto;
}
.small_container{
	max-width: 890px; 
	margin : 0 auto;	
	padding: 0 15px;
}
.medium_container{
	max-width: 985px; 
	margin : 0 auto;	
	padding: 0 15px;
}
.topbar{
	background: #97afb8;
	padding: 8px 0;
}
.topbar .small_container{
	display: flex; 
	align-items : center;
	justify-content : space-between;
}
.topbar .phone, 
.topbar .mail, 
.topbar .maps {
    color: #1f3f5a;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.topbar .phone:before,
.topbar .mail:before,
.topbar .maps:before{
	content: '';
	width : 28px;
	height : 28px;
	display: inline-block;
	margin: 0 10px 0;
}	
.topbar .phone:before{
	background-image: url('img/phone.png');
}
.topbar .mail:before{
	background-image: url('img/email.png');
}
.topbar .maps:before{
	background-image: url('img/maps.png');
}
img.header {
    margin: 0px;
    padding: 0px;
    display: block;
	width : 100%
}
.title{
	background: #eaeff1;
	margin: 0px;
    padding: 35px 0 25px;
}
.title h1 {
    text-align: center;
    color: #1f3f5a;
    font-weight: 400;
    font-size: 64px;
    margin: 0;
}
.title h2 {
    color: #6d8294;
    margin: 0px;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}
.title .lang {
    position: absolute;
    margin: 20px 0 0 0;
}
.title .lang a{
	text-decoration : none;
	padding: 0 10px 0 0;
    display: inline-block;
	transition
}
.title .lang a img{
	-ms-transform: scale(0.9); /* IE 9 */
	-webkit-transform: scale(0.9); /* Safari 3-8 */
	transform: scale(0.9);
    transition: 0.5s;
}
.title .lang a:hover img{
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari 3-8 */
	transform: scale(1);
}
.main h3 {
    color: #0090b3;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 30px 0 15px 0;
}
.main p {
	font-family: "fira-sans-2", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 23px;
    color: #1f3f5a;
    font-size: 17px;
    text-align: justify;
	margin: 0 0 5px;
}
.main b {
    font-family: "fira-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.main li {
font-family: "fira-sans-2", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 23px;
    color: #1f3f5a;
    font-size: 17px;
}
hr {
    border-top: 1px solid #97afb8;
    margin: 30px 0 0 0;
}
.images-cabinet{
	margin : 25px 0;
}
.bio {
    background: #cbd7db;
    padding: 35px 0 45px;
}
.bio h5 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #1f3f5a;
    margin: 0px;
}
.bio_container{
	display : flex;
	flex-wrap : wrap; 
	align-items : center;
}
.img-bio{
	width : 20%;
}
.img-bio img{
	width : 90%;
	max-width: 165px;
}
.txt-bio{
	width : 80%;
}
footer {
    padding: 25px 0 45px;
    text-align: center;
    background: #1f3f5a;
}
footer a{
	text-decoration : none;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}
@media screen and (max-width: 1114px) {
		.images-cabinet img {
		max-width: fit-content;
		width: 100%;
		margin: 5px auto;
		text-align: center;
		display: block;
	}
}
@media screen and (max-width: 720px) {
	.topbar .small_container {
		display: block;
	}
	.topbar .phone, .topbar .mail, .topbar .maps{
		margin: 8px 0;
	}
	.title{
		padding: 10px 0 25px;
	}
	.title .lang {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 117px;
	}
	.title h1{
		margin: 25px 0 0;
		font-size: 50px;
	}
	.bio h5 {
	    margin: 0px 0 25px;
	}
	.bio_container {
		display: block;
	}
	.img-bio {
		width: 20%;
		float: left;
	}
	.txt-bio {
		width: 100%;
	}
}
@media screen and (max-width: 720px) {
	.img-bio {
        width: fit-content;
        float: none;
        display: block;
        margin: 0 auto 25px;
    }
}












