* {
	font-family: 'Exo 2', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #00447f;
	text-align: center;
	font-weight: bold;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 30px;
}

a {
	text-decoration: none;
}

header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 0;
}

.hidd-menu {
	display: none;
	height: 35px;
	width: 35px;
	background-color: transparent;
	border: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
}

.hidd-menu:active {
	outline: none;
}

.hidd-menu div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.hidd-menu div span {
	width: 35px;
	height: 5px;
	background-color: #00447f;
	display: block;
}

a .logo:active {
	color: #000;
}

.logo {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo img {
	max-width: 77px;
	max-height: 71px;
}

.logo-text {
	padding: 0 15px;
	font-size: 18px;
	line-height: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-text {
	color: black;
}

.logo-text p {
	margin: 0;
}

.logo-text-lg {
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	color: #125491;
}

.phones {
	text-align: center;
	color: #00447f;
	font-size: 36px;
	font-weight: 700;
	line-height: 30px;
	position: relative;
}

.phones a {
	color: #00447f;
}

.phones span {
	color: #6ac7b7;
	font-weight: 400;
	font-size: 18px;
	position: relative;
}

.phone:first-of-type span:before {
	width: 42px;
	height: 41px;
	background: url("../img/css_sprites.png") -72px -423px;
	display: block;
	content: "";
	position: absolute;
	top: -10px;
	left: -55px;
}

.call-back {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.call-back a {
	display: block;
	width: 305px;
	height: 55px;
	border: 2px solid #00447f;
	color: #25a0a3;
	text-transform: uppercase;
	padding: 13px 20px 0 50px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 14px;
	font-weight: bold;
	position: relative;
}

.call-back a span {
	display: block;
	color: #00447f;
	font-size: 13px;
	text-transform: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.call-back a:before {
	width: 65px;
	height: 61px;
	background: url("../img/css_sprites.png") -412px -150px;
	display: block;
	top: -6px;
	left: -25px;
	content: "";
	position: absolute;
}

.upper-menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0;
	margin: 0;
}

.upper-menu ul li {
	list-style: none;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e2e6e9));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #e2e6e9);
	background-image: -o-linear-gradient(top, #f1f1f1, #e2e6e9);
	background-image: linear-gradient(to bottom, #f1f1f1, #e2e6e9);
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid white;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #e2e6e9;
}

.upper-menu ul li:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#005baa), to(#00447f));
	background-image: -webkit-linear-gradient(top, #005baa, #00447f);
	background-image: -o-linear-gradient(top, #005baa, #00447f);
	background-image: linear-gradient(to bottom, #005baa, #00447f);
	border-top: 1px solid #005baa;
	border-bottom: 1px solid #00447f;
	border-left: 0;
	border-right: 0;
}

.upper-menu ul li:hover a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.upper-menu ul li a {
	color: #3a3b3d;
	text-transform: uppercase;
	display: block;
	padding: 12px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c8cfd5;
}

.fixed-nav {
	display: none;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 1280px;
}

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

.container:after {
	clear: both;
}

.banner img {
	width: 100%;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
	color: #00447f;
	text-align: center;
	font-weight: bold;
}

.main h1 {
	font-size: 35px;
}

.main h2 {
	font-size: 30px;
	margin-top: 45px;
}

.main p {
	font-size: 18px;
	line-height: 24px;
}

.main .pic-left {
	float: left;
	margin-right: 30px;
}

.main .pic-right {
	float: right;
	margin-left: 30px;
}

.main .pic-left,
.main .pic-right {
	margin-bottom: 15px;
}

.main .pic-border {
	-webkit-box-shadow: 0 0 0 40px rgba(0, 91, 170, 0.7) inset;
	box-shadow: 0 0 0 40px rgba(0, 91, 170, 0.7) inset;
	display: inline-block;
	outline: 4px solid #00447f;
	outline-offset: -40px;
}

.main .pic-border img {
	z-index: -1;
	position: relative;
}

.main img {
	max-width: 100%;
}

.main ul {
	padding-left: 25px;
}

.main ul li {
	list-style: none;
	position: relative;
	margin-bottom: 20px;
}

.main ul li:before {
	display: block;
	position: absolute;
	content: "";
	background-color: #6989c8;
	height: 6px;
	width: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 8px;
	left: -25px;
}

.advantages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.advantage {
	position: relative;
	text-align: center;
	width: 20%;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
}

.advantage span {
	width: 200px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.advantage:before {
	display: block;
	content: "";
	position: absolute;
	left: 25%;
}

.adv-wrapper {
	height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 30px;
}

.adv-icon {
	margin: 0 auto;
}

.adv-1 {
	width: 104px;
	height: 120px;
	background: url("../img/css_sprites.png") -412px -10px;
}

.adv-2 {
	width: 130px;
	height: 85px;
	background: url("../img/css_sprites.png") -146px -150px;
}

.adv-3 {
	width: 94px;
	height: 121px;
	background: url("../img/css_sprites.png") -10px -282px;
}

.adv-4 {
	width: 120px;
	height: 79px;
	background: url("../img/css_sprites.png") -350px -282px;
}

.adv-5 {
	width: 120px;
	height: 110px;
	background: url("../img/css_sprites.png") -272px -10px;
}

.services {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	line-height: 20px;
}

.services .service {
	width: 23%;
}

.services img {
	width: 100%;
	max-width: 290px;
	display: block;
	margin: 0 auto;
}

.workflow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	font-size: 18px;
	line-height: 24px;
}

.workflow .workflow-item {
	width: 18%;
	position: relative;
}

.workflow .workflow-item:after {
	width: 40px;
	height: 28px;
	position: absolute;
	content: "";
	display: block;
	background: url("../img/css_sprites.png") -145px -433px;
	top: 63px;
	left: -36px;
}

.workflow .workflow-item:first-child:after {
	display: none;
}

.workflow .workflow-item span {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	min-height: 96px;
}

.workflow .workflow-item .work-icon {
	margin: 15px auto;
}

.workflow .workflow-item .icon-1 {
	width: 112px;
	height: 120px;
	background: url("../img/css_sprites.png") -10px -10px;
}

.workflow .workflow-item .icon-2 {
	width: 92px;
	height: 120px;
	background: url("../img/css_sprites.png") -238px -282px;
}

.workflow .workflow-item .icon-3 {
	width: 94px;
	height: 120px;
	background: url("../img/css_sprites.png") -124px -282px;
}

.workflow .workflow-item .icon-4 {
	width: 110px;
	height: 120px;
	background: url("../img/css_sprites.png") -142px -10px;
}

.workflow .workflow-item .icon-5 {
	width: 116px;
	height: 120px;
	background: url("../img/css_sprites.png") -10px -150px;
}

.contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #00447f;
}

.contacts .phones {
	padding-left: 55px;
	width: 33%;
	text-align: left;
}

.contacts .phones:before {
	left: 0;
}

.contacts .address {
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	width: 33%;
	padding-left: 70px;
}

.contacts .address span {
	position: relative;
}

.contacts .address span:before {
	width: 55px;
	height: 55px;
	background: url("../img/css_sprites.png") -296px -150px;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -70px;
}

.contacts .e-mail {
	width: 31%;
	font-weight: bold;
	padding-left: 57px;
	margin-top: 5px;
}

.contacts .e-mail a {
	color: #6ac7b7;
	text-decoration: underline;
	position: relative;
}

.contacts .e-mail a:hover {
	text-decoration: none;
}

.contacts .e-mail a:before {
	width: 42px;
	height: 54px;
	background: url("../img/css_sprites.png") -10px -423px;
	position: absolute;
	display: block;
	content: "";
	top: -5px;
	left: -57px;
}

footer {
	margin: 30px 0;
	line-height: 19px;
}

footer .upper-menu {
	margin-top: 85px;
}

footer h4 {
	color: #3a3b3d;
	text-align: left;
	font-weight: 400;
	margin-top: 40px;
	line-height: 19px;
}

.copyright {
	font-size: 13px;
	line-height: 18px;
	margin-top: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.copyright .copyright-text {
	margin-right: 20px;
}

.copyright .copyright-text p {
	margin-bottom: 0;
	font-size: 13px;
}

.copyright .copyright-text a {
	color: #005baa;
	text-decoration: underline;
}

.studio {
	display: block;
	max-width: 193px;
}

#feedback {
	width: 420px;
	padding: 30px;
	font-family: 'Exo 2', sans-serif;
}

#feedback .title {
	font-size: 25px;
	color: #222222;
	letter-spacing: 0.75px;
	margin-bottom: 30px;
}

.field {
	margin-bottom: 9px;
	position: relative;
}



.field input:not([type="submit"]) {
	height: 58px;
	border: 1px #eeeeee solid;
	background: none;
	box-shadow: inset 0px -13px 9px 0px rgba(0, 0, 0, 0.02);
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	font-size: 16px;
	-webkit-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.field textarea {
	height: 150px;
	border: 1px #eeeeee solid;
	background: none;
	box-shadow: inset 0px -13px 9px 0px rgba(0, 0, 0, 0.02);
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 22px;
	font-size: 16px;
	-webkit-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	resize: none;
}

.fullform .field input:not([type="submit"]),
.fullform .field textarea {
	border: 2px solid #00447f;
}

.field [type="submit"] {
	height: 58px;
	border: none;
	background: linear-gradient(to bottom, #005baa, #00447f);
	color: #fff;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	cursor: pointer;
	-webkit-transition: background 0.25s, color 0.25s;
	-o-transition: background 0.25s, color 0.25s;
	transition: background 0.25s, color 0.25s;
}


.field .placeholder {
	position: absolute;
	left: 20px;
	top: 19px;
	font-size: 17px;
	color: #8e8e8e;
}

.field input:not([type="submit"]):focus+.placeholder,
.field textarea:focus+.placeholder,
.field.active .placeholder {
	top: 9px;
	font-size: 14px;
}

.messages p {
	padding-bottom: 5px;
	font-size: 16px;
}

.messages p.error {
	color: red;
}

.flex_field {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_field .field {
	width: 49%;
}

.flex_field .field.textarea {
	width: 100%;
}

.company_numbers {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.company_numbers-item {
	display: flex;
	align-items: center;
	width: 30%;
}

.company_numbers-item img {
	display: block;
	margin: 0 20px 0 0;
}

.art_list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.art_item {
	width: calc(25% - 15px);
	margin: 0 20px 30px 0;
}

.art_item:nth-child(4n) {
	margin-right: 0;
}

.art_item a {
	display: block;
	text-decoration: none;
	width: 100%;
}

.art_item a img {
	display: block;
	width: 100%;
}

.art_item .date {
	color: #8e8e8e;
	font-size: 14px;
	margin: 10px 0 0 0;
}

.art_item .title {
	color: #000;
	font-size: 18px;
	line-height: 24px;
}

.pagination ul {
	display: flex;
	justify-content: center;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pagination ul li {
	list-style: none;
	display: block;
	margin: 0 10px;
}
.pagination ul li:before {
	display: none;
}

.pagination ul li.current span {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 21px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #000000 solid;
}

.pagination ul li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 21px;
	text-decoration: none;
	color: #525252;
}

@media (min-width: 777px) {

	.upper-menu ul {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

}

@media (max-width: 1050px) {

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 30px;
	}

	header {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.logo {
		width: 100%;
		margin-bottom: 20px;
	}

	.phones {
		width: 50%;
	}

	.call-back {
		width: 50%;
	}

	.main h1 {
		font-size: 30px;
	}

	.main h2 {
		margin-top: 40px;
	}

	.advantages {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advantage {
		width: 33%;
		font-size: 20px;
		line-height: 22px;
	}

	.services {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.services .service {
		width: 48%;
		margin-bottom: 15px;
	}

	.workflow {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.workflow .workflow-item:after {
		display: none;
	}

	.workflow .workflow-item {
		width: 30%;
	}

	.workflow .workflow-item span {
		font-size: 20px;
		min-height: 45px;
	}

	.contacts {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts .phones {
		width: 48%;
		margin-bottom: 30px;
		text-align: center;
	}

	.contacts .address {
		width: 48%;
		padding-left: 55px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contacts .e-mail {
		width: 100%;
		text-align: center;
		margin-top: 35px;
		padding-left: 42px;
	}

}

@media (max-width: 776px) {
	.flex_field .field {
		width: 100%;
	}

	.company_numbers {
		flex-wrap: wrap;
	}

	.company_numbers-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.art_item {
		width: calc(50% - 10px);
	}

	.art_item:nth-child(2n) {
		margin-right: 0;
	}

	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 25px;
	}

	header {
		margin-top: 90px;
	}

	header .logo {
		display: none;
	}

	.hidd-menu {
		display: block;
	}

	.logo-text {
		font-size: 15px;
		padding-right: 0;
		line-height: 15px;
	}

	.phones {
		width: 100%;
		font-size: 30px;
	}

	.call-back {
		width: 100%;
		padding-left: 30px;
	}

	.call-back a {
		margin: 15px auto 0;
	}

	.upper-menu {
		position: fixed;
		top: 0;
		z-index: 10;
		background-color: #fff;
		left: 0;
		width: 100%;
		height: 90px;
		border-bottom: 2px solid #00447f;
	}

	.upper-menu ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: none;
		background-color: #fff;
		margin: 0;
	}

	.upper-menu ul li {
		width: 100%;
		background: none;
		border: 0;
		font-size: 18px;
	}

	.upper-menu ul li a {
		background-color: #fff;
		color: #00447f;
		border-bottom: 2px solid #00447f;
	}

	.fixed-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 90px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 20px;
	}

	.fixed-nav .logo {
		margin: 0 20px 0 0;
		width: auto;
	}

	.main h1 {
		font-size: 25px;
	}

	.main h2 {
		font-size: 25px;
		margin-top: 20px;
	}

	.main p {
		font-size: 16px;
		line-height: 22px;
	}

	.main .pic-left,
	.main .pic-right {
		float: none;
		margin: 0 auto;
	}

	.main .pic-border-wrap {
		text-align: center;
	}

	.main ul li {
		margin-bottom: 20px;
	}

	.advantage {
		width: 50%;
		font-size: 18px;
		line-height: 20px;
	}

	.adv-wrapper {
		margin-bottom: 0;
	}

	.adv-icon {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	.services {
		font-size: 14px;
		line-height: 18px;
	}

	.services .service {
		width: 100%;
	}

	.workflow {
		font-size: 16px;
		line-height: 22px;
	}

	.workflow .workflow-item {
		width: 48%;
	}

	.workflow .workflow-item span {
		font-size: 18px;
		min-height: 0px;
	}

	.workflow .workflow-item .work-icon {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		margin: -10px auto;
	}

	.contacts .phones {
		width: 100%;
	}

	.contacts .address {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contacts .e-mail {
		width: 100%;
	}

	footer .upper-menu {
		display: none;
	}

	footer h4 {
		text-align: center;
		font-weight: bold;
		margin: 0 0 30px 0;
	}

	.copyright {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.copyright .copyright-text {
		margin-right: 0;
	}

	.studio {
		margin-top: 20px;
	}

}

@media (max-width: 530px) {
	.art_item {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
}

@media (max-width: 450px) {
	#feedback {
		width: 100%;
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 20px;
	}

	.logo {
		margin: 0;
	}

	.logo img {
		width: 65px;
		height: 100%;
	}

	.logo-text-lg {
		font-size: 30px;
	}

	.phones {
		padding-left: 0;
	}

	.phone:first-of-type span:before {
		display: none;
	}

	.call-back {
		padding-left: 0;
	}

	.call-back a {
		padding: 13px 0;
		text-align: center;
	}

	.call-back a:before {
		display: none;
	}

	.fixed-nav {
		padding: 0 10px;
	}

	.main h1 {
		font-size: 20px;
	}

	.main h2 {
		font-size: 20px;
		margin-top: 15px;
	}

	.main p {
		font-size: 14px;
		line-height: 20px;
	}

	.advantage {
		font-size: 16px;
	}

	.advantage span {
		width: 150px;
	}

	.adv-icon {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}

	.workflow {
		font-size: 14px;
		line-height: 20px;
	}

	.workflow .workflow-item {
		width: 100%;
	}

	.workflow .workflow-item span {
		font-size: 16px;
	}

	.workflow .workflow-item .work-icon {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}

	.contacts .phones {
		padding-left: 0;
	}

	.contacts .address {
		padding-left: 0;
	}

	.contacts .address span:before {
		display: none;
	}

	.contacts .e-mail {
		padding-left: 0;
	}

	.contacts .e-mail a:before {
		display: none;
	}

	footer h4 {
		margin: 0 0 20px 0;
	}

	.copyright {
		margin-top: 35px;
	}

}