header, footer, section, aside, article, nav {
	display: block;
}
* {
	outline-style: none !important;
	max-height:999999px;
}
html {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
	overflow-y: scroll;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	width: 100%;
	margin-bottom: 355px;
	color: #262623;
	height: auto;
	min-height:100%;
	background: #f8f8f8;
	position: static;
}
a {
	text-decoration: underline;
	color: #449cf0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

.logo-link {
	vertical-align: top;
}

.lang::after {
	content: '+';
	position: absolute;
	top: -2px;
	left: 39px;
	font-size: 21px;
}
.lang:hover {
	width: 160px;
}
.lang:hover::after {
	content: '';
}
.lang li {
	display: inline-block;
	padding: 0 12px;
}
.lang li+li {
	border-left: 1px solid transparent;
}
.lang:hover li+li {
	border-left-color: #e5e5e5;
}
.lang a {
	color: inherit;
	text-decoration: none;
}
.lang a:hover, .lang a:focus {
	color: #4d4d4d;
}


.top-menu li+li {
	border-left: 1px solid #e5e5e5;
}
.top-menu a {
	color: inherit;
	text-decoration: none;
}
.top-menu a:hover {
	color: #449cf0;
}

.close-form {
	position: absolute;
	right: 70px;
	top: 59px;
	color: #fff;
	font-weight: 300;
	font-size: 34px;
	cursor: pointer;
}

.form-part {
	display: inline-block;
	background-color: #3c88ce;
	border-radius: 50%;
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 26px;
}
.st-form .form-body {
	padding-top: 28px;
}
.st-form input, .st-form textarea {
	background-color: #3c88ce;
	color: #fff;
	border-color: #3c88ce;
	border-radius: 3px;
}
.st-form input {
	padding: 10px 21px 7px 21px;
	height: 52px;
	margin-bottom: 10px;
}
.st-form textarea {
	padding: 14px 20px;
	height: 147px;
	margin-bottom: 38px;
}
.st-form input:focus, .st-form textarea:focus {
	color: #363636;
    background: #fff;
}

.st-form ::-webkit-input-placeholder {
	color: #dddddd;
}
.st-form ::-moz-placeholder {
	color: #dddddd;
}
.st-form :-moz-placeholder {
	color: #dddddd;
}
.st-form :-ms-input-placeholder {
	color: #dddddd;
}

.st-form .required::-webkit-input-placeholder {
	color: #ff0000;
}
.st-form .required::-moz-placeholder {
	color: #ff0000;
}
.st-form .required:-moz-placeholder {
	color: #ff0000;
}
.st-form .required:-ms-input-placeholder {
	color: #ff0000;
}

.st-form .custom-file {
	position: relative;
	float: left;
	width: 55%;
	margin-right: 7%;
}
.st-form .fake-input {
	border: 2px solid #3c88ce;
	color: #3c88ce;
	border-radius: 3px;
	padding: 14px 18px 13px 19px;
}
.st-form .fake-input .fa {
	float:right;
	font-size: 20px;
}
.st-form input[type=file] {
	position: absolute;
	top: 0;
	opacity: 0;
	padding-bottom: 3px;
	cursor: pointer;
}
.filename {
	color: #fff;
}
.submit-btn {
	border-color: #fff;
	background-color: #fff;
	border-radius: 3px;
	color: #337bbd;
	font-weight: 600;
	font-size: 14px;
	padding: 18px 19px 18px 20px;
	text-align: left;
}
.submit-btn .fa {
	float: right;
    margin-left: 10px;
}

.main-slider-wrap {
	position: relative;
	width: 100%;
}
.main-slider {
	width: 100%;
}
.go-btn {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	border: 2px solid #439ef1;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	margin-left: 8px;
	padding: 15px 18px 16px 20px;
	width: 181px;
	text-align: left;
	display: inline-block;
	transition: background-color 300ms ease-out;
}
.go-btn:hover, .go-btn:focus {
	background-color: #439ef1;
	color: #fff;
}
.go-btn .fa {
	float: right;
	position: relative;
	top: 3px;
}
.slick-prev, .slick-next {
	background-color: transparent;
	border: 2px solid #439ef1;
	border-radius: 50%;
	position: absolute;
	top: auto;
	bottom: 31%;
	padding: 0;
	width: 62px;
	height: 61px;
}
.slick-prev:focus, .slick-next:focus {
	background-color: transparent;
}
.slick-prev:hover, .slick-next:hover {
	background-color: #439ef1;
}
.slick-prev {
	right:209px;
}
.slick-next {
	right: 134px;
}
.slide-counter {
	position: absolute;
	right: 135px;
	top: auto;
	bottom: 12%;
	width: 56px;
	height: 57px;
	background: url('../img/slider/decor-counter.png');
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}
.total-slide {
	position: absolute;
	right: -2px;
	top: auto;
	bottom: -6px;
}

.project-menu {
	float: right;
	white-space: nowrap;
	font-size: 0;
}

.close-project a {
	display: block;
	height: 74px;
	color: #000;
}
.close-project a:hover {
	color: #fff;
}
.another-project-name {
	display: none;
	letter-spacing: 1px;
}
.prev-project:hover, .next-project:hover, .close-project:hover {
	background-color: #000;
	color: #fff;
}
.prev-project, .next-project {
	-webkit-transition: width 0.5s ease-out 0.2s, background-color 0.5s ease-out 0.2s;
	-moz-transition: width 0.5s ease-out 0.2s, background-color 0.5s ease-out 0.2s;
	-o-transition: width 0.5s ease-out 0.2s, background-color 0.5s ease-out 0.2s;
	transition: width 0.5s ease-out 0.2s, background-color 0.5s ease-out 0.2s;
}
.prev-project:hover, .next-project:hover {
	width: 210px;
}
.prev-project:hover .fa {
	margin-right: 15px;
}
.next-project:hover .fa {
	margin-left: 15px;
}
.prev-project:hover .another-project-name, .next-project:hover .another-project-name {
	display: inline-block;
}
.project-pic {
	padding-left: 0;
}
.project-screenshots img {
	width: 100%;
}
.project-name {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.project-type {
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 30px;
}
.project-task, .project-solution {
	border-top: 1px solid #e5e5e5;
	font-weight: 600;
	padding: 29px 3px 7px 3px;
}
.project-task h3, .project-solution h3 {
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 19px;
}
.project-task p, .project-solution p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 24px;
}
.question-form {
	background-color: #449cf0;
	border-radius: 3px;
	padding: 15px 24px 21px 22px;
}
.form-text {
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	padding-right: 22px;
	margin-bottom: 19px;
}
.question-form input[type=text], .question-form input[type=tel] {
	border-radius: 3px;
	padding: 10px 13px 13px 13px;
	height: auto;
	margin-bottom: 9px;
}
.question-form input[type=submit], .question-form input[type=reset] {
	border: 2px solid #2876c1;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: 700;
	font-size: 11px;
}
.question-form .form-buttons {
	margin-top: 22px;
}

.project-overlay {
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	z-index: 25;
	width: 100%;
}

.our-services {
	margin-top: 58px;
}
.our-services .columns {
	padding: 0;
}
.services-block {
	margin: 0;
}

.service-pic {
	display: inline-block;
	width: 128px;
	height: 128px;
	line-height: 128px;
	border: 3px solid #d74336;
	border-radius: 50%;
	margin-top: 81px;
}
.adservices .service-pic {
	border-color: #f3623f;
}
.service.discount {
	background-color: #343434;
}
h3+.service.discount {
	text-align: left;
	padding: 0 0 0 94px;
	min-height: 704px;
}
.service.discount .service-pic {
	background: url('../img/services/discount.png');
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 43px;
	text-align: center;
}
.service.discount .service-pic a {
	color: inherit;
	text-decoration: none;
}
.service.discount:hover .service-pic {
	display: inline-block;
}
h3+.service.discount h4, h3+.service.discount:hover h4 {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	text-transform: none;
	margin: 41px 25% 21px 5px;
	padding: 0;
	width: auto;
}
.service.discount:hover h4 {
	color: #fff;
}
.service.discount .service-text {
	display: block;
	color: #fff;
	line-height: 24px;
	padding: 0 65px 0 6px;
}
li.service.discount h4 {
	margin-top: 26px;
}
li.service.discount:hover h4 {
	margin: 26px 0 0 0;
	width: auto;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0 15%;
}

.text-cols p {
	line-height: 24px;
	font-size: 14px;
}

.mosaic {
	margin: 147px 0 0 0;
	background-color: #343434;
}
li.mosaic-block {
	padding: 0;
	position: relative;
	/*overflow: hidden;*/
}
.mosaic-block.text {
	background-color: #343434;
	color: #fff;
}
.mosaic-block.pic {
	overflow: hidden;
}
.mosaic-block.pic img, .mosaic-block.blank img {
	width: 100%;
	max-width: initial;
}
.mosaic-block.text {
	padding-top: 3%;
}
.quantity-over {
	font-size: 60px;
	font-weight: 300;
	background: url('../img/bg-quaover.png');
	width: 137px;
	height: 138px;
	line-height: 138px;
	text-align: center;
	float: left;
	margin: 0 28px 0 37px;
}
.mosaic-block.text h3 {
	color: #fff;
	font-size: 30px;
	margin: 37px 0 20px 200px;
	width: 300px;
	line-height: 36px;
}
.mosaic-text {
	padding-left: 200px;
	font-size: 14px;
}
@media (max-width: 1300px) {
	.mosaic-text {
		font-size: 12px;
	}
}
.mosaic-block.text .readmore {
	margin: 21px 0 0 206px;
	display: block;
}
.mosaic .readmore {
	color: #fff;
	text-decoration: none;
}
.mosaic-block .mosaic-caption {
	display: none;
	position: absolute;
	width: 100%;
	top: auto;
	bottom: 0;
	background-color: #4195e5;
	color: #fff;
}
.mosaic-block:hover .mosaic-caption {
	display: block;
	padding: 23px 0 27px 37px;
}
.mosaic-caption h3 {
	font-size: 30px;
	margin-bottom: 0;
}
.mosaic-caption h3 .fa {
	margin-left: 22px;
	font-size: 20px;
}
.mosaic-caption .mosaic-text {
	font-weight: 600;
}

footer {
	width: 100%;
	position: absolute;
	top: auto;
	bottom: 0;
}
.footer {
	background-color: #343434;
	color: #fff;
	height: inherit;
	padding-top: 77px;
}
.footer .phone .number {
	font-size: 30px;
	height: 54px;
	display: block;
	margin-bottom: -2px;
}
.address {
	border-left: 1px solid #494949;
	border-right: 1px solid #494949;
}
.address p {
	font-size: 14px;
	font-weight: 600;
	margin: -8px 0 0 23px;
	line-height: 24px;
}
.address a{
	text-decoration: none;
}
.gmaps-link {
	background: url('../img/icon-gmaps.png') left top no-repeat;
	height: 25px;
	display: block;
	padding-left: 30px;
	margin-top: 24px;
}
.copyright {
	font-weight: 600;
	color: #666;
	padding: 71px 0 0 105px;
}
.slick-slide
{
	height: 500px !important;
	overflow: hidden;
}