/* ==========================================================================
   FONTS
   ========================================================================== */
@import url(https://biznes-story.ru/html/stroyka/https@fonts.googleapis.com/css@family=Roboto_3A400,500,400italic,700,900&subset=latin,cyrillic);

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


/* ==========================================================================
   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;
	min-width: 1150px;
}

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.cnt {
	margin: auto;
	width: 1000px;
}

.hidden {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone {
	float: right;
	text-align: center;
	font-family: Roboto;
	font-weight: 400;
	color: #2f3131;
	font-size: 12px;
	line-height: 1;
	position: relative;
}

.phone b {
	color: #04518c;
	font-size: 30px;
	font-weight: 400;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}

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

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

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

.grab__title b {
	font-size: 30px;
	font-weight: 900;
	display: block;
	margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

.form__discount {
	margin-top: -12px;
}

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

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

.nums .cnt {
	width: 1100px;
}

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

.nums .title {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pains__list li {
	height: 160px;
}

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

.pains__overflow {
	overflow: hidden;
}

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

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

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

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

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

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

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

.works__items a {
	outline: none;
}

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

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

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

.works__button {
	height: 50px;
}

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

.advantages .cnt {
	width: 1100px;
}

.advantages .title {
	color: #fff;
}

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

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

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

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

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

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

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

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

.steps__items .steps__item:first-child:before {
	display: none;
}

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

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

.steps__item_pos1 {
	width: 340px;
}

.steps__item_pos2 {
	width: 340px;
}

.steps__item_pos3 {
	width: 320px;
}

.steps__item_pos3:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid #00a1d9;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	right: -12px;
	top: 3px;
}

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

.reviews__block {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.reviews__title {
	height: 60px;
	background-color: #04518c;
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	padding: 0 20px;
}

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

.reviews__images a {
	outline: none;
}

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

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

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

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

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

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

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

.reviews__name span {
	color: #04518c;
}

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

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

.reviews__button {
	height: 50px;
}

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

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

.teams__item span {
	color: #00a1d9;
}

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

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

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

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

.about__text ol {
	counter-reset: li;
}

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

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

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

.footer__info {
	padding-bottom: 35px;
}

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

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

.modal .form {
	float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }
.reviews__list{
	list-style-type: disc !important;
	list-style: disc outside !important;
	padding-left: 25px;
	margin: 5px 0;
}
.reviews__list li{
	list-style-type: disc !important;
	list-style: disc outside !important;
}
