@font-face {
	font-weight: 900;
	font-style: normal;
	font-family: 'PF Agora Sans Pro';
	src: url('../fonts/AgoraSansProBlack.eot');
	src: local('☺'),
	url('../fonts/AgoraSansProBlack.woff') format('woff'),
	url('../fonts/AgoraSansProBlack.ttf') format('truetype'),
	url('../fonts/AgoraSansProBlack.svg') format('svg');
}

@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: 'PF Agora Sans Pro';
	src: url('../fonts/PFAgoraSansPro-Regular.eot@#iefix') format('embedded-opentype'),
	url('../fonts/PFAgoraSansPro-Regular.woff') format('woff'),
	url('../fonts/PFAgoraSansPro-Regular.ttf')  format('truetype'),
	url('../fonts/PFAgoraSansPro-Regular.svg#PFAgoraSansPro-Regular') format('svg');
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.3;
	font-family: 'PF Agora Sans Pro';
	font-weight: 400;
}

b {
	font-weight: 900;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	background: #ccc;
	color: #000;
	padding: .2em 0;
	text-align: center;
}

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

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

input,
button,
textarea,
select {
	outline: none;
}

input::-ms-clear {
	display: none;
}

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

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}

@media only screen and (max-width : 992px) {
	html * {
		max-height: 1000000px;
	}
}



/*
 *
 * SCROLL WRAPPER
 *
*/
@media only screen and (min-width: 992px) {
	html,
	body,
	.wrapper {
		height: 100%;
	}

	body {
		overflow: hidden;
	}

	.wrapper {
		overflow-y: auto;
	}
}



body {
	background: #fff;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased !important;
	min-width: 1000px;
}

.cnt {
	margin: auto;
	width: 940px;
}

.vertical {
	display: table-cell;
	vertical-align: middle;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #878787;
	font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #878787;
	font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #878787;
	font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #878787;
	font-size: 16px;
}

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;
}

/*
 *
 * NAV
 *
*/
.nav {
	height: 35px;
	background-color: #F2F2F2;
	font-size: 16px;
	color: #333;
}

.nav ul {
	display: table;
	width: 100%;
}

.nav li {
	display: table-cell;
}

.nav a {
	display: block;
	padding: 0 20px;
	line-height: 35px;
	text-decoration: none;
	color: #333;
}

.nav a:hover {
	background-color: #FCB12B;
	color: #fff;
}

/*
 *
 * HEADER
 *
*/
.bg {
	height: 724px;
	background: url(../img/grab.jpg) no-repeat top center;
}

.header {
	height: 83px;
	background: #fff;
}

.header-logo {
	float: left;
	width: 197px;
	margin-right: 42px;
	overflow: hidden;
	margin-top: 15px;
}

.header-logo img {
	float: left;
	margin-right: 17px;
}

.header-logo b {
	color: #333;
	font-size: 30px;
	line-height: 21px;
	display: block;
	margin-bottom: 7px;
	padding-top: 7px;
	text-align: right;
}

.header-logo span {
	display: block;
	color: #878787;
	font-size: 16px;
	line-height: 8px;
	text-align: right;
}

.header-time {
	float: left;
	width: 460px;
	text-align: center;
	color: #878787;
	font-size: 16px;
	line-height: 13px;
	margin-top: 35px;
}

.header-contacts {
	float: right;
	width: 220px;
	text-align: right;
	margin-top: 10px;
}

.header-phone {
	color: #333;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	line-height: 18px;
	margin-bottom: 7px;
}

.btn {
	width: 220px;
	height: 35px;
	background-color: #FCB12B;
	border: none;
	color: #FFF;
	font-size: 16px;
}

.btn:hover {
	background: #d99721;
}

/*
 *
 * GRAB
 *
*/
.grab {
	height: 641px;
	padding-top: 88px;
}

.grab-title {
	color: #333;
	font-size: 34px;
	text-align: center;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 13px;
}

.grab-description {
	width: 624px;
	border-top: 2px solid #333;
	color: #333;
	font-size: 18px;
	text-align: center;
	padding-top: 11px;
	margin: auto;
	margin-bottom: 52px;
}

.grab-items {
	overflow: hidden;
	margin-left: -20px;
	margin-bottom: 73px;
}

.grab-item {
	width: 300px;
	height: 79px;
	background-color: rgba(252,177,43,0.9);
	float: left;
	margin-left: 20px;
	position: relative;
	padding-left: 80px;
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	padding-top: 18px;
}

.grab-item--pos1:before {
	content: '';
	position: absolute;
	width: 33px;
	height: 45px;
	background: url(../img/icon1.png);
	left: 21px;
	top: 17px;
}

.grab-item--pos2:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 35px;
	background: url(../img/icon2.png);
	left: 15px;
	top: 22px;
}

.grab-item--pos3:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	background: url(../img/icon3.png);
	left: 15px;
	top: 17px;
}

.grab-form {
	height: 134px;
	background-color: rgba(255,255,255,0.5);
	overflow: hidden;
}

.grab-form-left {
	width: 460px;
	float: left;
	text-align: center;
	padding-top: 8px;
}

.grab-form-right {
	width: 480px;
	float: right;
	padding-top: 15px;
}

.grab-form-title {
	text-align: center;
	font-size: 34px;
	font-weight: 900;
	color: #333;
	line-height: 39px;
	margin-bottom: 17px;
}

.grab-form-title span {
	color: #FCB12B;
}

.grab-form-description {
	color: #333;
	font-size: 16px;
	line-height: 1;
}

.wrap-input {
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	width: 220px;
	height: 40px;
	background-color: #FFF;
	border: 2px solid #E3E3E3;
	color: #333;
	margin-right: 16px;
}

.wrap-input--name:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 18px;
	background: url(../img/icon4.png);
	top: 9px;
	right: 18px;
}

.wrap-input--phone:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../img/icon5.png);
	top: 8px;
	right: 18px;
}

.grab-form .btn {
	width: 300px;
	height: 45px;
	margin-left: 79px;
}

.input {
	width: 220px;
	height: 40px;
	padding:0 65px 0 14px;
	border: none;
	position: relative;
	background: none;
	z-index: 1;
	top: -2px;
	left: -2px;
}

.wrap-input--name .input:focus {
	background: url(../img/icon6.png) no-repeat right top;
}

.wrap-input--phone .input:focus {
	background: url(../img/icon7.png) no-repeat right top;
}

/*
 *
 * VIEWS
 *
*/
.views {
	height: 700px;
	background: url(../img/bg-views.jpg) no-repeat center 70px;
	padding-top: 60px;
}

.title {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	color: #333;
	font-size: 34px;
	line-height: 28px;
}

.views .title {
	margin-bottom: 50px;
}

.title span {
	color: #FCB12B;
	font-size: 24px;
}

.views-items {
	margin-left: -20px;
}

.views-item {
	float: left;
	width: 220px;
	margin-left: 20px;
	text-align: center;
	height: 170px;
}

.views-item-img {
	display: inline-block;
	position: relative;
	margin-bottom: 6px;
}

.views-item-img img {
	display: block;
}

.views-item-img span {
	position: absolute;
	color: #FCB12B;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	top: -5px;
	left: 0;
}

.views-item-title {
	color: #333;
	font-size: 18px;
	line-height: 1;
}

/*
 *
 * ORDER
 *
*/
.order {
	height: 657px;
	background: url(../img/bg-order.jpg) no-repeat top center;
}

.order--copy {
	background: url(../img/bg-order2.jpg) no-repeat top center;
}

.order--bottom {
	height: 650px;
	background: url(../img/bg-order3.jpg) no-repeat top center;
}

.order-cnt {
	width: 585px;
	margin-left: 340px;
	text-align: center;
	padding-top: 205px;
}

.order--bottom .order-cnt {
	width: 475px;
	margin-left: 390px;
}

.order--copy .order-cnt {
	margin-left: 13px;
}

.order-title {
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 13px;
}

.order-title span {
	color: #FCB12B;
}

.order-border {
	height: 2px;
	background: #fcb12b;
	margin:0 6px;
	margin-bottom: 13px;
}

.order .wrap-input {
	border: none;
	margin-right: 0;
	width: 340px;
	height: 40px;
	margin-bottom: 0;
}

.order .input {
	width: 340px;
	height: 40px;
	top: 0;
	left: 0;
}

.order-input {
	margin-bottom: 15px;
}

.order-button {
	margin-top: 30px;
}

.order .btn {
	width: 300px;
	height: 50px;
}

.order .wrap-input--name:before {
	top: 11px;
	right: 20px;
}

.order .wrap-input--phone:before {
	top: 10px;
	right: 20px;
}

.order-description {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
}

/*
 *
 * ADVANTAGES
 *
*/
.advantages {
	padding-top: 60px;
	padding-bottom: 50px;
	background: url(../img/bg-views.jpg) no-repeat center 75px;
}

.advantages .title {
	margin-bottom: 50px;
}

.advantages-items {
	margin-left: -20px;
}

.advantages-item {
	width: 460px;
	float: left;
	height: 170px;
	overflow: hidden;
	position: relative;
	padding-left: 160px;
	margin-left: 20px;
}

.advantages-item img {
	position: absolute;
	top: 0;
	left: 0;
}

.advantages-item-title {
	color: #333;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 10px;
}

.advantages-item-text {
	color: #878787;
	font-size: 16px;
	line-height: 1.2;
}

/*
 *
 * ABOUT
 *
*/
.about {
	height: 453px;
	background: url(../img/bg-about.jpg) no-repeat top center;
	padding-top: 75px;
	position: relative;
}

.about:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
	bottom: 7px;
	background: rgba(0,0,0,0.6);
}

.about-title {
	text-align: center;
	color: #FFF;
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 23px;
	position: relative;
}

.about-text {
/* 	background: rgba(0,0,0,0.6); */
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
	padding:18px 24px 10px;
	text-align: justify;
	position: relative;
}

.about-text p {
	margin-bottom: 20px;
}

/*
 *
 * GALLERY
 *
*/
.gallery {
	padding-top: 60px;
}

.gallery .title {
	margin-bottom: 50px;
}

.gallery-items {
	margin-left: -20px;
}

.gallery-item {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 300px;
	height: 224px;
	overflow: hidden;
	float: left;
}

.gallery-item a ,
.gallery-item img {
	display: block;
}

/*
 *
 * SCHEME
 *
*/
.scheme {
	padding-top: 60px;
	background: url(../img/bg-views.jpg) no-repeat center 13px;
}

.scheme .title {
	margin-bottom: 50px;
}

.scheme-items {
	margin-left: -20px;
	position: relative;
	overflow: hidden;
	padding-top: 3px;
}

.scheme-items:after {
	content: '';
	position: absolute;
	width: 57px;
	height: 205px;
	background: url(../img/bg-scheme2.png);
	right: 0;
	top: 50px;
}

.scheme-item {
	float: left;
	width: 220px;
	margin-left: 20px;
	text-align: center;
	height: 200px;
}

.scheme-item-img {
	display: inline-block;
	position: relative;
	margin-bottom: 6px;
}

.scheme-item-img:after {
	content: '';
	position: absolute;
	width: 138px;
	right: -139px;
	background: url(../img/bg-scheme.png) no-repeat;
	height: 2px;
	top: 49px;
}

.scheme-item--last .scheme-item-img:after {
	display: none;
}

.scheme-item-img img {
	display: block;
}

.scheme-item-img span {
	position: absolute;
	color: #FCB12B;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	top: -5px;
	left: 0;
}

.scheme-item-title {
	color: #333;
	font-size: 18px;
	line-height: 1.2;
}

.scheme .btn {
	width: 220px;
	height: 45px;
	margin-top: 28px;
}

.scheme-item-button {
	position: relative;
}

.scheme-item-button:after {
	content: '';
	position: absolute;
	width: 80px;
	right: -81px;
	background: url(../img/bg-scheme.png) no-repeat;
	height: 2px;
	top: 49px;
}

/*
 *
 * REVIEWS
 *
*/
.reviews {
	height: 1058px;
	background: url(../img/bg-reviews.jpg) no-repeat top center;
	padding-top: 76px;
}

.reviews .title {
	margin-bottom: 50px;
}

.reviews-items {
	margin-left: -20px;
}

.reviews-item {
	float: left;
	width: 460px;
	margin-left: 20px;
	height: 430px;
	padding-left: 160px;
	position: relative;
}

.reviews-item img {
	position: absolute;
	left: 0;
	top: 0;
}

.reviews-item-name {
	color: #333;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 6px;
}

.reviews-item-address {
	color: #878787;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.reviews-item-text {
	color: #333;
	font-size: 16px;
	line-height: 1.2;
}

/*
 *
 * CONTACTS
 *
*/
.contacts {
	height: 530px;
}

/*
 *
 * FOOTER
 *
*/
.footer {
	height: 123px;
	background-color: #333;
	color: #AEAEAE;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
}

.footer img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.footer a {
	color: #AEAEAE;
	text-align: center;
}

.footer a:hover {
	text-decoration: none;
}

/*
 *
 * POPUP
 *
*/
.popup-overlay {
	background: #0b0b0b;
	display: none;
	height: 100%;
	left: 0;
	opacity: .8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.popup-fixed {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none !important;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

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

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

.popup-content {
	cursor: auto;
	display: inline-block;
	max-width: 80%;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.popup {
	background: none;
	border: 2px solid #fcb12b;
	display: none;
	margin: 10px auto;
	padding: 3px;
	position: relative;
}

.popup__close {
	color: #333;
	cursor: pointer;
	opacity: 0.6;
	position: absolute;
	right: 13px;
	text-align: center;
	top: 13px;
	width: 15px;
	height: 15px;
	background: url(../img/exit.png);
}

.popup__close:hover {
	opacity: 1;
}

.popup-cnt {
	background: #fff;
	width: 460px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
}

.popup-title {
	color: #333;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 2px solid #fcb12b;
	width: 340px;
	margin: auto;
	margin-bottom: 11px;
}

.popup-description {
	color: #878787;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 30px;
	padding:0 20px;
}

.popup-description--margin {
	margin-bottom: 0;
}

.popup .wrap-input {
	width: 340px;
	height: 40px;
	margin-bottom: 15px;
}

.popup .input {
	width: 340px;
	height: 40px;
}

.popup .btn {
	margin: 0;
	width: 300px;
	height: 50px;
	margin-top: 5px;
}