/* ==========================================================================
   FONTS
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,700,900&amp;subset=latin,cyrillic);

@font-face {
	font-family: 'Intro';
	src: local('Intro'),
	url('../fonts/intro.woff2') format('woff2'),
	url('../fonts/intro.woff') format('woff'),
	url('../fonts/intro.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}


/* ==========================================================================
   NORMALIZE
   ========================================================================== */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

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: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/* ==========================================================================
   COMMON
   ========================================================================== */
html * {
	max-height: 1000000px;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

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

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

body {
	background: #fff;
	min-width: 1150px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ababab;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ababab;
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ababab;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ababab;
	opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font: inherit;
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.cnt {
	margin: auto;
	width: 1000px;
}
nav .cnt {
    text-align: center;
}
.hidden {
	display: none;
}

.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.clearfix:before,
.clearfix:after,
.cnt:before,
.cnt:after {
	content: " ";
	display: table;
}

.clearfix:after,
.cnt:after {
	clear: both;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	position: relative;
}

.header__nav {
	height: 50px;
	background-color: #f7f7f7;
	font-family: Roboto;
	font-weight: 700;
	font-size: 0;
	color: #2f3131;
	text-align: center;
}

.header__nav a {
	color: #2f3131;
	font-size: 12px;
	text-decoration: none;
	margin-left: 73px;
	line-height: 1;
	display: inline-block;
	border-top: 3px solid transparent;
	padding-top: 16px;
}

.header__nav a:first-child {
	margin-left: 0;
}

.header__nav a:hover {
	color: #04518c;
	border-top: 3px solid #04518c;
}

.header__info {
	height: 100px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	padding-top: 17px;
}

.logo {
	float: left;
	/* margin-top: 15px; */
}

.logo img {
	display: block;
	height: auto;
}

.description {
	float: left;
	color: #2f3131;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding-left: 23px;
	position: relative;
	margin-left: 19px;
	margin-top: 15px;
}

.description:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 32px;
	background-color: #04518c;
	left: 0;
	top: 1px;
}

.phone {
	float: right;
	text-align: center;
	font-family: Roboto;
	font-weight: 400;
	color: #2f3131;
	font-size: 12px;
	line-height: 1;
	position: relative;
}
.phone b a:hover{color: #00a1d9;border:0}
.phone b a {
	color: #04518c;
	font-size: 30px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}

.phone:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../img/icon-phone.png) no-repeat;
	left: -49px;
	top: 17px;
}

/* ==========================================================================
   GRAB
   ========================================================================== */
.grab {
	padding-top: 40px;
	height: 550px;
	background: url(../img/bg-grab.jpg) no-repeat top center;
}

.grab__title {
	background-color: #04518c;
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	padding-bottom: 35px;
	padding-top: 27px;
	margin-bottom: 60px;
}

.grab__title b {
	font-size: 30px;
	font-weight: 900;
	display: block;
	margin-bottom: 10px;
}
.grab__title br {display:none}
.grab__arrow {
	float: left;
	width: 371px;
	height: 135px;
	background: url(../img/bg-arrow.png) no-repeat top center;
	font-family: Roboto;
	font-weight: 900;
	line-height: 1;
	color: #2f3131;
	font-size: 18px;
	padding-top: 39px;
	padding-left: 30px;
	margin-left: 200px;
	margin-top: 68px;
}

.grab__arrow b {
	display: block;
	color: #df0b00;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.form {
	float: right;
	width: 380px;
	/* background-color: #00a1d9; */
	background-image: linear-gradient(to top, #f2f2f2 0%, #fff 100%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding-top: 37px;
	padding-bottom: 40px;
}

.form__title {
	color: #2f3131;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin-bottom: 27px;
}

.form__title b {
	color: #04518c;
	font-family: "Intro";
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-bottom: 19px;
}

.input {
	display: block;
	margin: auto;
	width: 320px;
	height: 50px;
	background-color: #e8e8e8;
	border: 1px solid #d6d6d6;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
	color: #000;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 900;
	line-height: 36px;
	text-transform: uppercase;
	padding: 0 20px;
	outline: none;
	margin-bottom: 20px;
}

.input.error {
	border: 1px solid #f00;
}

.button {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 320px;
	height: 50px;
	background-color: #00a1d9;
	background-image: linear-gradient(to top, #04518c 0%, #00a1d9 100%);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 900;
	line-height: 50px;
	text-transform: uppercase;
	border: none;
	margin: auto;
	outline: none;
}

.button:hover {
	background-image: linear-gradient(to top, #00a1d9 0%, #04518c 100%);
}

.button:active {
	background-image: linear-gradient(to top, #04518c 0%, #04518c 100%);
}

.form__discount {
	margin: -15px 0 10px 0;
	font-weight: 400;
	font-family: "Intro", Roboto, sans-serif;
	font-size: 45px;
	line-height: 1;
	text-align: center;
	color: #df0b00;
}

.form__discount img {
	display: block;
	margin: auto;
}

.action_bg1 .form__discount {
	word-spacing: -5px;
}

.action_bg1 .form__discount span {
	font-size: 0.65em;
}

.action_bg2 .form__discount {
	word-spacing: -10px;
}

/* ==========================================================================
   NUMS
   ========================================================================== */
.nums {
	background: url(../img/bg-nums.jpg) no-repeat top center;
	height: 450px;
}

.nums .cnt {
	width: 1100px;
}

.title {
	color: #2f3131;
	font-family: "Intro";
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding-top: 56px;
	margin-bottom: 55px;
}

.nums .title {
	color: #fff;
}

.nums__item {
	float: left;
	width: 33.333333333333%;
	text-align: center;
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.nums__icon {
	width: 261px;
	height: 204px;
	background: url(../img/bg-num.png) no-repeat;
	margin: auto;
	margin-bottom: 14px;
	padding-top: 40px;
}

.nums__num {
	color: #04518c;
	font-family: Roboto;
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 23px;
}

.nums__num span {
	font-size: 30px;
}

.nums__title {
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	height: 36px;
	line-height: 36px;
}

.nums__title span {
	line-height: 18px;
	vertical-align: middle;
	display: inline-block;
}

/* ==========================================================================
   EXAMPLES
   ========================================================================== */
.examples {
	padding-bottom: 35px;
}

.examples__items {
	margin-left: -65px;
}

.examples__item {
	width: 467.5px;
	float: left;
	margin-bottom: 40px;
	margin-left: 65px;
}

.examples__title {
	color: #04518c;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 6px;
}

.examples__img {
	border-top: 3px solid #04518c;
	position: relative;
}

.examples__img:after {
	content: 'до';
	width: 64px;
	height: 64px;
	background-color: #2f3131;
	position: absolute;
	color: #fff;
	font-family: "Intro";
	font-size: 24px;
	font-weight: 400;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	bottom: 20px;
	left: 20px;
}

.examples__img:before {
	content: 'после';
	position: absolute;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	background-color: #00a1d9;
	color: #fff;
	font-family: "Intro";
	font-size: 14px;
	font-weight: 400;
	line-height: 64px;
	text-align: center;
	bottom: 20px;
	right: 156px;
}

.examples__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.examples .button {
	position: relative;
	width: 220px;
	margin-top: -10px;
}

/* ==========================================================================
   ACTION
   ========================================================================== */
.action {
	height: 400px;
	background: url(../img/bg-action.jpg) no-repeat top center;
	padding-top: 60px;
}

.action_bg1 {
	background: url(../img/bg-action1.jpg) no-repeat top center;
}

.action__title {
	padding-left: 130px;
	color: #2f3131;
	font-family: Roboto;
	font-size: 24px;
	line-height: 30px;
	float: left;
	margin-top: 54px;
}

.action__title b {
	color: #df0b00;
	font-family: "Intro";
	font-size: 72px;
	line-height: 1;
	display: block;
	margin-bottom: 2px;
}

.action_bg2 {
	background: url(../img/bg-action2.jpg) no-repeat top center;
}

.action_bg2 .action__title {
	font-size: 18px;
	line-height: 24px;
	margin-top: 25px;
}

/* ==========================================================================
   PAINS
   ========================================================================== */
.pains {
	padding-bottom: 48px;
	background-color: #f3f3f3;
	max-width: 1900px;
	margin: auto;
}

.pains__columns {
	margin-left: -40px;
	overflow: hidden;
}

.pains__column {
	float: left;
	margin-left: 40px;
	width: 460px;
}

.pains__title {
	color: #2f3131;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 3px solid #00a1d9;
	padding-bottom: 22px;
	margin-bottom: 35px;
}

.pains__title img {
	display: block;
	margin: auto;
	margin-bottom: 15px;
}

.pains__list {
	font-family: Roboto;
	color: #2f3131;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.pains__list b {
	color: #00a1d9;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	display: block;
	margin-bottom: 8px;
}

.pains__list li {
	height: 160px;
}

.pains__icon {
	width: 80px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.pains__overflow {
	overflow: hidden;
}

.pains__columns .pains__column:first-child .pains__list b {
	color: #04518c;
}

.pains__columns .pains__column:first-child .pains__title {
	border-color: #04518c;
}

.button-red {
	display: block;
	margin: auto;
	width: 320px;
	height: 50px;
	background-color: #00a1d9;
	background-image: linear-gradient(to top, #df0b00 0%, #ff281d 100%);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 900;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.button-red:hover {
	background-image: linear-gradient(to top, #ff281d 0%, #df0b00 100%);
}

.button-red:active {
	background-image: linear-gradient(to top, #df0b00 0%, #df0b00 100%);
}

/* ==========================================================================
   WORKS
   ========================================================================== */
.works {
	padding-bottom: 60px;
}

.works__items {
	margin-left: -20px;
	overflow: hidden;
}

.works__items a {
	outline: none;
}

.works__item {
	width: 235px;
	height: 280px;
	background-color: #eee;
	border: 5px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.works__item img {
	display: block;
	max-width: 100%;
	height: auto;
}

.works__hidden {
	display: none;
	overflow: hidden;
	clear: both;
}

.works__button {
	height: 50px;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages {
	padding-bottom: 65px;
	max-width: 1900px;
	margin: auto;
	background-image: linear-gradient(to right, #04518c 0%, #076cba 50%, #04518c 100%);
}

.advantages .cnt {
	width: 1100px;
}

.advantages .title {
	color: #fff;
}

.advantages__item {
	float: left;
	width: 33.3333333%;
	text-align: center;
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	height: 300px;
}

.advantages__item b {
	display: block;
	line-height: 1;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}

.advantages__item img {
	display: block;
	margin: auto;
	margin-bottom: 17px;
}

/* ==========================================================================
   STEPS
   ========================================================================== */
.steps {
	padding-bottom: 20px;
}

.steps .button-red {
	position: relative;
	top: -40px;
}

.steps__item {
	width: 33.333333333%;
	float: left;
}

.steps__item {
	color: #2f3131;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 700;
	height: 160px;
	line-height: 55px;
	position: relative;
}

.steps__item:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid #00a1d9;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	left: -25px;
	top: 3px;
}



.steps__item div {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.steps__item span {
	float: left;
	color: #00a1d9;
	font-family: Roboto;
	font-size: 72px;
	font-weight: 700;
	line-height: 55px;
	width: 82px;
	letter-spacing: -6px;
}

.steps__item_pos1 {
	width: 340px;
}

.steps__item_pos2 {
	width: 340px;
}

.steps__item_pos3 {
	width: 320px;
}



/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews {
	background: url(../img/bg-reviews.jpg) repeat-y top center;
	padding-bottom: 60px;
}

.reviews__block {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.reviews__title br{display:none}
.reviews__title {
	height: 60px;
	background-color: #04518c;
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	padding: 0 20px;
}

.reviews__images {
	width: 582px;
	position: relative;
	overflow: hidden;
	float: left;
}

.reviews__images a {
	outline: none;
}

.reviews__images:before {
	content: 'было';
	position: absolute;
	width: 64px;
	height: 64px;
	background-color: #2f3131;
	color: #fff;
	font-family: "Intro";
	font-size: 14px;
	font-weight: 400;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	left: 20px;
	top: 116px;
}

.reviews__images:after {
	content: 'стало';
	position: absolute;
	width: 64px;
	height: 64px;
	background-color: #00a1d9;
	color: #fff;
	font-family: "Intro";
	font-size: 14px;
	font-weight: 400;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	bottom: 20px;
	left: 20px;
}

.reviews__images span {
	float: left;
	border: 2px solid #fff;
}

.reviews__images span img {
	display: block;
	width: 186px;
}

.reviews__text {
	color: #2f3131;
	font-family: Roboto;
	font-size: 15px;
	font-style: italic;
	line-height: 24px;
	margin-top: 5px;
}

.reviews__overflow {
	overflow: hidden;
	padding: 15px 20px 15px;
}

.reviews__name {
	display: inline-block;
	vertical-align: middle;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #2f3131;
}

.reviews__name span {
	color: #04518c;
}

.reviews__ava {
	display: inline-block;
	vertical-align: middle;
	margin-right: 17px;
	border-radius: 50%;
}

.reviews__hidden {
	display: none;
	overflow: hidden;
	clear: both;
}

.reviews__button {
	height: 50px;
}

/* ==========================================================================
   TEAMS
   ========================================================================== */
.teams {
	padding-bottom: 20px;
	background-color: #f3f3f3;
}

.teams__item {
	width: 33.33333333%;
	float: left;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #2f3131;
	text-align: center;
	height: 270px;
}

.teams__item span {
	color: #00a1d9;
}

.teams__item img {
	display: block;
	margin: auto;
	margin-bottom: 8px;
	border-radius: 50%;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about {
	padding-bottom: 30px;
}

.about__map {
	width: 510px;
	height: 300px;
	position: relative;
	float: left;
}

.about__text {
	overflow: hidden;
	padding-left: 30px;
	color: #2f3131;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.about__text ol {
	counter-reset: li;
}

.about__text li {
	padding-left: 60px;
	position: relative;
	margin-bottom: 27px;
}

.about__text li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	width: 40px;
	height: 40px;
	border: 3px solid #04518c;
	color: #04518c;
	font-family: "Intro";
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	left: 0;
	top: 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	padding-top: 22px;
	padding-bottom: 35px;
}

.footer__info {
	padding-bottom: 35px;
}

.footer__copyright {
	line-height: 1;
	color: #2f3131;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

/* ==========================================================================
   MODALS
   ========================================================================== */
.modal {
	position: relative;
	margin: 20px auto;
	width: 380px;
}

.modal .form {
	float: none;
}

.modal-thanks .form .form__title {
	margin-bottom: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
	.mfp-preloader a {
		color: #CCC; }
		.mfp-preloader a:hover {
			color: #FFF; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none; }

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover,
	.mfp-close:focus {
		opacity: 1;
		filter: alpha(opacity=100); }
	.mfp-close:active {
		top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
	.mfp-arrow:active {
		margin-top: -54px; }
	.mfp-arrow:hover,
	.mfp-arrow:focus {
		opacity: 1;
		filter: alpha(opacity=100); }
	.mfp-arrow:before,
	.mfp-arrow:after,
	.mfp-arrow .mfp-b,
	.mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent; }
	.mfp-arrow:after,
	.mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px; }
	.mfp-arrow:before,
	.mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px;
		opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after,
	.mfp-arrow-left .mfp-a {
		border-right: 17px solid #FFF;
		margin-left: 31px; }
	.mfp-arrow-left:before,
	.mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after,
	.mfp-arrow-right .mfp-a {
		border-left: 17px solid #FFF;
		margin-left: 39px; }
	.mfp-arrow-right:before,
	.mfp-arrow-right .mfp-b {
		border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px; }
	.mfp-iframe-holder .mfp-close {
		top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #000; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444; }
	.mfp-figure small {
		color: #BDBDBD;
		display: block;
		font-size: 12px;
		line-height: 14px; }
	.mfp-figure figure {
		margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
		} }

.mfp-ie7 .mfp-img {
	padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
	padding: 0; }

.mfp-ie7 .mfp-content {
	padding-top: 44px; }

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }
.reviews__list{
	list-style-type: disc !important;
	list-style: disc outside !important;
	padding-left: 25px;
	margin: 5px 0;
}
.reviews__list li{
	list-style-type: disc !important;
	list-style: disc outside !important;
}
.topnav {
  /* overflow: hidden; */
  /* display: flex; */
  /* justify-content: center; */
  /* text-align: center; */
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    /* display: block; */
    height: 50px;
  }
}
@media screen and (max-width: 550px) {.form{width:100%}
}
@media screen and (max-width: 767px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }body {
    background: #fff;
    min-width: 100%;
}.wrapper{width: 100%;}
.action__title b{
    font-size: 49px;
}
.action_bg2 .action__title:before{
	content:"";
	background: url(../img/gift.png) no-repeat center/cover;
	position: absolute;
	width: 80px;
	height: 80px;
	left: 10px;
}.action__title{
    padding-left: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
}
.action__title:before{
	content:"";
	background: url(../img/gift.png) no-repeat center/cover;
	position: absolute;
	width: 80px;
	height: 80px;
	left: 10px;
}.action_bg2 .action__title br {display:none}
.action_bg2 .action__title {
    font-size: 16px;
    padding-bottom: 0;
}.form__discount{
    font-size: 30px;
}header a{
    margin-left: auto !important;
    padding: 8px 13px !important;
}
.cnt {
    margin: auto;
    width: 100%;
}.about__map {
	width: 100%;
	height: 300px;
	position: relative;
	float: left;
}.nums__item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}
	.nums__icon {
	width: 235px;
	height: 190px;
	background-size: contain;
	}
	.nums .cnt {
	width: 100%;
}
.steps__item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid #00a1d9;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    left: 0px;
    top: 3px;
}
.steps__item_pos1, .steps__item_pos2, .steps__item_pos3 {width: 100%;height: auto;margin-bottom: 20px;padding-left: 30px;}
.steps__item span {font-size: 55px;padding-right: 15px;width: auto;}
.title{
    margin: 0px auto 30px;
    font-size: 22px;
    max-width: 323px;
    line-height: 30px;
    padding: 0px 20px;
    padding-top: 30px;
}.works__items {margin:0}
.examples__item {
	width: 95%;
	float: none;
	margin: 20px auto 30px;
	}.teams__item img {
    max-width: 120px;
}
	.teams__item {
	width: 50%;
	height: auto;
	margin: 10px auto;
	min-height: 210px;
}.nums {
	background: url(../img/bg-nums.jpg) no-repeat 50%/cover;
	height: auto;
}
.grab {
	height: auto;
	background: url(../img/bg-grab.jpg) no-repeat 45% -5%;
	background-size: 200%;
	padding-top: 50%;
	}
	.header__info {
	height: auto;
	max-width: 100%;
	padding: 10px 0;
}header{height: 36px !important;}
.header__info .description {
    margin-left: 0px;
    padding: 0;
    width: 51%;
    display: none;
    line-height: 11px;
    font-size: 11px;
    text-align: left;
    padding-left: 10px;
    margin-top: -3px;
}
.phone:before {display:none}
.description br {display:none}.phone {text-align:center;/* float: none; */width: 54%;margin-top: 0px;display: block;}
.phone b a{
    font-size: 24px;
    font-weight: 700;
}.phone span {
    display: none;
}.phone a span {display: inline-block;font-size: 18px;}
.grab__arrow:after {
	content: '';
	position: absolute;
	width: 110px;
	height: 40px;
	right: 35%;
	top: 74%;
	background: url(../img/bg-arrow_m.png) no-repeat 50%/contain;
}
.grab__arrow {
	float: left;
	width: 100%;
	position: relative;
	/* background: url(../img/bg-arrow.png) no-repeat top center; */
	padding-top: 20px;
	height: 90px;
	padding-left: 30px;
	margin-left: 0px;
	text-align: center;
	margin-top: 0;
	padding-right: 30px;
	display: block;
	background: rgb(255,255,255);
	}.pains {
	padding-bottom: 48px;
	background-color: #f3f3f3;
	max-width: 100%;
	margin: auto;
	width: 100%;
}.pains__columns {
	margin-left: 0px;
	overflow: hidden;
}.pains__list{font-size: 15px;margin: 0;}
.pains__title{
    font-size: 18px;
}.pains__icon{
    margin-right: 11px;
    width: 70px;
}
.action {
	height: auto;
	background: url(../img/bg-action.jpg) no-repeat top center;
	padding-top: 0px;
	background-size: cover;
}
.pains__column {
	float: left;
	padding-left: 5px;
	width: 100%;
	margin: 0;
}.advantages .cnt {
   width: 100%;
}.advantages__item {
	float: left;
	width: 100%;}
.pains__overflow {
    margin-right: 0;
    padding: 0;
    width: auto;
}.pains__list b{
    font-size: 20px;
}.form__title{
    padding: 0px 10px;
}
.grab form {
	width: 90%;
    background-image: linear-gradient(to top, #00A6E64F 100%, #00A6E64F 100%);
    float: none;
    margin-top: 115px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #04518c;
	}
.footer__info .logo{
    width: 100%;
}
.footer__info .phone{
    display: flex;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    
    flex-flow: column;
}
.footer__info .phone b {font-size: 34px;margin-bottom: 5px;}
form {
	/* float: none !important; */
	}.input {
	display: block;
	margin: auto;
	width: 90%;
	border: 1px solid #04518c;
	}
	.steps .button-red {
    top: 0;
}.examples .button{
    width: fit-content;
}.examples__img:before {right:20px}
	.button {
	display: block;
	text-decoration: none;
	text-align: center;
	width: fit-content;
	max-width:90%;
	padding: 0px 35px;
	margin-top: 20px;
	background-color: #00a1d9;
}
	.button:hover { background-image: linear-gradient(to top, #00a1d9 0%, #04518c 100%);
}
	.examples__items {
	margin-left: 0px;
}
.works__item {
	width: 48%;
	margin: 1%;
	height: auto;
	}.about__text li:before {
    width: 30px;
    height: 30px;
    font-size: 19px;
    line-height: 25px;
}
.about__text li{
    display: flex;
    margin: 20px 0;
    padding-left: 43px;
}
	.about__text {
    padding-left: 10px;
    padding-top: 20px;
    font-size: 16px;
}.footer {text-align:center;}
.reviews__images{width: 100%;}
	.description {text-align:left;margin-top: 10px;}
	.description:before {display:none}
	.reviews__images span img{width: 100%;}
	.reviews__images span {width:50%}
.reviews__title {height:auto;line-height: 19px;font-size: 14px;padding: 2px 20px;}
	.pains__list li {
	height: auto;
	margin-bottom: 15px;
	padding-right: 5px;
}
.reviews__title br{display:block}
.pains__icon img {
	width: 48px;
	height: auto;
	}
.logo{text-align: center;width: 46%;display: flex;height: 40px;align-items: center;}
.logo img {margin:0px auto;max-width: 100%;padding: 0px 5px;}
.grab__title b {
	font-size: 21px;
	line-height: 26px;
	}
	.footer__info .description {
    display: none;
}
.grab__title b span {display:none}
	.grab__title{
    margin-bottom: 0;
    padding: 20px 10px;
	background-color: rgb(160, 215, 255);
}
.grab__title br {display:block}
.grab__arrow b{font-size: 18px;}
.nums__num {font-size: 42px;}
	.modal {
    position: relative;
    margin: 20px auto;
    width: 100%;
    max-width: 380px;
}.topnav {
  /* overflow: hidden; */
  /* display: block; */
  }}
  
  nav{}
nav ul{display:table;float:right;margin:0;padding:0}
nav ul li{float:left;list-style-type:none}
nav ul li:last-child{padding-right:0}
nav ul li a{color:#fff;font-size:19px;padding:7px 19px;display:inline-block;text-decoration:none}
nav ul li a:hover{background-color:#fff;color:#002e5b;text-decoration:underline}
.toggle-menu ul{display:table;width:31px;margin-left:0;padding-left:0;margin:5px}
.toggle-menu ul li{width:100%;height:3px;background-color: #949494;margin-bottom:4px;list-style:none;transition: all .1s linear .23s;}
.toggle-menu ul li:last-child{margin-bottom:0} input[type=checkbox],label{display:none}@media only screen and (max-width: 967px) {
header{padding: 5px 0;height: 31px;}
#logo{padding:0}
input[type=checkbox]{position:absolute;top:-7777px;left:-7777px;background:none} input[type=checkbox]:focus{background:none}
label{float:right;display:inline-block;cursor:pointer;margin-right: 10px;}
input[type=checkbox]:checked ~ nav{display: flex;} nav{display:none;position:absolute;right:0;top: 36px;background-color: #f7f7f7;padding:0;z-index:99;/* border-left: 1px solid #7b7b7b; *//* border-bottom: 1px solid #7b7b7b; */}
nav ul{width:auto}
input[type=checkbox]:checked ~ .toggle-menu ul li.first {-webkit-transform: rotate(
45deg);margin-top: 7px;}
input[type=checkbox]:checked ~ .toggle-menu ul li.second {
    opacity: 0;
}
input[type=checkbox]:checked ~ .toggle-menu ul li.third {
    -webkit-transform: rotate(
-45deg
);
    margin-top: -13px;
}
nav ul li{float:none;padding:0;width:100%;display:table}
nav ul li a{color:#FFF;font-size:15px;padding:10px 20px;display:block;border-bottom:1px solid rgba(225,225,225,0.1)}
}input[type=checkbox]:checked ~ nav .cnt {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
@media only screen and (max-width: 360px) {
label{padding: 1px 0;}
#logo{font-size:1.1rem}
nav{top: 35px;}
}
header {
    background-color: #f7f7f7;
    height: 50px;
    font-family: Roboto;
    font-weight: 700;
    /* font-size: 0; */
    color: #2f3131;
    text-align: center;
}header a {
    color: #2f3131;
    font-size: 12px;
    text-decoration: none;
    margin-left: 73px;
    line-height: 1;
    display: inline-block;
    border-top: 3px solid transparent;
    padding-top: 16px;
}.header a:first-child {
	margin-left: 0;
}.header a:hover {
	color: #04518c;
	border-top: 3px solid #04518c;
}


@media(max-width: 767px){
	.grab__title b{
    position: absolute;
    color: white;
    top: 16vw;
    transform: translate(0, 0%);
    right: 0;
    background-color: #04518c;
    padding: 20px 2px;
    max-width: 55vw;
		font-family: 'Rubik Mono One', sans-serif;
    font-weight: 400;
		font-size: 24px;
	}
	.grab__arrow:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 40px;
    right: 50%;
    top: 74%;
    background: url(../img/bg-arrow_m.png) no-repeat 50%/contain;
    transform: translate(50%, 0);
	}
	span.key{
    display: block !important;
		font-weight: 400;
		font-family: Roboto;
	}
	.grab{
		position: relative;
	}
}

@media(max-width: 540px){
	.grab__title b{
    top: 13vw;
		padding: 20px 2px;
		max-width: 60vw;
	}
}

@media(max-width: 475px){
	.grab__title b{
		font-size: 21px;
	}
}

@media(max-width: 430px){
	.grab__title b{
		font-size: 21px;
	}
}

@media(max-width: 435px){
	.grab__title b{
		position: absolute;
    color: white;
    top: 13vw;
    transform: translate(0, 0%);
    right: 0;
    background-color: #04518c;
		padding: 20px 2px;
		max-width: 60vw;
	}
}

@media(max-width: 400px){
	.grab__title b{
		padding: 10px;
		font-size: 18px;
	}
}
.phone b {
    color: #04518c;
    font-size: 30px;
    font-weight: 400;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}