/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'Cuprum';
	src: local('Cuprum'), local('Cuprum-Regular'),
	url('../fonts/cuprum.woff2') format('woff2'),
	url('../fonts/cuprum.woff') format('woff'),
	url('../fonts/cuprum.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Cuprum';
	src: local('Cuprum Bold'), local('Cuprum-Bold'),
	url('../fonts/cuprumbold.woff2') format('woff2'),
	url('../fonts/cuprumbold.woff') format('woff'),
	url('../fonts/cuprumbold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
html {
	font-family: Cuprum, 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;
	height: 100%;
	min-width: 1050px;
}

body {
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font: inherit;
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.cnt {
	margin: auto;
	width: 1000px;
}

.hidden {
	display: none;
}

.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.clearfix:before,
.clearfix:after,
.cnt:before,
.cnt:after {
	content: " ";
	display: table;
}

.clearfix:after,
.cnt:after {
	clear: both;
}

.title {
	padding-top: 60px;
	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
	color: #1c2db0;
	text-align: center;
	margin-bottom: 40px;
}

.title span {
	color: #ed1c24;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	height: 95px;
	padding-top: 18px;
}

.header__left {
	float: left;
	padding-top: 9px;
}

.header__center {
	float: left;
	margin-left: 171px;
	padding-top: 20px;
}

.header__right {
	float: right;
	text-align: center;
}

.logo {
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 17px;
}

.logo b {
	display: block;
	line-height: 1;
	color: #1c2db0;
	font-size: 30px;
	font-weight: 700;
}

.experience {
	line-height: 1;
	color: #000;
	font-size: 17px;
	position: relative;
}

.experience:before {
	content: '';
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(../img/icon-experience.png) no-repeat;
	left: -48px;
	top: -9px;
}

.experience span {
	color: #ed1c24;
	font-size: 24px;
	font-weight: 700;
}

.header__phone {
	line-height: 1;
	color: #000;
	font-size: 24px;
	margin-bottom: 2px;
}

.header__button {
	display: inline-block;
	line-height: 0.9;
	text-decoration: none;
	border-bottom: 1px dashed #1c2db0;
	outline: none;
	color: #1c2db0;
	font-size: 14px;
}

.header__button:hover {
	border-bottom: 1px dashed transparent;
}

.header__time {
	line-height: 1;
	padding-top: 1px;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
}

/* ==========================================================================
   GRAB
   ========================================================================== */
.grab {
	height: 540px;
	background: url(../img/bg-grab-index.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 95px;
}

.grab__cnt {
	background-color: rgba(28,45,176,0.85);
	height: 316px;
}

.grab__title {
	padding-top: 23px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 26px;
}

.grab__text {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
}

.grab__overflow {
	overflow: hidden;
}

.grab__form {
	float: right;
	width: 376px;
}

.form {
	background-color: #fff;
	padding: 8px 9px;
}

.form__cnt {
	border: 3px solid #1c2db0;
	padding: 26px 22px 22px;
}

.form__title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 14px;
}

.form__title span {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

.form__input {
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	line-height: 27px;
	padding: 0 10px 0 45px;
	margin-bottom: 18px;
	background-color: #fff;
	outline: none;
}

.form__input.error {
	border: 1px solid #f00;
}

.form__input::-webkit-input-placeholder {
	color: #000;
}

.form__input::-moz-placeholder {
	color: #000;
}

.form__input:-moz-placeholder {
	color: #000;
}

.form__input:-ms-input-placeholder {
	color: #000;
}

.form__input_name {
	background-image: url(../img/icon-name.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.form__input_phone {
	background-image: url(../img/icon-phone.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.button {
	border: none;
	height: 49px;
	display: block;
	width: 100%;
	background-color: #ffbb00;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
	box-shadow: inset 0 -4px #d89f03;
	outline: none;
	padding-bottom: 2px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.button:hover {
	background-color: #ffca39;
}

.button:active {
	padding-bottom: 0;
	box-shadow: none;
	background-color: #ffbb00;
}

a.button {
	line-height: 49px;
}

a.button:active {
	line-height: 51px;
}

.form__ps {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	padding-top: 23px;
}

.form__ps span {
	text-align: left;
	display: inline-block;
	position: relative;
}

.form__ps span:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 25px;
	background: url(../img/icon-lock.png) no-repeat;
	left: -40px;
	top: 50%;
	margin-top: -14px;
}

.form__text {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	padding-top: 23px;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages {
	padding-bottom: 50px;
	border-bottom: 1px solid #dadada;
}

.advantages__item {
	width: 166.6666666666666666666px;
	float: left;
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 27px;
}

.advantages__item img {
	display: block;
	margin: auto;
	margin-bottom: 23px;
}

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services {
	border-bottom: 1px solid #dadada;
}

.services__items {
	margin-left: -28px;
}

.services__item {
	width: 229px;
	float: left;
	margin-left: 28px;
	text-align: center;
	margin-bottom: 50px;
}

.services__item img {
	display: block;
	margin: auto;
	margin-bottom: 28px;
}

.services__title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.services__text {
	color: #000;
	font-size: 18px;
	line-height: 27px;
	height: 110px;
}

/* ==========================================================================
   PRICES
   ========================================================================== */
.prices {
	padding-bottom: 50px;
}

.prices__item {
	width: 33.333333333%;
	float: left;
	text-align: center;
}

.prices__item img {
	margin: auto;
	display: block;
	margin-bottom: 24px;
}

.price__title {
	height: 54px;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.price__text {
	color: #000;
	font-size: 18px;
	line-height: 21px;
}

/* ==========================================================================
   QUESTION
   ========================================================================== */
.question {
	text-align: center;
	height: 143px;
	background-color: #e0e0e0;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	line-height: 150px;
	text-transform: uppercase;
}

/* ==========================================================================
   CATCH
   ========================================================================== */
.catch {
	padding: 40px 0;
}

.catch_bg1 {
	background: url(../img/bg-catch.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.catch__cnt {
	margin: auto;
	width: 696px;
	border: 5px solid #fff;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	padding-bottom: 41px;
	padding-top: 18px;
}

.catch__button {
	width: 400px;
	margin: auto;
	margin-top: -32px;
}

.catch__button .button {
	height: 60px;
	line-height: 60px;
}

.catch__button .button:active {
	line-height: 64px;
}

.catch__text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin-top: 16px;
}

/* ==========================================================================
   STEPS
   ========================================================================== */
.steps {
	padding-bottom: 128px;
	background: url(../img/bg-steps.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.steps__cnt {
	position: relative;
}

.steps__cnt img {
	display: block;
	height: auto;
}

.steps__item {
	top: 121px;
	position: absolute;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.steps__item ul {
	text-align: left;
	margin-top: 8px;
	line-height: 20px;
}

.steps__item ul li {
	position: relative;
	padding-left: 12px;
}

.steps__item ul li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}

.steps__item_pos1 {
	left: 0;
}

.steps__item_pos2 {
	left: 155px;
	top: 256px;
}

.steps__item_pos3 {
	left: 414px;
}

.steps__item_pos4 {
	left: 656px;
	top: 256px;
}

.steps__item_pos5 {
	left: auto;
	right: 0;
}

/* ==========================================================================
   CLIENTS
   ========================================================================== */
.clients {
	padding-bottom: 50px;
	border-bottom: 2px solid #dadada;
}

.clients__logos {
	margin-left: -28.4px;
}

.clients__logos img {
	float: left;
	margin-left: 28.4px;
}

/* ==========================================================================
   FEEDBACK
   ========================================================================== */
.feedback {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../img/bg-feedback.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.feedback__title {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.feedback__cnt {
	background-color: #fb0;
	padding-top: 38px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 48px;
	min-height: 350px;
}

.feedback__head {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.feedback__textarea {
	display: block;
	width: 100%;
	height: 174px;
	background-color: #fff;
	border-radius: 4px;
	border: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 25px 40px;
	margin-bottom: 20px;
	outline: none;
}

.feedback__textarea.error {
	outline: 1px solid #f00;
}

.feedback__textarea::-webkit-input-placeholder {
	color: #000;
}

.feedback__textarea::-moz-placeholder {
	color: #000;
}

.feedback__textarea:-moz-placeholder {
	color: #000;
}

.feedback__textarea:-ms-input-placeholder {
	color: #000;
}

.feedback__inputs {
	/*margin-left: -28px;*/
}

.feedback__input {
	width: 100%;
	/*margin-left: 28px;*/
	float: left;
	height: 44px;
	background-color: #fff;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	border: none;
	padding: 0 10px;
	outline: none;
}

.feedback__input.error {
	outline: 1px solid #f00;
}

.feedback__input::-webkit-input-placeholder {
	color: #000;
}

.feedback__input::-moz-placeholder {
	color: #000;
}

.feedback__input:-moz-placeholder {
	color: #000;
}

.feedback__input:-ms-input-placeholder {
	color: #000;
}

.feedback__input_name {
	background-image: url(../img/icon-i1.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding-left: 42px;
}

.feedback__input_phone {
	background-image: url(../img/icon-i2.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 41px;
}

.feedback__input_email {
	background-image: url(../img/icon-i3.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding-left: 48px;
}

.feedback__button {
	width: 286px;
	margin: auto;
	margin-bottom: 25px;
	margin-top: 32px;
}

.button_red {
	color: #fff;
	background-color: #ed1c24;
	box-shadow: inset 0 -4px #c6181f;
	font-size: 16px;
	font-weight: 500;
}

.button_red:hover {
	background-color: #ed363d;
}

.button_red:active {
	background-color: #ed1c24;
}

.feedback__text {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts {
	padding-bottom: 50px;
}

.contacts__map {
	height: 500px;
	overflow: hidden;
}

.contacts__text {
	color: #000;
	font-size: 18px;
	line-height: 1;
	padding-top: 23px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	height: 190px;
	background-color: #1c2db0;
	padding-top: 50px;
}

.footer .logo {
	color: #fff;
}

.footer .logo b {
	color: #fff;
}

.footer__left {
	float: left;
}

.footer__center {
	float: left;
	margin-left: 100px;
}

.footer__right {
	float: right;
	text-align: center;
}

.requisites {
	text-align: center;
	color: #fff;
	line-height: 21px;
	font-size: 16px;
	margin-bottom: 30px;
}

.requisites b {
	font-size: 16px;
	font-weight: 500;
}

.copyright {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	text-decoration: none;
}

.footer__phone {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 11px;
}

.footer__email {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 11px;
}

.footer__time {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-style: italic;
}

/* ==========================================================================
   THANKS
   ========================================================================== */
.thanks {
	background: url(../img/bg-thanks.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative;
	min-height: 200px;
}

.thanks__cnt {
	position: absolute;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	width: 1000px;
	height: 170px;
	line-height: 170px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-color: rgba(28,45,176,0.72);
}

.thanks__cnt span {
	display: inline-block;
	vertical-align: middle;
	line-height: 52px;
}

/* ==========================================================================
   MODALS
   ========================================================================== */
.modal {
	width: 376px;
	background-color: #fff;
	position: relative;
	margin: auto;
}

.modal .mfp-close {
	right: 6px;
	top: 4px;
}

.modal .mfp-close:active {
	right: 6px;
	top: 4px;
}

/* ==========================================================================
   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; }

.feedback__left{
	width: 49%;
	float: left;
	font-family: Cuprum, sans-serif;
	font-size: 18px;
}

.feedback__left span{
	font-size: 24px;
	font-weight: bold;
}

.feedback__left a{
	font-size: 28px;
	font-weight: bold;
	padding: 15px 0px;
}

.feedback__right{
	float: right;
	text-align: center;
}