@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=UnifrakturMaguntia&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/*  

font-family: 'Oswald', sans-serif;
font-family: 'UnifrakturMaguntia', cursive;

 */


* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	background-color: #aea5bd;
	position: relative;
}

body {
	margin: 5px;
}

#personal {
	display: block;
	width: 700px;
	height: 670px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 20px;
	color: #262626;
}

#personal .tabs {
	display: flex;
	border: 1px solid #8b868e;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 28px;
	background: url(http://forumstatic.ru/files/0016/01/4e/13410.jpg) no-repeat center;
	background-size: 700px auto;
	position: relative;
	justify-content: space-between;
}

.tab, .tab-title {
	display: inline-block;
}

.tab input[type="radio"] { display: none; }

.tab-title {
	width: 110px;
	height: 38px;
	line-height: 38px;
	background: #c7bdc8;
	color: #262626;
	cursor: pointer;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
}
   
.tab-content {
    position: absolute;
    border: none;
    box-sizing: border-box;
    padding: 28px;
    left: 0;
    width: 100%;
    height: calc(100% - 66px);
    display: none;
}

.tab :checked + .tab-title {
    position: relative;
    background: #fff;
    z-index: 1;
}

.tab :checked ~ .tab-content {
    display: block;
}

.tab-content > div {
	-webkit-animation: 1s both fadeIn;
	animation: 1s both fadeIn;
}

@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}
        
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}


#personal .socbuttons {
	display: flex;
	width: 220px;
	margin: 0 auto;
	justify-content: space-between;
	line-height: 200%;
	font-size: 40px;
	padding-bottom: 22px;
}

#personal .socbuttons a {
	font-style: normal;
	font-family: fontawesome;
	color: #9d979e;
	text-decoration: none;
	transition: all 0.3s linear 0s;
}

#personal .socbuttons a:hover {
	color: #262626;
}

.dossier {
	background: rgba(255, 255, 255,.5);
	width: 620px;
	height: 420px;
	display: block;
	position: relative;
	border: none;
	padding: 0 40px 25px;
	box-sizing: border-box;
}

.dossier i {
	font-style: normal;
	font-family: fontawesome;
	padding: 0 15px;
}

.name {
	width: 100%;
	font-size: 50px;
	line-height: 140%;
	font-family: 'UnifrakturMaguntia', cursive;
	text-transform: lowercase;
	text-align: center;
}

.player .buttons {
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	line-height: 100%;
}

.player .song {
	text-align: center;
	line-height: 250%;
	font-size: 22px;
	text-transform: lowercase;
}

.profile {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 255px;
	box-sizing: border-box;
	align-items: center;
}

.profile .photo {
	border: 2px solid #9f999e;
	display: block;
	width: 201px;
	height: 201px;
	box-sizing: border-box;
	padding: 1px;
	margin-right: 40px;
}

.photo img {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	margin: auto;
	object-fit: cover;
	object-position: top center;
	filter: grayscale(100%) contrast(90%);
	-webkit-filter: grayscale(100%) contrast(90%);
	cursor: pointer;
	transition: all 0.3s linear 0s;
}

.photo img:hover {
	filter: none;
	-webkit-filter: none;
}

.data {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	box-sizing: border-box;
	justify-content: center;
	font-size: 30px;
	line-height: 130%;
	height: 100%;
	flex-grow: 1;
}

.data span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.achievements, .planks, .features, .gifts {
	background: rgba(255, 255, 255,.5);
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 10px;
}

.inner {
	background: transparent;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 10px;
	overflow: auto;
	scrollbar-color: #c7bdc8 #fff;
	scrollbar-width: thin;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
}

.achieve {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 30px;
	background: #331c71;
	background: -moz-linear-gradient(top,  #331c71 0%, #32538f 100%);
	background: -webkit-linear-gradient(top,  #331c71 0%,#32538f 100%);
	background: linear-gradient(to bottom,  #331c71 0%,#32538f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331c71', endColorstr='#32538f',GradientType=0 );
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.planks .inner img {
	margin: 5px 22px;
}

.feature {
	display: flex;
	background: black;
	color: white;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin: 17px 8px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
}

.gifts {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.gifts .half {
	height: calc(50% - 10px);
	justify-content: space-around;
}

.gifts img {
	margin: 10px 15px;
}