*, :after, :before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	color: #fff;
	background: #1a1c1f;
	font: 18px/26px Arial, Sans-Serif;
}
.wrapper {
	direction: rtl;
	overflow: hidden;
	position: relative;
}
.bg {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	position: absolute;
}
.cf:after {
	content: '';
	clear: both;
	line-height: 0;
	display: table;
}
h2 {
	margin: 0;
	top: 10px;
	right: 16px;
	z-index: 2;
	color: #5a82fc;
	position: fixed;
	padding: 0 0 0 40px;
	font: bold 36px/1.2 Cabin, Arial;
}
.phone {
	top: 8px;
	left: 5px;
	width: 26px;
	height: 34px;
	display: block;
	position: absolute;
}
.phone:after {
	top: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: url(/public/images/phone.svg) no-repeat;
	background-size: contain;
}
.content {
	z-index: 1;
	width: 720px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.avatar {
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 135px;
	border: 15px solid #1b2a3f;
}
.avatar img {
	width: 101%;
	height: 101%;
	border: none;
	display: block;
}
.right_col {
	width: 60%;
	float: right;
	color: #fbfbfb;
	text-align: right;
	padding: 20px 0 0 30px;
}
.larger_font {
	font-size: 22px;
	line-height: 26px;
}
.work {
	padding: 15px 0 0;
}

.pad_bot_40 {
	padding-bottom: 40px;
}
.pad_top_40 {
	padding-top: 40px;
}
.top_bg {
	padding-top: 90px;
}
.mid_bg {
	background: #212226;
}
.bot_bg {
	background: #262626;
}

.column {
	width: 49%;
	float: left;
	padding: 0 15px 0 0;
}
.left_col {
	width: 46%;
	padding: 0;
	float: right;
}

.skills {
	direction: ltr;
	text-align: left;
}
.skills p {
	height: 30px;
	padding: 3px 0;
	overflow: hidden;
}
.title {
	display: block;
	color: #5a82fc;
	text-align: center;
	padding: 0 0 30px 0;
	font: bold 45px/20px Cabin, Arial;
}
.skills .stars {
	float: right;
}
.skills b, .skills i {
	top: 5px;
	width: 15px;
	height: 15px;
	margin: 0 0 0 3px;
	position: relative;
	display: inline-block;
}
.skills b:before, .skills i:before {
	content: '';
	display: block;
	width: inherit;
	height: inherit;
	background: url(/public/images/star.svg) no-repeat;
	background-size: contain;
}
.skills i:before {
	background: url(/public/images/gray_star.svg) no-repeat;
	background-size: contain;
}

.testimonials img {
	width: 100%;
}

.clean_code {
	color: #fbfbfb;
	text-align: right;
}
.clean_code p {
	margin: 25px 0;
}
.clean_code a {
	margin: 0 0 15px 0;
	text-decoration: none;
}
.clean_code a:hover span {
	text-decoration: underline;
}
.clean_code span {
	color: #fbfbfb;
	display: block;
	text-align: center;
}
.clean_code img {
	width: 100%;
}

.is_en, .is_en .right_col {
	direction: ltr;
	text-align: left;
}
.is_en .right_col {
	padding: 0;
	float: left;
}
.is_en h2 {
	left: 20px;
	right: auto;
}
.testimonials a {
	color: #fdd231;
	text-decoration: underline;
}
.testimonials a:hover {
	text-decoration: none;
}
