html, body {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.dsk {
	display: block;
}
.mbl {
	display: none;
}
header {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	height: 80px;
	z-index: 100500;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
nav {
	width: 80%;
	margin: 10px auto;
	position: relative;
}
a {
	color: #2689e1;
    text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
section {
	width: 100%;
	padding: 40px 0;
	position: relative;
	z-index: 100;
	margin: 0 auto;
}
section#project {
	padding-top: 80px;
}
.sugar {
	display: block;
	width: 60%;
	margin: 20px auto;
	text-align: left;
	color: #fff;
}
#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
span.big-txt {
	font-size: 60px;
	display: block;
	margin-bottom: -20px;
}
section.odd {
	background: rgba(0, 0, 0, 0.9);
}
section.even {
	background: rgba(0, 0, 0, 0.8)
}
.sro {
	width: 240px !important;
}
.uslugi {
	width: 60%;
	margin: 0 auto;
	font-size: 0;
}
.usluga {
	width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.usluga-ttl {
	color: #2689e1;
    margin-bottom: 10px;
    font-size: 20px;
}
.usluga-desc {
	font-size: 16px;
	line-height: 22px;
}
.content_medium {
	font-size: 0;
	width: 60%;
	margin: 120px auto 420px;
}
.project-header {
	color: #2689e1;
    margin: 20px 0;
	text-align: center;
    font-size: 20px;
}
.project {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
	position: relative;
}
.project_img img {
	/* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
	width: 100%;
	filter: grayscale(1);
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
.project_img:hover img {
	filter: grayscale(0);
}
.project_header {
	/* position: absolute; */
	width: 280px;
	height: 32px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	padding: 10px 10px 30px 10px;
	font-size: 20px;
	line-height: 26px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.2)
	/* background: linear-gradient(180deg, rgba(0,0,0,0.8),rgba(0,0,0,0.4), rgba(0,0,0,0)); */
}
.project_description {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 10px 10px;
    margin: -10px 0 10px;
    text-align: left;
    background: rgba(255, 255, 255, 0.2);
	height: 180px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.career-button {
	background: #fff;
	color: #2689e1;
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 18px;
}
.career_content {
	vertical-align: top;
	width: 45%;
	margin: 0 5% 0 0;
	display: inline-block;
	text-align: left;
	font-size: 18px;
	line-height: 34px;
}
.career_vacancies {
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	width: 45%;
	display: inline-block;
}
.career-img {
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
}
.award {
	display: block;
	width: 240px;
	margin: 20px auto;
}
.mini-header {
	color: #fff;
	font-size: 24px;
}
.small {
	width: 40%;
	margin: 0 auto;
}
.cnt-elem {
	width: 30%;
	display: inline-block;
}
.cnt-img {
	width: 20%;
	max-width: 60px;
	display: inline-block;
	vertical-align: top;
}
.cnt-txt {
	width: 75%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 30px;
}
.add-btn {
    display: block;
    width: 90px;

	position: absolute;
	bottom: 30px;
	padding: 5px 15px;
    border-radius: 4px;
    margin: 10px 0 10px 80px;
    font-size: 16px;
    background: #2689e1;
    color: #fff;
    text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.add-btn:hover {
	opacity: 0.8;
}
footer {
	width: 100%;
	background-color: #141414;
	min-height: 160px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 100;
	font-size: 32px;
	padding-top: 40px;
}
input {
	width: 50%;
	opacity: 0.6;
	padding: 15px;
	font-size: 15px;
	color: #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #2689e1;
	background: none;
	margin-bottom: 15px;
	font-weight: 300;
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
::placeholder {
	color: #fff;
}
.gallery-projects {
	width: 50%;
	margin: 0 0 40px;
}
.img_left {
	width: 340px;
}
.chess_left {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	filter: grayscale(1);
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
.chess_left:hover {
	filter: grayscale(0);
}
.grid {
	display: grid;
	align-items: center;
}
.text_content {
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	width: 45%;
	padding: 0 2.5% 40px;
	display: inline-block;
	text-align: left;
}
.text_content.middle {
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	padding-top: 10%;
}
.text_content.project {
	padding-top: 20px;
	font-size: 20px;
	line-height: 28px;
}
textarea {
	opacity: 0.6;
	width: 50%;
	height: 80px;
	margin-top: 30px;
	padding: 15px;
	font-size: 15px;
	color: #fff;
	border: 2px solid #2689e1;
	background: none;
	font-weight: 300;
	resize: none;
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
textarea:focus {
	opacity: 1;
}
input:focus {
	opacity: 1;
}
.mobile_container {
	position: absolute;
	z-index: 10;
	width: 100%;
}
.mobile {
	display: none;
	margin: 20px auto;
}
.logo_main_page {
	width: 240px;
	padding-left: 120px;
	float: left;
	margin: 0 auto;
	padding-top: 40px;
}
.logo_main_page img{
	width: 100%;
}
.button_send {
	width: 200px;
	cursor: pointer;
	padding: 10px 0;
	margin: 20px auto;
	background-color: #2689e1;
	color: #fff;
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
.button_send:hover {
	opacity: 0.7;
}
:focus {
	outline: 0;
}
.hero_container {
	background: url('../img/grid-e.png'), linear-gradient(90deg, rgba(0,0,0,0.4), rgba(0,0,0,0.2), rgba(0,0,0,0));
	/* background-image: url('../img/grid-e.png'); */
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.hero {
	color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-top: 10%;
    width: 45%;
    padding-left: 10%;
}
.herologo {
	width: 460px;
}
.support_item {
	width: 310px;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	border-left: 4px solid #4477A2;
	padding: 10px;
	margin: 10px;
}
.pwr {
	width: 240px;
	margin-top: 30px;
}
#wpadminbar {
	z-index: 999999 !important;
}
.content {
	font-size: 0;
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px;
    line-height: 20px;
}
#intro {
	height: 70%;
	min-height: 620px;
	padding: 0;
}
.logo_main {
	display: block;
    position: absolute;
    left: 0px;
    top: -20px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.logo_main img {
	width: 170px;
}
.logo_load {
	height: 160px;
	margin: -60px 0 40px;
}
.main_menu {
    float: right;
    display: block;

}
.main_menu a {
    color: rgba(255,255,255,1);
    padding-bottom: 0px;
	border-bottom: 4px solid rgba(255,255,255,0);
}
.menu_item a:hover {
	padding-bottom: 6px;
    border-bottom: 4px solid #2689e1;
}
.menu_item a.active {
	padding-bottom: 6px;
	border-bottom: 4px solid #2689e1;
}
.logo_main a.active {
	padding-bottom: 0;
	border-bottom: 0;
}
.logo_main a:hover {
	padding-bottom: 0;
	border-bottom: 0;
}
.logo_main2 a.active {
	padding-bottom: 0;
	border-bottom: 0;
}
.logo_main2 a:hover {
	padding-bottom: 0;
	border-bottom: 0;
}
.menu_item {
	display: inline-block;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 16px;
    margin: 22px 20px 0 0;
}
.header_main {
	color: #2689e1;
	padding: 30px 0 40px;
	font-size: 40px;
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
}
.icon {
	width: 128px;
    margin: 20px 0 0;
}
.item2 {
	width: 200px;
	margin: 5px;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #4477A2;
	border-radius: 5px;
	padding: 10px;
}
.hdr_item {
	color: #4477A2;
	font-size: 24px;
}
.hdr2_item {
	color: #4E4E4E;
	font-weight: 300;
	font-size: 14px;
}
.cnt_item {
	font-size: 16px;
	line-height: 20px;
}
.item {
	width: 310px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
}
.item img {
	width: 128px;
	margin-bottom: 20px;
}
.item ul {
	text-align: left;
}
.left_container {
    width: 50%;
}
.container_main {
	vertical-align: top;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}
.header_intro {
    font-size: 40px;
    color: #4477A2;
}
.content_intro {
    font-size: 24px;
    font-weight: 300;
    margin-top: 40px;
    line-height: 30px;
}
.loader2 {
	position: absolute;
	z-index: 100500;
	color: #fff;
	text-align: center;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-image: url("../img/ps_logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #555;*/
	background-color: rgba(0,0,0,1);
}
.progress {
	position: absolute;
	margin: 60px 0 0 -210px;
	width: 426px;
	top: 50%;
	left: 50%;
	color: #fff;
	text-align: center;
}
.progressNumber {
	position: relative;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}
.myProgress {
	position: relative;
	margin-top: 40px;
	width: 100%;
	height: 3px;
	background-color: grey;
}
#myBar {
	position: absolute;
	width: 1%;
	height: 100%;
	background-color: green;
}
#myBar2 {
	position: absolute;
	width: 1%;
	height: 100%;
	background-color: green;
}
#label {
	text-align: center;
	line-height: 30px;
	color: white;
}
.progressNumber {
	position: relative;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}
.myProgress {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 3px;
	background-color: grey;
}
#myBar2 {
	position: absolute;
	width: 1%;
	height: 100%;
	background-color: green;
}
#label {
	text-align: center;
	line-height: 30px;
	color: white;
}
#progress {
	color: white;
	position: relative;
	top: 40%;
	width: 100%;
	font-size: 20px;
	font-weight: lighter;
	z-index: 100;
	text-align: center;
	display:none;
}

.shadow {
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

#progressbar {
	text-align: center;
	background: #888;
	width: 250px;
	height: 2px;
	margin-top: 10px;
}

#bar {
	background:#fff;
	width:0px;
	height:2px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
@media (max-width: 1440px) {
	.item2 {
		width: 170px;
		margin: 5px;
		padding: 5px;
	}
	.hero {
		font-size: 30px;
	}
	#intro {
		height: 80%;
	}
	span.big-txt {
		font-size: 40px;
	}
	.herologo {
		width: 380px;
	}

}
@media (max-width: 1240px) {
	.text_content.middle {
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		padding-top: 60px;
	}
    .menu_item {
        font-size: 12px;
        margin-top: 26px;
    }
	.left_container {
		width: 70%;
	}
	.header_intro {
		font-size: 34px;
	}
	.content_intro {
		font-size: 22px;
		line-height: 28px;
	}
	.uslugi {
		width: 80%;
	}
	.usluga {
		width: 30%;
	}
	.small {
		width: 60%;
	}
}
@media (max-width: 920px) {
	.cnt-elem {
		width: 100%;
		display: block;
	}
	.herologo {
		display: none;
	}
	.header_main {
		max-width: 100%;
	}
	span.big-txt {
		font-size: 40px;
	}
	.dsk {
		display: none;
	}
	.mbl {
		display: block;
	}
	.content_medium {
		width: 90%;
		margin: 40px auto;
	}
	.career_content {
		display: block;
		width: 90%;
		margin: 20px auto;
	}
	.career_vacancies {
		display: block;
		width: 90%;
		margin: 20px auto;
	}
	.text_content {
		width: 90%;
		text-align: center;
	}
	header {
		display: none;
	}
	img.icon {
		width: 40%;
	}
    .logo_main {
        width: 100%;
        text-align: center
    }
	.container_main img{
		width: 100%;
	}
	.left_container {
		width: 70%;
	}
	.hero {
		text-align: center;
		font-size: 24px;
		position: absolute;
		z-index: 10;
		bottom: 0;
		width: 90%;
		padding: 25% 5% 10% 5%;
		background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
	}
	.logo_main_page {
		display: block;
		padding-bottom: 80px;
	}
	#intro {
		height: 100%;
		padding: 0;
	}
	.uslugi {
		width: 100%;
	}
	.usluga {
		width: 40%;
		padding: 0 20px;
	}
}
@media (max-width: 640px) {
	.add-btn {
		    position: inherit;

			margin: 20px auto;
	}
	.sugar {
		width: 90%;
	}
	.text_content.middle {
        font-size: 20px;
        line-height: 24px;
    }
	.career_content {
		font-size: 18px;
		line-height: 24px;
	}
	.mini-header {
		font-size: 18px;
	}
    section {
        width: 100%;
        padding: 20px 0 40px;
    }
	textarea {
		width: 90%;
	}
	input {
		width: 90%;
	}
	.container_main img{
		width: 100%;
		position: inherit;
	}
	img.icon {
		width: 40%;
	}
	img.srv_img {
		width: 128px;
		display: block;
		margin: 0 auto;
	}
	.mobile {
		display: block;
        width: 80%;
        margin-top: 25%;
	}
	.container_main {
		width: 100%;
	}
	.text_content {
		padding-top: 40px;
	}
	.text_content.middle {
        padding-top: 40px;
    }
	.support_item {
		width: 90%;

	}
	.item2 {
		width: 80%;
	}
	#intro {
		width: 100%;
	}
	.hero {
		color: #fff;
		padding-top: 70%;
		font-size: 34px;
		font-weight: 300;
		text-align: center;
	}
	.hero_container {
		background: url('../img/grid-e.png'), linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.4), rgba(0,0,0,0));

	}
	.header_main {
		font-size: 30px;
	}
	.item {
		width: 100%;
	}
	.left_container {
		width: 100%;
	}
	.header_intro {
		font-size: 24px;
	}
	.content_intro {
		font-size: 18px;
		line-height: 26px;
	}
	.uslugi {
		width: 100%;
	}
	.usluga {
		width: 90%;
		padding: 5% 5%;
	}
	.small {
        width: 90%;
		font-size: 18px;
    }
}

