input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('../fonts/proximanova-light.eot');
    src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light.woff2') format('woff2'),
         url('../fonts/proximanova-light.woff') format('woff'),
         url('../fonts/proximanova-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight_italic';
    src: url('../fonts/proximanova-lightit.eot');
    src: url('../fonts/proximanova-lightit.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-lightit.woff2') format('woff2'),
         url('../fonts/proximanova-lightit.woff') format('woff'),
         url('../fonts/proximanova-lightit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-reg.eot');
    src: url('../fonts/proximanova-reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-reg.woff2') format('woff2'),
         url('../fonts/proximanova-reg.woff') format('woff'),
         url('../fonts/proximanova-reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular_italic';
    src: url('../fonts/proximanova-regit.eot');
    src: url('../fonts/proximanova-regit.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regit.woff2') format('woff2'),
         url('../fonts/proximanova-regit.woff') format('woff'),
         url('../fonts/proximanova-regit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_thextrabold';
    src: url('../fonts/proximanova-xbold.eot');
    src: url('../fonts/proximanova-xbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-xbold.woff2') format('woff2'),
         url('../fonts/proximanova-xbold.woff') format('woff'),
         url('../fonts/proximanova-xbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_blblack';
    src: url('../fonts/proximanova-black.eot');
    src: url('../fonts/proximanova-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-black.woff2') format('woff2'),
         url('../fonts/proximanova-black.woff') format('woff'),
         url('../fonts/proximanova-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold.eot');
    src: url('../fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold.woff2') format('woff2'),
         url('../fonts/proximanova-bold.woff') format('woff'),
         url('../fonts/proximanova-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold_italic';
    src: url('../fonts/proximanova-boldit.eot');
    src: url('../fonts/proximanova-boldit.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-boldit.woff2') format('woff2'),
         url('../fonts/proximanova-boldit.woff') format('woff'),
         url('../fonts/proximanova-boldit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

html {
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a:hover {
	text-decoration: none;
}

.inline-block {
	display: inline-block;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
	margin-right: 0 !important;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.noHidden {
	opacity: 1 !important;
}

.hidden {
	opacity: 0;
}

.duration-500s {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

a {
	color: #000;
	text-decoration: none;
}

a:focus {
  outline: none;
  border: none;
}

p {
	font: 16px Arial;
	color: #000;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}

/* GRID */
.container {
	width: 1170px;
	margin: 0 auto;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}

.col-lg-12 {
	width: 100%;
}

.col-lg-11 {
	width: 91.66666667%;
}

.col-lg-10 {
	width: 83.33333333%;
}

.col-lg-9 {
	width: 75%;
}

.col-lg-8 {
	width: 66.66666667%;
}

.col-lg-7 {
	width: 58.33333333%;
}

.col-lg-6 {
	width: 50%;
}

.col-lg-5 {
	width: 41.66666667%;
}

.col-lg-4 {
	width: 33.33333333%;
}

.col-lg-3 {
	width: 25%;
}

.col-lg-2 {
	width: 16.66666667%;
}

.col-lg-1 {
	width: 8.33333333%;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #000;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-thanks {
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background-color: #ffa800;     
	position: relative; 
	min-height: 100px;  
	margin: auto;
	left: 0; right: 0;
	top: 0; bottom: 0;
	width: 460px;
}

.modal-thanks:before {
	content: "";
	width: 103%;
	height: 112%;
	position: absolute;
	left: -1.5%;
	top: -6.5%;
	display: block;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	border: 2px dashed #7c5405;
}

.modal-thanks-title {
	font: 700 28px "proxima_nova_rgbold";
	color: #502f00;
	text-align: center;
	padding-top: 20px;
}

.modal-thanks-text {
	font: 20px "proxima_nova_rgregular";
	color: #502f00;
	text-align: center;
}

.clearfix {
	clear: both;
}

.row:after, .row:before{
	content: "";
	clear: both;
	display: block;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.pull-right {
	float: right;
}

/* ICONS */

.icon {
	background: url("../img/icons.png") no-repeat;
	display: block;
}

.icon-inline {
	display: inline-block;
}

.icon-center {
	margin: 0 auto;
}

.icon-arendator-1 {
	background-position: 0 -59px;
	width: 38px;
	height: 52px;
}

.icon-arendator-2 {
	background-position: -38px -61px;
	width: 52px;
	height: 47px;
}

.icon-arendator-3 {
	background-position: 0 -111px;
	width: 46px;
	height: 53px;
}

.icon-arendator-4 {
	background-position: -46px -114px;
	width: 53px;
	height: 47px;
}

.icon-newbuild-1 {
	background-position: -81px top;
	width: 46px;
	height: 53px;
}

.icon-newbuild-2 {
	background-position: -127px -6px;
	width: 45px;
	height: 41px;
}

.icon-newbuild-3 {
	background-position: -172px -8px;
	width: 44px;
	height: 44px;
}

.icon-newbuild-4 {
	background-position: -216px -5px;
	width: 52px;
	height: 43px;
}

.icon-catalog-1 {
	background-position: -90px -59px;
	width: 67px;
	height: 54px;
}

.icon-catalog-2 {
	background-position: -157px -57px;
	width: 68px;
	height: 55px;
}

.icon-catalog-3 {
	background-position: -99px -113px;
	width: 101px;
	height: 46px;
}

.icon-catalog-4 {
	background-position: -268px 0;
	width: 61px;
	height: 68px;
}

.icon-catalog-5 {
	background-position: -329px 0;
	width: 66px;
	height: 68px;
}

.icon-catalog-6 {
	background-position: -225px -68px;
	width: 79px;
	height: 38px;
}

.icon-catalog-7 {
	background-position: -304px -68px;
	width: 49px;
	height: 66px;
}

.icon-catalog-8 {
	background-position: -353px -68px;
	width: 42px;
	height: 66px;
}

.icon-catalog-9 {
	background-position: -200px -113px;
	width: 64px;
	height: 68px;
}

.icon-catalog-10 {
	background-position: -264px -134px;
	width: 61px;
	height: 68px;
}

.icon-catalog-11 {
	background-position: -325px -135px;
	width: 68px;
	height: 63px;
}

.icon-catalog-12 {
	background-position: 0 -164px;
	width: 73px;
	height: 66px;
}

.icon-catalog-13 {
	background-position: -73px -164px;
	width: 68px;
	height: 61px;
}

.icon-catalog-14 {
	background-position: -141px -181px;
	width: 68px;
	height: 56px;
}

.icon-catalog-15 {
	background-position: -209px -181px;
	width: 38px;
	height: 68px;
}

.icon-catalog-16 {
	background-position: -247px -202px;
	width: 42px;
	height: 68px;
}

.icon-catalog-17 {
	background-position: -289px -202px;
	width: 57px;
	height: 63px;
}

.icon-catalog-18 {
	background-position: 0 -230px;
	width: 69px;
	height: 61px;
}

.icon-distance {
	background-position: -289px -272px;
	width: 36px;
	height: 27px;
}

.icon-struct-1 {
	background-position: -69px -230px;
	width: 27px;
	height: 48px;
}

.icon-struct-2 {
	background-position: -96px -230px;
	width: 50px;
	height: 42px;
}

.icon-struct-3 {
	background-position: -146px -237px;
	width: 37px;
	height: 46px;
}

.icon-struct-4 {
	background-position: -347px -202px;
	width: 50px;
	height: 42px;
}

.icon-struct-5 {
	background-position: -345px -249px;
	width: 55px;
	height: 39px;
}

.icon-bg-round {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #512f01; /* Old browsers */
	background: -moz-linear-gradient(top,  #512f01 0%, #a37e4a 49%, #502f01 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #512f01 0%,#a37e4a 49%,#502f01 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #512f01 0%,#a37e4a 49%,#502f01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512f01', endColorstr='#502f01',GradientType=0 ); /* IE6-9 */
	border: 3px solid #af792d;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.22);
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	line-height: 89px;
}

.icon-bg-round .icon {
	vertical-align: middle;
	display: inline-block;
}

/* FORM STYLES */

.form-label {
	font: 16px "proxima_nova_rgregular";
	color: #fff;
	padding: 0 0 5px 15px;
	text-align: left;
	width: 100%;
	display: block;
}

.input-text {
	width: 100%;
	font: 18px "proxima_nova_rgregular";
	color: #502f00;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 20px;
	border: none;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.textarea {
	width: 100%;
	font: italic 400 14px "proxima_nova_rgregular";
	color: #969696;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 15px;
	resize: none;
}

.input-text:focus, .textarea:focus {
	outline: none;
}

.button {
	background-color: #ffa800;
	border-radius: 5px;
	box-shadow: 0 3px 0 #835718;	
	text-align: center;
	text-transform: uppercase;
	color: #502f00;
	border: none;
	outline: none;
	font: 16px "proxima_nova_rgbold";
	height: 41px;
	cursor: pointer;
	-webkit-transition: 0.2s all ease-in-out;
	   -moz-transition: 0.2s all ease-in-out;
	    -ms-transition: 0.2s all ease-in-out;
	     -o-transition: 0.2s all ease-in-out;
	        transition: 0.2s all ease-in-out;
}

.button:hover {
	background-color: #fdb832;
}

.section-title {
	font: 44px "proxima_nova_thextrabold";
	text-align: center;
	margin: 0;
}

.section-title-line {
	width: 25%;
	height: 7px;
	margin: 10px auto 25px;
	border: none;
	outline: none;
}

.section-subtitle {
	font: 20px "proxima_nova_rgregular";
	color: #fff;
	margin-top: 15px;
	text-align: center;
}

/* screen one */

#screen-one {
	background: url("../img/screenone.jpg") center top no-repeat;
	background-size: cover;
	min-width: 1170px;
}

#screen-one .screenone-form-button {
  width: 333px;
}

.mode {
	position: relative;
	padding-left: 30px;
	margin-top: 35px;
}

.mode:before {
	content: "";
	background: url("../img/icons.png") -1px 0 no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
}

.mode-title {
	font: 18px "proxima_nova_rgregular";
	color: #fff;
	margin-bottom: 0;
}

.mode-content {
	font: 20px "proxima_nova_rgregular";
	color: #ffa800;
}

.screenone-contacts {
	margin-top: 15px;
}

.screenone-contacts-calltext:before {
	content: "";
	background: url("../img/icons.png") 0 -19px no-repeat;
	width: 19px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: -10px;
}

.screenone-contacts-calltext {
	font: 18px "proxima_nova_rgregular";
	color: #fff;
	margin-bottom: 5px;
}

.screenone-contacts-number {
	font: 700 32px "proxima_nova_rgbold";
	color: #ffa800;
	margin-bottom: 5px;
	text-decoration: none;
}

	.screenone-contacts-number-decor {
		font: 20px "proxima_nova_rgregular";
		color: #e99d12;
		position: relative;
		top: -12px;
	}

.screenone-contacts-questiontext {
	font: 18px "proxima_nova_rgregular";
	color: #fff;
	margin-bottom: 5px;	
	line-height: 100%;
}

	.screenone-contacts-questiontext:before {
		content: "";
		background: url("../img/icons.png") 0 -39px no-repeat;
		width: 19px;
		height: 20px;
		display: inline-block;
		position: relative;
		top: 4px;
		left: -5px;
	}

	.screenone-contacts-questiontext-url {
		color: #fff;
		border-bottom: 1px #fff dotted;
		-webkit-transition: 0.2s all ease-in-out;
		   -moz-transition: 0.2s all ease-in-out;
		    -ms-transition: 0.2s all ease-in-out;
		     -o-transition: 0.2s all ease-in-out;
		        transition: 0.2s all ease-in-out;
	}

	.screenone-contacts-questiontext-url:hover {
		border-bottom-color: #ffa800;
		color: #ffa800;
	}

.screenone-label {
	font: 700 46px "proxima_nova_rgbold";
	color: #fff;
	text-shadow: 0 3px 0 #75553c;
}

	.screenone-label:after {
		content: "";
		background-color: #ffa800;
		border-bottom: 3px solid #6f4900;
		width: 156px;
		margin: 10px auto;
		display: block;
		height: 9px;
	}

.screenone-price {
	font: 700 29px "proxima_nova_rgbold";
	color: #fff;
}

	.screenone-price-decor {
		color: #ffa800;
	}

.screenone-list {
	list-style: none;
	margin: 60px 0 0;
	padding: 0;
}

	.screenone-list-item {
		font: 20px "proxima_nova_rgregular";
		color: #fff;
		margin-bottom: 15px;
		position: relative;
		padding-left: 45px;
		height: 33px;
	}

		.screenone-list-item-decor {
			font-family: "proxima_nova_rgbold";
		}

		.screenone-list-item:before {
			content: "";
			background: url("../img/icons.png") no-repeat;
			display: block;
			position: absolute;
			left: 0;
		}

		.screenone-list-item:nth-child(1):before {
			background-position: -19px 0;
			width: 32px;
			height: 33px;
			top: -8px;
		}		

		.screenone-list-item:nth-child(2):before {
			background-position: -19px -33px;
			width: 30px;
			height: 26px;
			top: 4px;
		}		

		.screenone-list-item:nth-child(3):before {
			background-position: -51px 0;
			width: 30px;
			height: 27px;
		}		

.screenone-form-bg {
	background: url("../img/screenoneform.png") no-repeat;
	width: 1170px;
	height: 198px;
	margin-top: 50px;
}

.screenone-form-title {
	font: 26px "proxima_nova_rgbold";
	color: #ffa800;
	padding: 25px 0 25px;
}

.screenone-form-security {
	font: 14px "proxima_nova_rgregular";
	color: #ab7e3e;
}

.screenone-form-item {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.screenone-form-button {
	width: 280px;
	display: inline-block;
	vertical-align: top;
	margin: 25px 10px 0;
}

.screenone-form-button button {
  display: block;
  width: 100%;
}

/* screen two */

#screen-two {
	background: url("../img/screentwo.jpg") center top no-repeat;
	background-size: cover;
	min-width: 1170px;
	min-height: 358px;
}

.square-stats-item {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 50px 0 35px;
}

.square-stats-item-digit, .square-stats-item-text {
	display: inline-block;
	vertical-align: top;
}

.square-stats-item-digit {
	font: 28px "proxima_nova_rgbold";
	color: #ffa800;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #ffa800;
	line-height: 55px;
	height: 55px;
	padding: 0 20px;
}

.square-stats-item-text {
	font: 18px "proxima_nova_rgbold";
	color: #fff;
	padding-top: 15px;
}

.screen-two-text-paragraph {
	font: 18px "proxima_nova_rgregular";
	color: #fff;
	width: 75%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #ffa800;
	padding: 20px 90px 35px;
	margin-top: 15px;
	position: relative;
}

.screen-two-text-paragraph:before {
	content: "";
	border: 2px dashed #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	top: -10px;
	left: -10px;
}

/* VARIANTS */

#variants {
	background: url("../img/variants.jpg") repeat;
	min-height: 918px;
	padding: 50px 0;
	position: relative;
}

#variants:before {
	content: "";
	background: url("../img/vars_shadow.png") repeat-x;
	height: 58px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#variants .section-title {
	color: #502f00;
}

#variants .section-title-line {
	background-color: #bd8a42;
}

.vars-item-short, .vars-item-long {
	background-color: #493522;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	text-align: left;
}

.vars-item-short {
	width: 260px;
	display: inline-block;
	vertical-align: top;
	margin: 30px 15px 20px 0;
}

.vars-item-long {
	width: 570px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}

.vars-item-title {
	font: 23px "proxima_nova_rgbold";
	color: #fff;
	height:80px;
	vertical-align:middle;
	display:table-cell;
	background-color: #a07836;
	color: #fff;
	border-bottom: 3px solid #664410;
	text-align: center;
}

.vars-item-short .vars-item-title {
	width: 260px;
}

.vars-item-long .vars-item-title {
	width: 570px;
	font-size: 24px;
	height: 65px;
}

.vars-item-content {
	width: 95%;
	margin: 0 auto;
}

.vars-item-list {
	width: 85%;
	list-style-position: outside;
	margin-left: 30px;
	min-height: 230px;
}

.vars-item-list li {
	font: 16px "proxima_nova_rgregular";
	color: #fff;
	margin-top: 15px;
}

.vars-item-long .vars-item-list {
	margin: 0;
	width: 100%;
	text-align: center;
	list-style-position: inside;
	min-height: auto;
	padding-bottom: 15px;
}

.vars-item-long .vars-item-content {
	width: 100%;
}

.vars-item-long .vars-item-form-item {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}

.vars-item-long .vars-item-form-item .form-label {
	text-align: left;
	padding-left: 12px;
}

.vars-item-long .vars-item-form .button {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0;
	height: 41px;
	margin-top: 40px;
}

.vars-item-long .vars-item-list li {
	margin: 5px 0 0 0;
}

.vars-item-form-title {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	text-align: center;
	font: 20px "proxima_nova_rgbold";
	color: #eaa627;
	padding: 10px 0;
}

.vars-item-form-item {
	text-align: center;
	margin: 15px 0 0 0;
}

.vars-item-form-item .form-label {
	padding-left: 0;
	text-align: center;
	width: 100%;
}

.vars-item-form-item .input-text {
	width: 90%;
}

.vars-item-form .button {
	margin: 0 auto 20px;
	padding: 10px 0;
	width: 90%;
	height: 60px;
	display: block;
}

.vars-text {
	font: 18px "proxima_nova_rgregular";
	color: #502f00;
	width: 570px;
	margin: 0 auto 20px;
}

.vars-phone-number {
	font: 700 33px "proxima_nova_rgbold";
	color: #493522;
	margin-bottom: 5px;
	text-decoration: none;
}

	.vars-phone-number-decor {
		font: 21px "proxima_nova_rgregular";
		color: #493522;
		position: relative;
		top: -8px;
	}

/* SPECIAL */

#special {
	min-height: 665px;
	background: url("../img/special-mainbg.png") no-repeat;
	background-size: cover;
}

#special-bg {
	background: url("../img/special.png") no-repeat;
	background-size: cover;	
	min-height: 665px;
	padding: 50px 0;
}

#special .section-title {
	color: #fff;
}

#special .section-title-line {
	background-color: #ffa800;
}

.special-title {
	font: 33px "proxima_nova_rgbold";
	color: #fff;
	text-shadow: 2px 2px 0px #09364d;
	margin-top: 100px;
	line-height: 170%;
}

.special-title-decor {
	font-size: 74px;
	color: #ffa800;
	text-transform: uppercase;
}

.special-text {
	font: 18px "proxima_nova_rgregular";
	color: #fff;
	margin-top: 50px;
}

.special-phone-number {
	font: 700 47px "proxima_nova_rgbold";
	color: #ffa800;
	margin-bottom: 5px;
	text-decoration: none;
}

	.special-phone-number-decor {
		font: 25px "proxima_nova_rgregular";
		position: relative;
		top: -15px;
	}

.special-form {
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background: #502f00 url("../img/specialform.png") repeat;     
	position: relative; 
	min-height: 375px;  
	margin-top: 50px;
}

.special-form:before {
	content: "";
	width: 103%;
	height: 103%;
	position: absolute;
	left: -1.5%;
	top: -1.5%;
	display: block;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	border: 2px dashed #fff;
}

.special-form-title {
	font: 700 26px "proxima_nova_rgbold";
	color: #ffa800;
	text-align: center;
	margin: 20px 0;
}

.special-form-item {
	width: 66%;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.special-form-item .form-label {
	padding-left: 0;
	text-align: center;
}

.modal .special-form {
  min-height: 340px;
  position: relative;
}

.modal .special-form:before {
  border-color: #6f4914;
}

.modal .special-form-title {
  padding-top: 15px;
}

.modal .special-form-item .form-label {
  padding-left: 0;
  text-align: left;
}

.modal .special-form-item {
  width: 75%;
}

.modal .special-form-button {
  padding: 0;
  height: 41px;
}

.modal-close {
  background: url("../img/close.png") no-repeat;
  position: absolute;
  right: -40px;
  top: -29px;
  width: 36px;
  height: 36px;
  display: block;
  cursor: pointer;
}

.special-form-button {
	width: 100%;
	padding: 5px 0 10px;
	height: 50px;
}

/* ARENDATOR */

#arendator {
	min-height: 510px;
	background: url("../img/variants.jpg") repeat;
	padding: 50px 0;
}

#arendator .section-title {
	color: #502f00;
}

#arendator .section-title-line {
	background-color: #bd8a42;
}

.arendator-item {
	margin-top: 40px;
}

.arendator-item-text {
	font: 18px "proxima_nova_rgregular";
	color: #502f00;
	margin-top: 20px;
}

.arendator-button {
	margin-top: 40px;
}

.arendator-button .button {
	display: block;
	width: 20%;
	margin: 0 auto;
	padding-top: 7px;
	height: 52px;
}

/* NEWBUILD */

#newbuild {
	background: url("../img/newbuild.jpg") no-repeat;
	background-size: cover;
	padding: 50px 0 0 0;
}

#newbuild .section-title {
	color: #fff;
}

.newbuild-list {
  margin: 90px 0;
}

.newbuild-list-item {
	position: relative;
}

.newbuild-list-item-title {
	font: 24px "proxima_nova_rgbold";
	color: #bd8a43;
	margin-bottom: 10px;
}

.newbuild-list-item-text {
	font: 18px "proxima_nova_rgregular";
	color: #fff;
	margin-top: 20px;
}

	.newbuild-list-item:after {
		content: "+";
		font: 56px "proxima_nova_rgbold";
		color: #bd8a43;
		position: absolute;
		top: 31%;
		right: -10px;
	}

	.newbuild-list-item:last-of-type:after {
		content: "";
	}

/* CATALOG */

#catalog {
	background-color: #fffbf5;
	padding: 50px 0;
}

#catalog .section-title {
	color: #502f00;
}

#catalog .section-title-line {
	background-color: #bd8a42;
}

.catalog-item {
	height: 170px;
	width: 170px;
	margin: 30px 30px 0 0;
}

.catalog-item-text {
	font: 16px "proxima_nova_rgbold";
	color: #fff;
	text-transform: uppercase;
  vertical-align:middle;
  display: table-cell;
  height: 55px;
  width: 170px;
  text-align: center;
}

.catalog-item-icon {
	height: 105px;
	line-height: 105px;
	vertical-align: middle;
}

.catalog-item-icon .icon {
	vertical-align: middle;
}

.catalog-list.firstrow .catalog-item:nth-child(1) {
	background-color: #A58CC5;
}

.catalog-list.firstrow .catalog-item:nth-child(2) {
	background-color: #fd9600;
}

.catalog-list.firstrow .catalog-item:nth-child(3) {
	background-color: #f79585;
}

.catalog-list.firstrow .catalog-item:nth-child(4) {
	background-color: #9ad4f1;
}

.catalog-list.firstrow .catalog-item:nth-child(5) {
	background-color: #A58CC5;
}

.catalog-list.firstrow .catalog-item:nth-child(6) {
	background-color: #d27674;
}

.catalog-list.secondrow .catalog-item:nth-child(1) {
	background-color: #c5a0a0;
}

.catalog-list.secondrow .catalog-item:nth-child(2) {
	background-color: #d29445;
}

.catalog-list.secondrow .catalog-item:nth-child(3) {
	background-color: #2fa4c4;
}

.catalog-list.secondrow .catalog-item:nth-child(4) {
	background-color: #acd432;
}

.catalog-list.secondrow .catalog-item:nth-child(5) {
	background-color: #78abae;
}

.catalog-list.secondrow .catalog-item:nth-child(6) {
	background-color: #f3aaa8;
}

.catalog-list.thirdrow .catalog-item:nth-child(1) {
	background-color: #fc7b4e;
}

.catalog-list.thirdrow .catalog-item:nth-child(2) {
	background-color: #62c8c9;
}

.catalog-list.thirdrow .catalog-item:nth-child(3) {
	background-color: #f1a2b8;
}

.catalog-list.thirdrow .catalog-item:nth-child(4) {
	background-color: #74acaf;
}

.catalog-list.thirdrow .catalog-item:nth-child(5) {
	background-color: #8a9aaa;
}

.catalog-list.thirdrow .catalog-item:nth-child(6) {
	background-color: #f87b93;
}

/* PLAN */

.plan {
	background: #fffbf5 url("../img/plan.png") no-repeat;
	width: 1202px;
	height: 639px;
	margin: 50px auto;
	position: relative;
}

.plan-item {
	z-index: 9999;
	cursor: pointer;
}

.plan-item:nth-child(1) {
    width: 176px;
    height: 45px;
    position: absolute;
    top: 232px;
    left: 153px;
    -webkit-transform: rotate( 156deg );
    -moz-transform: rotate( 156deg );
    -ms-transform: rotate( 156deg );
    -o-transform: rotate( 156deg );
    transform: rotate( 156deg );
}

.plan-item:nth-child(2) {
    width: 124px;
    height: 48px;
    position: absolute;
    top: 165px;
    left: 322px;
    -webkit-transform: rotate( 156deg );
    -moz-transform: rotate( 156deg );
    -ms-transform: rotate( 156deg );
    -o-transform: rotate( 156deg );
    transform: rotate( 156deg );
}

.plan-item:nth-child(3) {
	width: 133px;
    height: 30px;
    position: absolute;
    top: 100px;
    left: 472px;
    -webkit-transform: rotate( 163deg );
    -moz-transform: rotate( 163deg );
    -ms-transform: rotate( 163deg );
    -o-transform: rotate( 163deg );
    transform: rotate( 163deg );
}

.plan-item:nth-child(4) {
	width: 58px;
    height: 30px;
    position: absolute;
    top: 65px;
    left: 611px;
    -webkit-transform: rotate( 158deg );
    -moz-transform: rotate( 158deg );
    -ms-transform: rotate( 158deg );
    -o-transform: rotate( 158deg );
    transform: rotate( 158deg );
}

.plan-item:nth-child(5) {
    width: 31px;
    height: 30px;
    position: absolute;
    top: 88px;
    left: 652px;
    -webkit-transform: rotate( 158deg );
    -moz-transform: rotate( 158deg );
    -ms-transform: rotate( 158deg );
    -o-transform: rotate( 158deg );
    transform: rotate( 158deg );
}

.plan-item:nth-child(6) {
    width: 31px;
    height: 30px;
    position: absolute;
    top: 70px;
    left: 783px;
    -webkit-transform: rotate( 158deg );
    -moz-transform: rotate( 158deg );
    -ms-transform: rotate( 158deg );
    -o-transform: rotate( 158deg );
    transform: rotate( 158deg );
}

.plan-item:nth-child(7) {
    width: 154px;
    height: 61px;
    position: absolute;
    top: 26px;
    left: 670px;
    -webkit-transform: rotate( 159deg );
    -moz-transform: rotate( 159deg );
    -ms-transform: rotate( 159deg );
    -o-transform: rotate( 159deg );
    transform: rotate( 159deg );
}

.plan-item:nth-child(8) {
    width: 56px;
    height: 18px;
    position: absolute;
    top: 113px;
    left: 774px;
    -webkit-transform: rotate( 149deg );
    -moz-transform: rotate( 149deg );
    -ms-transform: rotate( 149deg );
    -o-transform: rotate( 149deg );
    transform: rotate( 149deg );
}

.plan-item:nth-child(9) {
	width: 87px;
    height: 35px;
    position: absolute;
    top: 136px;
    left: 793px;
    -webkit-transform: rotate( 163deg );
    -moz-transform: rotate( 163deg );
    -ms-transform: rotate( 163deg );
    -o-transform: rotate( 163deg );
    transform: rotate( 163deg );
}

.plan-item:nth-child(10) {
	width: 265px;
    height: 161px;
    position: absolute;
    top: 276px;
    left: 695px;
    -webkit-transform: rotate( 85deg );
    -moz-transform: rotate( 85deg );
    -ms-transform: rotate( 85deg );
    -o-transform: rotate( 85deg );
    transform: rotate( 85deg );
}

.plan-item:nth-child(11) {
	width: 161px;
    height: 88px;
    position: absolute;
    top: 406px;
    left: 949px;
    -webkit-transform: rotate( 89deg );
    -moz-transform: rotate( 89deg );
    -ms-transform: rotate( 89deg );
    -o-transform: rotate( 89deg );
    transform: rotate( 89deg );
}

.plan-item:nth-child(12) {
	width: 213px;
    height: 136px;
    position: absolute;
    top: 459px;
    left: 304px;
    -webkit-transform: rotate( -5deg );
    -moz-transform: rotate( -5deg );
    -ms-transform: rotate( -5deg );
    -o-transform: rotate( -5deg );
    transform: rotate( -5deg );
}

.plan-item:nth-child(13) {
    width: 145px;
    height: 141px;
    position: absolute;
    top: 473px;
    left: 81px;
    -webkit-transform: rotate( -4deg );
    -moz-transform: rotate( -4deg );
    -ms-transform: rotate( -4deg );
    -o-transform: rotate( -4deg );
    transform: rotate( -4deg );
}

.plan-item:nth-child(14) {
	width: 361px;
    height: 45px;
    position: absolute;
    top: 291px;
    left: 204px;
    -webkit-transform: rotate( -34deg );
    -moz-transform: rotate( -34deg );
    -ms-transform: rotate( -34deg );
    -o-transform: rotate( -34deg );
    transform: rotate( -34deg );
}

.plan-content {
	background: url("../img/planhover.png") no-repeat;
	width: 338px;
	height: 194px;
	display: block;
	position: absolute;
	display: none;
	padding-left: 10px;
}

.plan-content.right {
  background-image: url("../img/planhover-right.png");
  padding-left: 125px;
}

.plan-content-title {
	font: 30px "proxima_nova_rgbold";
	color: #711b1b;
	margin: 5px 0 -5px;
}

.plan-content-text {
	font: 16px "proxima_nova_rgregular";
	color: #711b1b;
}

.plan-button {
	margin-top: 40px;
}

.plan-button .button {
	display: inline-block;
	width: 340px;
	text-align: center;
}

.plan-button .button .icon {
	margin: 7px 10px 0 0;
}

.plan-button .button span {
	display: inline-block;
	top: -6px;
	position: relative;	
}

.plan-phone {
	margin-top: 35px;
}

.plan-phone-title {
	font: 18px "proxima_nova_rgregular";
	color: #533204;
	margin-bottom: 5px;
}

.plan-phone-number {
	font: 700 33px "proxima_nova_rgbold";
	color: #502f00;
	margin-bottom: 5px;
	text-decoration: none;
}

	.plan-phone-number-decor {
		font: 21px "proxima_nova_rgregular";
		position: relative;
		top: -8px;
	}

/* STRUCT */

#struct {
	background: url("../img/struct.jpg") no-repeat;
	min-height: 956px;
	padding: 50px 0;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#struct .section-title {
	color: #fff;
	font-size: 40px;
}

#struct .section-title-line {
	background-color: #bd8a42;
	width: 27%;
}

#struct .arendator-item {
	display: inline-block;
	vertical-align: top;
	float: none;
}

#struct .arendator-item-text {
	color: #fff;
}

.struct-form-bg {
	background: url("../img/structform.png") no-repeat;
	width: 922px;
	height: 163px;
	margin: 60px auto 20px;
}

.struct-form-title {
	font: 24px "proxima_nova_rgbold";
	color: #ffa800;
	padding: 30px 0 20px;
}

.struct-form-text {
	font: 18px "proxima_nova_rgregular";
	color: #fff;
}

.struct-button .button {
    display: block;
    width: 25%;
    margin: 48px auto 0;
    padding-top: 15px;
    height: 48px;
}

/* CONTACTS */

#contacts {
	background: url("../img/contacts.jpg") no-repeat;
	min-height: 581px;
	padding: 50px 0 30px;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#contacts .section-title {
	color: #fff;
}

#contacts .section-title-line {
	background-color: #bd8a42;
}

#map {
	width: 100%;
	height: 326px;
	margin-top: 60px;
}

ymaps.ymaps-2-1-31-copyright, ymaps.ymaps-2-1-31-islets_gotoymaps {
	display: none;
}

.contacts-info {
	width: 440px;
	height: 326px;
	background-color: rgba(189,138,66,.86);
	margin: -326px 0 0 75px;
	padding: 125px 0 0 70px;
	-webkit-transform: skewX(-25deg);
	   -moz-transform: skewX(-25deg);
	    -ms-transform: skewX(-25deg);
	     -o-transform: skewX(-25deg);
	        transform: skewX(-25deg);
}

.contacts-info-address {
	font: 24px "proxima_nova_rgbold";
	color: #fff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
	-webkit-transform: skewX(25deg);
	   -moz-transform: skewX(25deg);
	    -ms-transform: skewX(25deg);
	     -o-transform: skewX(25deg);
	        transform: skewX(25deg);
}

.contacts-info-address-decor {
	color: #502f00;	
}

.contacts-info-phone {
	padding-left: 17px;
	-webkit-transform: skewX(25deg);
	   -moz-transform: skewX(25deg);
	    -ms-transform: skewX(25deg);
	     -o-transform: skewX(25deg);
	        transform: skewX(25deg);	
}

.contacts-info-phone-number {
	font: 700 38px "proxima_nova_rgbold";
	color: #502f00;
	margin-bottom: 5px;
	text-decoration: none;
}

	.contacts-info-phone-number-decor {
		font: 20px "proxima_nova_rgregular";
		position: relative;
		top: -10px;
		color: #fff;
	}

.copyright {
	padding-top: 35px;
	font: 18px "proxima_nova_rgregular";
	color: #fff;
}

.copyright-logo {
	position: relative;
	top: 8px;
}

.copyright-logo a {
	display: inline-block;
	vertical-align: top;
}

.copyright-logo a:before {
	content: "Разработка:";
	font: 18px "proxima_nova_rgregular";
	color: #fff;
	position: relative;
	left: -20px;
}

.copyright-logo a img {
	position: relative;
	top: 15px;
}

