@import"normalize.css";

*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}
.bg__ios{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../img/mobile__bg.png) no-repeat;
	background-position: center;
	z-index: -1;
}
ul, li {display: block;margin: 0;padding: 0;list-style-type:none;transition: all 0.5s ease;}
a{ text-decoration: none;transition: all 0.5s ease;}
h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.flex{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
.left{text-align: left;}
.right{text-align: right;}
.clearfix:after{content:'';display: block;clear: both;}

/********* FONTS ( ШРИФТЫ )***************/
/********* FONTS END ***********/

/********* SPECIALIZATION ( СПЕЦИФИКАЦИЯ )***********/

.video{
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -6;
}

.container{
	max-width: 1200px;
	width: 100%;
	margin: 18px auto 0;
	padding: 10px;
}

.header{
	margin: 0 5px;
}
/********* SPECIALIZATION END ***********/

/********** VARIABLE ( ПЕРЕМЕННЫЕ )*********/
/********** VARIABLE END*********/


/*-moz-transform:  Для Firefox */
/*-ms-transform:  Для IE */
/*-webkit-transform:  Для Safari, Chrome, iOS */
/*-o-transform:  Для Opera */


/* ========= header ============= */

.menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

/*.menu-logo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}*/

/*.menu-photo{
	width: 57px;
	height: 57px;
	background: url("https://scontent.fhrk2-1.fna.fbcdn.net/v/t1.0-9/27750720_1686441078113832_6245324150966490707_n.jpg?_nc_cat=101&_nc_ht=scontent.fhrk2-1.fna&oh=aab61149798e2f6d0f2c96a3180eabf4&oe=5CC3057A") no-repeat left top / cover;
	border-radius: 50%;
}*/

/*.name{
	display: block;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
}*/

/*.small-name{
	font-size: 12px;
	color: #fff;
}*/

/*.description{
	margin-left: 10px;
}*/

.menu-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.menu-list__item{
	margin-right: 35px;
	font-weight: 800;
	text-transform: uppercase;
	/*color: #2b2a2c;*/
	color: #fff;
}

.menu-list__item{
	position: relative;
}

.menu-list__item::before{
	content:'';
	width: 104%;
	height: 2px;
	position: absolute;
	right: -3px;
	bottom: 0;
	/*background: #262626;*/
	background: #fff;
	transform-style: linear;
	transition-property: height,width;
	transition-delay: .5s,1s;
	transition-duration: .5s;
}
.menu-list__item:hover::before{
	width: 2px;
	height: 100%;
	transition-delay: 0s,.5s;
	transition-property: width,height;
}

.menu-list__item::after{
	content:'';
	width: 105%;
	height: 100%;
	position: absolute;
	right: -3px;
	bottom: 0;
	background: #fbff1e;
	transform: scaleX(0);
	transition: 0.5s;
	transition-delay: 0s;
	transform-origin: right;
	z-index: -1;
}

.menu-list__item:hover::after{
	transform: scaleX(1);
	transition-delay: 1s;
}

.menu-button{
	padding: 10px 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2b2a2c;
	letter-spacing: 0.7px;
	border: 2px solid #2b2a2c;
	background: transparent;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.menu-button:hover{
	background: #fbff1e;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,.5)
}

.hero{
	padding-top: 112px;
	padding-bottom: 112px;
	background: url(../img/developer_photo-1.png) no-repeat right bottom;
	-webkit-background-size: 45%;
	background-size: 45%;
}

.hero-subtitle{
	font-size: 32px;
}

.hero-title{
	margin: 5px 0px 10px 0px;
	font-size: 45px;
	font-weight: 800;
}

.hero-description{
	font-size: 18px;
	/*color: #6a696b;*/
	color: #fff;
}

.hero-sicial{
	margin-top: 26px;
}

/*=====================================*/

ul{
	display: flex;
	margin: 0;
	padding: 0;
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translate(-50%, -50%);*/
}

ul li{
	margin: 0 5px;
	position: relative;
	list-style: none;
}

ul li:before{
	width: 40px;
	height: 5px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background: #000;
	border-radius: 50%;
	filter: blur(2px);
	opacity: 0;
	transform: scale(0.8);
	transition: 0.5s;
}

ul li:hover::before{
	opacity: .3;
	transition-delay: 0.3s;
	transform: scale(1);
}

ul li a {
	width: 40px;
	height: 40px;
	display: block;
	background: #ccc;
	transition: 0.5s;
}

ul li:hover a{
	transform: translateY(-10px);
}

ul li a span{
	width: 100%;
	height: 100%;
}

ul li a span::before{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	font-family: fontAwesome;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #000;
	transform-origin: top;
	transition: transform 0.5s;
	border: 1px solid #000;
}

ul li:hover a span::before{
	transform: rotateX(90deg) translateY(-50%);
}

ul li a span::after{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-family: fontAwesome;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #fff;
	transform-origin: bottom;
	transition: transform 0.5s;
	transform: rotateX(90deg) translateY(50%);
	border: 1px solid #000;
}

ul li:hover a span::after{
	transform: rotateX(0deg) translateY(0%);
}

ul li:nth-child(1) a span::before,
ul li:nth-child(1) a span::after{
	content:'\f09a';
}
ul li:nth-child(2) a span::before,
ul li:nth-child(2) a span::after{
	content:'\f099';
}
ul li:nth-child(3) a span::before,
ul li:nth-child(3) a span::after{
	content:'\f0d5';
}
ul li:nth-child(4) a span::before,
ul li:nth-child(4) a span::after{
	content:'\f0e1';
}
ul li:nth-child(5) a span::before,
ul li:nth-child(5) a span::after{
	content:'\f16d';
}

ul li:nth-child(1) a span::after{
	background: #3b5999;
}
ul li:nth-child(2) a span::after{
	background: #55acce;
}
ul li:nth-child(3) a span::after{
	background: #dd4b39;
}
ul li:nth-child(4) a span::after{
	background: #0077b5;
}
ul li:nth-child(5) a span::after{
	background: #e4405f;
}

/*=====================================*/

/*
.hero-social__item{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	color: #fff;
	text-align: center;
	line-height: 41px;
}

.linkedin__bg{
	background: #0077B5;
}

.facebook__bg{
	background: #3B5998;
}

.instagram__bg{
	background: #E4405F;
}

.vk__bg{
	background: #6383A8;
}
*/

.hero-buttons{
	margin-top: 20px;
}

.hero-btn{
	margin-right: 17px;
}

.hero-btn{
	display: inline-block;
	padding: 14px 34px;
	font-size: 16px;
	font-weight: 800;
	background: #2b2a2c;
	border-radius: 50px;
	border: 2px solid transparent;
}

.hero-btn__primary{
	color: #fff;
}

.hero-btn__primary:hover{
	color: #000;
	background: #fbff1e;
	border: 2px solid #000;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,.5)
}

.hero-btn__o{
	padding: 14px 34px;
	/*color: #6a696b;*/
	color: #fff;
	background: transparent;
	border: 2px solid #6a696b;
}

.hero-btn__o:hover{
	color: #fff;
	background: #6a696b;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,.5)
}

/* ========= header end ========= */

/* ========= main =============== */

.projects{
	padding: 50px 0px;
}

.project-cards{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.project-card{
	width: 370px;
	min-height: 370px;
	position: relative;
	margin-bottom: 50px;
	border-radius: 15px;
	background: rgba(0, 0, 0, .6);
	/*box-shadow: 0 0 5px rgba(0,0,0, .5);*/
	box-shadow: 0 0 20px rgba(255, 255, 255, .5);
	overflow: hidden;
	/*animation: card 5s ease-in-out infinite alternate;
	-webkit-perspective: 1000px;
	perspective: 1000px;*/
}

/*@keyframes card{
	0%{
		-webkit-transform: rotateX(10deg) rotateY(15deg);
		transform: rotateX(10deg) rotateY(15deg);
	}
	50%{
	}
	100%{
		-webkit-transform: rotateX(10deg) rotateY(-10deg);
		transform: rotateX(10deg) rotateY(-10deg);
		box-shadow: 0 0 20px rgba(255, 255, 255, 1);
	}
}*/

.project-card-new::after{
	content: 'редизайн';
    position: absolute;
    top: 45px;
    left: -75px;
    background: #f00;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    transform: rotate(-45deg);
    padding: 10px 61px;
    letter-spacing: 5px;
    text-shadow: 4px 4px 0px #000, -1px -1px 0px #00fa36, -2px -2px 0px #00fa36, -3px -3px 0px #00fa36;
    border: 2px solid #fff;
}

.project-card:hover{
	background: rgba(0, 0, 0, .8);
	/*box-shadow: 2px 2px 10px rgba(0,0,0, .5);*/
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	transition: all 0.5s ease;
}

.project-card__image{
	height: 300px;
}

.work-01{
	background: url(../img/works/work01.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-02{
	background: url(../img/works//work02.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-03{
	background: url(../img/works/work03.jpg) no-repeat top/cover;
	-webkit-background-size: 110%;
	background-size: 110%;
}
.work-04{
	background: url(../img/works/work04.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-05{
	background: url(../img/works/work05.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-06{
	background: url(../img/works/work06.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-07{
	background: url(../img/works/work07.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-08{
	background: url(../img/works/work08.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-09{
	background: url(../img/works/work09.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-10{
	background: url(../img/works/work10.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-11{
	background: url(../img/works/work11.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-12{
	background: url(../img/works/work12.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-13{
	background: url(../img/works/work13.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-14{
	background: url(../img/works/work14.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-15{
	background: url(../img/works/work15.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-16{
	background: url(../img/works/work16.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-17{
	background: url(../img/works/work17.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-18{
	background: url(../img/works/work18.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-19{
	background: url(../img/works/work19.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-20{
	background: url(../img/works/work20.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-21{
	background: url(../img/works/work21.jpg) no-repeat top/cover;
	-webkit-background-size: 120%;
	background-size: 120%;
}
.work-22{
	background: url(../img/works/work22.jpg) no-repeat top/cover;
	-webkit-background-size: 105%;
	background-size: 105%;
}
.work-23{
	background: url(../img/works/work23.jpg) no-repeat left/cover;
	-webkit-background-size: 130%;
	background-size: 130%;
}
.work-24{
	background: url(../img/works/work24.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-25{
	background: url(../img/works/work25.jpg) no-repeat top/cover;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.work-26{
	background: url(../img/works/work26.jpg) no-repeat top/cover;
	-webkit-background-size: 135%;
	background-size: 135%;
}
.work-27{
	background: url(../img/works/work27.jpg) no-repeat top/cover;
	-webkit-background-size: 160%;
	background-size: 160%;
}
.work-28{
	background: url(../img/works/work28.jpg) no-repeat top/cover;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.work-29{
	background: url(../img/works/work29.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 30%;
}
.work-30{
	background: url(../img/works/work30.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 80% 95%;
}
.work-31{
	background: url(../img/works/work31.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.work-32{
	background: url(../img/works/work32.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 140%;
}

.project-category{
	display: block;
	font-size: 12px;
	/*color: #2b2a2c;*/
	color: #fff;
}

.project-card__info{
	padding: 19px 13px;
}

.preject-title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}

.viewing-works{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 10px;
	padding: 3px;
	font-size: 12px;
	font-weight: 800;
	/*color: #000;*/
	color: #fff;
	/*border: 1px solid #000;*/
	border: 1px solid #fff;
	border-radius: 5px;
}

.viewing-works:hover{
	background: #2b2a2c;
	color: #fff;
	letter-spacing: 0.05em;
}

.about-me{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.about-me-photo{
	width: 40%;
	background: url(../img/developer_photo-2.png) no-repeat left top;
	-webkit-background-size: 75%;
	background-size: 75%;
}

.about-me-story{
	width: 50%;
	padding: 130px 0px;
}

.about-me__tittle{
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	/*color: #2b2a2c;*/
	color: #fff;
}

.about-me__item{
	padding: 45px 0px 55px;
}

.about-me__text{
	font-size: 20px;
	color: 717072px;
	line-height: 24px;
}

/* ========= main end =========== */

/* ========= footer ============= */

.footer{
	padding: 13px 0;
	background: #2b2a2c;
	color: #8d8d8e;
}

.section-footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.footer-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.footer-info_item{
	margin-right: 10px;
}

.footer-hero-sicial{
	margin: 0;
}

.footer-menu-list__item,.footer-menu-button{
	color: #8d8d8e;
}

.footer-menu-button{
	border: 1px solid #8d8d8e;
	outline: none;
}

.footer-menu-button:hover{
	border: 1px solid #000;
	background: #fff;
}

/* ========= footer end ========= */

.back-top{
	position: fixed;
	margin: 0 auto;
	bottom: 50px;
	right: 20px;
	color: #fff;
}

.back-top a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 45px;
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
   border-radius: 50%;
}

.back-top a:hover{
	color: #fff;
	background: #000;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
}