@font-face {
    font-family: 'TypeTypeTTLakesCompressedBlack';
    src: url('css/fonts/TypeTypeTTLakesCompressedBlack.eot');
    src: url('css/fonts/TypeTypeTTLakesCompressedBlack.eot') format('embedded-opentype'),
         url('css/fonts/TypeTypeTTLakesCompressedBlack.woff2') format('woff2'),
         url('css/fonts/TypeTypeTTLakesCompressedBlack.woff') format('woff'),
         url('css/fonts/TypeTypeTTLakesCompressedBlack.ttf') format('truetype'),
         url('css/fonts/TypeTypeTTLakesCompressedBlack.svg#TypeTypeTTLakesCompressedBlack') format('svg');
}
@font-face {
    font-family: 'TypeTypeTTLakesCondensedBold';
    src: url('css/fonts/TypeTypeTTLakesCondensedBold.eot');
    src: url('css/fonts/TypeTypeTTLakesCondensedBold.eot') format('embedded-opentype'),
         url('css/fonts/TypeTypeTTLakesCondensedBold.woff2') format('woff2'),
         url('css/fonts/TypeTypeTTLakesCondensedBold.woff') format('woff'),
         url('css/fonts/TypeTypeTTLakesCondensedBold.ttf') format('truetype'),
         url('css/fonts/TypeTypeTTLakesCondensedBold.svg#TypeTypeTTLakesCondensedBold') format('svg');
}
@font-face {
    font-family: 'TypeTypeTTLakesMedium';
    src: url('css/fonts/TypeTypeTTLakesMedium.eot');
    src: url('css/fonts/TypeTypeTTLakesMedium.eot') format('embedded-opentype'),
         url('css/fonts/TypeTypeTTLakesMedium.woff2') format('woff2'),
         url('css/fonts/TypeTypeTTLakesMedium.woff') format('woff'),
         url('css/fonts/TypeTypeTTLakesMedium.ttf') format('truetype'),
         url('css/fonts/TypeTypeTTLakesMedium.svg#TypeTypeTTLakesMedium') format('svg');
}
img,legend{border:0}legend,td,th{padding:0}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,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.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:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{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]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

#maket{
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-960px;
	z-index:9999;
	opacity:0.5;
	max-width:none;
}
#maket-button{
	position:absolute;
	right:30px;
	top:40px;
	z-index:9999;
	cursor:pointer;
	text-shadow:0 0 3px #fff;
}

.loaderArea {
  background: linear-gradient(90deg, #FF4E50 10%, #F9D423 90%);
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
  z-index: 100000;
}
.loaderArea img{
	position:relative;
	animation: pulse 2s infinite ease-in-out;
}

/* styles
==================================================*/
*{
	box-sizing:border-box;
}
body{
	font-family: 'OpenSansSemibold';
	font-size:18px;
}

.wrapper{
	float:left;
	width:100%;
	min-width:320px;
	overflow:hidden;
}
:after, :before{
	content:"";
}
.container{
	max-width:1400px;
	position:relative;
	margin:0 auto;
	padding:0 15px;
}
.container-full{
	max-width:100%;
	padding:0 15px;
	float:left;
	width:100%;
	position:relative;
}
.container:after,.row-line:after{
	display:block;
	clear:both;
}
.clearfix:after,
.clearfix:before{
	display:table;
}
.clear{
	clear:both;
}
.hidden{
	display:none;
}
.left{float:left;}
.right{float:right;}

.head-1,.head-2,.head-3,.head-4,.head-5,.head-6{
	font-family: 'opensansbold';
	padding:5px 0;
	margin-bottom:25px;
	display:block;
}
.head-1{
	font-size:36px;
}
.head-2{
	font-size:32px;
}
.head-3{
	font-size:28px;
}
.head-4{
	font-size:24px;
}
.head-5{
	font-size:18px;
}
.head-6{
	font-size:16px;
}
img{max-width:100%; position:relative; height:auto;}

.name-block, .title, .sub-text, .small-text,
.site-phone, .site-email, .site-addr, .site-link, .image{
	display:block;
	position:relative;
}
.name-block > *,
[class*="head-"] > *{
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	margin:0;
	font-family:inherit;
}
.image img{
	display:block;
	margin:0 auto;
}
.ico{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin:0 5px 0 0;
}

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


.row-line{
	margin:0 -15px;
	position:relative;
}
div[class*="col-"]{
	float:left;
	padding:0 15px;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}

.color-red{
	color:#e10543;
}

b{
	font-family: 'TypeTypeTTLakesCondensedBold';
}

#toTop{
	position:fixed;
	z-index:9999;
	cursor:pointer;
	right:10px;
	bottom:20px;
	font-size:50px;
	display:none;
}




/* style section
==================================================*/
section, .section{
	position:relative;
	width:100%;
	min-height:600px;
	padding:20px 0;
	float:left;
}
section .name-block{
	text-align:center;
	margin:0 0 30px;
	font-size:40px;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	color:#fff;
}
section .name-block span{
	display:block;
}



.site-content{
}

.site-header{
	background:#fff url(images/header.jpg) no-repeat center 0 / 100% 100%;
	min-height:100vh;
	color:#fff;
	text-align:center;
}
.site-header .s-logo{
	display:block;
	width:298px;
	margin:65px auto 0;
	text-align:center;
}
.site-header .contact{
	margin:-153px 14.5% 130px 0;
}
.site-header .site-phone{
	font-size:34px;
	line-height:36px;
	text-decoration:none;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	color:#fff;
	font-style:italic;
	margin-bottom:-2px;
}
.site-header .button{
	border:0;
	background:none;
	height:audio;
	padding:0;
	font-size:20px;
	text-decoration:underline;
	font-family: 'TypeTypeTTLakesMedium';
	text-transform:lowercase;
	letter-spacing:0px;
	box-shadow:none;
}
.site-header .button:hover{
	text-decoration:none;
	background:none;
	box-shadow:none;
}
.site-header .name-block{
	text-transform:uppercase;
	font-size:60px;
	line-height:67px;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	font-style: italic;
}
.site-header .name-block span{
	display:block;
}
.site-header .sub-text{
	font-size:30px;
	text-transform:uppercase;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	font-style: italic;
	word-spacing:11px;
}
.site-header .gallery{
	counter-reset: section;
	margin:0 -42px;
}
.site-header .gallery-item{
	position:relative;
	float: left;
	margin:0 -3px;
	width:12.8%;
	overflow:hidden;
}
.site-header .gallery-item:before{
	counter-increment: section;                 /* Инкрементирует счетчик*/
	content: counter(section);
	display:block;
	position:absolute;
	left:14%;
	top:0;
	background:#e10543;
	color:#fff;
	font-size:18px;
	line-height:22px;
	font-family: 'TypeTypeTTLakesCondensedBold';
	width:30px;
	height:24px;
	transform:skew(-11deg, 0);
	z-index:10;
}
.site-header .gallery-item a{
	display:block;
	position:relative;
}
.site-header .gallery-item img{
	display:block;
	margin:0 auto;
	transition:all 0.25s linear;
}
.site-header .gallery-item:hover .static{
}
.site-header .gallery-item .absolute{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.site-header .gallery-item:hover .absolute{
	opacity:1;
}
.site-header .gallery-item span{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	/* background:rgba(225,5,67,0.4);  */
	text-align:center;
	opacity:0;
	transition:all 0.24s linear;
	font-family: 'TypeTypeTTLakesCompressedBlack';
}
.site-header .gallery-item:hover span{
	opacity:1;
}
.site-header h3{
	font-size:30px;
	line-height:36px;
	font-style:italic;
	font-family: 'TypeTypeTTLakesCondensedBold';
	margin-bottom:35px;
}
.site-header .gallery-item span:after,
.site-header .gallery-item span:before,
.site-header .gallery-item span span{
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
.site-header .gallery-item span:after,
.site-header .gallery-item span:before{
	width:1px;
	height:100%;
}
.site-header .gallery-item span span{
	width:98%;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	font-size:24px;
	height:auto;
	padding:0 10px;
}
.site-slogan{
	margin:53px 0 70px;
}
.site-slogan .item-slogan{
	display:inline-block;
	vertical-align:middle;
	background:#e10543;
	line-height:37px;
	height:37px;
	padding-bottom:0px;
	transform:skew(-11deg);
	font-size:24px;
	text-transform:uppercase;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	margin:0 5px 5px;
}
.site-slogan .item-slogan span{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px 2px;
}
.site-slogan .small-text{
	margin:0;
	font-size:24px;
	line-height:24px;
	font-family: 'TypeTypeTTLakesMedium';
}
.site-slogan .small-text b{
	font-family: 'TypeTypeTTLakesCompressedBlack';
}

.promo-1{
	background:#fff url(images/promo-1.jpg) no-repeat center 0;
	color:#fff;
	font-size:22px;
	line-height:30px;
	min-height:600px;
	font-family: 'TypeTypeTTLakesCondensedBold';
}
.promo-1 .name-block{
	margin:60px 0 90px;
	line-height:45px;
	font-style:italic;
}
.promo-1 .site-content{
	max-width:1000px;
	margin:0 auto;
}
.promo-1 .promo-video{
	position:absolute;
	right:19.4%;
	margin-top:-2.3%;
}
.promo-1 .promo-video .image{
	position:relative;
}
.promo-1 .promo-video iframe{
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:0;
}
.video-title{
	font-size:18px;
	line-height:30px;
	color:#a25252;
	font-style:italic;
	margin-bottom:13px;
}
.promo-1 .promo-items{
}
.promo-1 .promo-item{
	float:left;
	width:50%;
	text-align:left;
	margin-bottom:63px;
}
.promo-1 .promo-item:nth-child(1),
.promo-1 .promo-item:nth-child(2),
.promo-1 .promo-item:nth-child(3){
	padding-left:70px;
}
.promo-1 .promo-item:nth-child(3),
.promo-1 .promo-item:nth-child(4){
	margin-bottom:50px;
}
.promo-1 .promo-item p{
	padding:0 0 0 100px;
	margin:0;
	font-style:italic;
}
.promo-1 .promo-item .image{
	margin:9px 0 20px 0;
}

.promo-2{
	background:#fff url(images/promo-2.jpg) no-repeat center 0;
	color:#fff;
	font-size:18px;
	line-height:30px;
	min-height:900px;
	font-family: 'TypeTypeTTLakesMedium';
}
.promo-2 .site-content{
	max-width:1000px;
	margin:0 auto;
}
.promo-2 .name-block{
	text-align:left;
	position:relative;
	padding:0 0 0 40px;
	margin:88px 0 67px;
	line-height:48px;
	font-style:italic;
}
.promo-2 .name-block:before{
	position:absolute;
	left:-47px;
	top:8px;
	width:60px;
	height:76px;
	background:#e10543;
	transform:skew(-11deg);
}
.promo-2 .promo-item{
    position: relative;
    z-index: 20;
		margin-right:-10px;
		margin-bottom:130px;
}
.promo-2 .promo-item:after{
	position:absolute;
	right:-10px;
	top:37%;
	content:"+";
	font-size:113px;
	color:#e10543;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	font-style:italic;
	z-index:10;
}
.promo-2 .row-line{
	margin:0 10px;
}
.promo-2 .col-4{
	margin-right:-25px;
}
.promo-2 .col-4:nth-child(1) .promo-item{
	z-index:30;
}
.promo-2 .col-4:nth-child(2) .promo-item{
	z-index:25;
}
.promo-2 .col-4:last-child .promo-item:after{
	display:none;
}
.promo-2 .title{
	font-size:30px;
	line-height:36px;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	text-transform:uppercase;
	color:#e10543;
	padding:0 0 0 30px;
	margin:0 0 15px;
	font-style:italic;
}
.promo-2 .promo-item .image{
}
.promo-2 .promo-item .image img{
	margin:0;
}
.promo-2 .promo-item p{
	padding:0 35px 0 10px;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}
.promo-2 .bottom-line{
	font-family: 'TypeTypeTTLakesCompressedBlack';
	font-size:24px;
	text-transform:uppercase;
	position:relative;
	padding-left:40px;
}
.promo-2 .bottom-line .book{
	position:absolute;
	right:19%;
	bottom:-140px;
	z-index:10;
}
.promo-2 .bottom-line h3{
	font-style:italic;
	font-size:40px;
	line-height:48px;
	text-transform:uppercase;
	color:#e10543;
	margin-bottom:6px;
}
.promo-2 .bottom-line h3 span{
	display:block;
}
.promo-2 .bottom-line p{
	font-style:italic;
	margin:0 0 63px;
}
.promo-2 .button{
	height:46px;
	line-height:46px;
	padding:0 20px;
	border-radius:1px;
	transform:skew(-11deg,0);
	margin-bottom:45px;
}
.promo-2 .button:before{
	position:absolute;
	display:block;
	width:331px;
	height:59px;
	background:url(images/btn-border-2.png) no-repeat;
	left:-13px;
	top:-6px;
	transform:skew(11deg,0);
}

.big-slogan{
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	background:#e10543;
	min-height:100px;
	color:#fff;
	font-family: 'TypeTypeTTLakesMedium';
	position:relative;
}
.big-slogan .name-block{
	font-style:italic;
	font-size:44px;
	line-height:44px;
	margin:60px 0 10px;
	z-index:10;
}
.big-slogan .sub-text{
	font-family: 'TypeTypeTTLakesMedium';
	font-size:24px;
	text-transform: lowercase;
	margin:10px 0 25px;
}
.big-slogan .book{
	position:absolute;
	top:-555px;
	right:22%;
}

.steps{
	color:#fff;
}
.steps .site-content{
	max-width:1400px;
	margin:0 auto;
}
.steps .step-img{
	margin:0;
	width:100%;
}
.steps .name-block{
	font-size:50px;
	line-height:50px;
	text-align:left;
	position:relative;
	margin:70px 0 35px -20px;
	font-style:italic;
}
.steps .name-block:before{
	display:block;
	position:absolute;
	width:64px;
	height:42px;
	background:url(images/ico-5.png) no-repeat center 0;
	left:70px;
	top:-45px;
}
.steps .name-block i{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:35px;
	height:35px;
	text-indent:11px;
	line-height:35px;
	background:url(images/st-1.png) no-repeat center 0;
	font-size:24px;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	color:#fff;
	text-align:left;
	font-style:normal;
	top:-6px;
}
.steps .sub-text{
	font-size:20px;
	line-height:35px;
	margin-bottom:30px;
	padding-left:45px;
	margin-right:-40px;
	margin-bottom:46px;
}

.steps .title{
	display:block;
	height:37px;
	line-height:37px;
	padding:0 10px;
	transform:skew(-11deg);
	font-size:20px;
	text-transform:uppercase;
	font-family: 'opensansbold';
	background:#e10543;
	width:175px;
	margin-left:30px;
}
.steps .title span{
	display:block;
	transform:skew(11deg);
}

.steps .btn-line{
	padding:8px 12px;
	width:470px;
	height:84px;
	background:url(images/btn-border.png) no-repeat;
	position:relative;
	margin:0 0 20px 20px;
}
.steps .btn-line:before{
	background:url(images/before-btn.png) no-repeat 0 center;
	width:300px;
	height:100%;
	display:block;
	position:absolute;
	left:-200px;
	top:0;
}
.steps .button{
	width:447px;
	height:67px;
	background:url(images/button-1.png) no-repeat;
	border-radius:0;
	display:block;
	font-size:26px;
	line-height:67px;
	padding:0 25px;
	text-align:left;
	transform: none;
	font-style:italic;
	z-index:5;
	position:relative;
	box-shadow:none;
	text-indent:25px;
}
.steps .button:hover{
	background:url(images/button-2.png) no-repeat;
}
.steps .abs-text{
	position:absolute;
	font-size:20px;
	color::#fff;
	font-family: 'TypeTypeTTLakesCondensedBold';
	text-transform:uppercase;
	letter-spacing:9px;
	text-align:center;
}

.steps .name-block small{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	font-size:20px;
	line-height:20px;
	top:-5px;
}
.steps .small-text{
	font-size:20px;
	line-height:30px;
	font-family: 'opensansbold';
	padding-left:50px;
}
.steps .small-text b{
	text-decoration:underline;
}
.steps .title{
	margin-bottom:-20px;
}

body .owl-carousel .owl-controls .owl-nav .owl-next{
  -moz-animation: m-bounce 2s infinite;
  -webkit-animation: m-bounce 2s infinite;
  animation: m-bounce 2s infinite;
	top:44%;
}
.bounce {
}

@keyframes m-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}

.step-1{
	background:#000 url(images/step-1.png) no-repeat center 0;
	padding:0;
}
.step-1 .b-left{
	float: left;
	width:50%;
	padding:20px;
}
.step-1 .b-left .w-content{
	float: right;
	width:80%;
}
.step-1 .title{
}

.step-1 .b-right{
	float: right;
	min-height:700px;
	width:47.8%;
	position:relative;
	z-index:10;
	/*background: url(images/right-1.png) no-repeat 0 0;*/
}
.step-1 .abs-text{
	left:8.3%;
	top:40%;
	transform:rotate(-90deg);
}
.step-3 .abs-text{
	left:10.3%;
	top:40%;
	transform:rotate(-90deg);
}
.step-5 .abs-text{
	left:8.3%;
	top:40%;
	transform:rotate(-90deg);
}
.step-7 .abs-text{
	left: 12.3%;
  top: 40%;
	transform:rotate(-90deg);
}

.slider-text{
	color:#fff;
	float:left;
	width:100%;
	position:relative;
	font-size::18px;
	line-height:26px;
	font-family: 'opensansbold';
	margin:0 0 8px 7px;
}
.slider-text .owl-carousel .owl-stage-outer{
	padding:20px 0 20px 70px;
	margin-left:-70px;
}
.slider-text .item{
	position:relative;
}
.slider-text .item p:before{
	position:absolute;
	display:block;
	width:87px;
	height:88px;
	left:-70px;
	opacity:0;
	top:0px;
	background:url(images/ico-6.png);
}
.slider-text .active .item p:before{
	opacity:1;
}
 
.slider-text p{
	color:#fff;
	background:url(images/line-1.png) no-repeat;
	padding:17px 30px 17px 30px;
	position:relative;
	margin:0 0 20px 0px;
	min-height:98px;
}



.step-2{
	background:#000 url(images/step-2.png) no-repeat center 0;
	padding:0;
}
.step-2 .b-left{
	float: right;
	width:50%;
	padding:20px;
}
.step-2 .b-left .w-content{
	float: left;
	width:80%;
}

.step-2 .b-right{
	float: left;
	min-height:700px;
	width:47.8%;
	position:relative;
	z-index:10;
}
.step-2 .sub-text{
	margin-bottom:11px;
}
.step-2 .abs-text{
	right:8.3%;
	top:40%;
	transform:rotate(90deg);
}
.step-2 .btn-line::before{
	background: url(images/before-btn-2.png) no-repeat right center;
	display: block;
	height: 100%;
	right: -200px;
	left:auto;
}
.step-2 .btn-line{
	margin-bottom:23px;
}

.step-3{
	background:#000 url(images/step-3.png) no-repeat center 0;
	padding:0;
}
.step-3 .sub-text{
	margin-bottom:12px;
}
.step-3 .b-left,.step-5 .b-left,.step-7 .b-left{
	float: left;
	width:50%;
	padding:20px;
}
.step-3 .b-left .w-content,.step-5 .b-left .w-content,
.step-7 .b-left .w-content{
	float: right;
	width:80%;
}


.step-3 .b-right,.step-5 .b-right,
.step-7 .b-right{
	float: right;
	min-height:700px;
	width:47.8%;
	position:relative;
	z-index:10;
}


.step-4{
	background:#000 url(images/step-4.png) no-repeat center 0;
	padding:0;
}
.step-4 .b-left,
.step-6 .b-left,
.step-8 .b-left{
	float: right;
	width:50%;
	padding:20px;
}
.step-4 .b-left .w-content,.step-6 .b-left .w-content,
.step-8 .b-left .w-content{
	float: left;
	width:80%;
}
.step-4 .name-block{
	margin-right:-50px;
}
.step-4 .b-right,.step-6 .b-right,
.step-8 .b-right{
	float: left;
	min-height:700px;
	width:47.8%;
	position:relative;
	z-index:10;
}
.step-4 .abs-text{
	right:10.3%;
	top:40%;
	transform:rotate(-90deg);
}
.step-6 .abs-text{
	right:6.3%;
	top:40%;
	transform:rotate(-90deg);
}
.step-8 .abs-text{
	right:6.3%;
	top:40%;
	transform:rotate(-90deg);
}
.step-4 .btn-line::before,.step-6 .btn-line::before,
.step-8 .btn-line::before{
	background: url(images/before-btn-2.png) no-repeat right center;
	display: block;
	height: 100%;
	right: -200px;
	left:auto;
}

.step-5{
	background:#000 url(images/step-5.png) no-repeat center 0;
	padding:0;
}
.step-6{
	background:#000 url(images/step-6.png) no-repeat center 0;
	padding:0;
}
.step-6 .sub-text{
	margin-bottom:16px;
}
.step-7{
	background:#000 url(images/step-7.png) no-repeat center 0;
	padding:0;
}
.step-7 .sub-text{
	margin-bottom:12px;
}
.step-8{
	background:#000 url(images/step-8.png) no-repeat center 0;
	padding:0;
}
.step-8 .sub-text{
	margin-bottom:12px;
}


.site-footer{
	min-height:50px;
	background:#251016 url(images/foter.png) no-repeat 0 center;
	color:#fff;
	font-size:20px;
	overflow:hidden;
}
.site-footer .container{
	max-width:1000px;
}
.site-footer .site-phone{
	text-decoration:none;
	color:#fff;
	display:block;
	font-size:45px;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	line-height:45px;
	font-style:italic;
	margin:53px 0 4px;
}
.site-footer .site-addr{
	color:#e10543;
	font-style:italic;
	font-family: 'TypeTypeTTLakesMedium';
}
.site-footer .logo{
	margin:37px 0 30px;
	display:block;
}
.site-footer .developer{
	margin:70px 0 0 0;
}

/* animate
================================================*/
@keyframes a-visible{
	0%{
		opacity:0;
		transform:translateX(-100%);
	}
	50%{
		opacity:0.3;
		transform:translateX(15%);
	}	
	100%{
		opacity:1;
		transform:translateX(0);
	}
}
.a-visible{
	animation:a-visible 1s linear;
	-webkit-animation:a-visible 1s linear;
}

/* forms style
================================================*/
.hideForm{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	display:none;
}
.form-open-block{
	vertical-align:middle;
	text-align:center;
	width:100%;
}
.form-open-block form{
	display:inline-block;
	vertical-align:middle;
	padding:0px;
	background:#fff url(images/form-1.png) no-repeat;
	position:relative;
	z-index:1000;
	width:1040px;
	min-height:540px;
}
.form-open-block form#form3{
	background:#fff url(images/form-2.png) no-repeat;
}
.form-open-block form#form4{
	background:#fff url(images/form-3.png) no-repeat;
}
.form-open-block form#form5{
	background:#fff url(images/form-4.png) no-repeat;
}
.form-open-block form#form6{
	background:#fff url(images/form-5.png) no-repeat;
}
.form-open-block form#form7{
	background:#fff url(images/form-6.png) no-repeat;
}
.form-open-block form#form8{
	background:#fff url(images/form-7.png) no-repeat;
}
.form-open-block form#form9{
	background:#fff url(images/form-8.png) no-repeat;
}
.form-open-block form#form10{
	background:#fff url(images/form-1.png) no-repeat;
}
.form-open-block .form-content{
	float:right;
	background:#fff;
	padding:70px 50px 40px 20px;
	width:52%;
	color:#000;
	text-align:left;
}
.form-open-block .form-content .label{
	max-width:433px;
	margin-bottom:30px;
}
.form-open-block .form-content .label + .label{
	margin-left:-13px;
	margin-right:13px;
	margin-bottom:40px;
}
.form-open-block .button{
	background:url(images/f-b-1.png) no-repeat;
	margin-left:-33px;
}
.form-open-block .button:hover{
	box-shadow:none;
	background:url(images/f-b-2.png) no-repeat;
}
.form-open-block .button,.form-open-block .button:hover{
	box-shadow:none;
}
.form-open-block .close{
	position:absolute;
	display:block;
	top:-40px;
	right:-40px;
	width:31px;
	height:29px;
	background:url(images/close-1.png);
}
.form-open-block:before,
.form-open-block:after{
	display:inline-block;
	position:relative;
	height:100%;
	width:1px;
	vertical-align:middle;
}

.form-open-block .name_form{
	font-size:40px;
	margin-bottom:20px;
	line-height:40px;
	color:#d9003d;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	font-style:italic;
	text-transform:uppercase;
}
.form-open-block .subname_form{
	font-size:22px;
	line-height:24px;
	margin-bottom:30px;
}
.form-open-block .subname_form b{
	font-family: 'opensansbold';
}

::-webkit-input-placeholder {opacity:1;}
::-moz-placeholder          {opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {opacity:1;}

input,textarea,
input:focus,textarea:focus,
input:active,textarea:active{
	display:block;
	width:100%;
	box-sizing:border-box;
	outline:none;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password]{
	background-color: #fff;
	border: 1px solid rgba(255,5,67, 0.2);
	border-radius: 0px;
	height: 62px;
	padding: 0 25px;
	font-size:24px;
	font-family: 'TypeTypeTTLakesMedium';
	color:#d9003d;
	transform:skewX(-11deg);
}
textarea{
	height:100px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.label{
	position:relative;
	margin-bottom:10px;
}
.submit{
	margin:15px 0 0 0;
}
.button,button{
	display:inline-block;
	border-radius: 5px;
	background-color: #e10543;
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	box-shadow: 0 5px 20px rgba(0,0,0,.5);
	background-image: -moz-linear-gradient(bottom, rgba(153,0,43,.94) 0%, rgba(234,0,66,.94) 100%);
	background-image: -o-linear-gradient(bottom, rgba(153,0,43,.94) 0%, rgba(234,0,66,.94) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(153,0,43,.94) 0%, rgba(234,0,66,.94) 100%);
	background-image: linear-gradient(bottom, rgba(153,0,43,.94) 0%, rgba(234,0,66,.94) 100%);
	border:none;
	outline:none;
	color:#fff;
	font-size: 18px;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	text-transform:uppercase;
	padding:8px 25px 8px;
	line-height:18px;
	text-align:center;
	cursor:pointer;
	transition:all .4s ease;
	transform:skew(-11deg,0);
}
.button > span, button > span{
	display:block;
	/* transform:skew(11deg,0); */
}
.button:hover, button:hover{
	background-image: -moz-linear-gradient(top, rgba(153,0,43,.94) 0%, rgba(234,0,66,.94) 100%);
	background-image: -o-linear-gradient(top, rgba(153,0,43,.94) 0%, rgba(234,0,66,.94) 100%);
	background-image: -webkit-linear-gradient(top, rgba(153,0,43,.94) 0%, rgba(234,0,66,.94) 100%);
	background-image: linear-gradient(top, rgba(153,0,43,.94) 0%, rgba(234,0,66,.94) 100%);
}
.invalid {
}
.error{
	position: absolute;
	width: 200px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	background: #ebf5ff;
	border: 1px solid #b1d3f5;
}

.error::before{
	content: "";
	width: 13px;
	height: 6px;
	position: absolute;
	top: 8px;
	left: -10px;
}
.foneBg{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:900;
	top:0;
	left:0;
	cursor:pointer;
}
.resultsOpen{
	position:fixed;
	top:50%;
	left:50%;
	padding:10px 20px;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-radius:4px;
	background:#fff;
	color:#333;
	font-size:18px;
	cursor:pointer;
	width:600px;
	margin:-90px 0 0 -300px;
	text-align:center;
	box-shadow:0 0 5px #ccc;
	z-index:9999;
	font-family: 'TypeTypeTTLakesMedium';
}
.resultsOpen h6{
	margin:0 0 20px;
	font-size:40px;
	line-height:48px;
	font-family: 'TypeTypeTTLakesCompressedBlack';
	color:#e10543;
	font-style:italic;
	text-transform:uppercase;
}
.resultsOpen p{
	margin:0 0 15px;
}

.popup-section{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	background:rgba(0, 0, 0, 0.7);
	cursor:pointer;
}
.popup-section > div{
	position:absolute;
	text-align:center;
	width:100%;
	height:100%;
	z-index:100;
	display:none;
}
.popup-section > div > div{
	display:inline-block;
	vertical-align:middle;
	width:80%;
}
.popup-section > div:after,
.popup-section > div:before{
	display:inline-block;
	vertical-align:middle;
	width:1%;
	height:100%;
}
.popup-content{
	padding:20px;
	background:#fff;
	border-radius:10px;
	text-align:left;
	position:relative;
}
.close-popup{
	cursor:pointer;
	width:30px;
	height:30px;
	text-align:center;
	line-height:27px;
	font-weight:bold;
	border-radius:50%;
	border:2px solid #ccc;
	color:red;
	position:absolute;
	top:10px;
	right:10px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.h-bth{
	background:url(images/button-2.png), url(images/f-b-2.png), url(images/form-1.png), url(images/form-2.png),url(images/form-3.png),url(images/form-4.png),url(images/form-5.png),url(images/form-6.png),url(images/form-7.png),url(images/form-8.png),url(images/jurnal.png);
}


@media screen and (max-width:1600px){
	.step-1 .abs-text,.step-3 .abs-text, .step-5 .abs-text, .step-7 .abs-text{
		left:0;
	}
	.step-2 .abs-text,.step-4 .abs-text, .step-6 .abs-text, .step-8 .abs-text{
		right:0;
	}
}

@media screen and (max-width:1450px){
	.step-1 .abs-text{
		left:-5%;
	}
	.step-2 .abs-text{
		right:0;
	}
	.step-3 .abs-text{
		left:-2%;
	}
	.step-4 .abs-text{
		right:0;
	}
	.step-5 .abs-text{
		left:-5%;
	}
	.step-6 .abs-text{
		right:-6%;
	}
	.step-7 .abs-text{
		left:-1%;
	}
	
	.step-8 .abs-text{
		right:-7%;
	}
}

@media screen and (max-width:1366px){
	.site-header{
		min-height:600px;
		min-height:100vh;
		background-size:auto;
	}
	.site-header .s-logo{
		margin-top:0;
		width:200px;
	}
	.site-header .contact {
    margin: -90px 14.5% 70px 0;
	}
	.site-header .name-block{
		font-size:50px;
		line-height:55px;
	}
	.site-header .sub-text{
		margin:10px 0 10px;
		font-size:24px;
		line-height:30px;
	}
	.site-slogan {
    margin: 33px 0 30px;
	}
	.site-header .gallery{
		margin:0 auto;
	}
	.site-header .gallery-item span span{
		font-size:14px;
		line-height:16px;
	}
	.site-header .gallery-item{
		margin-bottom:10px;
	}
	.big-slogan .book {
    right: 12%;
    top: -555px;
	}
	.step-1 .abs-text{
		left:-8%;
	}
	.step-3 .abs-text{
		left:-3.5%;
	}
	.step-5 .abs-text{
		left:-8%;
	}
	.step-7 .abs-text{
		left:-2%;
	}
	.step-2 .abs-text{
		right:-30px;
	}
	.step-4 .abs-text{
		right:0%;
	}
	.step-6 .abs-text{
		right:-9%;
	}
	.step-8 .abs-text{
		right:-9%;
	}
	.steps .name-block{
		font-size:40px;
		line-height:40px;
		margin:50px 0 25px -20px;
	}
	.steps .sub-text,.slider-text p,.steps .small-text{
		font-size:16px;
		line-height:23px;
	}
	.step-3 .sub-text,.step-2 .sub-text,.step-6 .sub-text{
		margin-bottom:40px;
	}
	.step-3 .b-right, .step-5 .b-right, .step-7 .b-right{
		min-height:600px;
	}
	.step-2 .b-left,.step-4 .b-left,.step-6 .b-left,.step-8 .b-left{
		width:49.8%;
	}
	.steps .name-block small{
		font-size:16px;
		line-height:16px;
	}
	.promo-1 .promo-video{
		right:17.4%;
	}
}

@media screen and (max-width:1280px){
	.promo-1 .promo-video{
		right:15.4%;
	}
	.promo-2{
		font-size:14px;
		line-height:20px;
	}
	.promo-2 .title{
		font-size:24px;
		line-height:28px;
	}
	.promo-2 .promo-item::after{
		top:44%;
	}
	.step-1 .abs-text,
	.step-2 .abs-text,
	.step-3 .abs-text,
	.step-4 .abs-text,
	.step-5 .abs-text,
	.step-6 .abs-text,
	.step-7 .abs-text,
	.step-8 .abs-text{
		display:none;
	}
	.steps .btn-line::before{
		display:none;
	}
	.steps .btn-line {
    height: 64px;
    margin: 0 0 20px 20px;
    padding: 8px 12px;
    position: relative;
    width: 320px;
		background-size:100% 100%;
	}
	.steps .button{
		width:300px;
		height:45px;
		background-size:100% 100%;
		font-size:15px;
		line-height:45px;
	}
	.steps .button:hover{
		background-size:100% 100%;
	}
	.form-open-block form{
		width:98%;
		min-height:1px;
	}
	.form-open-block .close{
		top:20px;
		right:20px;
	}
	input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"]{
		height:42px;
	}
	.form-open-block .form-content .label{
		margin:0 0 20px;
	}
	.form-open-block .form-content .label + .label{
		margin:0 0 20px -12px;
	}
}

@media screen and (max-width:1180px){
	.site-slogan .item-slogan,.site-slogan .small-text{
		font-size:18px;
	}
	section .name-block,.promo-1 .name-block,.promo-2 .name-block{
		font-size:32px;
		line-height:38px;
	}
	.promo-2 .name-block{
		padding-left:30px;
	}
	.promo-2 .name-block::before{
		height:60px;
		top:7px;
	}
	.promo-1 .promo-video {
    right: 12.4%;
	}
	.big-slogan .book {
    top: -425px;
    width: 300px;
	}
	.step-2 .b-left, .step-4 .b-left, .step-6 .b-left, .step-8 .b-left {
    width: 49.5%;
	}
	.form-open-block .form-content{
		width:100%;
		padding:30px;
	}
	input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"]{
	}
	.form-open-block .form-content .label{
		margin-right:0 -13px 20px 0;
		max-width:100%;
	}
	.form-open-block .form-content .label + .label{
		margin:0 0 20px;
		max-width:100%;
	}
	.form-open-block .button{
		margin-left:-13px;
	}
	.form-open-block .name_form{
		font-size:33px;
	}
	.form-open-block .subname_form{
		font-size:18px;
	}
}

@media screen and (max-width:980px){
	.site-header .contact{
		margin-right:20px;
	}
	.promo-1{
		background-position:0 0;
		background-size:auto 100%;
	}
	.promo-1 .promo-video {
    position: relative;
		top:auto;
    right: auto;
    width: 100%;
		text-align:center;
		margin-bottom:30px;
	}
	.promo-1 .promo-video > *{
		width:100%;
		text-align:center;
	}
	.promo-1 .promo-item:nth-child(1), 
	.promo-1 .promo-item:nth-child(2), 
	.promo-1 .promo-item:nth-child(3),
	.promo-1 .promo-item:nth-child(4){
		padding:0 15px;
		clear:none;
	}
	.promo-1 .promo-item:nth-child(3){
		clear:both;
	}
	.promo-2 .name-block:before{
		display:none;
	}
	.promo-2 .name-block{
		text-align:center;
		padding-left:0;
	}
	.promo-2 .promo-item{
		margin-bottom:50px;
	}
	.step-1 .b-left,
	.step-2 .b-left,
	.step-3 .b-left,
	.step-4 .b-left,
	.step-5 .b-left,
	.step-6 .b-left,
	.step-7 .b-left,
	.step-8 .b-left{
		width:100%;
	}
	.step-1 .b-right,
	.step-2 .b-right,
	.step-3 .b-right,
	.step-4 .b-right,
	.step-5 .b-right,
	.step-6 .b-right,
	.step-7 .b-right,
	.step-8 .b-right{
		display:none;
	}
	.step-1 .b-left .w-content,
	.step-2 .b-left .w-content,
	.step-3 .b-left .w-content,
	.step-4 .b-left .w-content,
	.step-5 .b-left .w-content,
	.step-6 .b-left .w-content,
	.step-7 .b-left .w-content,
	.step-8 .b-left .w-content{
		width:100%;
	}
	.steps .name-block{
		margin-left:0;
	}
	.steps .sub-text{
		margin-right:0;
	}
	.slider-text{
		width:60%;
	}
	.slider-text .owl-carousel .owl-stage-outer{
		margin-left:-20px;
	}
	.steps .title{
		margin-left:80px;
	}
	.steps .small-text{
		clear:both;
	}
	body .owl-carousel .owl-controls .owl-nav .owl-next{
		right:-40px;
	}
}

@media screen and (max-width:880px){
	.steps .step-img{
		display:block;
	}
	.step-1,
	.step-3,
	.step-5,
	.step-7,
	.promo-2{
		background-position:0 0;
		background-size:auto 100%;
	}
	.step-2,
	.step-4,
	.step-6,
	.step-8{
		background-position:right 0;
		background-size:auto 100%;
	}
	.promo-2 .col-4{
		margin-right:0;
	}
	.promo-2 .promo-item{
		margin-right:auto;
	}
	.promo-2 .promo-item::after{
		display:none;
	}
	.big-slogan .book{
		right:20px;
	}
	.site-footer .logo{
		width:130px;
	}
	.site-footer .site-phone{
		font-size:30px;
		margin:39px 0 -8px;
	}
	.site-footer .developer{
		max-width:200px;
		margin:57px 20px 0 0;
	}
}

@media screen and (max-width:768px){
	.site-header .contact{
		width:100%;
		text-align:center;
		margin:20px 0 30px;
	}
	.site-header .gallery-item{
		margin:0 0 20px;
		width:25%;
	}
	.promo-1 .promo-item{
		width:100%;
		margin-bottom:30px;
	}
	.promo-1 .promo-item p,.promo-1 .promo-item .image{
		padding:0;
		display:inline-block;
		vertical-align:middle;
		float:none;
	}
	.promo-1 .promo-item .image{
		max-width:15%;
		position:relative;
		top:4px;
	}
	.promo-1 .promo-item p{
		max-width:80%;
	}
	.promo-1 .promo-item p br{
		display:none;
	}
	.promo-2 .name-block{
		margin-top:38px;
	}
	.promo-2 .col-4{
		width:100%;
		text-align:center;
	}
	.promo-2 .promo-item .image img{
		margin:0 auto;
	}
	.big-slogan .book {
    top: -215px;
    width: 150px;
	}
	.big-slogan .name-block{
		margin-top:25px;
	}
	.slider-text {
    width: 93%;
		position:relative;
	}
	.site-footer div[class*="col-"]{
		width:50%;
	}
	.site-footer div[class*="col-"]:last-child{
		width:100%;
		text-align:center;
	}
	.site-footer div[class*="col-"]:nth-child(2){
		text-align:right;
	}
	.site-footer .logo{
		margin:10px auto 0 0;
	}
	.site-footer .developer{
		margin:0 auto;
	}
	.site-footer .site-phone {
    font-size: 30px;
    margin: 8px 0 -8px;
	}
	.site-footer .developer{
		padding-top:20px;
	}
}

@media screen and (max-width:680px){
	.resultsOpen{
		width:98%;
		margin-left:0;
		margin-top:-110px;
		left:1%;
	}
}

@media screen and (max-width:580px){
	.site-header{
		background:#000 url(images/header.jpg) no-repeat center 0;
		float:left;
		width:100%;
	}
	.site-header .site-phone{
		font-size:24px;
	}
	.site-header .button{
		font-size:16px;
	}
	.site-header .name-block{
		font-size:30px;
		line-height:35px;
	}
	.site-header .sub-text{
		font-size:18px;
		word-spacing:5px;
	}
	.site-slogan .item-slogan, .site-slogan .small-text{
		font-size:13px;
	}
	.site-header h3{
		font-size:20px;
	}
	section .name-block, .promo-1 .name-block, .promo-2 .name-block,
	.promo-2 .bottom-line h3{
		font-size:24px;
		line-height:28px;
	}
	section .name-block span{
		display:inline-block;
	}
	.promo-1{
		font-size:16px;
		line-height:22px;
	}
	.promo-1 .name-block{
		margin:30px 0;
	}
	.promo-1 .promo-item .image{
		max-width:10%;
	}
	.promo-2 .title{
		font-size:20px;
		padding-left:0;
	}
	.promo-2 .bottom-line h3 span{
		display:inline-block;
	}
	.promo-2 .bottom-line{
		padding-left:0;
		font-size:16px;
	}
	.promo-2 .bottom-line br{
		display:none;
	}
	.promo-2 .bottom-line p{
		margin-bottom:30px;
	}
	.big-slogan .book{
		display:none;
	}
	.promo-2 .button::before{
		display:none;
	}
	.promo-2 .button{
		font-size:14px;
		height:36px;
		line-height:36px;
	}
	.steps .name-block{
		font-size:30px;
		line-height:35px;
	}
	.steps .name-block i{
		font-size:16px;
		height:25px;
		line-height:26px;
		width:25px;
		text-indent:7px;
		background-position:right 0;
		top:-3px;
	}
	.slider-text .item p::before{
		display:none;
	}
	.slider-text .owl-carousel .owl-stage-outer{
		padding-left:0;
		margin-left:0;
	}
	.steps .title {
    margin-left: 30px;
	}
	.steps .sub-text, .slider-text p, .steps .small-text{
		font-size:14px;
		line-height:18px;
	}
	.slider-text p{
		min-height:10px;
	}
	.steps .small-text{
		padding-left:20px;
	}
	.steps .btn-line{
		margin:0 0 0 0;
	}
	section, .section{
		min-height:400px;
	}
	.site-footer{
		min-height:20px;
	}
	.site-footer div[class*="col-"],
	.site-footer div[class*="col-"]:nth-child(2){
		width:100%;
		text-align:center;
	}
	.site-footer .logo{
		margin:10px auto;
	}
	.slider-text p{
		background-image:linear-gradient(to right, rgba(137,6,44,0.8), rgba(137,6,44,0)); 
		background-image:-moz-linear-gradient(to right, rgba(137,6,44,0.8), rgba(137,6,44,0)); 
		background-image:-webkit-linear-gradient(to right, rgba(137,6,44,0.8), rgba(137,6,44,0)); 
	}
	.steps .title,.slider-text{
		margin-left:0px;
		transform:none;
	}
	.steps .title span{
		transform:none;
	}
	.steps .sub-text,.steps .small-text{
		padding-left:0;
	}
	.slider-text p br{
		display:none;
	}
}

@media screen and (max-width:480px){
	.site-header .gallery-item span span{
		font-size:12px;
		line-height:14px;
	}
	.site-header .gallery-item span{
		opacity:1;
	}
	.site-header .gallery-item .absolute{
		opacity:1;
	}
	.site-slogan .item-slogan{
		margin-bottom:13px;
	}
	.big-slogan .name-block{
		font-size:30px;
		line-height:36px;
	}
	.big-slogan .sub-text{
		font-size:18px;
		line-height:24px;
	}
	.steps .name-block{
		margin-top:20px;
	}
	.steps .name-block::before{
		display:none;
	}
	.site-header .sub-text span{
		display:block;
	}
	.steps .small-text br{
		display:none;
	}
}

@media screen and (max-width:360px){
	.site-header .sub-text{
		font-size:16px;
	}
	.site-header .gallery{
		text-align:center;
	}
	.site-header .gallery-item{
		float:none;
		display:inline-block;
		margin:0 0 20px;
		width:48%;
	}
	.steps .name-block{
		font-size:24px;
	}
	.steps .button{
		width:270px;
	}
}