html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 
abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,input {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   font-size: 100%;
   vertical-align: baseline;
}

@font-face {
    font-family: PTS55F_W;
    src: url('/inc/fonts/PTS55F_W.ttf');
}

html {
	position:relative;
   min-height:100%;
}

body {
	margin:0 0 185px;	
	font-family: PTS55F_W;
}

a:hover {text-decoration: none;}

.header_menu,
nav ul,
.descriptor,
#slide2 ul,
#slide3 ul,
#slide4 ul,
#slide5 ul,
#slide6 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_stripe {
	width: 100%;
	height: 0;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	z-index: 99;
	overflow: hidden;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
}

#top_stripe.show_top {height: 70px;}

#logo_big,
.logo_footer {
	display: block;
	height: 67px;
	padding: 8px 0 0 80px;
	position: absolute;
	top: 23px;
	left: 0;
	background: url('/images/logo.png') no-repeat;
	text-decoration: none;
	color: #fff;
	font-size: 29px;
}

.logo_footer {background: url('/images/logo_footer.png') no-repeat;}

#logo_big div,
.logo_footer div {
	font-size: 16px;
	text-indent: 10px;
}

#logo_top {
	height: 65px;
	width: 51px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/images/logo.png') no-repeat;
	background-size: contain;
}

.slide{
	background-attachment: fixed !important;
	width:100%;
	height: 100%;
	position: relative;
}
.wrapper{
	width:940px;
	margin: auto;
	position:relative;
}

.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}

.button {
	display:block;
	width:73px;
	height:44px;
	position:absolute;
	bottom:13px;
	margin: auto;
	left: 0;
	right: 0;
	background-image:url(/images/down_button.png);
	cursor: pointer;
	border-radius: 100px;
	-webkit-animation:arrow_bounce 1s infinite;
}

.button:hover {
	-webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
    animation-play-state: paused;
}	
	
@-webkit-keyframes arrow_bounce {
  0%{
    bottom:5px;
  }
  
  25%, 75% {
    bottom:15px;
  }
  
  
  50% {
    bottom:20px;
  }
  
  100% {
    bottom:0;
  }
}


/******************************
 SLIDE 1 
*******************************/
#slide1{
	background: url('/images/slide1_bg.jpg') repeat-x 50% 0;
	height: 627px;
	width: 100%;
}

.header_menu,
nav {
	position: absolute;
	right: 0;
	top: 41px;
}

.header_menu li,
nav li {
	float: left;
	margin-left: 35px;
	font-size: 16px;
}

.header_menu li *,
nav li * {
	color: #ffb527;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.header_menu li a:hover,
nav li a:hover {color: #fff;}

#slide1 .phones,
#top_stripe .phones {
	position: absolute;
	left: 91px;
	top: 110px;
	width: 260px;
	line-height: 1.1;
}

#slide1 .phones div,
#top_stripe .phones div {
	color: #ffb527;
	font-size: 31px;
}

#slide1 .phones a {
	font-size: 14px;
	color: #fff;
	line-height: 2.5;
}

#top_stripe .phones {
	top: 5px;
	left: 180px;
}

#top_stripe .phones div {
	font-size: 24px;
}

#top_stripe  nav {top: 23px;}

.descriptor {
	width: 260px;
	position: absolute;
	left: 489px;
	top: 119px;
}

.descriptor li {
	font-size: 17px;
	line-height: 1.3em;
	color: #fff;
	position: relative;
	padding: 5px 0;
}

.descriptor li:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;	
	top: 11px;
	left: -29px;
	border-radius: 10px;
	background: #ffb527;
} 

#slide1_content {
	display: block;
	height: 281px;
	width: 860px;
	padding: 17px 0 0 80px;
	position: absolute;
	top: 261px;
	left: 0;
	background: rgba(0,0,0,.7);
}

.slide1_form {
	float: left;
	width: 357px;
	height: 266px;
	border-right: 1px solid #8a8d8a;
}

.slide1_form  h3 {
	font-size: 21px;
	color: #fff;
	padding-left: 16px;
	text-transform: uppercase;
	padding-top: 17px;
}

.slide1_form div {
	width: 250px;
	font-size: 12px;
	color: #fff;
	padding-left: 16px;
	margin-bottom: 8px;
}

.slide1_form form {
	width: 300px;
	margin-bottom: 7px;
}

.slide input[type="text"],
#map_block input[type="text"]
 {
	width: 300px;
	height: 45px;
	box-sizing: border-box;
	padding-left: 31px;
	margin-bottom: 10px;
	border-radius:40px;
	box-shadow: 0 2px 0 #d9d9d9;
	outline: none;
	font-size: 14px;
	outline: none;
}

.submit_button,
.clock_block>a,
.dark_button {
	width: 300px;
	height: 45px;
	border-radius: 20px;
	background: #ffb527;
	font-size: 20px;
	box-shadow: 0 2px 0 #d99a21;
	outline: none;
	cursor: pointer;
	display: block;
	color: #000;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	border: none;
	background: none;
	position: relative;
	z-index: 1;
	-webkit-transition: box-shadow .2s, color .2s;
	transition: box-shadow .2s, color .2s;
}

.clock_block>a {margin: auto;}

.button--pipaluk::before,
.button--pipaluk::after {
	content: '';
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.button--pipaluk::before {
	border: 2px solid #ffb527;;
}

.dark_button.button--pipaluk::before {border-color: #8560a8;}

.button--pipaluk::after {
	background: #ffb527;
}

.dark_button.button--pipaluk::after {background: #8560a8;}

.button--pipaluk:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.button--pipaluk::before,
.button--pipaluk:hover::after {
	-webkit-transform: scale3d(0.7, 0.7, 1);
	transform: scale3d(0.7, 0.7, 1);
}
.button--pipaluk:hover::after {
	background-color: transparent;	
}

.button--pipaluk:hover {
	color:#bf8619;
}

.button--pipaluk:hover {box-shadow: none !important;}


.dark_button.button--pipaluk:hover::after {
	background-color: transparent;	
}

.dark_button.button--pipaluk:hover {
	color:#513b66;
}

form + a {
	padding-left: 13px;
	color: #8e8e8e;
	font-size: 12px;
}

.clock_block {
	float: left;
	padding-left: 42px;
	width: 440px;
}

.clock_block h3 {
	font-size: 30px;
	text-indent: 154px;
	margin-bottom: 18px;
	color: #fff;
	padding-top: 6px;
	text-transform: uppercase;
}

.clock_block .clock_info {
	color: #fff;
	line-height: 1.3;
	font-size: 16px;
	padding: 13px 0 18px 12px;
}

.flip-clock-divider .flip-clock-label {
	text-transform: lowercase;
	font-family: PTS55F_W;
}


.flip-clock-wrapper ul li a div div.inn {
	background: #000;
}

.flip-clock-wrapper {
	font-family: PTS55F_W;
	font-weight: normal;
}

.flip-clock-dot {
	width: 6px;
	height: 6px;
	background: #ffb527;
}

/******************************
 SLIDE 2 
*******************************/
#slide2 {
	background: #fff;
	padding:40px 0 50px;	
	height: auto;
}

h2 {
	font-size: 36px;
	text-align: center;
}

#slide2 h2 {padding: 30px 0 9px;}

.pluses {overflow: hidden;}

.pluses li {
	float: left;
	width: 25%;
	height: 185px;
	text-align: center;
}

.pluses li i {
	font-size: 80px;
	height: 88px;
	color: #000;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.pluses li a:hover i {color: #8560a8;}

.pluses .plus_title {
	font-size: 24px;
	margin-bottom: 12px;
}

.pluses .plus_title + div{
	color: #787878; 
	font-size: 12px;
	line-height: 1.3;
	margin: auto;
}

/******************************
 SLIDE 3 
*******************************/

#slide3{
	height: 299px;
	background: url('/images/slide3_bg.jpg') repeat;
	background-size: 170%;
}

#slide3 form {
	float: right;
	width: 300px;
	margin-top: 62px;
}

#slide3 form  input {margin-bottom: 18px;}

#slide3 form  {margin-bottom: 10px;}

#slide3 form + a {
	clear: right;
	float: right;
}

#slide3 h3 {
	padding: 45px 0 23px 28px;
	color: #fff;
	font-size: 24px;
}

#slide3 .checklist {margin-left: 60px;}

#slide3 .checklist li {
	height: 20px;
	margin-bottom: 13px;
	padding-left: 29px;
	background: url('/images/check.png') no-repeat 0 0;
	color: #fff;
	font-size: 18px;
}

/******************************
 SLIDE 4 
*******************************/
#slide4{
	height: 537px;
}

#slide4 h2 {
	font-size: 28px;
	padding: 33px 0 25px;
}

#product_scroll {
	position: relative;
	width: 940px;
	margin: auto;
}

#product_scroll .viewport { 
	width: 800px;
	height: 382px; 
	margin:auto;
	overflow: hidden; 
	position: relative;
}

.overview { 
	list-style: none; 
	position: absolute; 
	padding: 0;
	margin:0; 
	left: 0; 
	top: 0; 
}

#product_scroll .overview>li {
	width: 800px;
	height: 382px; 
	float: left;
}

a.buttons,
a.prev,
a.next {
	width:61px;
	height:61px;
	display: block;
	position:absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index:100;
	border-radius: 90px;
	font-size: 68px;
	line-height: 61px;
	text-align: center;
}

a.buttons i {
	color: #000;
	-webkit-transition: color .3s;
	transition: color .3s;
}

a.buttons:hover i {color: #8560a8;}

a.prev {left: 0;}
a.next {right: 0;}

#product_scroll .image_block {
	width: 376px;
	height: 376px;
	position: relative;
	float: left;
	border: 2px solid #8560a8;
}

#product_scroll .image_block img {
	position: absolute;
	margin: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

#product_scroll .image_block a {
	position: absolute;
	right: 17px;
	top: 2px;
	font-size: 48px;
}

#product_scroll .image_block a i {
	color: #dcdcdc;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#product_scroll .image_block a:hover i {
	color: #000;
}

#product_scroll .product_info {
	margin-left: 429px;
	padding-top: 25px;
	position: relative;
	height: 355px;
}

#product_scroll .product_info  .product_name {
	font-size: 24px;
	margin-bottom: 24px;
}

#product_scroll .product_info ul {
	font-size: 18px;
}

#product_scroll .product_info .price {
	position: absolute;
	left: 31px;
	top: 234px;
}

.product_info .price .old_price {
	font-size: #242424;
	text-decoration: line-through;
	font-size: 32px;
}

.product_info .price .old_price i {font-size: 24px;}
.product_info .price .new_price  {
	font-size: 48px;
	color: #ffb527;
}

.product_info .price .new_price i {font-size: 40px;}

.dark_button {
	box-shadow: 0 2px 0 #662d91;
	color: #FFF;
}

.product_info .dark_button {
	width: 191px;
	height: 43px;
	position: absolute;
	left: 160px;
	top: 299px;
}

.product_info .opt_price {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #555;
}


/******************************
 SLIDE 5 
*******************************/

#slide5 {
	background: url('/images/slide5_bg.jpg') repeat 50%;
	height: 383px;
	position: relative;
	color: #fff;
}

#slide5 h2 {
	font-size: 38px;
	padding-top: 23px;
}

#slide5 ul {
	overflow: hidden;
	text-align: center;
}

#slide5 li {
	display: inline-block;
	vertical-align: middle;
}
 
#slide5 .stages_icons {
	width: 87%;
	margin: auto;
	margin-top: -70px; 
	margin-bottom: -60px;
}
 
#slide5 .stages_icons li {
	width: 13.5%;
	font-size: 120px;
}

#slide5 .stages_icons li:last-child {font-size: 105px;}
#slide5 .stages_icons li:nth-child(3) {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

#slide5 .stages_icons li:nth-child(even) {
	color: rgba(255,255,255,.2);
	font-size: 290px;
	line-height: .6;
}

#slide5 .stages_text {
	width: 100%;
}

#slide5 .stages_text li {
	width: 24%;
	line-height: 1;
}

.slide5_form {
	height: 97px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
}

.slide5_form>div {
	width: 940px;
	margin: auto;
}

.slide5_form form {
	padding-top: 28px;
}

.slide5_form .submit_button {float: right;}

.slide5_form  form *:first-child {margin-right: 24px;}

.slide5_form  form + a {float: right;}

/******************************
 SLIDE 6
*******************************/

#slide6 h2 {
	font-size: 30px;
	padding: 10px 0 30px;.slide5buy
}

.comments li {
	padding-left: 154px;
	margin-bottom: 32px;
	position: relative;
}

.comments .comment_author {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 129px;
	text-align: right;
	font-style: italic;
	font-size: 24px;
}

.comments .comment_text {
	position: relative;
	background: #e7e7e7;
	padding: 18px 35px;
	border-radius: 15px;
	font-size: 24px;
	font-style: italic;
}

.comments .comment_text:before {
	content: '';
	display: block;
	width: 19px;
	height: 13px;
	position: absolute;
	bottom: 0;
	left: -12px;
	background: url('/images/corner.png') no-repeat;
}

#slide6 .moderate_text {
	float: right;
	font-size: 14px;
	color: #b0b0b0;
	margin-right: 20px;
	text-align: right;
	line-height: 1.3;
	padding-top: 6px;
}

#slide6  .dark_button {
	float: right;
	width: 191px;
	margin-right: 4px;
}

#slide6 .wrapper {
	overflow: hidden;
	padding-bottom: 40px;
}

/******************************
 SLIDE 7 
*******************************/

#slide7 {
	height: 366px;
	background: url('/images/slide7_bg.jpg') repeat 50%;
	color: #fff;
}

#slide7 h2 {padding: 10px 0px;}

#slide7 .wrapper>i {
	float: left;
	font-size: 190px;
}

#slide7 .last_text {
	width: 720px;
	float: right;
	font-size: 18px;
	line-height: 1.3em;
}

#map_block {
	height:401px;
	min-width: 940px;
	overflow: hidden;
	padding-top: 105px;
	position:relative;
}

.map_center {
	width:1024px;
	height:0;
	position:absolute;
	top:134px;
	margin:auto;
	left:0;
	right:0;
}

.questions_form  {
	position: absolute;
	z-index: 98;
	top: 0;
	/*right: 0;*/
	width: 377px;
	height: 331px;
	padding: 25px 39px 0 23px;
	background: rgba(0,0,0,.6);
	box-sizing: border-box;
	border-radius: 4px;
}

#map_block .questions_form h3 {
	height: 85px;
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	text-align: left;
}

#map_block .questions_form input {margin-bottom: 13px;}

#map_block .questions_form .submit_button {
	font-size: 20px;
}

.questions_form form {
	margin: 0 0 12px 14px;
}

.questions_form  form + a {color: #000; font-size: 14px; float: right;}


footer {
	height:185px;
	width:100%;		
	position:absolute;
	left:0;
	bottom:0;
	display: block;
}

#footer_inner {
	width:940px;
	margin:auto;
	position:relative;
}

.logo_footer {color: #ffb527;}
.logo_footer div {color: #5d5d5d;}

#footer_inner >* {position: absolute;}

footer .counter {
	left: 561px;
	top: 123px;
}

footer .copyright {
	left: 1px;
	top: 128px;
	font-size: 12px;
	line-height: 1.3;
}

.footer_info {
	left: 449px;
	top: 38px;
	line-height: 1.3;
	font-size: 18px;
}

footer .phones {
	right: 0;
	top: 26px;
	text-align: right;
	font-size: 24px;
}

footer .phones a {
	font-size: 14px;
	color: #8560a8;
	position: relative;
	top: -8px;
}

footer .developer {
	top: 110px;
	right: 2px;
	padding: 17px 40px 0 0;
	background: url('/images/developer_logo.png') no-repeat 100%;
	font-size: 12px;
	text-align: right;
}

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

footer .developer a:hover {
	text-decoration: underline;
}



.hidden_anchor {
	position: absolute;
	margin-top: -70px;
}

a.buttons.disable {
	opacity: 0.1;
}

a.buttons.disable:hover i {color: #000;}


