/* COMMON STYLE */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #fff;
	color: #333;
	font-style: normal;
	line-height: normal;
	overflow-x: hidden !important;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.container {
	width: 1140px;
	margin: 0px auto;
}

.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

p, span {
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
	text-decoration: none;
}

ul, li {
	list-style: none;
}

/* HEADER */

.header {
	
}

.main-header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.logo {
	position: relative;
	top: 20px;
}

.logo-elipse {
	position: absolute;
	left: 6.11%;
	right: 88.33%;
	top: 0.32%;
	bottom: 98.53%;
	width: 80px;
	height: 80px;
	border: 15px solid #FF8E5C;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	        box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	-webkit-animation-name: elipse_width;
	        animation-name: elipse_width;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

@-webkit-keyframes elipse_width {
	0% {
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	10% {
		border-width: 1.5px;
	}
	20% {
		border-width: 3px;
	}
	30% {
		border-width: 4.5px;
	}
	40% {
		border-width: 6px;
	}
	50% {
		border-width: 7.5px;
	}
	60% {
		border-width: 9px;
	}
	70% {
		border-width: 10.5px;
	}
	80% {
		border-width: 12px;
	}
	90% {
		border-width: 13.5px;
	}
	100% {
		border-width: 15px;
		-webkit-box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
		        box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	}
}

@keyframes elipse_width {
	0% {
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	10% {
		border-width: 1.5px;
	}
	20% {
		border-width: 3px;
	}
	30% {
		border-width: 4.5px;
	}
	40% {
		border-width: 6px;
	}
	50% {
		border-width: 7.5px;
	}
	60% {
		border-width: 9px;
	}
	70% {
		border-width: 10.5px;
	}
	80% {
		border-width: 12px;
	}
	90% {
		border-width: 13.5px;
	}
	100% {
		border-width: 15px;
		-webkit-box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
		        box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	}
}

.logo-text {
	position: absolute;
	width: 235px;
	height: 34px;
	left: 60px;
	top: 10px;
	font-family: Orbitron;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	font-size: 28px;
	color: #333333;
}

.menu {
	width: 664px;
	height: 140px;
	background: url(../img/nav_bg.png) no-repeat center top;
}

.menu-list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu-item {
	margin-right: 45px;
	padding-top: 50px;
}

.menu-item:last-child {
	margin-right: 0px;
}

.menu-item a {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #333;
}

.menu-item a::after {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-color: #333;
	-webkit-transition: width .7s ease-in-out;
	-o-transition: width .7s ease-in-out;
	transition: width .7s ease-in-out;
}

.menu-item a:hover::after {
	width: 100%;
}

/* SCREEN-1 */

.screen-1 {
	position: relative;
}

.head {
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.head-left {
	width: 50%;
	padding-top: 100px;
}

.head-left h1 {
	font-weight: 900;
	line-height: 84px;
	font-size: 80px;
	margin-bottom: 30px;
}

.head-text {
	width: 430px;
	font-weight: 300;
	line-height: 23px;
	font-size: 16px;
	letter-spacing: 0.03em;
	margin-bottom: 45px;
	-webkit-animation-delay: .3s;
	        animation-delay: .3s;
}

.call-btn {
	width: 164px;
	height: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border: none;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF8E5C), color-stop(#FF621B), to(#FF8E5C));
	background-image: -webkit-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: -o-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: linear-gradient(to right, #FF8E5C, #FF621B, #FF8E5C);
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation-delay: .7s;
	        animation-delay: .7s;
}

.call-btn:hover {
	-webkit-box-shadow: 0px 0px 40px 3px #FF621B;
	        box-shadow: 0px 0px 40px 3px #FF621B;
}

.head-right {
	-webkit-animation-name: opacity, fadeInRight;
	        animation-name: opacity, fadeInRight;
	-webkit-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	        animation-delay: .3s;
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.head-right img {
	width: 637px;
	height: 536px;
}

.head-elipse {
	position: absolute;
	right: 140px;
	bottom: -100px;
	width: 150px;
	height: 150px;
	border: 25px solid #FF8E5C;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	        box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	-webkit-animation-name: elipse_width;
	        animation-name: elipse_width;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

/* SERVICES */

.services {
	padding-top: 200px;
}

.services-title {
	font-weight: 900;
	line-height: 42px;
	font-size: 40px;
	padding-bottom: 40px;
}

.services-box {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.services-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 23%;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	padding-top: 40px;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.services-item img {
	display: block;
	width: 100px;
	height: 100px;
}

.services-text {
	font-weight: 300;
	line-height: 21px;
	font-size: 20px;
	text-align: center;
	padding: 40px;
}

.convers {
	-webkit-box-shadow: 0px 8px 20px rgba(253, 210, 133, 0.5);
	        box-shadow: 0px 8px 20px rgba(253, 210, 133, 0.5);
	-webkit-animation-delay: .2s;
	        animation-delay: .2s;
}

.convers:hover {
	-webkit-box-shadow: 0px 8px 50px rgba(253, 210, 133, 1);
	        box-shadow: 0px 8px 50px rgba(253, 210, 133, 1);
}

.shop {
	-webkit-box-shadow: 0px 8px 20px rgba(255, 142, 92, 0.5);
	        box-shadow: 0px 8px 20px rgba(255, 142, 92, 0.5);
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
}

.shop:hover {
	-webkit-box-shadow: 0px 8px 50px rgba(255, 142, 92, 1);
	        box-shadow: 0px 8px 50px rgba(255, 142, 92, 1);
}

.land {
	-webkit-box-shadow: 0px 8px 20px rgba(112, 213, 224, 0.5);
	        box-shadow: 0px 8px 20px rgba(112, 213, 224, 0.5);
	-webkit-animation-delay: .6s;
	        animation-delay: .6s;
}

.land:hover {
	-webkit-box-shadow: 0px 8px 50px rgba(112, 213, 224, 1);
	        box-shadow: 0px 8px 50px rgba(112, 213, 224, 1);
}

.help {
	-webkit-box-shadow: 0px 8px 20px rgba(255, 142, 92, 0.5);
	        box-shadow: 0px 8px 20px rgba(255, 142, 92, 0.5);
	-webkit-animation-delay: .8s;
	        animation-delay: .8s;
}

.help:hover {
	-webkit-box-shadow: 0px 8px 50px rgba(255, 142, 92, 1);
	        box-shadow: 0px 8px 50px rgba(255, 142, 92, 1);
}

/* SPECIALIZATION */

.spec {
	padding-top: 200px;
}

.spec-title {
	font-weight: 900;
	line-height: 52px;
	font-size: 40px;
	margin-bottom: 90px;
}

.spec-title span {
	color: #FF8E5C;
}

.spec-box {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.spec-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 32%;
}

.spec-item-title {
	position: relative;
	padding-bottom: 10px;
}

.spec-item-elipse {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border: 10px solid #FF8E5C;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	        box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	-webkit-animation-name: elipse_width;
	        animation-name: elipse_width;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

.spec-item-title h3 {
	position: relative;
	left: 35px;
	font-weight: 900;
	line-height: 30px;
	font-size: 28px;
}

.spec-text {
	font-weight: 300;
	line-height: 23px;
	padding-bottom: 20px;
}

.spec-text:last-child {
	padding-bottom: 0px;
}

.spec-text span {
	font-weight: bold;
}

.spec-link {

}

.spec-link a {
	font-weight: bold;
	line-height: 42px;
	font-size: 28px;
	color: #FF8E5C;
}

.spec-link a::after {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-color: #FF8E5C;
	-webkit-transition: width .7s ease-in-out;
	-o-transition: width .7s ease-in-out;
	transition: width .7s ease-in-out;
}

.spec-link a:hover::after {
	width: 100%;
}

/* OFFER */

.offer {
	padding-top: 200px;
}

.offer-title {
	font-weight: 900;
	line-height: 42px;
	font-size: 40px;
	padding-bottom: 100px;
}

.offer-box {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.offer-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 30%;
	min-height: 750px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.offer-item-left {
	-webkit-box-shadow: 8px 8px 30px rgba(253, 210, 133, 0.25);
	        box-shadow: 8px 8px 30px rgba(253, 210, 133, 0.25);
}

.offer-item-left:hover {
	-webkit-box-shadow: 0px 0px 50px 10px rgba(253, 210, 133, 1);
	        box-shadow: 0px 0px 50px 10px rgba(253, 210, 133, 1);
}

.offer-elipse {
	position: absolute;
	top: -45px;
	left: -15px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-animation-name: elipse_width;
	        animation-name: elipse_width;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

.offer-elipse-left {
	border: 20px solid #FDD285;
	-webkit-box-shadow: inset 0px 10px 30px rgba(253, 210, 133, 0.6),
				0px 10px 30px rgba(253, 210, 133, 0.6);
	        box-shadow: inset 0px 10px 30px rgba(253, 210, 133, 0.6),
				0px 10px 30px rgba(253, 210, 133, 0.6);
}

.offer-item-title {
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	padding: 40px;
}

.offer-list-item {
	font-weight: normal;
	font-size: 18px;
	padding: 0px 35px 15px 35px;
}

.offer-list-item span {
	font-weight: bold;
	color: #FF5408;
}

.offer-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 280px;
	height: 40px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: none;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF8E5C), color-stop(#FF621B), to(#FF8E5C));
	background-image: -webkit-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: -o-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: linear-gradient(to right, #FF8E5C, #FF621B, #FF8E5C);
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation-delay: .7s;
	        animation-delay: .7s;
}

.offer-btn:hover {
	-webkit-box-shadow: 0px 0px 30px 3px #FF621B;
	        box-shadow: 0px 0px 30px 3px #FF621B;
}

.offer-item-center {
	-webkit-box-shadow: 8px 8px 30px rgba(255, 84, 8, 0.25);
	        box-shadow: 8px 8px 30px rgba(255, 84, 8, 0.25);
}

.offer-item-center:hover {
	-webkit-box-shadow: 0px 0px 50px 10px rgba(255, 84, 8, 1);
	        box-shadow: 0px 0px 50px 10px rgba(255, 84, 8, 1);
}

.offer-elipse-center {
	border: 20px solid #FF8E5C;
	-webkit-box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	        box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
}

.offer-list-center {
	margin-top: 35px;
}

.offer-item-link {
	position: absolute;
	bottom: 150px;
}

.offer-item-link a {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #FF5408;
}

.offer-item-link a::after {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-color: #FF8E5C;
	-webkit-transition: width .7s ease-in-out;
	-o-transition: width .7s ease-in-out;
	transition: width .7s ease-in-out;
}

.offer-item-link a:hover::after {
	width: 100%;
}

.offer-item-right {
	-webkit-box-shadow: 8px 8px 30px rgba(112, 213, 224, 0.25);
	        box-shadow: 8px 8px 30px rgba(112, 213, 224, 0.25);
}

.offer-item-right:hover {
	-webkit-box-shadow: 0px 0px 50px 10px rgba(112, 213, 224, 1);
	        box-shadow: 0px 0px 50px 10px rgba(112, 213, 224, 1);
}

.offer-elipse-right {
	border: 20px solid #70D5E0;
	-webkit-box-shadow: inset 0px 10px 30px rgba(112, 213, 224, 0.6),
				0px 10px 30px rgba(112, 213, 224, 0.6);
	        box-shadow: inset 0px 10px 30px rgba(112, 213, 224, 0.6),
				0px 10px 30px rgba(112, 213, 224, 0.6);
}

.offer-box-down {
	margin-top: 100px;
}

.offer-list-center-down {
	margin-top: 0px;
}

/* WORKS */

.works {
	padding-top: 200px;
}

.works-title {
	font-weight: 900;
	line-height: 42px;
	font-size: 40px;
	padding-bottom: 50px;
}

.works-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.work-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 100px;
}

.work-item:last-child {
	margin-bottom: 0px;
}

.work-item img {
	width: 457px;
	height: 251px;
	-webkit-box-shadow: 0px 8px 30px #70D5E0;
	        box-shadow: 0px 8px 30px #70D5E0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.work-item img:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 30px 10px #70D5E0;
	        box-shadow: 0px 0px 30px 10px #70D5E0;
}

.work-info {
	width: 50%;
}

.work-info-title {
	font-weight: 900;
	line-height: 39px;
	font-size: 28px;
	padding-bottom: 15px;
}

.work-info-text {
	font-weight: 300;
	padding-bottom: 30px;
}

.work-info-link a {
	font-weight: bold;
	line-height: 42px;
	font-size: 28px;
	color: #FF621B;
}

.work-info-link a::after {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-color: #FF8E5C;
	-webkit-transition: width .7s ease-in-out;
	-o-transition: width .7s ease-in-out;
	transition: width .7s ease-in-out;
}

.work-info-link a:hover::after {
	width: 100%;
}

.work-btn {
	width: 200px;
	height: 40px;
	border: none;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	margin: 0px auto;
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 40px;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF8E5C), color-stop(#FF621B), to(#FF8E5C));
	background-image: -webkit-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: -o-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: linear-gradient(to right, #FF8E5C, #FF621B, #FF8E5C);
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation-delay: .7s;
	        animation-delay: .7s;
}

.work-btn:hover {
	-webkit-box-shadow: 0px 0px 30px 3px #FF621B;
	        box-shadow: 0px 0px 30px 3px #FF621B;
}

.work-btn a {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

/* WHO */

.who {
	padding-top: 200px;
	position: relative;
}

.who-logo {
	position: absolute;
	top: 290px;
	left: 190px;
}

.who-title {
	font-weight: 900;
	line-height: 42px;
	font-size: 40px;
	margin-bottom: 100px;
}

.who-text {
	font-weight: 300;
	line-height: 23px;
	max-width: 754px;
	padding-bottom: 10px;
}

.who-text:first-of-type {
	padding-top: 60px;
}

.who-text:last-of-type {
	padding-bottom: 0px;
}

.who-text span {
	font-weight: bold;
}

.who-elipse {
	position: absolute;
	right: 220px;
	bottom: -40px;
	width: 150px;
	height: 150px;
	border: 25px solid #FF8E5C;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	        box-shadow: inset 0px 10px 30px rgba(255, 84, 8, 0.6),
				0px 10px 30px rgba(255, 84, 8, 0.6);
	-webkit-animation-name: elipse_width;
	        animation-name: elipse_width;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-delay: .3s;
	        animation-delay: .3s;
}

.who-bg {
	width: 318px;
	height: 524px;
	background: url(../img/who-bg.png) no-repeat top right;
	position: absolute;
	right: 0;
	bottom: -50px;
}

/* TEAM */

.team {
	padding-top: 200px;
}

.team-title {
	font-weight: 900;
	line-height: 42px;
	font-size: 40px;
	margin-bottom: 60px;
}

.team-box {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 60px;
}

.team-item {
	width: 166px;
	height: 241px;
}

.team-item:nth-child(-n+6) {
	margin-bottom: 70px;
}

.team-item-bg {
	width: 166px;
	height: 166px;
	position: relative;
	margin: 0px auto;
	display: block;
	-webkit-box-shadow: 0px 8px 20px rgba(112, 213, 224, 0.5);
	        box-shadow: 0px 8px 20px rgba(112, 213, 224, 0.5);
	overflow: hidden;
}

.team-item-bg img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.team-item-bg img.dev {
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: 0;
}

.team-item-bg img.dev-h {
	width: 166px;
	height: 166px;
	opacity: 0;
	filter: alpha(opacity=100);
	margin-top: -166px;
}

.team-item-bg:hover img.dev-h {
	margin-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.team-item-bg:hover img.dev {
	margin-top: 166px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.team-item-bg img.dev:hover {
	opacity: 0;
	filter: alpha(opacity=0);
}

.team-item-text {
	font-weight: bold;
	line-height: 21px;
	font-size: 20px;
	text-align: center;
	padding-top: 25px;
}

/* LOOK */

.look {
	padding-top: 200px;
}

.look-box {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.look-left {
	width: 45%;
}

.look-title {
	font-weight: 900;
	line-height: 42px;
	font-size: 40px;
	padding-bottom: 20px;
}

.look-text {
	font-weight: 300;
	line-height: 23px;
	font-size: 16px;
	letter-spacing: 0.03em;
	padding-bottom: 30px;
}

.look-btn {
	width: 200px;
	height: 40px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: none;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF8E5C), color-stop(#FF621B), to(#FF8E5C));
	background-image: -webkit-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: -o-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: linear-gradient(to right, #FF8E5C, #FF621B, #FF8E5C);
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation-delay: .7s;
	        animation-delay: .7s;
}

.look-btn:hover {
	-webkit-box-shadow: 0px 0px 30px 3px #FF621B;
	        box-shadow: 0px 0px 30px 3px #FF621B;
}


.look-right {
	width: 45%;
	-webkit-animation-name: opacity;
	        animation-name: opacity;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-delay: .3s;
	        animation-delay: .3s;
}

/* FOOTER */

.footer {
	padding-top: 100px;
	padding-bottom: 50px;
}

.footer-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-logo {
	position: relative;
	top: -40px;
}

.copy {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.social {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.fb, .be, .inst {
	padding-right: 10px;
}

/* E-COMMERCE */

.comm-title {
	color: #FF8E5C;
}

.comm-right img {
	width: 200px;
	height: 167px;
}

.comm-btn {
	width: 266px;
	height: 40px;
}

.comm_offer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 200px;
}

.comm-offer-item {
	width: 100%;
}

.comm_offer-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.comm_offer-item {
	width: 100%;
	-webkit-box-shadow: 0px 8px 20px rgba(255, 142, 92, 0.5);
	        box-shadow: 0px 8px 20px rgba(255, 142, 92, 0.5);
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	padding: 10%;
	position: relative;
	margin-bottom: 100px;
}

.comm_offer-item:last-child {
	margin-bottom: 0px;
}

.comm_offer-elipse {
	position: absolute;
	left: -4%;
	top: -70px;
	width: 150px;
	height: 150px;
	border: 25px solid #FF8E5C;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 10px 30px rgba(255, 84, 8, 0.6);
	        box-shadow: 0px 10px 30px rgba(255, 84, 8, 0.6);
}

.comm_offer-item_title {
	font-weight: bold;
	font-size: 40px;
	padding-bottom: 40px;
}

.comm_offer-list_item {
	padding-bottom: 25px;
}

.comm_offer-list_item:last-child {
	padding-bottom: 0px;
}

.list_item-title {
	font-weight: bold;
	line-height: 39px;
	font-size: 28px;
}

.list_item-title span {
	color: #FF8E5C;
}

.list_item-text {
	font-weight: 300;
}

/* PORTFOLIO */

.port {
	padding-top: 150px;
}

.port-header {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.port-title {
	padding-bottom: 0px;
}

.port-list {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.port-list-item {
	padding-right: 15px;
}

.port-list-item:last-child {
	padding-right: 0px;
}

.port-list-item a {
	font-weight: 300;
	line-height: 19px;
	font-size: 18px;
	color: #333;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.port-list-item a:hover,
.port-list-item a:focus,
.port-list-item a:active {
	font-weight: bold;
}

.port-list-item a::after {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-color: #333;
	-webkit-transition: width .7s ease-in-out;
	-o-transition: width .7s ease-in-out;
	transition: width .7s ease-in-out;
}

.port-list-item a:hover::after {
	width: 100%;
}

.port-work-box {
	padding-top: 100px;
}

/* CONTACTS */

.cont {
	padding-top: 150px;
}

.cont-info-title {
	font-weight: 900;
	line-height: 39px;
	font-size: 28px;
	text-transform: uppercase;
}

.cont-info-text {
	font-weight: 100;
	line-height: 39px;
	font-size: 18px;
}

.cont-info-link {
	padding-top: 40px;
}

.cont-info-link a {
	font-weight: 900;
	line-height: 39px;
	font-size: 28px;
	color: #333;
}

.cont-info-link a::after {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-color: #333;
	-webkit-transition: width .7s ease-in-out;
	-o-transition: width .7s ease-in-out;
	transition: width .7s ease-in-out;
}

.cont-info-link a:hover::after {
	width: 100%;
}

.map {
	width: 457px;
	height: 251px;
	-webkit-box-shadow: 0px 8px 30px #70D5E0;
	        box-shadow: 0px 8px 30px #70D5E0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.work-item .map:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 30px 10px #70D5E0;
	        box-shadow: 0px 0px 30px 10px #70D5E0;
}

/* MODAL */

.arcticmodal-container {
	background: rgba(230, 230, 230, 0.9);
	-webkit-backdrop-filter: blur(15px);
	        backdrop-filter: blur(15px);
}

.modal-body {
	max-width: 500px;
	height: 100%;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	background: transparent;
}

.modal-close {
	position: absolute;
	right: -90%;
	top: 0;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #FF8E5C;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.modal-close:hover {
	-webkit-animation-name: rotate;
	        animation-name: rotate;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.modal-close {
	-webkit-animation-name: rotate2;
	        animation-name: rotate2;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
}

@-webkit-keyframes rotate2 {
	0% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

@keyframes rotate2 {
	0% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

.fa-times-thin:before {
	content: '\00d7';
}

.icon-close {
	font-size: 54px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.modal-content {
	background: #fff;
}

.modal-title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	line-height: 54px;
	font-size: 40px;
	text-align: center;
	color: #1A1A1A;
	padding-top: 50px;
	padding-bottom: 20px;
}

.modal-text {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	color: #B3B3B3;
	padding-bottom: 40px;
}

.modal-form {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.modal-form input {
	width: 280px;
	height: 60px;
	border: none;
	-webkit-border-radius: 100px;
	        border-radius: 100px;
	background: #F2F2F2;
	font-family: Roboto;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.modal-form input[type=text] {
	margin-bottom: 10px;
}

.modal-btn {
	width: 280px;
	height: 60px;
	font-family: Roboto;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: none;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	margin-top: 30px;
	margin-bottom: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF8E5C), color-stop(#FF621B), to(#FF8E5C));
	background-image: -webkit-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: -o-linear-gradient(left, #FF8E5C, #FF621B, #FF8E5C);
	background-image: linear-gradient(to right, #FF8E5C, #FF621B, #FF8E5C);
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation-delay: .7s;
	        animation-delay: .7s;
}

.modal-btn:hover {
	-webkit-box-shadow: 0px 0px 30px 3px #FF621B;
	        box-shadow: 0px 0px 30px 3px #FF621B;
}

.modal-personal {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	color: #B3B3B3;
	padding: 40px 70px 0px 70px;
}
.mt-offers{
	margin-top:100px;
}
.mb-offers{
	margin-bottom:100px;
}
.recomended-item{
	min-height: 370px;
}
.recomended-item h3{
	font-size: 20px;
}
.recomended-item .offer-list-item,
.recomended-item .offer-item-link a,
.recomended-item .offer-btn{
	font-size: 16px;
}
.recomended-item .offer-elipse{
	width: 80px;
	height: 80px;
	top:-30px;
}
.recomended-item .offer-btn{
	margin-top: 20px;
	margin-bottom: 20px;
}
.recomended-item .offer-item-link{
	bottom: 90px;
}
.recomended-item .offer-item-title{
	padding: 20px;
}
.offer-list-item .submenu{
	color: #979797;
	padding-left: 15px;
}
.services_link{
	display: contents;
	color: #333;
}