body {
	font-family:'Roboto Slab',Arial,Verdana,sans-serif;
	font-size: 16px;
	margin:0;
}
input{outline:none;}

@font-face {
    font-family: 'Roboto Slab';
    src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url('../fonts/robotoslabthin.woff2') format('woff2'), url('../fonts/robotoslabthin.woff') format('woff'), url('../fonts/robotoslabthin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url('../fonts/robotoslablight.woff2') format('woff2'), url('../fonts/robotoslablight.woff') format('woff'), url('../fonts/robotoslablight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('../fonts/robotoslabregular.woff2') format('woff2'), url('../fonts/robotoslabregular.woff') format('woff'), url('../fonts/robotoslabregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url('../fonts/robotoslabbold.woff2') format('woff2'), url('../fonts/robotoslabbold.woff') format('woff'), url('../fonts/robotoslabbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.buyForwarderButton {color:#069;font-weight:900;font-size:25px;text-decoration:none;font-family:'Open Sans', sans-serif;}
.buyForwarderButton:hover {color:crimson;}
.buyForwarderButton span {color:crimson;}
.buyForwarderButton:hover span {color:#069 !important;}

#main {
	margin:0 0 20px;
	height:auto;
}

#main .content {
	width:60%;
	margin:0 auto;
}
#main .content {}
#main .content {}
#main .content {
    display: flex;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #aaa;
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0 0 30px #ccc;
}
#main .content {}
.footer {
    border-top: 1px solid #aaa;
    padding: 20px;
    text-align: center;
    background-color: #fff;
}

.content div {
    display: inline-block;
    box-sizing: border-box;
}

.photo {}

.photo {}

.content .photo {
    width: 40%;
}

.content .bio {
    width: 60%;
    padding-left: 30px;
    background-color: #ffebaa;
    text-shadow: 1px 1px 1px #fff;
}

.content .bio .title {
    font-size: 40px;
	font-weight:normal;
    font-family: Russo One;
    padding: 20px 0 0;
    width: 100%;
    color: crimson;
    position: relative;
	margin:0;
}

.content .bio .text p {
    font-size: 20px;
    line-height: 1.5;
}

.content .bio .text {
    width: 100%;
    padding: 0 30px 10px 0;
}

.content .photo img {
    width: 100%;
}

.content .photo {
    border-right: 1px solid #aaa;
}
.languageSwitcher {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.languageSwitcher select {
    border: 1px solid #aaa;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 800;
    text-align-last: center;
    padding: 5px 7px 5px 5px;
    outline: none;
    box-shadow: 0 0 10px #bbb;
	text-shadow: 1px 1px 1px #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: absolute;
    right: -20px;
    top: 25px;
	background-image: url(../css/images/icons/ru.svg);
    background-position: center;
    background-size:40px;
    background-repeat: no-repeat;
}
.enFlag {
	background-image: url(../css/images/icons/en.svg) !important;
}

#enContent {
	display:none;
}

@media (max-width: 1000px) {
	#main .content {
    width: 100%;
    border: 0;
    box-shadow: none;
    display: block;
 }
	.content .photo {
		width:100%;
		border: 0;
		border-bottom: 1px solid #aaa;
	}
	.content .bio {
		width:100%;
		padding: 0 50px;
		border-bottom: 1px solid #aaa;
	}
	.content .bio .title {
		font-size: 70px;
		font-weight:normal;
		text-align: center;
		padding:36px 0 0;
		margin:0;
	}
	.content .bio .text {
		padding-right: 0;
		text-align: justify;
	}
	.content .bio .text p {
		font-size: 35px;
	}
	.languageSwitcher {
		width:100%;
	}
	.languageSwitcher select {
    width: 80px;
    height: 80px;
    background-size: 80px;
    font-size: 34px;
    right: 40px;
    top: 34px;
}
.footer {
    font-size: 30px;
    line-height: 1.8;
}
}