*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
	text-align: center;
	font-family: "OpenSans-Regular_0";
	font-size: 18px;
	color: #777;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
	text-align: center;
	font-family: "OpenSans-Regular_0";
	font-size: 18px;
	color: #777;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
	text-align: center;
	font-family: "OpenSans-Regular_0";
	font-size: 18px;
	color: #777;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
	text-align: center;
	font-family: "OpenSans-Regular_0";
	font-size: 18px;
	color: #777;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

h1{
	font-family: "GothaProLig_0";
	font-size: 36px;
	color: #222;
	text-align: center;
	font-weight: lighter;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

a{
	outline: none !important;
}

/*
==========================================================
header
==========================================================
*/

header{
	position: relative;
}

.logo{
	padding-top: 15px;
}

.logo img{
	width: 80%;
	height: auto;
}

header a {
	font-family: "GothaProReg_0";
	font-size: 13px;
	color: #222222;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	outline: none;
}

.toggle-mnu{
	background-color: transparent;
	border: none;
	font-size: 24px;
	float: right;
	padding-top: 50px;
	outline: none;
}

nav a:hover:before {
	content: '';
	position: absolute;
	border-top: #ee031c solid 4px;
	top: -47px;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top;
	transition-property: top;
	outline: none;
}

header ul{
	padding-left: 0px;
}

toggle-mnu{
	outline: none;
}

nav li{
	display: inline-block;
	padding-right: 6%;
	padding-top: 30px;
}

.language li{
	display: inline-block;
	padding-right: 20%;
	padding-top: 30px;
}

/*
==========================================================
mobile-menu
==========================================================
*/

.mobile{
	height: 90px;
}

.logo-mobile {
	display: block;
	width: 220px;
	padding: 10px 0px;
}

.mobile-toggle{
	border: none;
	margin-top: -37px;
	background-color: transparent;
	height: 30px;
	width: 30px;
	float: right;
	position: relative;
	z-index: 50;
	outline: none;
}

.mobile-menu{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 260px;
	padding-top: 50px;
	height: 100%;
	z-index: 10;
	display: none;
	background-color: #fff;
	box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.4);
	-webkit-transition: right .3s;
	transition: right .3s;
}


.mobile-menu ul{
	display: block;
	text-align: right;
}

.mobile-menu ul li{
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 20px;
	padding-bottom: 10px;
	padding-right: 30px;
}

.sandwich {
	width: 30px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 50;
}

.sw-topper {
	position: relative;
	top: 0;
	right: 0;
	width: 25px;
	height: 3px;
	background: #4C4C4C;
	border: none;
	border-radius: 2px;
	opacity: 1;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}

.sw-bottom {
	position: relative;
	width: 25px;
	height: 3px;
	top: 4px;
	background: #4C4C4C;
	border: none;
	border-radius: 2px;
	opacity: 1;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}

.sw-footer {
	position: relative;
	width: 25px;
	height: 3px;
	top: 8px;
	background: #4C4C4C;
	border: none;
	border-radius: 2px;
	transition: all 0.5s;
	opacity: 1;
	transition-delay: 0.1s;
}

.sandwich.active .sw-topper {
	top: 8px;
	transform: rotate(140deg);
	background: #D51117;
}

.sandwich.active .sw-bottom {
	top: 5px;
	transform: rotate(-140deg);
	background: #D51117;
}

.sandwich.active .sw-footer {
	opacity: 0;
	top: 0;
	transform: rotate(180deg);
	background: #D51117;
}

/*
==========================================================
slider
==========================================================
*/

.slider{
	background-image: url(../images/slider-background.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 260px;
	margin-top: 25px;
}

.slider p {
	display: block;
	font-family: "GothaProReg_0";
	font-size: 34px;
	line-height: 46px;
	letter-spacing: 1px;
	margin-top: 50px;
	color: #fff;
	-webkit-transition: .4s ease-out;
	-webkit-transition-delay: 0.5s;
	-o-transition: .4s ease-out;
	-o-transition-delay: 0.5s;
	-moz-transition: .4s ease-out;
	-moz-transition-delay: 0.5s;
	transition: .4s ease-out;
	transition-delay: 0.5s;
}

.slider img {
	width: auto;
	position: absolute;
	top: -25px;
	right: 5%;
	height: 320px;
}


.owl-carousel{
	z-index: 1;
}

.owl-carousel .owl-dot {
	display: inline-block;
}
.owl-carousel .owl-dot span {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	width: 12px;
	position: relative;
	bottom: 0px;
}

.owl-dot.active span {
	background: #fff;
	transition-delay: 1s;
}


/*
==========================================================
clients
==========================================================
*/

.clients{
	text-align: center;
	min-height: 530px;
	padding-top: 50px;
}

.clients h1 {
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 28px;
	padding-bottom: 10px;
}

.border{
	border: 1px solid #ee031c;
	width: 6%;
	margin: 15px auto;
}

.clients img{
	padding-top: 30px;
	width: 23%;
	height: auto;
}

.clients p{
	font-family: "GothaProMed_0";
	font-size: 13px;
	letter-spacing: 0.6px;
	padding: 10px 0px 5px 0px;
}
/*
.clients button{
	border: 1px solid transparent;
	border-radius: 60px;
	color: #fff;
	text-transform: uppercase;
	height: 40px;
	width: 310px;
	margin-top: 40px;
	outline: none;
	font-family: "OpenSans-Bold_0";
	font-size: 12px;
	letter-spacing: 1px;
	background: #da0d15;
	background: -moz-linear-gradient(left,  #da0d15 10%, #b01722 100%);
	background: -webkit-linear-gradient(left,  #da0d15 10%,#b01722 100%);
	background: linear-gradient(to right,  #da0d15 10%,#b01722 100%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0d15', endColorstr='#b01722',GradientType=1 );
}


.clients button:hover, .clients button:focus {
	background: -moz-linear-gradient(right,  #b01722 2%, #da0d15 100%);
	background: -webkit-linear-gradient(right,  #b01722 2%,#da0d15 100%);
	background: linear-gradient(to right,  #b01722 2%,#da0d15 100%);
	background: linear-gradient(to right, #b01722 2%, #da0d15 100%);
	background-position: 0 0;
	animation: background 1s 1 reverse;
	animation-timing-function: cubic-bezier(0,0,1,1);
	animation-fill-mode: none;

}

@keyframes background {

	100% {
		background-position: 310px 0px;
	}
}
*/

/*.clients button {
	background-size: 100%;
	background-image: -webkit-linear-gradient(to left, #b01722, #da0d15);
	background-image: linear-gradient(to left, #b01722, #da0d15);
	position: relative;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid transparent;
	border-radius: 60px;
	color: #fff;
	text-transform: uppercase;
	height: 40px;
	width: 310px;
	margin-top: 40px;
	outline: none;
	font-family: "OpenSans-Bold_0";
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 78%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.clients button:before {
	background-image: -webkit-linear-gradient(to left, #da0d15, #b01722);
	background-image: linear-gradient(to left, #da0d15, #b01722);
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -100;
	-webkit-transition: opacity 0.45s ease-in-out;
	transition: opacity 0.45s ease-in-out;
}

.clients button:hover:before {
	opacity: 1;
}

.clients button:active:before {
	opacity: 0;
	}*/


	a{ 
		
		text-decoration: none;
		font-family: "OpenSans-Bold_0"; 
	}

	.btn-prim{
		height:40px; 
		padding:0 42px; 
		margin:25px 16px 16px 0;
		border-radius:20px;
		color:#fff; 
		line-height:40px; 
		text-transform:uppercase;
		outline: none;
		font-family: "OpenSans-Bold_0";
		font-size: 12px;
		letter-spacing: 1px;
		display:inline-block;
		cursor:pointer;
		position:relative;
		overflow:hidden
	}

	.btn-prim .btn-text{position:relative;z-index:1}
	.btn-prim:after{
		content:'';width:100%;height:100%;display:block;
		position:absolute;top:0;left:0;z-index:0;border-radius:20px;
		background:#da0d15;
		background:linear-gradient(to right, #da0d15 0%, #b01722 50%, #da0d15 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=$first-color, endColorstr=$second-color,GradientType=1 );
		background-size:200% 200%;background-position:0%;
		transition:all ease-in-out 0.3s}
		.btn-prim:hover:after{background-position:100%;transition:all ease-in-out 0.3s}
		.btn-prim.main{margin:0 auto}
		.btn-prim.outline{color:#252525;border:1px solid #D8D8D8}
		.btn-prim.outline:after{background:transparent}
		.btn-prim.outline:hover{border:1px solid #868686;transition:all ease-in-out 0.2s}




/*
==========================================================
about us
==========================================================
*/

.about-us{
	background-image: url(../images/about-us_background.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 620px;
	padding-top: 30px;
}

.about-us h1{
	font-size: 38px;
}

.about-us .border{
	margin-bottom: 40px;
}

.about-us_item{
	margin-left: 45px;
}

.about-us_item img{
	float: left;
	margin-right: 15px;
	margin-bottom: 50px;
}

.about-us_item p{
	margin: 8px 0px 0px 0px;
	font-family: "GothaProMed_0";
	line-height: 18px;
	letter-spacing: 1px;
	font-size: 14px;
}

/*
==========================================================
team
==========================================================
*/

.team{
	min-height: 90px;
	background-image: url(../images/team-background.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.team p {
	text-align: right;
	color: #fff;
	font-family: "GothaProMed_0";
	font-size: 16px;
	padding-top: 20px;
	padding-right: 15px;
}

.team a {
	display: block;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 60px;
	color: #ee031c;
	outline: none;
	text-transform: uppercase;
	text-align: center;
	width: 80%;
	padding: 9px 0px;
	font-family: "OpenSans-Bold_0";
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 28px;
}

.team a:hover {
	color: #000;
}

/*
==========================================================
footer
==========================================================
*/

footer{
	min-height: 450px;
	background-image: url(../images/footer-background.png);
	padding-top: 80px;
}

footer h2 {
	color: #fff;
	font-size: 30px;
	text-align: left;
	font-family: "GothaProReg_0";
	margin: 0;
	padding: 0;
	font-weight: lighter;
	margin-left: 15%;
}

footer .border{
	width: 8%;
	float: left;
	margin: 10px 0px 0px 15%;
	padding: 0;
}

.contacts {
	margin-top: 50px;
	background-color: #fff;
	width: 28%;
	min-height: 265px;
	padding: 30px 0px 0px 30px;
	margin-left: 15%;
}

.contacts-item{
	line-height: 0px;
	margin-bottom: 40px;
}
.contacts-item img{
	padding-right: 5px;
}

.contacts-item span{
	text-transform: uppercase;
	font-family: "GothaProMed_0";
	color: #ee031c;
}

.contacts-item p{
	font-family: "OpenSans-Regular_0";
	font-size: 14px;
	color: #404041;
	padding-top: 10px;
}

.contacts-item a{
	display: block;
	font-family: "OpenSans-Regular_0";
	font-size: 14px;
	color: #404041;
	padding-top: 20px;
}

.contacts-item ul{
	margin: 20px 0px;
	padding: 0;
}

.contacts-item li{
	display: inline-block;
	padding-right: 15px;
} 

.contacts-item ul li a{
	font-size: 22px;
	color: #787878;
	padding-top: 0px;
} 

footer small{
	display: block;
	text-align: center;
	margin-top: 50px;
	font-size: 14px;
	color: #fff;
	padding-bottom: 30px;
}


/*
==========================================================
popup
==========================================================
*/

.popup{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 999;
	display: none;
}

.popup-content{
	text-align: center;
	display: block;
	width: 50%;
	margin: 50px auto 0% auto;
	background-color: #fff;
	padding-bottom: 85px;
}



.popup-content h3{
	text-align: center;
	font-family: "GothaProReg_0";
	font-size: 32px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	padding-top: 80px;
	color: #222;
}

.popup-content .border{
	margin: 10px auto 30px auto;
	padding: 0;
	width: 10%;
}

.popup-content p{
	font-family: "OpenSans-Regular_0";
	font-size: 15px;
	margin-bottom: 40px;
}

.popup-content input{
	display: block;
	margin: 25px auto 0px auto;
	height: 45px;
	text-align: center;
	outline: none;
}

.form-input{
	border: 1px solid #e5e5e5;
	width: 55%;
	font-family: "OpenSans-Regular_0";
	font-size: 18px;
	color: #777;

}

.popup .btn-prim{
	margin-top: 30px;
	padding:0 72px;
}

.close{
	background-color: transparent;
	border:none;
	outline: none;
	float: right;
	padding: 30px 30px 0px 0px; 
}

.thank-you_popup{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 999;
	display: none;
}

.thank-you_content{
	text-align: center;
	display: block;
	width: 50%;
	margin: 30% auto 0% auto;
	background-color: #fff;
	padding-bottom: 85px;
}

.thank-you_content p{
	font-family: "OpenSans-Regular_0";
	font-size: 18px;
	padding-top: 75px;
}


.thank-you_close{
	background-color: transparent;
	border:none;
	outline: none;
	float: right;
	padding: 15px 20px 0px 0px;
}


/*
==========================================================
vacancies
==========================================================
*/

.vacancies{
	background-color: #f7f8fc;
	min-height: 765px;
	margin-top: 25px;
	padding-top: 40px;
}

.vacancies h1{
	font-family: "GothaProLig_0";
	color: #222;
	font-size: 44px;
	padding-top: 30px;
	margin: 0;
}

.vacancies p{
	text-align: center;
	font-family: "OpenSans-Regular_0";
	font-size: 16px;
	color: #222;
	padding: 30px;
	letter-spacing: 0.4px;
}

.vacancies-content{
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
}

.vacancies-content img{
	float: left;
	display: block;
	margin-right: 40px;
	
}

.dev{
	display: block;
	font-family: "GothaProMed_0";
	color: #222;
	font-size: 22px;
	padding-top: 40px;
}

.vacancies-content ul{
	padding: 0;
	margin: 15px 0px 0px 10px;
	list-style-position: inside;
}

.vacancies-content li{
	font-family: "OpenSans-Regular_0";
	font-size: 15px;
	color: #222;
	padding-bottom: 5px;
}

/*.vacancies-content a{
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	font-family: "OpenSans-Bold_0";
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.6px;
	border: none;
	border-radius: 360px;
	background: #da0d15;
	padding: 10px 25px;
	outline: none;
	background: -moz-linear-gradient(left, #da0d15 10%, #b01722 100%);
	background: -webkit-linear-gradient(left, #da0d15 10%,#b01722 100%);
	background: linear-gradient(to right, #da0d15 10%,#b01722 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0d15', endColorstr='#b01722',GradientType=1 );
}

.vacancies-content a:hover{
	background: #b01722;
	background: -moz-linear-gradient(left,  #b01722 2%, #da0d15 100%);
	background: -webkit-linear-gradient(left,  #b01722 2%,#da0d15 100%);
	background: linear-gradient(to right,  #b01722 2%,#da0d15 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01722', endColorstr='#da0d15',GradientType=1 );

}*/

.vacancies-mobie span{
	line-height: 20px;
}

.vacancy-footer{
	padding-top: 40px;
	text-align: center;
	font-family: "OpenSans-Light_0";
	font-size: 14px;
	color: #222;
	min-height: 100px;
}


/*
==========================================================
web-developer
==========================================================
*/

.web-developer{
	background-color: #f7f8fc;
	min-height: 1200px;
	margin-top: 25px;
	padding-top: 60px;
}

.web-developer h1{
	padding: 0;
	margin: 0;
	font-size: 40px;
}

.web-developer hr{
	margin: 15px auto 70px auto;
}

.web-developer h2{
	font-family: "GothaProMed_0";
	font-size: 22px;
	color: #222;
	letter-spacing: 1px;
	font-weight: lighter;
}

.web-developer h3{
	font-family: "GothaProBol_0";
	font-size: 14px;
	text-transform: uppercase;
	color: #ee031c;
	letter-spacing: 1px;
	font-weight: lighter;
	padding-top: 20px;
}


.web-developer_content{
	width: 100%;
	background-color: #fff;
	padding: 45px 60px;
}

.web-developer_content ul{
	margin: 0 15px 10px 15px;
	padding: 0;
}

.web-developer_content li{
	margin-bottom: 5px;
	font-family: "OpenSans-Regular_0";
	color: #222;
	font-size: 14px;
}

.web-developer_content span{
	display: block;
	font-family: "OpenSans-Semibold_0";
	color: #222;
	font-size: 15px;
	margin: 25px 0px 10px 0px; 
}

.web-developer_content p{
	border-left: 6px solid #ee031c;
	padding-left: 10px;
	font-family: "OpenSans-Regular_0";
	color: #222;
	font-size: 14px;
}

.web-developer_right a{
	font-family: "OpenSans-Regular_0";
	color: #222;
	font-size: 14px;
}

.web-developer_right p{
	padding: 0;
	margin: 0;
}

.web-developer_right h2{
	padding-top: 50px;
	text-transform: uppercase;
	font-size: 18px;
}

.web-developer_right i{
	padding-right: 5px;
}

.web-developer_right span{
	font-family: "OpenSans-Semibold_0";
	color: #222;
	font-size: 16px;
	display: block;
	padding-top: 22px;
}

.web-developer_right h3{
	padding: 10px 0px 10px 0px;
}

.web-developer_right ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.web-developer_right li img{
	float: left;
	padding-right: 25px;
}

.web-developer_right li{
	margin-bottom: 30px;
}


/*
==========================================================
404
==========================================================
*/

.not-found{
	background-image: url(../images/404-background.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width: 100%;
	margin-top: 25px;
	min-height: 750px;
	text-align: center;
}

.not-found h1{
	font-family: "GothaProLig_0";
	color: #222;
	font-size: 132px;
	padding-top:140px;
	margin: 0;
}

.border{
	width: 50px;
	margin-bottom: 30px;
}

.not-found p{
	font-size: 28px;
	color: #222;
	font-family: "OpenSans-Regular_0";
}

.not-found a {
	display: inline-block;
	margin-top: 40px;
	color: #fff;
	font-family: "OpenSans-Bold_0";
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.6px;
	border: none;
	border-radius: 360px;
	background: #da0d15;
	margin-bottom: 30px;
	padding: 10px 50px;
	outline: none;
	background: -moz-linear-gradient(left, #da0d15 10%, #b01722 100%);
	background: -webkit-linear-gradient(left, #da0d15 10%,#b01722 100%);
	background: linear-gradient(to right, #da0d15 10%,#b01722 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0d15', endColorstr='#b01722',GradientType=1 );
}

.not-found a:hover {
	background: #b01722;
	background: -moz-linear-gradient(left,  #b01722 2%, #da0d15 100%);
	background: -webkit-linear-gradient(left,  #b01722 2%,#da0d15 100%);
	background: linear-gradient(to right,  #b01722 2%,#da0d15 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01722', endColorstr='#da0d15',GradientType=1 );
}