@-ms-viewport {
	width: auto!important;
}

html {
	font-family: sans-serif;
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

img {
	border: 0;
}

button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0;
}

button,
input[type="submit"] {
	-webkit-appearance: button;
	overflow: visible;
	cursor: pointer;
}

button,
select {
	text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

.hidden {
	display: none!important;
}

[data-url] {
	cursor: pointer;
}

[data-fancybox] {
	cursor: zoom-in;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.container {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1;
}

.input-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border-radius: 5px;
	padding: 0 15px;
	height: 40px;
	background: #f7f7f7;
	border: 1px solid #b5b5b5;
	color: #000;
	width: 100%;
	vertical-align: top;
	display: inline-block;
}

.input-textarea {
	font-family: 'Open Sans', sans-serif;
}

.input-text:focus,
.input-textarea:focus {
	border: 1px solid #fb8400;
}

.input-text.error,
.input-textarea.error {
	-webkit-box-shadow: 0 0 16px rgba(255,0,0,.8) inset;
	box-shadow: 0 0 16px rgba(255,0,0,.8) inset;
	border: 1px solid #fa9b9b;
}

.button {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border-radius: 5px;
	padding: 0 30px;
	height: 40px;
	background: #fb8400;
	border: 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	vertical-align: top;
	display: inline-block;
}

.button:hover {
	background: #fbaf5a;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	margin-left: -140px;
	z-index: 100;
	display: none;
	padding: 15px 20px;
	background: #fff;
	border-radius: 10px;
}

.modal__close {
	width: 36px;
	height: 36px;
	position: absolute;
	right: -46px;
	top: -46px;
	cursor: pointer;
	background: url(img/close.png) no-repeat;
}

.modal__close:hover {
	opacity: .7;
}

.modal__title {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #4caf50;
}

.modal__text {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
	line-height: 1.3;
}

.overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.8);
}

.static {
	position: absolute;
}

.header {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/header.jpg);
}

.header_is_inner {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	background-size: auto;
	background-image: url(img/header_is_inner.png);
}

.top {
	background-color: rgba(0,0,0,.7);
}

.top__sitename {
	line-height: 1.4;
	color: #fff;
	font-size: 16px;
	float: left;
	padding: 20px 0 20px;
}

.top__sitename span:first-child {
	display: block;
	color: #fbaf5a;
}

.top__sitename span:last-child {
	display: block;
	margin-top: 7px;
	line-height: 1.4;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 400;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
}

.top__sitename span:last-child:before {
	content: '';
	width: 15px;
	height: 19px;
	background: url(img/geo.png) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
}

.top__contacts {
	float: right;
	font-size: 0;
	line-height: 1.4;
}

.top__contacts-item {
	margin-top: 12px;
}

.top__contacts-item .br {
	display: none;
}

.footer__contacts-item .br {
	display: none;
}

.top__contacts .icon {
	font-size: 18px;
	color: #fbaf5a;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 34px;
	min-height: 25px;
	vertical-align: top;
}

.top__contacts .icon:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
}

.top__contacts .br + .icon,
.top__contacts .icon + .icon {
	margin-left: 15px;
}

.top__contacts .icon_mts:before {
	width: 26px;
	height: 26px;
	background: url(img/icon_mts.png) no-repeat;
}

.top__contacts .icon_velcom:before {
	width: 26px;
	height: 26px;
	background: url(img/icon_velcom.png) no-repeat;
}

.top__contacts .icon_viber:before {
	width: 32px;
	height: 32px;
	background: url(img/icon_viber.png) no-repeat;
}

.top__contacts .icon_whatsapp:before {
	width: 32px;
	height: 32px;
	background: url(img/icon_whatsapp.png) no-repeat;
}

.top__contacts .icon_telegram:before {
	width: 32px;
	height: 32px;
	background: url(img/icon_telegram.png) no-repeat;
}

.top__contacts .mailto {
	font-size: 15px;
	text-decoration: none;
	line-height: 1.7;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.top__contacts .delimiter {
	color: #959595;
	font-size: 15px;
	text-decoration: none;
	line-height: 1.7;
	margin: 0 8px;
	display: inline-block;
	vertical-align: top;
}

.main-menu {
	background-color: rgba(210,215,216,.7);
}

.main-menu.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
	background-color: rgba(210,215,216,1);
}

.main-menu__content {
	text-align: center;
	font-size: 0;
}

.main-menu__item {
	display: inline-block;
	vertical-align: top;
	padding: 16px 20px 18px;
}

.main-menu__item-link {
	font-size: 16px;
	font-weight: 700;
	color: #060b0d;
	text-decoration: none;
}

.main-menu__item-link:hover {
	color: #fff;
}

.main-edges {
	background-color: rgba(0,0,0,0.45);
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-edges__content {
	background-color: rgba(224,215,215,.2);
	border-radius: 10px;
}

.main-edges__item {
	text-align: center;
	font-weight: 600;
	float: left;
	width: 100%;
	padding: 30px 15px;
}

.main-form {
	background-color: rgba(0,0,0,.45);
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-form .form {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	font-size: 0;
}

.main-form .form-title {
	font-size: 20px;
	font-weight: 700;
	color: #060b0d;
	margin: 0;
	margin-bottom: 15px;
}

.main-form .input-text {
	margin-right: 15px;
	width: 250px;
	text-align: center;
}

.main-form .button {
	width: 250px;
}

.services {
	background-color: rgba(0,0,0,.45);
	padding-top: 20px;
	padding-bottom: 40px;
}

.services__header {
	font-size: 26px;
	background-color: #4caf50;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 10px;
}

.services__content {
	margin: 0 -15px;
}

.services__item {
	float: left;
	padding: 0 15px;
	width: 50%;
	margin-top: 30px;
}

.services__item-inner {
	height: 100%;
	background: #fff;
	padding: 10px 15px;
}

.services__item-image-block {
	float: left;
	width: 195px;
}

.services__item-image-link {
	width: 90px;
	height: 69px;
	float: left;
	margin-top: 15px;
	position: relative;
}

.services__item-image-link:first-child {
	width: 195px;
	height: 150px;
	margin-top: 0;
}

.services__item-image-link:last-child {
	margin-left: 15px;
}

.services__item-image-link img {
	display: block;
	max-width: 100%;
}

.services__item-image-link:hover img {
	opacity: .8;
}

.services__item-content {
	padding-left: 210px;
}

.services__item-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
	margin: 0;
}

.services__item-text {
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	margin-top: 10px;
	height: 114px;
	overflow: hidden;
}

.services__item-price {
	font-size: 22px;
	color: #f7941d;
	font-weight: 700;
	margin-top: 20px;
}

.examples {
	background-position: center center;
	background-size: auto;
	background-repeat: repeat;
	background-image: url(img/examples.png);
	color: #fff;
	padding: 40px 0;
}

.examples__header {
	font-size: 30px;
	text-align: center;
	color: #ebebeb;
	text-transform: uppercase;
	font-weight: 800;
}

.examples__content {
	margin-left: -15px;
	margin-right: -15px;
}

.examples__item {
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 50%;
}

.examples__item-inner {
	background-color: rgba(76,175,80,.6);
	border-radius: 10px;
	overflow: hidden;
	height: 186px;
}

.examples__item-title {
	width: 50%;
	float: left;
	font-size: 18px;
	color: #ebebeb;
	line-height: 1.4;
	text-align: center;
}

.examples__item-title > span {
	display: table;
	width: 100%;
}

.examples__item-title > span > span {
	display: table-cell;
	vertical-align: middle;
	height: 186px;
	padding: 10px 15px;
}

.examples__item-image-block {
	width: 50%;
	float: left;
	overflow: hidden;
}

.examples__item-image-block img {
	display: block;
}

.advantages {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: repeat;
	color: #fff;
	background-image: url(img/advantages.jpg);
}

.advantages-inner {
	background-color: rgba(48,34,22,.43);
	padding: 40px 0;
}

.advantages__header {
	font-size: 36px;
	text-align: center;
	color: #ebebeb;
	font-weight: 700;
	line-height: 1.5;
	background-color: rgba(18,16,16,.5);
	padding-top: 15px;
}

.advantages__content {
	background-color: rgba(18,16,16,.5);
	padding: 15px;
}

.advantages__item {
	padding-top: 30px;
	padding-bottom: 60px;
	border-bottom: 2px solid #ebebeb;
}

.advantages__item-title {
	float: left;
	width: 30%;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	padding-left: 50px;
}

.advantages__item-title img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.advantages__item-text {
	color: #ebebeb;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	padding-left: 74px;
	float: left;
	width: 70%;
}

.advantages__item-text .i {
	height: 54px;
	width: 54px;
	background-color: rgba(233, 242, 245, 0.25);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(img/advantages__item-text.png);
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.work {
	background: #fff;
	padding: 40px 0;
}

.work__header {
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
}

.work__content {
	text-align: center;
	font-size: 0;
}

.work__item {
	width: 255px;
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.3;
	margin-left: 15px;
	margin-right: 15px;
}

.work__item-image {
	display: block;
	margin: 0 auto;
}

.work__item-title {
	margin-top: 20px;
}

.feeds {
	background-position: center center;
	background-size: auto;
	background-repeat: repeat;
	background-image: url(img/examples.png);
	color: #fff;
	padding: 40px 0;
}

.feeds__header {
	font-size: 30px;
	text-align: center;
	color: #ebebeb;
	text-transform: uppercase;
	font-weight: 800;
}

.feeds__item {
	margin-top: 30px;
}

.feeds__item-link img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.feeds__all {
	margin-top: 30px;
	text-align: center;
}

.feeds__all-link {
	font-size: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	padding: 0 30px;
	height: 40px;
	background: #fff;
	border: 0;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	width: auto;
	vertical-align: top;
	display: inline-block;
}

.feeds__all-link span {
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.feeds__all-link img {
	vertical-align: top;
	display: inline-block;
	margin-top: -2px;
	margin-left: 6px;
}

.feeds__all-link:hover {
	background: #dcdcdc;
}

.map {
	background-color: #333;
	padding: 40px 0 0;
}

.map__header {
	font-size: 30px;
	text-align: center;
	color: #ebebeb;
	text-transform: uppercase;
	font-weight: 800;
}

.map__subheader {
	font-size: 20px;
	text-align: center;
	color: #ebebeb;
	font-weight: 800;
	margin-top: 15px;
}

.map__content {
	height: 400px;
	background: #000;
	margin-top: 40px;
}

.footer {
	background-color: #333;
	padding: 40px 0;
}

.footer__content {
	margin: 0 -15px;
}

.footer__left {
	float: left;
	width: 70%;
	padding: 0 15px;
	position: relative;
	min-height: 200px;
}

.footer__contacts-header {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-top: 15px;
}

.footer__contacts-header:first-child {
	margin-top: 0;
}

.footer__contacts {
	font-size: 0;
	line-height: 1.4;
}

.footer__contacts-item {
	margin-top: 15px;
}

.footer__contacts .icon {
	font-size: 18px;
	color: #fbaf5a;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 34px;
	min-height: 25px;
	vertical-align: top;
}

.footer__contacts .icon:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
}

.footer__contacts .br + .icon,
.footer__contacts .icon + .icon {
	margin-left: 15px;
}

.footer__contacts .icon_mts:before {
	width: 26px;
	height: 26px;
	background: url(img/icon_mts.png) no-repeat;
}

.footer__contacts .icon_velcom:before {
	width: 26px;
	height: 26px;
	background: url(img/icon_velcom.png) no-repeat;
}

.footer__contacts .icon_viber:before {
	width: 32px;
	height: 32px;
	background: url(img/icon_viber.png) no-repeat;
}

.footer__contacts .icon_whatsapp:before {
	width: 32px;
	height: 32px;
	background: url(img/icon_whatsapp.png) no-repeat;
}

.footer__contacts .icon_telegram:before {
	width: 32px;
	height: 32px;
	background: url(img/icon_telegram.png) no-repeat;
}

.footer__contacts .schedule {
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
	color: #fbaf5a;
	line-height: 1.7;
}

.footer__scheme {
	position: absolute;
	right: 80px;
	top: 0;
}

.footer__scheme-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.footer__scheme-image-link {
	background: red;
	width: 240px;
	height: 162px;
	display: block;
	margin-top: 22px;
}

.footer__right {
	float: left;
	width: 30%;
	padding: 0 15px;
}

.footer-form .form-title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px;
	text-align: center;
}

.footer-form .input-text {
	margin-bottom: 10px;
	display: block;
}

.footer-form .button {
	display: block;
}

.footer__bottom {
	text-align: center;
	color: #fff;
	padding: 30px 0 0;
	float: left;
	width: 100%;
	line-height: 1.2;
	font-size: 15px;
}

.payment {
	text-align: center;
	font-size: 0;
}

.payment img {
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0;
}

.footer__bottom a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.footer__bottom a:hover {
	border-bottom: 1px solid transparent;
}

.page-text {
	background-color: rgba(255,255,255,.25);
	padding: 40px 0;
}

.page-text__content {
	background-color: rgba(23,25,24,.45);
	padding: 15px 20px;
}

.text {
	color: #fff;
	line-height: 1.7;
	font-size: 15px;
}

.text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.text p {
	margin: 0;
	margin-top: 17px;
}

.text p:first-child {
	margin-top: 0;
}

.text h1 {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0;
}

.text h2 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0;
}

.back {
	margin-top: 30px;
	text-align: center;
}

.back__link {
	font-size: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	padding: 0 30px;
	height: 40px;
	background: #fff;
	border: 0;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	width: auto;
	vertical-align: top;
	display: inline-block;
}

.back__link span {
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.back__link:hover {
	background: #dcdcdc;
}

@media (max-width:1186px) {
	.container {
		width: 970px;
	}

	.services__item-text {
		height: auto;
		font-size: 14px;
	}

	.services__item-inner {
		padding: 10px 15px 30px;
	}

	.services__item-price {
		font-size: 16px;
	}

	.work__item {
		width: 205px;
	}

	.footer__scheme {
		right: 30px;
	}
}

@media (max-width:991px) {
	.container {
		width: 100%;
	}

	body {
		min-width: 320px;
	}

	.top__sitename span:last-child {
		display: inline-block;
	}

	.modal__close {
		right: 0;
	}

	.top__sitename {
		width: 100%;
		text-align: center;
	}

	.top__contacts {
		width: 100%;
		text-align: center;
	}

	.top__contacts .mailto {
		display: block;
	}

	.top__contacts .delimiter {
		display: none;
	}

	.main-menu {
		position: relative!important;
		background-color: rgba(210,215,216,.7)!important;
	}

	.top__contacts-item .br {
		display: block;
	}

	.footer__contacts-item .br {
		display: block;
	}

	.text h1 {
		font-size: 23px;
	}

	.top__contacts .icon_viber,
	.top__contacts .icon_whatsapp,
	.top__contacts .icon_telegram {
		margin: 20px 5px 0;
	}

	.top {
		padding-bottom: 30px;
	}

	.main-menu__item {
		padding: 9px 10px 11px;
	}

	.main-menu__item-link {
		font-size: 14px;
	}

	.main-edges__item {
		padding: 20px 10px;
	}

	.main-form .input-text {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}

	.main-form .button {
		width: 100%;
	}

	.services__item {
		width: 100%;
	}

	.services__item-content {
		padding-left: 0;
		float: left;
		width: 100%;
		margin-top: 15px;
	}

	.services__item-price {
		font-size: 22px;
	}

	.examples__header {
		font-size: 23px;
		line-height: 1.4;
	}

	.examples__item {
		width: 100%;
	}

	.examples__item-title {
		width: 100%;
	}

	.examples__item-title > span {
		width: 100%;
	}

	.examples__item-title > span > span {
		display: block;
		height: auto;
	}

	.examples__item-inner {
		height: auto;
	}

	.examples__item-image-block {
		width: 100%;
		padding: 10px;
	}

	.examples__item-image-block img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.examples__item:nth-child(odd) .examples__item-title > span > span {
		padding-bottom: 0;
	}

	.examples__item:nth-child(even) .examples__item-image-block {
		padding-bottom: 0;
	}

	.advantages__header {
		font-size: 28px;
	}

	.advantages-inner {
		padding: 15px 0;
	}

	.advantages__item-title {
		width: 100%;
		font-size: 19px;
	}

	.advantages__item-text {
		font-size: 16px;
		padding-left: 50px;
		width: 100%;
		padding-top: 15px;
	}

	.advantages__item-text .i {
		display: none;
	}

	.advantages__item {
		padding-bottom: 30px;
	}

	.advantages__content {
		padding-top: 0;
	}

	.work__header {
		font-size: 27px;
	}

	.feeds__header {
		font-size: 23px;
		line-height: 1.4;
	}

	.work__item {
		width: 260px;
		font-size: 16px;
	}

	.feeds__all-link {
		padding: 0 15px;
	}

	.map__header {
		font-size: 23px;
		line-height: 1.4;
	}

	.map__subheader {
		font-size: 16px;
		line-height: 1.4;
	}

	.map__content {
		height: 350px;
	}

	.footer__left {
		width: 100%;
		min-height: auto;
	}

	.footer__contacts-header {
		text-align: center;
	}

	.footer__scheme-title {
		text-align: center;
	}

	.footer__scheme {
		right: auto;
		top: auto;
		position: relative;
		margin-top: 30px;
	}

	.footer__right {
		width: 100%;
		margin-top: 30px;
	}

	.footer__scheme-image-link {
		margin-left: auto;
		margin-right: auto;
	}

	.footer__contacts .schedule {
		text-align: center;
	}

	.footer__contacts-item {
		text-align: center;
	}

	.footer__contacts .icon_viber,
	.footer__contacts .icon_whatsapp,
	.footer__contacts .icon_telegram {
		margin: 20px 5px 25px;
	}

	.footer__bottom {
		padding: 30px 5px 0;
	}
}