/* ==========================================================================
   FONTS
   ========================================================================== */
@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;
}

/* ==========================================================================
   BOOTSTRAP
   ========================================================================== */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 768px) {
	.container {
		width: 760px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 769px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;


	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #afafaf;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #afafaf;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #afafaf;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #afafaf;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

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
   ========================================================================== */
.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 {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	padding: 43px 0;
}

.header__logo {
	float: left;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__logo span {
	display: block;
	color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	padding-left: 71px;
	margin-top: -1px;
}

.header__contacts {
	float: right;
	text-align: right;
	margin-top: 6px;
}

.header__phone {
	color: #fff;
	font-family: "Open Sans";
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.header__phone:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	background: url(img/icon-phone.png) no-repeat;
	margin-right: 11px;
}

.header__phone a {
	color: #fff;
	text-decoration: none;
}

.header__address {
	color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	margin-top: 7px;
}

.header__time {
	color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	margin-top: 11px;
}

.header__button {
	display: none;
	float: right;
	width: 48px;
	height: 48px;
	border: 1px dashed rgba(255,255,255,0.37);
	border-radius: 5px;
	background: url(img/icon-phone.png) no-repeat center center;
	cursor: pointer;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	background: url(img/main.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 82px;
	position: relative;
}

.main__block {
	padding-top: 54px;
}

.main__title {
	color: #fff;
	font-family: "Intro";
	font-size: 55px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2.3px;
	margin-bottom: 20px;
}

.main__description {
	color: #fff;
	font-family: "Open Sans";
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-bottom: 80px;
}

.main__service {
	height: 189px;
	background: #fff;
	border-bottom: 7px solid #da3f59;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 60px 30px 0;
	margin-bottom: 9px;
}

.main__caption {
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #59647c;
	position: relative;
}

.main__caption span {
	color: #da3f59;
}

.main__text {
	color: #3d3d3d;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	position: relative;
	margin-top: 6px;
}

.main__icon {
	position: absolute;
	bottom: 0;
	right: 0;
}

.main__icon img {
	display: block;
}

.button__main {
	outline: none;
	display: inline-block;
	text-decoration: none;
	background: #da3f59;
	box-shadow: -0.2px 5px 5px rgba(0, 0, 0, 0.14), inset 0.2px -3px 0 rgba(0, 0, 0, 0.28);
	color: #fff;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding: 16px 23px;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.button__main:hover {
	background-color: #c2344c;
	box-shadow: inset 0.6px 2.9px 0 rgba(0, 0, 0, 0.19);
}

.main__button {
	margin-top: 45px;
	text-align: center;
	line-height: 1;
}

.main__more {
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 40px;
	background: url(img/icon-more.png) no-repeat;
}

/* ==========================================================================
   RESULT
   ========================================================================== */
.result {
	padding-top: 111px;
	padding-bottom: 89px;
}

.result__info {
	float: left;
	width: 445px;
	margin-top: 67px;
}

.result__title {
	color: #393939;
	font-family: "Intro";
	font-size: 35px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 27px;
}

.result__title:after {
	content: '';
	display: block;
	width: 170px;
	height: 4px;
	background-color: #da3f59;
	margin-top: 17px;
}

.result__text {
	color: #393939;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.result__img {
	float: right;
}

.result__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages {
	background: url(img/advantages.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 67px;
	padding-top: 83px;
}

.advantages__title {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-family: "Intro";
	font-size: 35px;
	line-height: 46px;
	margin-bottom: 29px;
}

.advantages__title span {
	font-family: "Open Sans";
	font-size: 25px;
	line-height: 45px;
	display: block;
}

.advantages__item {
	margin-bottom: 24px;
}

.advantages__icon {
	margin-bottom: 13px;
}

.advantages__icon img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.advantages__caption {
	text-align: center;
	color: #fff;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 22px;
}

.advantages__caption  span {
	display: inline-block;
	vertical-align: bottom;
	line-height: 20px;
}

.advantages__num {
	text-align: center;
	line-height: 1;
}

.advantages__num span {
	display: inline-block;
	width: 146px;
	height: 42px;
	line-height: 42px;
	background-color: #59647c;
	box-shadow: -0.4px -0.9px 0 rgba(0, 0, 0, 0.27);
	color: #fff;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}

.advantages__num b {
	font-size: 30px;
	margin: 0 5px;
}

.advantages__button {
	text-align: center;
	line-height: 1;
	margin-top: 72px;
}

.button_advantages {
	display: inline-block;
	height: 54px;
	background: #da3f59;
	border: 1px solid #545f79;
	box-shadow: inset 0.3px -3px 0 rgba(0, 0, 0, 0.19);
	color: #fff;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 700;
	line-height: 54px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 71px;
	position: relative;
	padding-right: 27px;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.button_advantages:hover {
	background: #c2344c;
	box-shadow: inset 0.6px 2.9px 0 rgba(0, 0, 0, 0.19);
}

.button_advantages:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
	background: #c5384f url(img/icon-arr.png) no-repeat center center;
	box-shadow: inset -0.3px -3px 0 rgba(0, 0, 0, 0.23);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;

}

.button_advantages:hover:before {
	background-color: #af2b41;
	box-shadow: inset 0.1px 3px 0 rgba(0, 0, 0, 0.23);
}

/* ==========================================================================
   STEPS
   ========================================================================== */
.steps {
	padding-top: 95px;
	padding-bottom: 75px;
}

.steps__items {
	margin-top: 50px;
}

.steps__icon {
	float: left;
	width: 138px;
	margin-right: 43px;
	position: relative;
	z-index: 1;
}

.steps__icon img {
	display: block;
	width: 100%;
	height: auto;
}

.steps__ovh {
	overflow: hidden;
	position: relative;
	top: -7px;
	padding-right: 125px;
}

.steps__caption {
	color: #2b2b2b;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}

.steps__caption span {
	display: inline-block;
}

.steps__button {
	width: 195px;
	margin-top: 19px;
	box-shadow: 0.3px 3px 2px rgba(0, 0, 0, 0.21);
	margin-bottom: 5px;
}

.steps__text {
	color: #323232;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 25px;
}

.steps__text ul li {
	padding-left: 22px;
	position: relative;
}

.steps__text ul li + li {
	margin-top: 11px;
}

.steps__text ul li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #da3f59;
	left: 2px;
	top: 6px;
}

.steps__item {
	position: relative;
	min-height: 168px;
}

.steps__item + .steps__item {
	margin-top: 29px;
}

.steps__item + .steps__item:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 10px;
	left: 61px;
	top: -34px;
	background: url(img/icon-arr2.png) no-repeat;
}

.steps__item + .steps__item_arr:before {
	top: -45px;
}

.steps__item + .steps__item:after {
	content: '';
	position: absolute;
	background: #da3f59;
	width: 1px;
	left: 69px;
	height: 100px;
	top: -100px;
}

.steps__time {
	position: absolute;
	width: 95px;
	height: 95px;
	background-color: #d3d9e6;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	color: #76829c;
	font-size: 15px;
	border-radius: 50%;
	text-align: center;
	right: 0;
	top: 20px;
	line-height: 95px;
}

.steps__time span {
	vertical-align: middle;
	display: inline-block;
	line-height: 20px;
}

.steps__time b {
	display: block;
	color: #64718f;
	font-size: 18px;
}

.steps__logotypes {
	max-width: 440px;
	margin-top: 25px;
}

.steps__logotypes img {
	display: block;
}

.steps__logotypes .owl-carousel {
	padding-left: 20px;
	padding-right: 20px;
}

.steps__logotypes .owl-prev {
	position: absolute;
	width: 9px;
	height: 14px;
	background: url(img/prev.png) no-repeat;
	left: 0;
	top: 50%;
	margin-top: -7px;
	font-size: 0;
}

.steps__logotypes .owl-next {
	position: absolute;
	width: 9px;
	height: 14px;
	background: url(img/next.png) no-repeat;
	right: 0;
	top: 50%;
	margin-top: -7px;
	font-size: 0;
}

/* ==========================================================================
   ORDER
   ========================================================================== */
.order {
	background: url(img/order.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}

/* ==========================================================================
   CALC
   ========================================================================== */
.calc {
	padding-top: 83px;
	padding-bottom: 83px;
}

.calc__description {
	text-align: center;
	color: #393939;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 24px;
	margin-bottom: 63px;
}

.calc__result {
	background-color: #f0f2f5;
	box-shadow: -0.2px -1px 0 rgba(204, 212, 225, 0.75);
	font-family: "Open Sans";
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
	color: #4c4c4c;
	text-align: center;
	padding: 34px 0;
	margin-top: 48px;
}

.calc__result span {
	color: #da3f59;
}

.calc__result div {
	display: inline-block;
}

.calc__line {
	font-size: 0;
}

.calc__line + .calc__line {
	margin-top: 62px;
}

.calc__name {
	width: 320px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	color: #393939;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
}

.calc__slider {
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	height: 11px;
	position: relative;
	top: 2px;
}

.calc__inputs {
	float: left;
	width: 640px;
}

.calc__buttons {
	float: right;
	position: relative;
	padding-left: 23px;
	padding-top: 40px;
	width: 263px;
	padding-bottom: 10px;
}

.calc__buttons:before {
	content: '';
	position: absolute;
	width: 4px;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(img/border.png) repeat-y;
}

.calc__switch {
	font-size: 0;
	margin-bottom: 36px;
}

.calc__selector {
	width: 120px;
	height: 36px;
	background-color: #eaecef;
	box-shadow: inset 0.5px 0.9px 1px rgba(0, 0, 0, 0.18);
	border-radius: 18px;
	position: relative;
	cursor: pointer;
	margin: auto;
}

.calc__selector:before {
	content: '';
	position: absolute;
	width: 64px;
	height: 34px;
	left: 0;
	top: 1px;
	background: url(img/selector.png) no-repeat;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.calc__selector:hover:before {
	background: url(img/selector-hover.png) no-repeat;
}

.calc__selector.active:before {
	left: 56px;
}

.calc__labels {
	font-size: 0;
	color: #393939;
	font-family: "Open Sans";
	font-weight: 300;
	line-height: 1;
	margin-top: 18px;
	text-align: center;
}

.calc__labels span {
	font-size: 15px;
}

.calc__labels span + span {
	margin-left: 40px;
}

.btn {
	display: block;
	width: 100%;
	height: 51px;
	background-color: #da3f59;
	box-shadow: inset 0.3px -3px 0 rgba(0, 0, 0, 0.19);
	color: #fff;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 700;
	line-height: 51px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: none;
	padding: 0;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.btn:hover {
	background-color: #c2344c;
	box-shadow: inset 0.6px 2.9px 0 rgba(0, 0, 0, 0.19);
}

/* ==========================================================================
   EXPERTS
   ========================================================================== */
.experts {
	background: url(img/experts.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 59px;
}

.experts .title {
	color: #fff;
}

.experts__item:after {
	content: '';
	display: block;
	margin: auto;
	height: 0;
	width: 0;
	border-bottom: 11px solid #fff;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	margin-top: 47px;
}

.experts__description {
	text-align: center;
	color: #fff;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 22px;
	margin-bottom: 60px;
}

.experts__ava {
	margin-bottom: 18px;
}

.experts__ava img {
	display: block;
	border-radius: 50%;
	margin: auto;
	height: auto;
	box-shadow: 1.5px 2.6px 2px rgba(0, 0, 0, 0.07), inset -0.4px -0.9px 0 rgba(0, 0, 0, 0.83);
}

.experts__name {
	color: #fff;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	margin-bottom: 12px;
}

.experts__text {
	color: #fff;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
}

.form {
	padding-top: 27px;
	max-width: 1048px;
	margin: auto;
	height: 144px;
	background-color: #c42e47;
	box-shadow: 2.5px 4.3px 13px rgba(0, 0, 0, 0.11), inset -0.9px -4.9px 0 rgba(0, 0, 0, 0.11);
}

.form__info {
	float: left;
	color: #fff;
	line-height: 40px;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 600;
}

.form__info b {
	font-family: "Intro";
	font-size: 35px;
	font-weight: 400;
	display: block;
}

.form__form {
	float: right;
	margin-top: 13px;
}

.form__inputs {
	font-size: 0;
	display: inline-block;
	box-shadow: -0.3px -1px 0 rgba(0, 0, 0, 0.19), inset 1px 1.7px 2px rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
	padding-top: 90px;
	padding-bottom: 90px;
}

.faq__caption {
	color: #222;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 22px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.faq__caption:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 11px;
	background: url(img/icon-down.png) no-repeat;
	right: 0;
	top: 9px;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.faq__caption:hover {
	color: #6c7893;
}

.faq__item {
	border-bottom: 1px solid #e2e2e2;
}

.faq__item + .faq__item {
	margin-top: 17px;
}

.faq__text {
	color: #4d5b78;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	padding-top: 17px;
	line-height: 23px;
	padding-bottom: 18px;
	display: none;
	border-top: 1px solid #e2e2e2;
}

.faq__items {
	margin-top: 54px;
}

.faq__caption.active {
	color: #6c7893;
}

.faq__caption.active:after {
	background: url(img/icon-up.png) no-repeat;
}

/* ==========================================================================
   BONUS
   ========================================================================== */
.bonus {
	background: #c42e47 url(img/bonus.png) no-repeat 0 -5px;
	position: relative;
	padding: 54px 0;
}

.bonus__title {
	font-family: "Intro";
	font-size: 35px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	margin-bottom: 23px;
}

.bonus__text {
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
}

.bonus__info {
	float: left;
	width: 330px;
	margin-top: 8px;
}

.bonus__form {
	border: 2px dashed #b2223a;
	float: right;
	text-align: center;
	padding: 44px 32px;
	position: relative;
	right: -10px;
}

.input {
	display: inline-block;
	vertical-align: middle;
	width: 304px;
	height: 56px;
	border: none;
	color: #222;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 36px;
	outline: none;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.input.error {
	outline: 1px solid #f00;
}

.button {
	display: inline-block;
	vertical-align: middle;
	width: 236px;
	height: 57px;
	background-color: #a4152d;
	box-shadow: 0.2px 3px 3px rgba(0, 0, 0, 0.11), inset -0.2px -3px 0 rgba(0, 0, 0, 0.13);
	border: none;
	color: #fff;
	font-family: "Open Sans";
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	padding: 0;
	padding-left: 28px;
	outline: none;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.button_black {
	background-color: #505d79;
	box-shadow: 0.2px 2px 3px rgba(0, 0, 0, 0.21), inset -0.1px -3px 0 rgba(0, 0, 0, 0.24);
}

.button:hover {
	background-color: #b9243c;
	box-shadow: 0.2px 3px 3px rgba(0, 0, 0, 0.11), inset -0.2px -3px 0 rgba(0, 0, 0, 0.13), inset 0 0 38px rgba(227, 53, 82, 0.75);
}

.button_black:hover {
	background-color: #697796;
	box-shadow: 0.2px 2px 3px rgba(0, 0, 0, 0.21), inset -0.1px -3px 0 rgba(0, 0, 0, 0.24), inset 0 0 35px rgba(99, 146, 178, 0.22);
}

.button span {
	font-size: 17px;
	display: block;
}

.bonus__inputs {
	font-size: 0;
	display: inline-block;
	box-shadow: -0.3px -1px 0 rgba(0, 0, 0, 0.19), inset 1px 1.7px 2px rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   FEEDBACK
   ========================================================================== */
.feedback {
	padding-top: 74px;
	padding-bottom: 37px;
}

.title {
	color: #222;
	font-family: "Intro";
	font-size: 35px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}

.title:after {
	content: '';
	display: block;
	margin: auto;
	width: 170px;
	height: 4px;
	background-color: #da3f59;
	margin-top: 22px;
}

.feedback__description {
	color: #2d2d2d;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 31px;
}

.feedback__block {
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0.3px 5px 5px rgba(0, 0, 0, 0.05);
}

.feedback__logo {
	float: left;
	width: 50%;
	height: 155px;
	padding-top: 44px;
}

.feedback__logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.feedback__contacts {
	float: right;
	width: 50%;
	background: #63718f;
	height: 155px;
	padding-left: 66px;
	padding-right: 59px;
	padding-top: 34px;
}

.feedback__phone {
	color: #fff;
	font-family: "Open Sans";
	font-size: 30px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.feedback__phone a {
	color: #fff;
	text-decoration: none;
}

.button_feedback {
	display: block;
	height: 49px;
	line-height: 46px;
	background-color: #49546d;
	border: 1px solid #49546d;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.16);
	color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.button_feedback:hover {
	background-color: #4d5973;
	border: 1px solid #4f5c78;
	box-shadow: 0.2px 2px 3px rgba(0, 0, 0, 0.21), inset -0.2px -3px 0 rgba(0, 0, 0, 0.24), inset 0 0 35px rgba(99, 146, 178, 0.22);
}

/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts {
	height: 560px;
	position: relative;
}

.contacts__map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.contacts__block {
	position: absolute;
	left: 0;
	right: 0;
	top: 364px;
	background-color: #fff;
	box-shadow: 2.5px 4.3px 16px rgba(0, 0, 0, 0.27);
	border-left: 10px solid #c42e47;
	padding-left: 20px;
	padding-top: 23px;
	padding-bottom: 25px;
}

.contacts__title {
	color: #63718f;
	font-family: "Open Sans";
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.contacts__text {
	color: #0f0f0f;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.contacts__text p + p {
	margin-top: 5px;
}

.contacts__text b {
	font-weight: 700;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	text-align: center;
	color: #222;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	white-space: nowrap;
	padding-top: 35px;
	padding-bottom: 47px;
}

/* ==========================================================================
   MODALS
   ========================================================================== */
.modals {
	display: none;
}

.open-popup {
	outline: none;
}

.modal {
	width: 520px;
	position: relative;
	margin: 20px auto;
	background-color: #fff;
	text-align: center;
	border-bottom: 9px solid #da3f59;
	padding-bottom: 48px;
	padding-top: 68px;
}

.modal_thanks {
	padding-bottom: 64px;
}

.modal__title {
	color: #292929;
	font-family: "Open Sans";
	font-size: 38px;
	font-weight: 400;
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.modal__description {
	color: #292929;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 27px;
}

.modal_thanks .modal__description {
	margin-bottom: 0;
}

.modal__inputs {
	font-size: 0;
	display: inline-block;
}

.modal__button {
	width: 167px;
	height: 56px;
	background: #da3f59;
	border: none;
	color: #fff;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	border-radius: 0 5px 5px 0;
}

.modal__input {
	width: 265px;
	height: 56px;
	background-color: #f1f1f1;
	box-shadow: inset 1px 1.7px 1px rgba(0, 0, 0, 0.05);
	padding: 0 25px;
	border: none;
	outline: none;
	color: #222;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	border-radius: 5px 0 0 5px;
}

.modal__input.error {
	outline: 1px solid #f00;
}

.modal__input::-webkit-input-placeholder {
	color: #a1a1a1;
}

.modal__input::-moz-placeholder {
	color: #a1a1a1;
}

.modal__input:-moz-placeholder {
	color: #a1a1a1;
}

.modal__input:-ms-input-placeholder {
	color: #a1a1a1;
}

.modal__input:focus::-webkit-input-placeholder {
	color: transparent;
}

.modal__input:focus::-moz-placeholder {
	color: transparent;
}

.modal__input:focus:-moz-placeholder {
	color: transparent;
}

.modal__input:focus:-ms-input-placeholder {
	color: transparent;
}

/* ==========================================================================
   ION RANGE SLIDER
   ========================================================================== */
.irs {
	position: relative; display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.irs-line {
	position: relative; display: block;
	overflow: hidden;
	outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute; display: block;
	top: 0;
}

.irs-line-left {
	left: 0; width: 11%;
}

.irs-line-mid {
	left: 9%; width: 82%;
}

.irs-line-right {
	right: 0; width: 11%;
}

.irs-bar {
	position: absolute; display: block;
	left: 0; width: 0;
}

.irs-bar-edge {
	position: absolute; display: block;
	top: 0; left: 0;
}

.irs-shadow {
	position: absolute; display: none;
	left: 0; width: 0;
}

.irs-slider {
	position: absolute; display: block;
	cursor: default;
	z-index: 1;
}

.irs-slider.single {

}

.irs-slider.from {

}

.irs-slider.to {

}

.irs-slider.type_last {
	z-index: 2;
}

.irs-min {
	position: absolute; display: block;
	left: 0;
	cursor: default;
}
.irs-max {
	position: absolute; display: block;
	right: 0;
	cursor: default;
}

.irs-from, .irs-to, .irs-single {
	position: absolute; display: block;
	top: 0; left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute; display: none;
	bottom: 0; left: 0;
	width: 100%; height: 20px;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	position: absolute;
	top: 0; left: 0;
	width: 1px; height: 8px;
	background: #000;
}

.irs-grid-pol.small {
	height: 4px;
}

.irs-grid-text {
	position: absolute;
	bottom: 0; left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px; line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
	position: absolute; display: block;
	top: 0; left: -1%;
	width: 102%; height: 100%;
	cursor: default;
	background: rgba(0,0,0,0.0);
	z-index: 2;
}

.irs-disabled {
	opacity: 0.4;
}

.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40);
}

.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

/* ==========================================================================
   ION RANGE SLIDER SKIN HTML5
   ========================================================================== */
.irs {
	height: 11px;
}

.irs-with-grid {
	height: 11px;
}

.irs-line {
	height: 11px;
	background-color: #f4f4f4;
	border: 1px solid #dedede;
	box-shadow: inset 0.5px 0.9px 1px rgba(0, 0, 0, 0.18);
	border-radius: 5px;
}

.irs-line-left {
	height: 8px;
}
.irs-line-mid {
	height: 8px;
}
.irs-line-right {
	height: 8px;
}

.irs-bar {
	top: 1px;
	height: 10px;
	background-color: #505d79;
}

.irs-bar-edge {
	top: 1px;
	width: 14px;
	height: 10px;
	background-color: #505d79;
	border-radius: 5px 0 0 5px;
}
}

.irs-shadow {
	height: 2px; top: 38px;
	background: #000;
	opacity: 0.3;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}

.irs-slider {
	top: -9px;
	width: 27px; height: 27px;
	background: url(img/single.png) no-repeat;
	cursor: pointer;
	box-shadow: 0.5px 1.9px 3px rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.irs-slider:hover {
	background: url(img/single-hover.png) no-repeat;
}

.irs-min, .irs-max {
	color: #333;
	font-size: 12px; line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 5px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from, .irs-to, .irs-single {
	color: #da3f59;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	top: -36px;
	text-align: center;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
	background: #999;
}

.irs-grid {
	height: 27px;
}

.irs-grid-pol {
	opacity: 0.5;
	background: #428bca;
}

.irs-grid-pol.small {
	background: #999;
}

.irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
}

.irs-disabled {
}

/* ==========================================================================
   OWL CAROUSEL
   ========================================================================== */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* ==========================================================================
   MAGNIFIC POPUP
   ========================================================================== */
.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;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 

	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


/*politika*/
.overlay {
    background:rgba(89, 100, 124, 0.95)!important;
    z-index: 9999!important;
	  color: #000;
}
.overlay h3 {
    margin: 25px auto 0 auto;
    text-align: center;
    display: table;
    font-size: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.text_box {
    height: 500px;
    overflow-y: auto;
    margin-bottom: 15px;
    width: 740px;
    margin: 0 auto;
    margin-top: 0;
    padding: 20px;
    border: 6px solid rgba(0, 0, 0, 0.15);
    background: #fff!important;
    text-align: left!important;
    white-space: normal!important;
}
/*end politika*/






/* ==========================================================================
   ADVANTAGES_ vtor
   ========================================================================== */
.advantages_vtor {
	padding-top: 63px;
	padding-bottom: 75px;
}

.title_vtor{
	color: #393939;
	font-family: "Intro";
	font-size: 35px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}

.title_vtor:after {
	content: '';
	display: block;
	margin: auto;
	width: 170px;
	height: 4px;
	background-color: #da3f59;
	margin-top: 24px;
}

.advantages_vtor__title {
	color: #393939;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 28px;
	margin-top: 23px;
	margin-bottom: 7px;
}


.advantages_vtor .col-md-6 {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-top: 63px;
}

.advantages_vtor__icon {
	float: left;
	display: block;
	margin-right: 20px;
}

.advantages_vtor__ovh {
	overflow: hidden;
}

.advantages_vtor__caption {
	color: #59647c;
	font-family: "Open Sans";
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 29px;
	margin-bottom: 27px;
}

.advantages_vtor__text {
	color: #59647c;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
}
.advantages_vtor .row {
	font-size: 0;
}





/* ==========================================================================
   MEDIA
   ========================================================================== */
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
.advantages_vtor {
		padding-bottom: 55px;
	}

.advantages_vtor__icon {
		width: 94px;
		height: 94px;
	}

.advantages_vtor .col-md-6 {
		margin-top: 50px;
	}

.advantages_vtor__title {
		margin-bottom: 33px;
	}

.advantages_vtor__text br {
		display: none;
	}

.advantages_vtor__caption br {
		display: none;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.advantages_vtor {
		padding-top: 26px;
		padding-bottom: 33px;
	}

.advantages_vtor__title {
		font-size: 18px;
		line-height: 28px;
		margin-top: 13px;
		margin-bottom: -10px;
	}

.title_vtor span {
		display: block;
	}

.advantages_vtor__icon {
		float: none;
		margin-right: 0;
		margin: auto;
		margin-bottom: 15px;
	}


.advantages_vtor__item {
		text-align: center;
	}

.advantages_vtor__caption {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 19px;
	}

	.advantages_vtor .col-md-6 {
		margin-top: 33px;
	}

}





















/*** Testimonials ***/
.testimonials {
    overflow: hidden;
    padding: 49px 0 40px 0
}

.testimonials .title br {
    display: none;
}

.testimonials-slider-wr {
    overflow: hidden;
    margin-top: 25px;
    position: relative;
    padding-bottom: 35px;
}

.testimonials .testimonial-button-next {
    background: url(img/sprite.png) no-repeat 0 -238px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    height: 57px;
    width: 55px;
    opacity: 1;

}

.testimonials .testimonial-button-prev {
    background: url(img/sprite.png) no-repeat 0 -238px;
    height: 57px;
    width: 55px;
    opacity: 1;
}

.testimonial_cont {
    box-shadow: 0 5px 8px rgba(214, 214, 214, 0.75);
    -moz-box-shadow: 0 5px 8px rgba(214, 214, 214, 0.75);
    -webkit-box-shadow: 0 5px 8px rgba(214, 214, 214, 0.75);
    width: 84%;
    padding: 23px 20px 30px 20px;
    margin: 0 auto;
}

.testimonials .testimonial-button-next, .testimonials .testimonial-button-prev {
    top: 36%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.testimonials .testimonial-button-next {
    right: 0;
}

.testimonials .testimonial-button-prev {
    left: 0;
}

.testimonials .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}

.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 12px;
    width: 12px;
    background: #fdd82a;
}

.testimonials .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
}

.testimonial-img {
    display: inline-block;
    vertical-align: top;
    width: 31%;
}

.testimonial-img img {
    border-radius: 50%;
    height: 205px;
    width: 205px;
}

.testimonial-text {
    display: inline-block;
    vertical-align: top;
    width: 67%;
    padding-top: 17px;
}

.testimonial-name {
font-size:19px;
}

.testimonial-city {
    font-size: 19px;
}

.testimonial-descr {
font-size:16px;
line-height:24px;
    margin-top: 11px;
}


/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .testimonials {
        padding: 60px 0;
    }


    .testimonial_cont {
        width: 79%;
    }

    .testimonial-img {
        width: 38%;
    }

    .testimonial-text {
        width: 61%;
    }
}





/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .testimonial-img {
        width: 100%;
        text-align: center;
    }

    .testimonial-img img {
        display: inline-block;
        vertical-align: top;
    }

    .testimonials .title br {
        display: block;
    }

    .testimonial-text {
        width: 100%;
        margin-top: 20px;
    }

    .testimonial-name,
    .testimonial-city {
        text-align: center;
    }

    .testimonials {
        padding: 40px 0;
    }

    .total-control-section__item {
        width: 100%;
        max-width: 320px;
        margin: 0 10px 30px 10px;
    }

    .testimonial_cont {
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

  

    .testimonials .slide {
        padding: 0;
    }

    .testimonials
    .testimonial-text {
        box-shadow: 0 5px 8px rgba(214, 214, 214, 0.75);
        -moz-box-shadow: 0 5px 8px rgba(214, 214, 214, 0.75);
        -webkit-box-shadow: 0 5px 8px rgba(214, 214, 214, 0.75);
        padding: 15px;
        box-sizing: border-box;
        margin-bottom: 10px;
        margin-top: 0;
    }

}

@media only screen and (max-width : 359px) {
.mobitext {
    height: auto!important;
    line-height: 27px!important;
    margin: 0;
}
}
.advantages_vtor__text ul li {
margin-bottom:10px;
	}
	
.advantages_vtor__text p {
    display: inline-block;
    background-color: #59647c;
    box-shadow: -0.4px -0.9px 0 rgba(0, 0, 0, 0.27);
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 7px 0;
	}
	
	
.advantages_vtor__text ul li {
    padding-left: 22px;
    position: relative;
    line-height: 20px;
    padding: 0 0 5px 22px;
    font-size: 15px;
	    text-align: left;
	}

.advantages_vtor__text ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #da3f59;
    left: 2px;
    top: 6px;
}