@font-face {
	font-family: 'FontAwesome';
	src: url('/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0');
	src: url('/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-copyright:before {
	content: "\f1f9"
}

.parallax-window {
    background: transparent;
    background-position: left center;
	position: relative;
}

#top {
  bottom: 10px;
  cursor: pointer;
  display: none;
  font-size: 100%;
  position: fixed;
  right: 5px;
  opacity: 0.3;
}

#top:hover {
    opacity: 0.8;
}

#logo {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	margin-top: 0px;
}

#logo img {
	width: 100%;
	height: auto;
	min-height: 450px;
	max-height: 650px;
	position: relative;
}

#logo_text {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 450px;
	vertical-align: middle;
}

#about {
	padding-bottom: 20px;
}

#about h1 {
	padding-top: 40px;
	font-size: 2.0em;
	color: #363740;
}

#advantages {
	padding-bottom: 60px;
}

#apps {
	background-color: #f4f4f5;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: justify;
	color: #4d4f57;
	line-height: 1.5;
	font-size: 1.0em;
}

#maps {
	background-color: #f4f4f5;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: justify;
	color: #4d4f57;
	line-height: 1.5;
	font-size: 1.0em;
}

#subscribe {
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: justify;
	color: #4d4f57;
	line-height: 1.5;
	font-size: 1.0em;
}

#support {
    width: 100%;
	background-color: #ffffff;
	padding-bottom: 20px;
	text-align: justify;
	color: #4d4f57;
	line-height: 1.5;
	font-size: 1.0em;
}

#services {
    width: 100%;
	background-color: #ffffff;
	padding-bottom: 20px;
	text-align: justify;
	color: #4d4f57;
	line-height: 1.7;
	font-size: 1.0em;
}

#footer {
	background-color: #20252b;
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: justify;
	color: #999f9f;
	line-height: 1.5;
}

#footer a {
	text-decoration: none;
	line-height: 2.1;
	font-weight: 400;
	color: #999f9f;
	font-size: 0.9em;
}

#footer a:hover {
	text-decoration: underline;
}

#footer b {
	line-height: 2.2;
	color: #f3f8fb;
	letter-spacing: 0.1em;
	font-size: 0.9em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


.msstorebtn {
    opacity: 0.9;
}

.msstorebtn:hover {
    opacity: 1;
}

.wrapper2 {
    width: 90%;
    display: table;
}
.row2 {
    display: table-row;
}
.col2 {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    width: 25%;
    text-align: left;
}
.row2:nth-of-type(even) {
    background: #FFFFBF;
}

.row2 > .col2:nth-child(1) {
     width: 40%;
}

.row2 > .col2:nth-child(2), .col2:nth-child(3), .col2:nth-child(4) {
    width: 20%;
}

/* == Для разрешения 601px-1024px == */

@media only screen and (max-width: 1024px),
(min-device-width: 600px) and (max-device-width: 1024px) {
    .col2 {
        border: none;
    }
    .row2 > .col2:nth-child(1),
    .col2:nth-child(3) {
        float: left;
        width: 50%;
        min-height: 240px;
    }
    .row2 > .col2:nth-child(2),
    .col2:nth-child(4) {
        float: right;
        width: 45.6%;
        min-height: 240px;
    }
}
/* == Для разрешения < 600px == */

@media only screen and (max-width: 600px),
(min-device-width: 0px) and (max-device-width: 600px) {
    .wrapper2 {
        display: table;
    }
    .row2 > .col2:nth-child(1),
    .col2:nth-child(3) {
        width: 100%;
        min-height: 0px;
    }
    .row2 > .col2:nth-child(2),
    .col2:nth-child(4) {
        width: 100%;
        box-sizing: border-box;
        min-height: 0px;
    }


}

.wrapper {
	overflow: hidden;
}

.col {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}

.fullwidth .col {
	float: none;
	margin-left: 0;
}

.grid2 .col {
	width: 48.4%;
}

.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

@media screen and (max-width: 1000px) {
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	padding: 0px 0 0;
	font-weight: 400;
	font-family: 'FontAwesome', Arial, sans-serif;
}


/* Content style */

section {
	width: 100%;
	text-align: justify;
	padding: 1em 2em 0;
	margin: 0 auto;
	color: #4d4f57;
	line-height: 1.8;
	font-size: 1.1em;
	max-width: 1600px;
}

.scroll {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 2em;
	line-height: 2;
	width: 10em;
	text-align: center;
	height: 2em;
	color: #e74c3c;
	background: #fff;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.8;
}

.scroll::after {
	display: block;
	content: '\2193';
	color: #fff;
	font-size: 3em;
	line-height: 1;
}


/* Header styles and animations */

.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 50;
	font-family: 'FontAwesome', Arial, sans-serif;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}

.ha-header-perspective>div {
	background: #20252b;
	padding: 0 7%;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.ha-header-perspective .ha-header-bottom {
	background: #ddd;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	z-index: 1;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	position: absolute;
	top: 0;
}


/* Justify inline-block elements (h1 on left side, nav on right) */

.ha-header-perspective>div::after {
	content: '';
	display: inline-block;
	width: 100%;
}


/* Text styling */

.ha-header h1,
.ha-header h1::before,
.ha-header h1 span,
.ha-header nav,
.ha-header nav::before {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.ha-header h1 {
	font-weight: 300;
	font-size: 2.5em;
	margin: 0;
	padding: 0 1em 0 0;
	color: #2d383f;
	cursor: default;
	height: 100%;
	z-index: 1;
}

.ha-header h1::before,
.ha-header nav::before {
	content: '';
	height: 100%;
}

.ha-header h1::after {
	content: '';
	width: 0px;
	height: 0px;
	background: #fff;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	cursor: pointer;
	box-shadow: inset 0 8px #2d383f, inset 0 16px #fff, inset 0 24px #2d383f, inset 0 32px #fff, inset 0 40px #2d383f, inset 0 48px #fff, inset 0 56px #2d383f;
	opacity: 0;
	border: 20px solid #fff;
}

.ha-header nav {
	height: 100%;
}

.ha-header nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 0.2em 0.4em;
	margin: 0 0.4em 0;
	font-size: 0.8em;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

.ha-header nav a:hover {
	color: #267df4;
}

.ha-header-large {
	height: 80px;
}

.ha-header-small {
	height: 80px;
	background: #20252b;
	box-shadow: 0px 2px 10px 0px rgba(212, 210, 212, 1);
}

.ha-header-show .ha-header-bottom {
	opacity: 0;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-o-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 0%;
}

.ha-header-subshow {
	height: 220px;
}

.ha-header-subshow .ha-header-bottom {
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
}

.ha-header-shrink {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-shrink .ha-header-bottom {
	opacity: 0;
}

.ha-header-rotate {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-rotate .ha-header-front {
	-webkit-transform: translateY(-100%) rotateX(90deg);
	-moz-transform: translateY(-100%) rotateX(90deg);
	transform: translateY(-100%) rotateX(90deg);
}

.ha-header-rotate .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(0deg) translateY(-100%);
	-o-transform: rotateX(0deg) translateY(-100%);
	-ms-transform: rotateX(0deg) translateY(-100%);
	-moz-transform: rotateX(0deg) translateY(-100%);
	transform: rotateX(0deg) translateY(-100%);
}

.ha-header-rotateBack {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-rotateBack .ha-header-front {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-o-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
}

.ha-header-rotateBack .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.ha-header-color {
	height: 80px;
	/*box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);*/
}

.ha-header-color nav a:hover {
	color: #fff;
	text-decoration: underline;
}

.ha-header-color .ha-header-front,
.ha-header-color .ha-header-bottom {
	background: rgba(0, 0, 0, 0);
}

.ha-header-color h1,
.ha-header-color nav a {
	color: #fff;
}

.ha-header-box {
	height: 192px;
	width: 100px;
	top: 20px;
	left: 20px;
}

.ha-header-box h1 {
	padding-left: 150px;
}

.ha-header-box h1,
.ha-header-box nav a {
	color: transparent;
}

.ha-header-box h1:after {
	opacity: 1;
}

.ha-header-box nav {
	opacity: 0;
}

.ha-header-fullscreen .ha-header-front {
	height: 100%;
}

.ha-header-small a {
    color: #fff;
   }
   
.ha-header-small a:visited {
    color: #fff;
   }
.ha-header-small a:active {
    color: #fff;
   }
   
.ha-header-color a {
    color: #fff;
   }
   
.ha-header-color a:visited {
    color: #fff;
   }
.ha-header-color a:active {
    color: #fff;
   }

.ha-header-fullscreen .ha-header-bottom {
	opacity: 0;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-o-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
	background: #f3796c;
}

.ha-header-subfullscreen .ha-header-bottom {
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
	background: #f3796c;
}

.ha-header-subfullscreen .ha-header-bottom nav a {
	color: #fff;
}

@media screen and (max-width: 65em) {
	body:not(btn-cont2) {
		font-size: 85%;
	}
}

@media screen and (max-width: 60em) {
	.ha-header-perspective>div,
	.ha-header nav {
		text-align: center;
	}
	.ha-header h1 {
		padding: 10px 0;
		height: 70%;
	}
	.ha-header .ha-header-bottom nav {
		padding: 40px 0px;
	}
	.ha-header nav {
		display: block;
		height: auto;
	}
}

@media screen and (max-width: 38em) {
	section {
		font-size: 1.2em;
	}
	.ha-header h1 {
		font-size: 2.3em;
		padding-bottom: 10px;
	}
	.ha-header nav {
		font-size: 60%;
	}
	.ha-header nav a {
	    font-size: 1.09em;
	}
}