/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
	url('fonts/HelveticaNeueCyr-Roman.otf')  format('opentype'),
	url('fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
	url('fonts/HelveticaNeueCyr-Roman.ttf')  format('truetype'),
	url('fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
	url('fonts/HelveticaNeueCyr-Thin.otf')  format('opentype'),
	url('fonts/HelveticaNeueCyr-Thin.woff') format('woff'),
	url('fonts/HelveticaNeueCyr-Thin.ttf')  format('truetype'),
	url('fonts/HelveticaNeueCyr-Thin.svg#HelveticaNeueCyr-Thin') format('svg');
	font-weight: 100;
	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;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	position: relative;
	z-index: 1;
	color: #333;
	line-height: 1;
	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 {
	position: relative;
	z-index: 1;
	color: #333;
	line-height: 1;
	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 {
	position: relative;
	z-index: 1;
	color: #333;
	line-height: 1;
	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 {
	position: relative;
	z-index: 1;
	color: #333;
	line-height: 1;
	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
   ========================================================================== */
.cnt {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.cnt {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.cnt {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.cnt {
		width: 1170px;
	}
}
@media (min-width: 1920px) {
	.cnt {
		width: 1720px;
	}
}

.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: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 126px;
	background: url(img/header.png) repeat;
	z-index: 5;
}

.header__cnt {
	max-width: 1920px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

.header__socialze {
	float: left;
	font-size: 0;
	margin-top: 52px;
}

.header__socialze a + a {
	margin-left: 25px;
}

.header__socialze a {
	-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;
}

.header__socialze a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.in {
	display: inline-block;
	width: 29px;
	height: 29px;
	vertical-align: middle;
	background: url(img/in.png) no-repeat;
}

.fb {
	display: inline-block;
	width: 15px;
	height: 31px;
	vertical-align: middle;
	background: url(img/fb.png) no-repeat;
}

.tw {
	display: inline-block;
	width: 37px;
	height: 31px;
	vertical-align: middle;
	background: url(img/tw.png) no-repeat;
}

.vk {
	display: inline-block;
	width: 41px;
	height: 23px;
	vertical-align: middle;
	background: url(img/vk.png) no-repeat;
}

.header__nav {
	float: right;
	margin-right: 65px;
	margin-top: 63px;
}

.header__exit {
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(img/exit.png) no-repeat;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display: none;
}

.header__nav ul {
	font-size: 0;
}

.header__nav li {
	display: inline-block;
	color: #333;
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1.5px;
}

.header__nav li + li {
	margin-left: 50px;
}

.header__nav a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-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;
}

.header__nav a:hover {
	border-color: #333;
}

.header__search {
	float: right;
	margin-top: 49px;
}

.header__search a {
	display: block;
	width: 33px;
	height: 33px;
	background: url(img/search.png) no-repeat;
	cursor: pointer;
	text-decoration: none;
	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;
}

.header__search a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.header__button {
	float: right;
	margin-top: 51px;
	margin-left: 39px;
	display: none;
}

.header__button a {
	display: block;
	text-decoration: none;
	width: 35px;
	height: 30px;
	outline: none;
	background: url(img/button.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;
}

.header__button a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	height: 957px;
	background: url(img/main.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 235px;
}

.main__title {
	text-align: center;
	color: #fff;
	font-family: HelveticaNeueCyr;
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 5.5px;
	margin-bottom: 169px;
}

.main__title span {
	display: block;
	font-size: 72px;
	letter-spacing: 13px;
	margin-top: 21px;
}

.main__text {
	text-align: center;
	color: #fff;
	font-family: HelveticaNeueCyr;
	font-size: 24px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 4.5px;
	margin-bottom: 56px;
}

.main__more a {
	display: block;
	width: 204px;
	height: 66px;
	background: url(img/more.png) no-repeat;
	margin: auto;
	color: #63788c;
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	outline: none;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	padding-top: 26px;
	-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;
}

.main__more a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services {
	padding-top: 55px;
}

.description {
	text-align: center;
	color: #000;
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 3.5px;
	margin-bottom: 45px;
}

.title {
	text-align: center;
	color: #333;
	font-family: HelveticaNeueCyr;
	font-size: 48px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 56px;
	letter-spacing: 9px;
}

.title span {
	display: inline-block;
}

.title:after {
	content: '';
	display: block;
	width: 120px;
	height: 1px;
	background-color: #626262;
	margin: auto;
	margin-top: 41px;
}

.services .title {
	margin-bottom: 80px;
}

.services__items {
	text-align: justify;
	line-height: 0;
	font-size: 0;
	text-justify: newspaper;
	zoom: 1;
	text-align-last: justify;
	margin-top: -50px;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 45px;
}

.services__item {
	width: 516px;
	position: relative;
	display: inline-block;
	line-height: normal;
	vertical-align: top;
	text-align-last: center;
	text-align: center;
	margin-top: 50px;
}

.services__item a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	-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;
}

.services__item a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.services__item img {
	display: block;
	margin-bottom: 34px;
	width: 100%;
	height: auto;
}

.services__item span {
	display: block;
	color: #333;
	font-family: HelveticaNeueCyr;
	font-size: 30px;
	font-weight: 100;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about {
	padding-top: 55px;
}

.about__text {
	max-width: 1295px;
	margin: auto;
	color: #333;
	font-family: HelveticaNeueCyr;
	font-size: 24px;
	font-weight: 100;
	line-height: 30px;
	text-align: center;
	margin-bottom: 80px;
}

.about .title {
	margin-bottom: 55px;
}

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

.about__text p + p {
	margin-top: 70px;
}

.instagram {
	display: block;
	text-decoration: none;
	margin: auto;
	width: 636px;
	height: 145px;
	background: url(img/instagram.png) no-repeat;
	color: #333;
	font-family: HelveticaNeueCyr;
	font-size: 48px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 8.5px;
	padding-left: 85px;
	line-height: 1;
	padding-top: 43px;
	-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;
}

.instagram:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.instagram:before {
	content: '';
	display: inline-block;
	width: 59px;
	height: 59px;
	background: url(img/inst.png) no-repeat;
	vertical-align: middle;
}

.instagram span {
	display: inline-block;
	vertical-align: middle;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery {
	padding-top: 114px;
	padding-bottom: 88px;
}

.gallery__items {
	font-size: 0;
}

.gallery__row {
	display: table;
}

.gallery__items a {
	display: inline-block;
	display: table-cell;
	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;
}

.gallery__items a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.gallery__items img {
	width: 100%;
	height: auto;
	display: block;
	height: 225px;
}

.gallery__line {
	display: table-cell;
}

/* ==========================================================================
   FORM
   ========================================================================== */
.form {
	background: #cec0b5;
	padding-top: 70px;
	padding-bottom: 60px;
}

.form .title {
	letter-spacing: 4.5px;
	margin-bottom: 50px;
}

.form__block {
	max-width: 1140px;
	margin: auto;
}

.form__left {
	float: left;
	width: 455px;
}

.form__right {
	float: right;
	width: 512px;
}

.input {
	display: block;
	width: 100%;
	background: #b0acac;
	height: 53px;
	border: none;
	padding: 17px 20px;
	color: #000;
	font-family: HelveticaNeueCyr;
	font-size: 13px;
	font-weight: 100;
	line-height: 1;
	text-transform: uppercase;
	outline: none;
	letter-spacing: 2px;
}

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

.input + .input {
	margin-top: 53px;
}

.textarea {
	display: block;
	width: 100%;
	background: #b0acac;
	height: 53px;
	border: none;
	padding: 17px 20px;
	color: #000;
	font-family: HelveticaNeueCyr;
	font-size: 13px;
	font-weight: 100;
	line-height: 19px;
	text-transform: uppercase;
	outline: none;
	letter-spacing: 2px;
	resize: none;
	height: 170px;
}

.textarea.error {
	outline: 1px solid #f00;
}

.submit {
	display: block;
	padding: 0;
	border: none;
	background: url(img/submit.png) no-repeat;
	text-decoration: none;
	outline: none;
	width: 203px;
	height: 65px;
	color: #63788c;
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 65px;
	text-align: center;
	cursor: pointer;
	margin: auto;
	margin-top: 30px;
	letter-spacing: 3px;
	-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;
}

.submit:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media (max-width: 1919px) {
	.gallery__items img {
		height: 150px;
	}
}

@media only screen and (max-width : 1600px) {
	.header__nav li + li {
		margin-left: 30px;
	}

	.header__nav {
		margin-right: 50px;
	}
}

@media only screen and (max-width : 1400px) {
	.header__nav li + li {
		margin-left: 15px;
	}

	.header__nav {
		margin-right: 25px;
	}
}

@media only screen and (max-width : 1199px) {
	.header {
		height: 100px;
	}

	.header__socialze {
		margin-top: 39px;
	}

	.header__button {
		margin-top: 39px;
	}

	.header__search {
		margin-top: 36px;
	}

	.header__cnt {
		max-width: 970px;
	}

	.header__nav {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		margin-right: 0;
		margin-top: 0;
		width: 200px;
		background: url(img/nav.png) repeat;
		padding: 40px 20px;
		overflow-y: auto;
		z-index: 6;
		right: -200px;
		-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;
	}

	.header__nav.active {
		right: 0;
	}

	.header__exit {
		display: block;
	}

	.header__nav li {
		display: block;
		color: #fff;
	}

	.header__nav li + li {
		margin-top: 15px;
	}

	.header__nav a {
		color: #fff;
	}

	.header__nav a:hover {
		border-color: #fff;
	}

	.header__nav li + li {
		margin-left: 0;
	}

	.header__button {
		display: block;
	}

	.services__item {
		width: 450px;
	}

	.services__item span {
		font-size: 24px;
		line-height: 30px;
	}

	.gallery__items img {
		height: 126px;
	}

	.form__left {
		width: 455px;
	}

	.form__right {
		width: 455px;
	}

	.main {
		height: 700px;
		padding-top: 220px;
	}

	.main__title {
		margin-bottom: 90px;
	}
}

@media only screen and (max-width : 991px) {
	.about__text br {
		display: none;
	}

	.services__item {
		width: 346px;
	}

	.gallery__line {
		display: table;
	}

	.gallery__row {
		display: block;
	}

	.gallery__items img {
		height: 200px;
	}

	.form__left {
		width: 345px;
	}

	.form__right {
		width: 345px;
	}
}

@media only screen and (max-width : 768px) {
	.title {
		font-size: 32px;
		line-height: 38px;
	}

	.description {
		margin-bottom: 15px;
	}

	.title:after {
		margin-top: 25px;
	}

	.header {
		height: 70px;
	}

	.header__socialze {
		margin-top: 19px;
	}

	.header__button {
		margin-top: 19px;
	}

	.header__search {
		margin-top: 16px;
	}

	.main {
		padding-top: 120px;
		height: auto;
		padding-bottom: 50px;
	}

	.main__title {
		margin-bottom: 50px;
	}

	.main__text {
		margin-bottom: 30px;
	}

	.form__left {
		float: none;
		width: 100%;
	}

	.form__right {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.input + .input {
		margin-top: 30px;
	}

	.form {
		padding: 50px 0;
	}

	.form .title {
		margin-bottom: 40px;
	}

	.gallery {
		padding-bottom: 50px;
	}

	.services {
		padding-top: 50px;
	}

	.services .title {
		margin-bottom: 40px;
	}

	.services__items {
		margin-left: -15px;
		margin-right: -15px;
	}

	.services__item {
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.services__item span {
		font-size: 18px;
		line-height: 24px;
	}

	.services__item img {
		margin-bottom: 20px;
	}

	.services__item {
		margin-top: 30px;
	}

	.services__items {
		margin-top: -30px;
	}

	.instagram {
		width: auto;
		height: auto;
		padding: 0;
		background: none;
		display: inline-block;
	}

	.wrap-instagram {
		text-align: center;
	}

	.gallery {
		padding-top: 50px;
	}

	.about .title {
		margin-bottom: 40px;
	}

	.about {
		padding-top: 50px;
	}

	.about__text p + p {
		margin-top: 30px;
	}

	.about__text {
		margin-bottom: 50px;
	}

	.gallery__items {
		width: 576px;
		margin: auto;
	}

	.gallery__items img {
		height: 165px;
	}

	.instagram {
		font-size: 42px;
	}

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

@media only screen and (max-width : 605px) {
	.gallery__items {
		width: 450px;
	}

	.gallery__items img {
		height: 125px;
	}

	.header__button {
		margin-left: 30px;
	}
}

@media only screen and (max-width : 479px) {
	.services__item {
		width: 100%;
	}

	.gallery__items {
		width: 330px;
	}

	.gallery__items img {
		height: 100px;
	}

	.instagram {
		font-size: 24px;
	}

	.instagram:before {
		width: 40px;
		height: 40px;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.title span {
		display: inline;
	}

	.title {
		font-size: 24px;
		line-height: 30px;
	}

	.main__title {
		font-size: 17px;
		margin-bottom: 30px;
	}

	.main__title span {
		font-size: 36px;
		margin-top: 10px;
	}

	.main__text {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.textarea {
		height: 150px;
	}
}

@media only screen and (max-width : 359px) {
	.gallery__items {
		max-width: 290px;
		width: auto;
	}

	.gallery__items img {
		height: 85px;
	}

	.instagram {
		font-size: 18px;
	}

	.header__socialze a + a {
		margin-left: 15px;
	}

	.header__button {
		margin-left: 25px;
	}
}

@media only screen and (max-width : 320px) {
	
}

/* ==========================================================================
   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;
}
.thanks-form-modal__inner{
     width: 500px;
    height: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    font-size: 24px;
    text-align: center;
    position: relative;
    margin: 330px auto;
}
.thanks-form-modal{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: -4000px;
    z-index: 2;
}
.thanks-form-modal__close:hover{
    color: #ccc;
}
.thanks-form-modal__close{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 32px;
    cursor: pointer;
    color: #ddd;
}
.thanks-form-background{
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}