@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700&subset=latin,cyrillic);
@font-face {
    font-family: 'Kazmann Sans';
    src: local('Kazmann Sans'), local('Kazmann-Sans'), url('../fonts/kazmannsans/Kazmannsans.woff2') format('woff2'), url('../fonts/kazmannsans/Kazmannsans.woff') format('woff'), url('../fonts/kazmannsans/Kazmannsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Kundera';
    src: local('Kundera'), url('../fonts/kundera/Kundera.woff2') format('woff2'), url('../fonts/kundera/Kundera.woff') format('woff'), url('../fonts/kundera/Kundera.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Kundera';
    src: local('Kundera Italic'), local('Kundera-Italic'), url('../fonts/kundera/Kunderaitalic.woff2') format('woff2'), url('../fonts/kundera/Kunderaitalic.woff') format('woff'), url('../fonts/kundera/Kunderaitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Kundera';
    src: local('Kundera Bold'), local('Kundera-Bold'), url('../fonts/kundera/Kunderabold.woff2') format('woff2'), url('../fonts/kundera/Kunderabold.woff') format('woff'), url('../fonts/kundera/Kunderabold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
body, html {
	width:100%;
	margin:0px;
	padding:0px;
	background: #fff;
	color: #292929;
	font-size: 15px;
	font-family: 'Roboto';
}
.container {
	max-width: 1920px;
	overflow-x: hidden;
	margin: 0 auto;
}
.wrap {
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear:both;
}
a {
	color: inherit;
}
a img {
	border:none;
}
h1, h2 {
	font-family: 'Kazmann Sans', 'Roboto';
	font-weight: 400;
}
.justify {
	text-align: justify;
	font-size: 0px;
}
.justify * {
	font-size: 15px;
}
.justify:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.button, button, input[type=submit] {
	width: 220px;
	height: 40px;
	background: #6ab250;
	font-size: 17px;
	line-height: 40px;
	font-family: 'Roboto';
	font-weight: 700;
	border: none;
	border-radius: 20px;
	padding: 0 40px;
	position: relative;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	text-decoration: none;
	-webkit-appearance: none;
	outline: none;
}
.button:after, button:after, input[type=submit]:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 18px;
	width: 16px;
	height: 11px;
	background: url(../img/button-next.png) no-repeat center;
	transition: all 0.1s linear;
}
.button:hover, button:hover, input[type=submit]:hover {
	background: #45922a;
}
.button:hover:after, button:hover:after, input[type=submit]:hover:after {
	transform: translate3d(5px,0,0);
}
button.loading:after {
	background: url(../img/preload.png) no-repeat center;
	height: 16px;
	margin-top: -8px;
}
button.loading:hover:after {
	transform: translate3d(0,0,0);
}
form {
	position: relative;
	overflow: hidden;
}
form input {
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 26px;
	color: #292929;
	background: transparent;
	border: none;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 50px;
	width: 100%;
	max-width: 270px;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-appearance: none;
}
form textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	resize: none;
	-webkit-appearance: none;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 26px;
	color: #292929;
	border:none;
	padding: 10px 30px;
	width: 100%;
	height: 130px;
	border-radius: 25px;
	background: rgba(255,255,255,0.7);
	outline: none;
}
form .thank-you {
	position: absolute;
	height: 40px;
	width: 98%;
	background: #6ab250;
	font-size: 17px;
	line-height: 40px;
	font-family: 'Roboto';
	font-weight: 700;
	border: none;
	border-radius: 20px;
	color: #fff;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	top: 4px;
	left: 4px;
	transform: translate3d(102%,0,0);
	text-transform: none;
}
input[type=text]::-webkit-input-placeholder { /* Chrome, Opera и т.д. */
    color: #7c7c7c;
}
input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #7c7c7c;
}
input[type=text]::-moz-placeholder {  /* Firefox 19+ */
    color: #7c7c7c;
}
input[type=text]:-ms-input-placeholder { /* IE 10 */
    color: #7c7c7c;
}
textarea::-webkit-input-placeholder { /* Chrome, Opera и т.д. */
    color: #7c7c7c;
    font-family: 'Roboto';
}
textarea:-moz-placeholder { /* Firefox 18- */
    color: #7c7c7c;
    font-family: 'Roboto';
}
textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #7c7c7c;
    font-family: 'Roboto';
}
textarea:-ms-input-placeholder { /* IE 10 */
    color: #7c7c7c;
    font-family: 'Roboto';
}


header {
	display: block;
	width: 100%;
	background: url(../img/main-bg.jpg) no-repeat center top; 
	position: relative;
	z-index: 1;
}
header:after {
	z-index: 2;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
header .wrap {
	position: relative;
	z-index: 3;
}
.top-info {
	position: absolute;
	width: 100%;
	padding: 25px 40px 0 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.logo {
	display: block;
	width: 196px;
	height: 65px;
	background: url(../img/logo.png) no-repeat center;
	text-decoration: none;
	text-indent: -9999px;
}
.tour-info {
  font-size: 14px;
  color: #737679;
  font-style: italic;
  max-width: 400px;
  margin-left: 10px;
  margin-top: 20px;
}
.contacts {
	font-size: 20px;
	line-height: 26px;
	color: #292929;
	text-align: right;
	font-weight: 700;
	max-width: 185px;
	padding-left: 20px;
}
.contacts a {
	display: inline-block;
	text-decoration: none;
}
.contacts a.phone {
	margin-bottom: 2px;
}
.contacts .skype {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 28px;
	background: url(../img/skype-ico.png) no-repeat left center;
}
.contacts .mailto {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 28px;
	background: url(../img/mail-ico.png) no-repeat left center;
}
.screen1 {
	padding-top: 125px;
	text-align: center;
}
.screen1 .tour-ico {
	font-family: 'Kazmann Sans';
	font-size: 40px;
	padding-top: 80px;
	background: url(../img/tour-ico.png) no-repeat center top;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.screen1 h1 {
	font-size: 90px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 25px 0;
}
.screen1 h1 span {
	position: relative;
}
.screen1 h1 span:before, 
.screen1 h1 span:after {
	width: 50px;
	height: 4px;
	background: #292929;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
} 
.screen1 h1 span:before {
	left: -74px;
}
.screen1 h1 span:after {
	right: -74px;
}
.screen1 h1 i {
	font-style: normal;
	font-size: 35px;
	line-height: 50px;
	display: block;
	letter-spacing: 4px;
}
.screen1 .what-hidden {
	margin-top: 60px;
	font-size: 22px;
	line-height: 26px;
	color: #2a2a2a;
	font-family: 'Kundera';
	font-weight: 700;
	text-transform: uppercase;
}
.screen1 .what-hidden form {
	display: block;
	width: 770px;
	height: 50px;
	border: 1px solid rgba(68,68,68,0.15);
	border-radius: 25px;
	margin: 30px auto 15px;
	font-size: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}
.screen1 .what-hidden form input {
	height: 48px;
	max-width: 240px;
	padding: 0 0 0 0px;
	text-align: center;
	/*text-indent: 50px;*/
	/*border-radius: 25px;*/
}
.screen1 .what-hidden form .line {
	height: 20px;
	width: 1px;
	background: #dadada;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.screen1 .what-hidden form button {
	position: absolute;
	right: 4px;
	top: 4px;
	padding: 0 40px 0 25px;
}
.antispam {
	font-size: 12px;
	line-height: 26px;
	color: #4c4b4b;
	font-family: 'Roboto';
	font-weight: 400;
	text-transform: none;
	opacity: 0.5;
	display: block;
}
.screen2 {
	color: #f7f6f4;
	text-align: center;
	padding-top: 52px;
	padding-bottom: 100px;
}
.screen2 .title {
	font-family: 'Kazmann Sans', 'Roboto';
	font-weight: 400;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 2px;
}
.screen2 .item-wrp {
	width: 970px;
	margin: 55px auto 124px;
}
.screen2 .item-wrp .item {
	width: 270px;
	display: inline-block;
	text-align: center;
	padding-top: 90px;
}
.screen2 .i1 {
	background: url(../img/trigger1.png) no-repeat center top;
}
.screen2 .i2 {
	background: url(../img/trigger2.png) no-repeat center top;
}
.screen2 .i3 {
	background: url(../img/trigger3.png) no-repeat center top;
}
.screen2 p {
	font-size: 17px;
	line-height: 27px;
}
.screen2 .and-now {
	font-size: 17px;
	line-height: 27px;
	padding-top: 100px;
	background: url(../img/and-now-ico.png) no-repeat center top;
	margin-top: 50px;
}
.screen2 h2 {
	margin: 0;
	font-size: 90px;
	letter-spacing: 3px;
	padding-bottom: 60px;
}
.about {
	padding: 80px 0 40px;
}
.about .row {
	position: relative;
}
.about .row:after {
	display: block;
	clear: both;
	content: '';
}
.about .row:nth-child(odd) .text {
	padding-left: 40px;
	left: 50%;
}
.about .row:nth-child(even) .text {
	padding-right: 85px;
	left: 0;
}
.about .row:nth-child(odd) .img {
	float: left;
}
.about .row:nth-child(even) .img {
	float: right;
}
.about .row .text {
	position: absolute;
	width: 50%;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.about .row .img {
	width: 50%;
	height: 360px;
}
.about .row .img img {
	display: block;
	height: 100%;
	margin: auto;
}
.about .text h3 {
	font-weight: 400;
	font-size: 20px;
}
.about .text p {
	font-size: 16px;
	line-height: 24px;
	white-space: pre-line;
}
.about h2 {
	font-size: 60px;
	text-align: center;
	letter-spacing: 3px;
	margin: 65px 0 30px;
}
.about h2 + p {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
.day {
	display: block;
	width: 100%;
	height: 100vh;
	min-height: 620px;
	background-color: #292929;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #f7f6f4;
	position: relative;
	display: table;
}
.day .wrap {
	vertical-align: middle;
	display: table-cell;
}
.day .wrap .contentalign {
	position: relative;
	left: 50%;
	margin-left: -600px;
	width: 700px;
	line-height: 27px;
	font-size: 17px;
}
.day .day-number {
	font-family: 'Kazmann Sans';
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.day h2 {
	font-size: 70px;
	line-height: 70px;
	margin: 0;
	letter-spacing: 1.5px;
	position: relative;
	padding: 0 0 20px 0;
	margin-bottom: 40px;
}
.day h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	background: #f7f6f4;
	left: 0;
	bottom: 0;
	position: absolute;
}
.day .actions {
	margin-top: 55px;
}
.day .look-photo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: 300px;
	height: 100px;
	overflow: hidden;
}
.day .look-photo * {
	font-size: 15px;
}
.day .look-photo:after {
	display: block;
	clear: both;
	content: ''
}
.day .look-photo .item {
	float: left;
}
.day .look-photo .item img {
	display: block;
	height: 100px;
}
.day .look-photo .hide {
	display: none !important;
}
.day .look-photo a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100px;
	font-weight: 700;
	background: rgba(33,33,33,0.4);
	text-align: center;
	text-decoration: none;
}
.day .look-photo a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 18px;
	width: 16px;
	height: 11px;
	background: url(../img/button-next.png) no-repeat center;
	transition: all 0.1s linear;
}
.day .look-photo a:hover:after {
	transform: translate3d(5px,0,0);
}
.day .form-wrp {
	width: 280px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 3px 0px 0px rgba(31, 31, 31, 0.45);
	border-radius: 20px;
}
.day .form-wrp .button {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.day form {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	z-index: 1;
	position: relative;
	height: 40px;
	display: none;
}
.day form input {
	width: 280px;
	max-width: 280px;
	background: rgba(255,255,255,0.7);
	border-radius: 20px;
	height: 40px;
	display: block;
	float: left;
	padding-right: 58px;
	text-align: left;
	padding-left: 25px;
}
.day form button {
	width: 56px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 36px;
	margin: 2px 0 2px -58px;
}
.day form .thank-you {
	width: 276px;
	height: 36px;
	font-size: 12px;
	top: 2px;
	left: 2px;
	line-height: 36px;
}
.day.d1 {background-image: url(../img/d1.jpg);}
.day.d2 {background-image: url(../img/d2.jpg);}
.day.d3 {background-image: url(../img/d3.jpg);}
.day.d4 {background-image: url(../img/d4.jpg);}
.day.d5 {background-image: url(../img/d5.jpg);}
.day.d6 {background-image: url(../img/d6.jpg);}

.price-wrp {
	text-align: center;
	color: #f7f6f4;
	background: #4f4f4f url(../img/price-bg.jpg) no-repeat center top;
	padding: 92px 0 50px;
}
.price-wrp h2 {
	font-size: 80px;
	line-height: 116px;
	max-width: 370px;
	border-top: 3px solid #f7f6f4;
	border-bottom: 3px solid #f7f6f4;
	font-family: 'Kazmann Sans';
	text-transform: uppercase;
	margin: 0px auto 120px;
	letter-spacing: 3px;
}
.price-wrp .item-wrp .item {
	display: inline-block;
	vertical-align: top;
	padding-top: 85px;
	margin-bottom: 75px;
	text-align: center;
	font-size: 16px;
	width: 370px;
	white-space: pre-line;
}

.price-wrp .i1 {background: url(../img/incl1.png) no-repeat center top;}
.price-wrp .i2 {background: url(../img/incl2.png) no-repeat center top;}
.price-wrp .i3 {background: url(../img/incl3.png) no-repeat center top;}
.price-wrp .i4 {background: url(../img/incl4.png) no-repeat center top;}
.price-wrp .i5 {background: url(../img/incl5.png) no-repeat center top;}
.price-wrp .i6 {background: url(../img/incl6.png) no-repeat center top;}

.info {
	background: #6ab250;
	color: #f7f6f4;
	text-align: center;
	padding: 58px 0 15px;
}
.info .form-box {
	width: 770px;
	margin: 30px auto 0;
}
.info .form-box input {
	margin-bottom: 30px;
	text-align: center;
	text-indent: 0px;
}
.info .form-box textarea {
	height: 130px;
	margin-bottom: 30px;
}
.info .form-box button {
	max-width: 390px;
	height: 50px;
	border-radius: 25px;
	margin: 10px auto;
}
.info .left {
	width: 270px;
}
.info .right {
	width: 470px;
}
.info h2 {
	font-size: 35px;
	line-height: 43px;
	margin: 0;
	font-family: 'Kundera';
	font-weight: 700;
}
.info p {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}
.info .antispam {
	color: #fff;
}
.cheaper {
	padding: 58px 0;
}
.cheaper h2 {
	font-size: 60px;
	text-align: center;
	margin: 0;
	letter-spacing: 2px;
}
.cheaper h2 + p {
	font-size: 18px;
	color: #626262;
	font-weight: 700;
	text-align: center;
	margin-bottom: 96px;
}
.cheaper .item {
	padding: 12px 100px 0;
	font-size: 16px;
	line-height: 24px;
	background: url(../img/cheaper-ico.png) no-repeat left 9px top;
	margin: 60px 0 85px;
}
.cheaper .item h3 {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
}
.cheaper .item p {
	margin: 20px 0;
}
.cheaper a {
	color: #6ab250;
}
.cheaper p strong {
	font-size: 18px;
}
.cheaper hr {
	display: block;
	border: none;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	margin: 0 -500px 0 -500px;
	padding: 0 500px;
}
.konstantin {
	background: url(../img/konstantin-bg.jpg) no-repeat center top;
	padding: 55px 0 60px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 4;
}
.konstantin span {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
}
.konstantin h2 {
	font-size: 60px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}
.konstantin h2 + p {
	font-size: 18px;
}
.konstantin .video {
	margin: 75px auto 0;
	width: 770px;
}
footer {
	/* временные стили пока не отзывов и клиентов: */
	padding-top: 160px;
	margin-top: -160px;
	z-index: 1;
	/* конец временных стилей */
	display: block;
	width: 100%;
	background: #fff url(../img/footer-bg.jpg) no-repeat center bottom -108px; 
	position: relative;
	padding-bottom: 120px;
}
footer:after {
	z-index: 2;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
footer .wrap {
	position: relative;
	z-index: 3;
}
.reviews h2 {
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
}
.reviews h2 + p {
	font-size: 16px;
	color: #636363;
	text-align: center;
	margin-bottom: 80px;
}
.reviews .item {
	font-size: 16px;
	line-height: 24px;
	color: #343434;
	text-align: center;
}
.reviews .item img {
	display: block;
	margin: 0 auto;
}
.reviews .item .name {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #343434;
	display: block;
	margin: 25px 0 4px;
}
.reviews .item .company {
	font-size: 13px;
	line-height: 24px;
	color: #b0b0b0;
	display: block;
	margin: 0 0 25px;
}
.bx-wrapper {
	margin: 0 auto;
	position: relative;
}
.bx-prev {
	width: 44px;
	height: 44px;
	background: url(../img/slider-arrow.png) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute;
	left: -100px;
	top: 58px;
}
.bx-next {
	width: 44px;
	height: 44px;
	background: url(../img/slider-arrow.png) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute;
	right: -100px;
	top: 58px;
}
.bx-prev:hover, .bx-next:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.bx-pager {
	text-align: center;
	margin-top: 55px;
}
.bx-pager .bx-pager-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.bx-pager .bx-pager-item a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	background: #c4c4c4;
	border-radius: 100%;
}
.bx-pager .bx-pager-item a.active {
	background: #6ab250;
}
.clients {
	padding: 100px 0 70px;
}
.clients h2 {
	font-size: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}
.clients .client-wrp:after {
	display: block;
	clear: both;
	content: '';
}
.clients .client-wrp .item {
	float: left;
	width: 210px;
	height: 100px;
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	position: relative;
}
.clients .client-wrp .item:nth-child(5n) {
	margin-right: 0;
}
.clients .client-wrp .item:nth-child(5n+1) {
	clear: both;
}
.clients .client-wrp .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	max-width: 90%;
} 
footer .final-form {
	color: #f7f6f4;
	text-align: center;
	background: url(../img/welcome-ico.png) no-repeat center top;
	padding-top: 200px;
}
footer .final-form .title {
	font-family: 'Kundera';
	font-weight: 700;
	font-size: 35px;
	line-height: 43px;
}
footer .final-form .title + span {
	font-size: 16px;
	line-height: 24px;
}
footer form {
	width: 770px;
	margin: 0 auto;
	padding: 52px 0;
}
footer form .left {
	width: 270px;
}
footer form .right {
	width: 470px;
}
footer form input {
	width: 100%;
	background: rgba(255,255,255,0.7);
	border-radius: 25px;
	margin-bottom: 30px;
}
footer form button {
	margin: 10px auto;
	width: 100%;
	max-width: 390px;
	height: 50px;
	border-radius: 25px;
}
footer .antispam {
	color: #ffffff;
	opacity: 0.65;
}
.bottom-line {
	background: #212121;
	padding: 25px 50px;
}
.bottom-line .tour-info {
	color: #f7f6f4;
	margin: 10px 0 0 0;
	font-style: normal;
}
.bottom-line .contacts a {
	color: #f7f6f4;
}
.bottom-line .politics {
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	opacity: 0.2;
	text-decoration: none;
	margin-top: 5px;
}
.bottom-line .politics:hover {
	text-decoration: underline;
}
.bottom-line .company {
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 28px;
}
.bottom-line .company:hover {
	text-decoration: underline;
}
.top-info .company {
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 28px;
}
.top-info .company:hover {
	text-decoration: underline;
}
.watermark {
	width: 100%;
	height: 100%;
	background: url(../img/logo.png) no-repeat right 10% bottom 10%;
	position: absolute;
	background-size: 100px;
}

.opacity {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(25,25,25,0.85);
	opacity:0;
	z-index: 100;
	display:none;
}
.bron-form, .order-form {
	width:320px;
	position:fixed;
	top:50%;
	margin-top:-245px;
	left:50%;
	margin-left:-160px;
	z-index:101;
	background:#6ab250;
	color: #fff;
	text-align:center;
	display:none;
	opacity:0;
}
.bron-form textarea {
	height: 130px;
}
.form-box {
	width: 90%;
	margin: 0 auto;
	padding: 25px 0;
}
.form-box input, .form-box textarea {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 25px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
	text-align: left;
}
.form-box input {
	text-indent: 30px;
}
.form-box button {
	background: transparent;
	border: 1px solid #fff;
	width: 100%;
}
#parent_popup {
  background: rgba(25,25,25,0.85);
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#parent_popup #popup {
	margin-left:-225px;
	width:450px;
	height:200px;
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-100px;
	background:#fff;
	text-align:center;
	color:#3a393f;
}
#parent_popup #popup .h {
	font-size:1.88rem;
	font-weight:700;
	text-transform:uppercase;
	padding-top:50px;
	margin-bottom:20px;
}
#parent_popup #popup .text {
	font-size:14px;
	line-height: 20px;
}
.selectbox {
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 15px;
}
.select {
	width:100%;
	height:50px;
	cursor:pointer;
	overflow:hidden;
}
.select .text {
	text-align:left;
	padding-left: 30px;
	color: #292929;
}
.select .arrow {
	position:absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #292929;
	top:50%;
	margin-top:-3px;
	right:25px;
}
.dropdown {
	left:0px;
	right:0px;
	background:#fff;
	color: #292929;
	text-align:center;
	border-radius: 25px;
	top: 0 !important;
}
.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown li {
	font-size:15px;
	line-height:37px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	cursor:pointer;
}
.dropdown li.disabled {
	display: none;
}
.dropdown li:hover, .dropdown li.selected {
	background:#e4e4e4;
}
.dialogs .hide {
	display: none;
}
button.loading:after {
	animation: 2s rotate infinite ease-in-out;
	-webkit-animation: 2s rotate infinite ease-in-out;
	-moz-animation: 2s rotate infinite ease-in-out;
	-o-animation: 2s rotate infinite ease-in-out;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ind-menu {
	position: fixed;
	z-index: 9;
	right: -47%;
	width: 100%;
	text-align: center;
	top: 50%;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 700;
	-webkit-transform: translate(50px,0) rotate(90deg);
	-moz-transform: translate(50px,0) rotate(90deg);
	transform: translate(50px,0) rotate(90deg);
	-webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
	transition: all 0.3s ease-in-out;
}
.ind-menu.active {
	-webkit-transform: translate(0px,0) rotate(90deg);
	-moz-transform: translate(0px,0) rotate(90deg);
	transform: translate(0px,0) rotate(90deg);
}
.ind-menu li {
	display: inline-block;
	margin: 0 6px;
}
.ind-menu a {
	color: inherit;
	text-decoration: none;
}
.ind-menu .active {
	color: #6ab250;
}