
	html,body{
		width:100%;
		padding:0px;
		margin:0px;
	}
	h1,h2,h3,h4,h5{
		font-weight:400;
	}
	strong{
		
	}
	.btn{
		cursor:pointer;
	}
	.section{
		padding-left: 30px !important;
		padding-right: 30px !important;
		box-sizing: border-box;
	}
	.wrapper{
		width:100%;
		padding:0px 10px;
		box-sizing: border-box;
	}
	header{
		background: none;
		position: fixed;
		padding-top: 10px;
		padding-left: 10px;
		z-index:2;
	}
	header .logo{
		width:90px;
	}
	header .logo img{
		width:100%;
	}
	
	.like{
		position: fixed;
		right: 10px;
		bottom: 0px;
		border-radius: 40px;
		background: none;
		width: 61px;
		height: 61px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.like:hover, .like.active{
		background:#fff;
	}
	.like:hover .heart, .like.active .heart{
		fill: #ff7b7b;
	}
	.modal{
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.80);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 3;
		opacity:0;
		visibility:hidden;
		transition:0.5s;
		left:0px;
		top:0px;
	}
	.modal.active{
		opacity:1;
		visibility:visible;
		transition:0.5s;
	}
	.modal .modal_container{
		    background: #fff;
		width: 90%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 15px;
		padding-top:40px;
		position:relative;
		margin-top:-100%;
		transition:0.5s;
	}
	.modal.active .modal_container{
		margin-top:0px;
		transition:0.5s;
	}
	.modal .closed_modal{
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 2;
		width: 30px;
		height: 30px;
		cursor:pointer;
	}
	.modal .closed_modal span{
		width:25px;
		height:2px;
		background:#000;
		position:absolute;
		left:0px;
		top:15px;
	}
	.modal .closed_modal span:nth-child(1){
		transform: rotate(46deg);
	}
	.modal .closed_modal span:nth-child(2){
		transform: rotate(-46deg);
	}
	.modal h2{
		color: #443133;
		font-family: "als_malinaregular", Helvetica, sans-serif;
		font-size: 28px;
		margin-top: 0px;
	}
	.modal h3{
		color: #443133;
		font-family: "als_malinaregular", Helvetica, sans-serif;
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.modal .social-links{
		
	}
	.modal .hashtag{
		padding: 20px 0 0;
		font-family: 'proxima_nova_rgbold';
		color: #443133;
	}
	.modal .social-links__item {
		display: inline-block;
		vertical-align: top;
		width: 50px;
		height: 50px;
		background-position: 0 0;
		background-repeat: no-repeat;
		margin: 0 10px;
		cursor:pointer;
	}
	
	.modal .social-links__item_fb {
		background-image: url(../img/social-icons/fb.png);
	}
	.modal .social-links__item_tw {
		background-image: url(../img/social-icons/tw.png);
	}
	.modal .social-links__item_insta {
		background-image: url(../img/social-icons/insta.png);
	}
	#block_one{
		background-color: #f1ebe3;
		
		padding: 40px 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-family: "als_malinaregular", Helvetica, sans-serif;
		
		padding-top: 70px;
		
	}
	
	#block_one h2{
		margin-top:0px;
		font-size:40px;
		margin-bottom:30px;
		line-height:50px;

	}
	#block_one .img{
		    width: 240px;
		padding: 40px;
		background-image: url(../img/anim/main.png);
		background-position: center;
		background-repeat: no-repeat;
		animation: block_one_animate 0.3s infinite linear;
		background-size: contain;
	}
	@keyframes block_one_animate {
	  from { 
		background-position: 0px 0%;
	  }
	  to { 
		background-position: 0px 1px;
	  }  
	}
	#block_one .img img{
		max-width:100%;
	}
	#block_one .open_inf{
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background: #ffffff;
		font-size: 21px;
		line-height: 26px;
		color: #d0beb3;
		margin-top: -25px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		position: relative;
	}
	#block_one .open_inf:before{
		content:'';
		position:absolute;
		width:47px;
		height:107px;
		background: url('../img/anim/main-arrow.png') 0 0 no-repeat;
		right: -48px;
		animation: open_inf_animate 0.3s infinite linear;
		top: -63px;
		background-position-y: 0px;
	}
	#block_one .open_inf.active{
		background-position-y: -107px;
	}
	@keyframes open_inf_animate {
	  from { 
		transform: rotate(0deg);
	  }
	  to { 
		transform: rotate(3deg);
	  }  
	}
	#block_one .open_inf:hover{
		color: #ffffff;
		background-color: #ff7b7b;
	}

	#block_two{
		padding: 40px 0px;
		background-color:#9fe2ea;
			padding-top: 70px;
		font-family: "als_malinaregular", Helvetica, sans-serif;
	}
	#block_two h2{
		color: #443133;
		font-size: 28px;
		line-height: 35px;
		text-align: center;
	}
	#block_two h2 span{
		color:#3cb7c6;
	}
	#block_two .img{
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		background-image: url(../img/anim/emotions-slide.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 60px;
		width: 100%;
		box-sizing: border-box;
		animation: block_two_animate 0.2s infinite linear;
		animation-direction: alternate;
	}
	@keyframes block_two_animate {
	  from { 
		background-position: center 0px;
	  }
	  to { 
		background-position: center 2px;
	  }  
	}
	#block_two .img img{
		max-width:100%;
	}
	#block_two p{
		color: #443133;
		font-size: 14px;
		line-height: 17px;
		font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
		text-align: center;
	}
	#block_two strong{
			background: url(../img/anim/emotions-line.png) 0 0 no-repeat;
		overflow: hidden;
		background-position: bottom;
		background-position-y: 13px;
	}
	#block_two .btn{
		width: 140px;
		font-size: 13px;
		text-align: center;
		background: #fff;
		color: #3cb7c6;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	#block_two .btn:hover{
		color: #ffffff !important;
		background-color: #ff7b7b;
	}

	#block_three{
		background-color:#fbe4a4;
		display:flex;
		flex-direction:column;
		align-items:center;
		color:#443133;
		padding: 40px 10px;
		text-align: center;
		padding-top: 70px;
		position:relative;
		overflow:hidden;
	}
	#block_three .plane{
		width:175px;
		position:absolute;
		left: -190px;
		top: -80px;
		transition:3s;
	}
	#block_three .plane.active{
		left: 100%;
		top: 302px;
	}
	#block_three .plane img{
		width:100%;
	}
	#block_three h2{
		margin-top:0px;
		font-size:29px;
		margin-bottom:30px;
		line-height:50px;
		font-family: "als_malinaregular", Helvetica, sans-serif;
		margin-top:0px;
		margin-bottom:30px;
	}
	#block_three p{
		font-family: "proxima_nova_rgbold", Helvetica, sans-serif;
	}
	#block_three p span{
		color:#f2bb74;
	}
	#block_three .btn{
		width: 190px;
		text-decoration: none;
		font-family: "als_malinaregular", Helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		background: #fff;
		color: #3cb7c6;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-top:30px;
		color: #f2bb74;
	}
	#block_three .btn:hover{
		color: #ffffff !important;
		background-color: #ff7b7b;
	}

	#block_four{
		background: rgb(246, 196, 137);
		padding: 40px 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align:center;
			padding-top: 70px;
	}
	#block_four h2{
		font-family: "als_malinaregular", Helvetica, sans-serif;
		margin-top: 0px;
		margin-bottom: 20px;
		color: #443133;
	}
	#block_four .img{
		width:100%;
		margin-bottom: 30px;
	}
	#block_four .img img{
		max-width:100%;
	}
	#block_four p{
		font-family: "proxima_nova_rgregular", Helvetica, sans-serif;
		margin-bottom: 30px;
	}
	#block_four p strong{
		background: url(../img/anim/price-circle.png) 0 0 no-repeat;
		padding: 5px 15px;
		background-size: cover;
		background-position: 0px;
		background-position-y: 0px;
	}
	#block_four p span{
			font-family: "proxima_nova_rgbold", Helvetica, sans-serif;
	}
	#block_four .btn{
		width: 190px;
		text-decoration: none;
		font-family: "als_malinaregular", Helvetica, sans-serif;
		font-size: 16px;
		text-align: center;
		background: #fff;
		color: #3cb7c6;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-top:10px;
	}
	#block_four .btn:hover{
		color: #ffffff !important;
		background-color: #ff7b7b;
	}


	#block_five{
		padding:40px 10px;
		background:#ffadb3;
			display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
			padding-top: 70px;
	}
	#block_five h2{
		font-family: "als_malinaregular", Helvetica, sans-serif;
		margin-top: 0px;
		margin-bottom: 20px;
		color: #443133;
	}
	#block_five .block{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}
	#block_five .img{
		width: 200px;
		margin-bottom: 10px;
	}
	#block_five .img img{
		max-width:100%;
	}
	#block_five p{
		font-family: "proxima_nova_rgregular", Helvetica, sans-serif;
		font-size:14px;
	}

	#block_five .btn{
		width: 190px;
		text-decoration: none;
		font-family: "als_malinaregular", Helvetica, sans-serif;
		font-size: 13px;
		text-align: center;
		background: #fff;
		color: #ffadb3;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-top:10px;
	}
	#block_five .btn:hover{
		color: #ffffff !important;
		background-color: #ff7b7b;
	}

	#block_six{
		padding:40px 10px;
		background: rgb(239, 233, 224);
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-top: 70px;
	}
	#block_six h2{
		font-family: "als_malinaregular", Helvetica, sans-serif;
		margin-top: 0px;
		margin-bottom: 20px;
		color: #443133;
	}
	#block_six .block{
			background: #fff;
		margin-bottom: 30px;
		padding: 40px 20px;
		border-radius: 20px;
			width: 90%;
		box-sizing: border-box;
	}
	#block_six h3{
		margin-top: 0px;
		color: #42b9c7;
		font-family: "proxima_nova_rgbold", Helvetica, sans-serif;
		font-size: 20px;
		line-height: 20px;
	}
	#block_six p{
		color: #443033;
		margin-bottom: 60px;
		font-size: 16px;
	}
	#block_six span{
		
	}
	#block_six strong{
		
	}
	#block_six .price{
			color: #443133;
		font-family: "als_malinaregular", Helvetica, sans-serif;
		font-size: 18px;
			margin-bottom: 20px;
	}
	#block_six .price strong{
		font-size: 28px;
	}
	#block_six .btn{
		font-family: "als_malinaregular", Helvetica, sans-serif;
		width:128px;
		height:32px;
		line-height:32px;
		display:block;
		margin-left:auto;
		margin-right:auto;
		background-color: #d0bfb3;
		border-radius: 30px;
		color:#fff;
		text-decoration:none;
	}
	#block_six .btn:hover{
		color: #ffffff !important;
		background-color: #ff7b7b;
	}
	footer{
			background: rgb(239, 233, 224);
	}
	footer ul{
		list-style: none;
		display: flex;
		flex-direction: column;
		padding: 0px;
		align-items: center;
		margin:0px;
	}
	footer ul li{
		margin-bottom:10px;
		color: rgba(68, 49, 51, 0.6);
		font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	}
	footer ul li a{
		color: rgba(68, 49, 51, 0.6);
		text-decoration: underline;
		font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	}
	footer ul li a:hover{
		text-decoration:none;
	}

@media only screen and (max-width: 767px){
	.content{
		width:100%;
	}
	.content .logo{
	left: 0px;
		margin-left: 0px;
		top: -82px;
	}
	.information .column{
		width:100%;
	}
	input[type="text"], input, select{
		width:100% !important;
	}
	.order-info .to-payment, .information input[type=submit]{
		width:100% !important;
	}
	.footer .lincs{
		display:none;
	}
}

.sliderNav {
  z-index: 150;
  position: fixed;
  top:50%;
  margin-top: -172px;
  right: 5px;
}
  .sliderNav__item {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../img/navigation.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 1;
    margin: 0 0 20px 0;
    text-decoration: none !important;
    outline: 0 !important;
    /*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
  }
  .sliderNav__item:first-child {
    margin-top: 0;
  }
  .sliderNav__item:last-child {
    margin-bottom: 0;
  }
  .sliderNav__item_active {
    /*background: #443133;
    opacity: 0.35;*/
    cursor: default;
  }
  .sliderNav__item_play {
    background-position: 0 0;
  }
  .sliderNav__item_active.sliderNav__item_play{
    background-position: -42px 0;
  }
  .sliderNav__item_emotions {
    background-position: 0 -52px;
  }
  .sliderNav__item_emotions.sliderNav__item_active{
    background-position: -42px -52px;
  }
  .sliderNav__item_plane {
    background-position: 0 -104px;
  }
  .sliderNav__item_plane.sliderNav__item_active {
    background-position: -42px -104px;
  }
  .sliderNav__item_sun {
    background-position: 0 -156px;
  }
  .sliderNav__item_sun.sliderNav__item_active{
    background-position: -42px -156px;
  }
  .sliderNav__item_r {
    background-position: 0 -208px;
  }
  .sliderNav__item_r.sliderNav__item_active{
    background-position: -42px -208px;
  }
  .sliderNav__item_team {
    background-position: 0 -260px;
  }
  .sliderNav__item_team.sliderNav__item_active{
    background-position: -42px -260px;
  }
  .sliderNav__item_offers {
    background-position: 0 -312px;
  }
  .sliderNav__item_offers.sliderNav__item_active{
    background-position: -42px -312px;
  }