﻿@charset "UTF-8";
*, ::after, ::before, :after, :before {
box-sizing:inherit
}
body, html, main, section {
	width:100%
}
#steps, section.popup .title {
	letter-spacing:.05em
}
.clearfix:after, .clearfix:before {
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	zoom:1
}
.clearfix:after {
	clear:both
}
button, input {
	outline:0
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display:block
}
q {
	quotes:none
}
q:after, q:before {
	content:'';
	content:none
}
b, strong {
	font-weight:700
}
ul {
	list-style:none
}
html {
	box-sizing:border-box
}
body, html, main {
	height:100%;
	font-family:Panton, sans-serif
}
#steps>div, .btn, section {
	overflow:hidden
}
.text p {
	font:300 13px/22px 'Open Sans', sans-serif
}
section {
	position:relative
}
.btn, .btn span {
	display:inline-block
}
.box {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:100%
}
.btline {
	position:relative
}
.btline:after {
	position:absolute;
	bottom:0;
	left:0;
	width:32px;
	height:6px;
	background-color:#c3a17d
}
.btn {
	vertical-align:top;
	line-height:46px;
	border:1px solid #c3a17d;
	border-radius:2px;
	font-weight:700;
	padding:0 39px;
	text-decoration:none;
	position:relative;
	color:#fff
}
.btn span {
	position:absolute
}
.btn span:first-child {
	top:0;
	left:0;
	width:0;
	height:2px;
	background-color:#c3a17d;
-webkit-transition:width .15s ease-in;
-moz-transition:width .15s ease-in;
transition:width .15s ease-in;
-webkit-transition-delay:.25s;
-moz-transition-delay:.25s;
transition-delay:.25s
}
.btn span:first-child+span {
	top:0;
	right:0;
	width:2px;
	height:0;
	background-color:#c3a17d;
	-webkit-transition:height 50ms linear;
	-moz-transition:height 50ms linear;
	transition:height 50ms linear;
-webkit-transition-delay:.2s;
-moz-transition-delay:.2s;
transition-delay:.2s
}
.btn span:first-child+span+span {
	bottom:0;
	right:0;
	width:0;
	height:2px;
	background-color:#c3a17d;
-webkit-transition:width .15s linear;
-moz-transition:width .15s linear;
transition:width .15s linear;
	-webkit-transition-delay:50ms;
	-moz-transition-delay:50ms;
	transition-delay:50ms
}
.btn span:first-child+span+span+span {
	bottom:0;
	left:0;
	width:2px;
	height:0;
	background-color:#c3a17d;
	-webkit-transition:height 50ms ease-out;
	-moz-transition:height 50ms ease-out;
	transition:height 50ms ease-out;
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	transition-delay:0s
}
.btn:hover span:first-child {
	width:100%;
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	transition-delay:0s
}
.btn:hover span:first-child+span {
	height:100%;
-webkit-transition-delay:.15s;
-moz-transition-delay:.15s;
transition-delay:.15s
}
.btn:hover span:first-child+span+span {
	width:100%;
-webkit-transition-delay:.2s;
-moz-transition-delay:.2s;
transition-delay:.2s
}
.btn:hover span:first-child+span+span+span {
	height:100%;
-webkit-transition-delay:.35s;
-moz-transition-delay:.35s;
transition-delay:.35s
}
.btn.btn-black {
	color:#000
}
.black {
	color:#fff;
	background-color:#171a1f!important
}
.white {
	color:#000;
	background-color:#fff
}
.mobile, .mobile body, .mobile section {
	min-width:inherit
}
#steps>div, section.popup .bottle, section.popup .wrap {
	background-repeat:no-repeat
}
#steps {
	z-index:15;
	background-color:#fff;
	float:left
}
#steps .bgtext {
	position:absolute;
	font-size:102px;
	line-height:100px;
	font-weight:700;
	text-transform:Uppercase
}
#steps>div {
	height:750px;
	position:relative;
	background-position:50% 50%
}
#steps h2 {
	font-size:30px;
	line-height:46px;
	margin-bottom:146px
}
#steps .box, #steps h2 {
-webkit-transition:all .3s linear;
-moz-transition:all .3s linear;
transition:all .3s linear
}
#steps h2:before {
-webkit-transition:top .3s linear;
-moz-transition:top .3s linear;
transition:top .3s linear;
	top:120px;
	height:210px
}
#steps .bgtext {
	opacity:0;
-webkit-transition:all .3s linear;
-moz-transition:all .3s linear;
transition:all .3s linear
}
#steps .animated .box, #steps .animated h2 {
	-webkit-transition:all 1.2s ease-out;
	-moz-transition:all 1.2s ease-out;
	transition:all 1.2s ease-out
}
#steps .animated h2 {
	margin-bottom:46px
}
#steps .animated h2:before {
-webkit-transition:height 1.2s ease-in .2s;
-moz-transition:height 1.2s ease-in .2s;
transition:height 1.2s ease-in .2s;
	top:0;
	height:600px
}
#steps .animated .bgtext {
	opacity:.08;
	-webkit-transition:all 1.2s ease-out;
	-moz-transition:all 1.2s ease-out;
	transition:all 1.2s ease-out
}
#steps .box:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	opacity:0;
transition:all .5s ease;
	transform:translate(50px, 0)
}
#steps div:nth-child(2n) .box:before {
transform:translate(-50px, 0)
}
#steps .animated .box:before {
	opacity:1;
	transition:all 1s ease;
	transform:translate(0, 0)!important
}
#steps .step0 .text p, #steps .step1 .text p, #steps .step2 .text p, #steps .step3 .text p, #steps .step4 .text p, #steps .step5 .text p, #steps .step6 .text p, #steps .step7 .text p {
	opacity:.75
}
#steps .step0 .box {
	position:relative;
	padding-top:425px
}
#steps .step0 .box:before {
	background:url(../images/bg_step1.png) 100% 100% no-repeat
}
#steps .step0.animated .box {
	padding-top:125px
}
#steps .step0.animated .bgtext {
	top:124px
}
#steps .step0 .bgtext {
	top:324px;
	left:257px
}
#steps .step0 h2:before, #steps .step1 h2:before {
	content:'';
	left:-211px
}
#steps .step0 h2 {
	position:relative;
	padding:48px 0 15px;
	margin-left:211px;
	max-width:500px
}
#steps .step0 h2:before {
	width:167px;
	position:absolute;
	background:url(../images/sprite_steps_alt.png) 25px 0 no-repeat
}
#steps .step0 .text {
	margin-left:211px;
	width:460px
}
#steps .step0 .text .btn {
	margin:20px 0 0;
	color:#000;
	font-weight:700;
	padding:0 34px
}
#steps .step1 {
	background-image:url(../images/bg_step5.jpg)
}
#steps .step1 .box {
	position:relative;
	padding-top:422px
}
#steps .step1 .box:before {
	background:url(../images/bg_step2.png) 0 100% no-repeat
}
#steps .step1.animated .box {
	padding-top:122px
}
#steps .step1 h2 {
	color:#c3a17d;
	position:relative;
	padding:48px 0 15px;
	margin-left:712px;
	max-width:430px
}
#steps .step1 h2:before {
	width:167px;
	position:absolute;
	background:url(../images/sprite_steps_alt.png) -165px 0 no-repeat
}
#steps .step1 .text {
	margin-left:712px;
	width:460px
}
#steps .step1 .text .btn {
	margin:20px 0 0;
	font-weight:700;
	padding:0 34px
}
#steps .step2 .box {
	position:relative;
	padding-top:422px
}
#steps .step2 .box:before {
	background:url(../images/bg_step6.jpg) 100% 50% no-repeat
}
#steps .step2.animated .box {
	padding-top:122px
}
#steps .step2.animated .bgtext {
	top:114px
}
#steps .step2 .bgtext {
	top:314px;
	left:236px
}
#steps .step2 h2:before, #steps .step3 h2:before {
	left:-190px;
	content:''
}
#steps .step2 h2 {
	position:relative;
	padding:48px 0 15px;
	margin-left:190px;
	max-width:530px
}
#steps .step2 h2:before {
	width:167px;
	position:absolute;
	background:url(../images/sprite_steps_alt.png) -330px 0 no-repeat
}
#steps .step2 .text {
	margin-left:190px;
	width:460px
}
#steps .step2 .text .btn {
	margin:20px 0 0;
	font-weight:700;
	padding:0 34px
}
#steps .step3 .text, #steps .step3 h2 {
	margin-left:712px
}
#steps .step3 {
	background-color:#15181d;
	background-image:url(../images/pro4_main.jpg);
	background-position:top center;
	color:#fff
}
#steps .step3 .box {
	position:relative;
	padding-top:422px
}
#steps .step3 .box:before {
	background:url(../images/bg_step4.png) 0 100% no-repeat
}
#steps .step3.animated .box {
	padding-top:122px
}
#steps .step3 h2 {
	color:#c3a17d;
	position:relative;
	padding:48px 0 15px
}
#steps .step3 h2:before {
	width:167px;
	position:absolute;
	background:url(../images/sprite_steps_alt.png) -500px 0 no-repeat
}
#steps .step3 .text .btn {
	margin:20px 0 0;
	font-weight:700;
	padding:0 34px
}
#steps .step4 .box {
	position:relative;
	padding-top:425px
}
#steps .step4 .box:before {
	background:url(../images/bg_step5.png) 100% 100% no-repeat
}
#steps .step4.animated .box {
	padding-top:125px
}
#steps .step4.animated .bgtext {
	top:124px
}
#steps .step4 .bgtext {
	top:324px;
	left:257px
}
#steps .step4 h2:before, #steps .step5 h2:before {
	content:'';
	left:-211px
}
#steps .step4 h2 {
	position:relative;
	padding:48px 0 15px;
	margin-left:211px;
	max-width:500px
}
#steps .step4 h2:before {
	width:150px;
	position:absolute;
	background:url(../images/sprite_steps_alt.png) -668px 0 no-repeat
}
#steps .step4 .text {
	margin-left:211px;
	width:460px
}
#steps .step4 .text .btn {
	margin:20px 0 0;
	color:#000;
	font-weight:700;
	padding:0 34px
}
#steps .step5 .box {
	position:relative;
	padding-top:422px
}
#steps .step5 {
	background-color:#15181d;
	background-image:url(../images/pro7_main.jpg);
	background-position:top center;
	color:#fff
}
#steps .step5 .box:before {
	background:url(../images/bg_step8.png) 0 100% no-repeat;
	left:-52px
}
#steps .step5.animated .box {
	padding-top:122px
}
#steps .step5 h2 {
	color:#c3a17d;
	position:relative;
	padding:48px 0 15px;
	margin-left:712px;
	max-width:430px
}
#steps .step5 h2:before {
	width:167px;
	position:absolute;
	background:url(../images/sprite_steps_alt.png) -823px 0 no-repeat
}
#steps .step5 .text {
	margin-left:712px;
	width:460px
}
#steps .step5 .text .btn {
	margin:20px 0 0;
	font-weight:700;
	padding:0 34px
}
#steps .step6 .box {
	position:relative;
	padding-top:422px
}
#steps .step6 .box:before {
	background:url(../images/bg_step7.png) 100% 50% no-repeat
}
#steps .step6.animated .box {
	padding-top:122px
}
#steps .step6.animated .bgtext {
	top:114px
}
#steps .step6 .bgtext {
	top:314px;
	left:236px
}
#steps .step6 h2:before, #steps .step7 h2:before {
	left:-190px;
	content:''
}
#steps .step6 h2 {
	position:relative;
	padding:48px 0 15px;
	margin-left:190px;
	max-width:530px
}
#steps .step6 h2:before {
	width:167px;
	position:absolute;
	background:url(../images/sprite_steps_alt.png) -990px 0 no-repeat
}
#steps .step6 .text {
	margin-left:190px;
	width:460px
}
#steps .step6 .text .btn {
	margin:20px 0 0;
	font-weight:700;
	padding:0 34px
}
#steps .step7 .text, #steps .step7 h2 {
	margin-left:712px
}
#steps .step7 {
	background-color:#15181d;
	background-image:url(../images/pro7_main.jpg);
	background-position:top center;
	color:#fff
}
#steps .step7 .box {
	position:relative;
	padding-top:422px
}
#steps .step7 .box:before {
	background:url(../images/bg_step8.png) 0 100% no-repeat
}
#steps .step7.animated .box {
	padding-top:122px
}
#steps .step7 h2 {
	color:#c3a17d;
	position:relative;
	padding:48px 0 15px
}
#steps .step7 h2:before {
	width:167px;
	position:absolute;
	/*background:url(../images/sprite_steps_alt.png) -1146px 0 no-repeat*/
	background:url(../images/sprite_steps_alt.png) -823px 0 no-repeat
}
#steps .step7 .text .btn {
	margin:20px 0 0;
	font-weight:700;
	padding:0 34px
}
section.popup .close, section.popup .top-close {
	text-decoration:none;
	color:#fff;
	padding-left:31px;
	font-size:11px;
	line-height:32px;
	font-weight:700;
	text-transform:uppercase
}
section.popup {
	position:fixed;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	background-color:#101318;
	display:block;
	z-index:70;
	color:#fff
}
section.popup .close {
	display:none;
	position:absolute;
	left:50%;
	margin-left:-600px;
	top:95px;
	width:166px;
	height:32px;
	background:url(../images/close.png) 50% 0 no-repeat;
	z-index:40
}
section.popup .btno {
	position:absolute;
	right:50%!important;
	margin-right:-600px;
	top:95px;
	z-index:99999;
	font-size:1.2em;
	color:#fff;
	border:1px solid #8b715a;
	padding:.2% 1.6%;
	display:none
}
section.popup #catalog .list .open .btno {
	display:block
}
.modal {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:999999;
	background:rgba(0, 0, 0, .9);
	display:none
}
.al {
	width:80%;
	max-width:1198px;
	max-height:800px;
	margin:6% auto 0;
	position:relative
}
.al .close {
	display:block;
	width:43px;
	height:43px;
	line-height:32px;
	background:url(../images/guanbi.png) 50% 0 no-repeat;
	z-index:40;
	color:#fff;
	text-indent:4%;
	position:absolute;
	right:30px;
	top:30px
}
section.popup .top-close {
	display:block;
	margin:0;
	position:absolute;
	left:300px;
	top:33px;
	height:32px;
	z-index:50
}
section.popup .top-close:before {
	content:'';
	position:absolute;
	height:32px;
	width:32px;
	display:block;
	left:0;
	top:0;
	background:url(../images/close.png) no-repeat
}
section.popup .top-close:hover {
	color:#c3a17d
}
section.popup .top-close:hover:before {
	background-position:0 100%
}
section.popup #catalog {
	background-color:#15181d;
	z-index:40;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
section.popup #catalog .flex-direction-nav .name {
	opacity:1!important;
	color:#fff;
	font-size:21px;
	text-align:center;
	font-weight:700;
	width:300px;
	background-image:none!important
}
section.popup #catalog .catalog, section.popup #catalog .flex-viewport, section.popup #catalog .slider {
	width:100%;
	height:100%;
	position:relative;
	overflow:visible!important
}
section.popup #catalog .slides {
	position:relative;
	height:100%;
	overflow:hidden
}
section.popup #catalog .list {
	margin:0;
	padding:0;
	height:100%;
	min-width:100%;
	text-align:center;
	white-space:nowrap;
	word-spacing:-.18em;
	left:0;
	position:absolute;
	top:0;
	font-size:16px
}
section.popup #catalog .list .item {
	text-align:left;
	display:inline-block;
	vertical-align:top;
	height:100%;
	position:relative;
	cursor:pointer
}
section.popup #catalog .list .item.blank {
	visibility:hidden
}
section.popup #catalog .ctrl {
	height:100%;
	width:60px;
	display:block;
	position:absolute;
	top:0;
	z-index:40;
	cursor:pointer;
-webkit-transition:opacity .3s ease;
-moz-transition:opacity .3s ease;
transition:opacity .3s ease;
	opacity:1
}
section.popup #catalog .ctrl:hover {
	opacity:1
}
section.popup #catalog .ctrl:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:16px;
	height:32px;
	margin:-16px 0 0 -8px;
	background:url(../images/arrows.png) no-repeat
}
section.popup #catalog .ctrl.next {
	right:0
}
section.popup #catalog .ctrl.next:before {
	background-position:100% 0
}
section.popup .open {
	cursor:default!important;
	z-index:30
}
section.popup .open .title {
	opacity:0
}
section.popup .box .feature-block {
	display:inline-block;
	position:absolute;
	background-image:url(../images/dontdoit_bg.png);
	width:226px;
	height:69px;
	left:0;
	margin-left:-290px;
	top:33.5%;
	margin-top:-4%
}
section.popup .box .feature-block a {
	color:#fff;
	text-decoration:underline;
	padding-top:37px;
	font:300 12px/22px "Open Sans", sans-serif;
	position:relative;
	top:43px;
	left:22px
}
section.popup .box .feature-block a:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:37px;
	width:164px;
	background-image:url(../images/dontdoit_en.png)
}
section.popup .title {
	position:absolute;
	top:0;
	bottom:0;
	padding:72% 15px 0 0;
	background-color:#15181d;
	right:0;
	width:85px;
	z-index:15;
	color:#fff;
	font-size:30px;
	opacity:1;
-webkit-transition:opacity .3s ease-in;
-moz-transition:opacity .3s ease-in;
transition:opacity .3s ease-in
}
section.popup .title p {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg)
}
section.popup .bottle {
	top:0;
	left:100%;
	margin-left:-388px;
	width:600px;
	bottom:0;
	position:absolute;
	background-size:0;
	z-index:10
}
section.popup .bottle img {
	height:100%;
	display:block;
	margin:0 auto;
	position:relative;
	z-index:1
}
section.popup .wrap {
	overflow:hidden;
	position:relative;
	height:100%;
	padding-top:170px;
	background-position:50% 50%;
	background-color:#101318;
	background-size:cover;
	word-spacing:normal
}
section.popup .wrap .box {
	height:100%;
	width:100%;
	font-size:0;
	position:relative;
	max-width:1200px
}
section.popup .wrap .box:before {
	content:"";
	display:inline-block;
	min-height:inherit;
	height:100%;
	vertical-align:middle
}
section.popup .wrap .lex .preim-list {
	padding-left:48%!important
}
section.popup .wrap .lex .preim-list li {
	background-image:url(../images/spr_lex.png)!important
}
section.popup .wrap .lex .text {
	margin-right:40%!important
}
section.popup .wrap .lex .vol li {
	background-image:url(../images/vol_lex.png)!important
}
section.popup .wrap .lex .vol li:first-child {
	margin-right:3px
}
section.popup .wrap .lexult .preim-list li {
	background-image:url(../images/spr_lexult.png)!important
}
section.popup .wrap .lexult .vol li {
	background-image:url(../images/vol_lexult.png)!important
}
section.popup .wrap .prem .preim-list li {
	background-image:url(../images/spr_prem.png)!important
}
section.popup .wrap .prem .vol li {
	background-image:url(../images/vol_prem.png)!important
}
section.popup .wrap .nem .vol li {
	background-image:url(../images/vol_nem.png)!important
}
section.popup .wrap .nem .cell .text {
	margin-right:25%!important
}
section.popup .wrap .cell {
	white-space:normal;
	opacity:0;
	width:50%;
	width:600px;
	display:inline-block;
	vertical-align:middle;
	z-index:30;
	position:relative
}
section.popup .wrap .cell:first-child {
	left:0;
	margin-left:0
}
section.popup .wrap .cell:first-child+.cell {
	left:-600px
}
section.popup .wrap .cell .name {
	font-size:50px;
	font-weight:700;
	margin-bottom:6px
}
section.popup .wrap .cell .name.long {
	font-size:80px
}
section.popup .wrap .cell .subname {
	font-size:30px;
	color:#c3a17d;
	margin-bottom:3%
}
section.popup .wrap .cell .text {
	margin-right:30%
}
section.popup .wrap .cell .text p {
	margin-bottom:23px
}
section.popup .wrap .cell .bottom {
	margin-top:10%;
	width:100%
}
section.popup .wrap .cell .bottom .vol {
	float:left;
	margin-top:5px
}
section.popup .wrap .cell .bottom .vol li {
	float:left;
	width:52px;
	padding-top:99px;
	background:url(../images/vol.png) no-repeat;
	font-size:13px;
	text-transform:uppercase;
	color:#c3a17d
}
section.popup .wrap .cell .bottom .vol li.l175 {
	background-position:-360px 0;
	width:60px
}
section.popup .wrap .cell .bottom .vol li.l07 {
	background-position:-60px 0;
	width:50px
}
section.popup .wrap .cell .bottom .vol li.l05 {
	background-position:-120px 0;
	width:47px
}
section.popup .wrap .cell .bottom .vol li.l037 {
	background-position:-180px 0;
	width:45px
}
section.popup .wrap .cell .bottom .vol li.l025 {
	background-position:-240px 0;
	width:43px
}
section.popup .wrap .cell .bottom .vol li.l01 {
	background-position:-300px 0;
	width:43px
}
section.popup .wrap .cell .bottom .deg {
	float:right;
	width:274px;
	padding:10px 0 0 18px;
	height:83px;
	font-size:30px;
	background:url(../images/deg.png) 50% 50% no-repeat
}
section.popup .wrap .cell .bottom .deg span {
	margin-top:8px;
	color:#c3a17d;
	display:block;
	font-size:24px
}
section.popup .wrap .cell .preim-list {
	padding-left:40%;
83px 50% no-repeat;
	background-size:contain
}
section.popup .wrap .cell .preim-list li {
	margin:16px 0;
	font-size:13px;
	background-size:104px 520px;
	height:104px;
	padding:46px 0 0 150px;
	position:relative
}
section.popup .wrap .cell .preim-list li+* {
	background-position:0 -104px
}
section.popup .wrap .cell .preim-list li+*+* {
	background-position:0 -208px
}
section.popup .wrap .cell .preim-list li+*+*+* {
	background-position:0 -312px
}
section.popup .wrap .cell .preim-list li+*+*+*+* {
	background-position:0 -416px
}
section.popup .wrap .cell .preim-list li+*+*+*+*+* {
	background-position:0 -520px
}
section.popup .wrap .cell .preim-list li:before {
	content:'';
	position:absolute;
	left:-199px;
	width:226px;
	height:1px;
	top:50%;
	background:url(../images/item_hline.png) 50% 50% no-repeat no-repeat
}
@media screen and (max-height:800px) {
#catalog .cell .name {
line-height:80px
}
#catalog .cell .subname {
padding-bottom:16px;
margin-bottom:3%
}
#catalog .cell .bottom {
margin-top:3%!important
}
#catalog .cell .bottom .vol li {
padding-top:88px
}
#catalog .cell .text {
margin-right:10%
}
#catalog .cell .text p {
margin-bottom:10px
}
#steps .step3 .box {
padding-top:53px
}
#steps .step3 #years {
margin-top:46px
}
section.popup .wrap .lex .preim-list {
padding-left:30%!important
}
section.popup .wrap .cell .preim-list li {
height:76px;
background-size:76px;
padding:31px 0 0 133px;
position:relative
}
section.popup .wrap .cell .preim-list li+* {
background-position:0 -76px
}
section.popup .wrap .cell .preim-list li+*+* {
background-position:0 -152px
}
section.popup .wrap .cell .preim-list li+*+*+* {
background-position:0 -228px
}
section.popup .wrap .cell .preim-list li+*+*+*+* {
background-position:0 -304px
}
section.popup .wrap .cell .preim-list li+*+*+*+*+* {
background-position:0 -380px
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-device-pixel-ratio:3 / 2), only screen and (min-device-pixel-ratio:1.5) {
#steps h2:before {
background-image:url(../images/sprite_steps_alt@x3.png)!important;
background-size:1169px 999px!important
}
}
@media screen and (max-width:640px) {
main {
min-width:0
}
.box {
width:auto;
margin:0 36px
}
#steps .step1 .baloon140, #steps .step1 .baloon80, #steps .step3 #years .flex-direction-nav, #steps>div .bgtext, #stepsdiv.animated .bgtext {
display:none
}
#top .content .line3 {
margin-top:0
}
#top .down {
bottom:17px;
width:40px;
height:40px;
background-size:20px 10px;
background-color:#1e1f22;
border-radius:50%
}
#steps>div, #stepsdiv.animated {
padding:50px 0 0;
height:auto;
background-size:cover
}
#steps>div .box, #stepsdiv.animated .box {
padding:25px 0 60px!important;
opacity:1!important
}
#steps>div .text, #stepsdiv.animated .text {
width:auto!important
}
#steps>div .btn, #stepsdiv.animated .btn {
margin-top:40px
}
#steps>div h2, #stepsdiv.animated h2 {
margin:0!important;
padding-top:62px!important;
font-size:24px!important;
line-height:30px!important;
text-align:left!important
}
#steps>div h2 b, #stepsdiv.animated h2 b {
font-weight:400!important
}
#steps>div h2:before, #stepsdiv.animated h2:before {
position:absolute;
top:0!important;
left:0!important;
margin:0!important;
box-sizing:content-box;
border-radius:50%;
width:45px!important;
border:1px solid #c6a583;
height:45px!important;
background-size:45px 315px!important;
background-image:url(../images/sprite_steps_alt_1.png)!important
}
section.popup .item .wrap .cell .bottom, section.popup .item .wrap .cell .text {
box-sizing:border-box;
-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out
}
#steps .step0 h2:before {
background-position:0 3px
}
#steps .step0 .box:before {
background-position:50% 180px;
background-size:290px auto
}
#steps .step0 .box .text {
margin:345px 0 0!important
}
#steps .step1 h2:before {
background-position:0 -37px
}
#steps .step1 .box:before {
background-position:50% 150px;
background-size:298px auto
}
#steps .step1 .box .text {
margin:410px 0 0!important
}
#steps .step2 .box .text, #steps .step3 .box .text {
margin:355px 0 0!important
}
#steps .step2 h2:before {
background-position:0 -76px
}
#steps .step2 .box:before {
background-position:50% 150px;
background-size:288px auto
}
#steps .step3 h2:before {
background-position:0 -115px
}
#steps .step3 .box:before {
background-position:50% 130px;
background-size:288px auto
}
#steps .step4 h2:before {
background-position:0 -154px
}
#steps .step4 .box:before {
background-position:50% 125px;
background-size:328px auto
}
#steps .step4 .box .text {
margin:345px 0 0!important
}
#steps .step5 h2:before {
background-position:0 -193px
}
#steps .step5 .box:before {
background-position:80% 180px;
background-size:298px auto
}
#steps .step5 .box .text {
margin:410px 0 0!important
}
#steps .step6 .box .text, #steps .step7 .box .text {
margin:355px 0 0!important
}
#steps .step6 h2:before {
background-position:0 -232px
}
#steps .step6 .box:before {
background-position:50% 150px;
background-size:288px auto
}
#steps .step7 h2:before {
background-position:0 -191px
}
#steps .step7 .box:before {
background-position:50% 115px;
background-size:310px auto
}
section.popup .top-close {
left:10px;
top:10px
}
section.popup .close {
top:65px;
left:17px;
margin:0;
width:64px;
line-height:18px;
height:18px;
background-size:auto 30px;
padding-left:18px;
background-position:0 2px
}
section.popup .item .title {
padding:185px 0 0;
width:45px;
font-size:14px;
color:#c3a17d
}
section.popup .item .bottle {
margin:85px 0 0 -348px
}
section.popup .item .bottle .show-info {
position:absolute;
display:none;
width:90px;
height:43px;
top:91px;
left:50%;
margin-left:-89px;
background:url(../images/pluses.png) no-repeat;
z-index:50
}
section.popup .item .bottle .show-ingr {
position:absolute;
display:none;
width:90px;
height:43px;
top:167px;
left:50%;
margin-left:20px;
background:url(../images/pluses.png) 0 100% no-repeat;
z-index:50
}
section.popup .item.open .wrap .cell {
opacity:1!important;
position:absolute
}
section.popup .item.open .wrap .name, section.popup .item.open .wrap .subname {
left:-100%;
position:relative
}
section.popup .item.open .wrap .bottle .show-info, section.popup .item.open .wrap .bottle .show-ingr {
display:block
}
section.popup .item .wrap .cell .preim-list li:before, section.popup .item .wrap .cell .subname:after {
display:none
}
section.popup .item .wrap {
padding-top:96px
}
section.popup .item .wrap .cell {
vertical-align:top;
width:100%;
height:100%;
top:0;
left:100%!important
}
section.popup .item .wrap .cell .bottom, section.popup .item .wrap .cell .preim-list, section.popup .item .wrap .cell .text {
background-color:#15181d;
position:absolute;
width:100%;
left:0
}
section.popup .item .wrap .cell .active {
-ms-transform:translate(-100%, 0)!important;
-webkit-transform:translate(-100%, 0)!important;
transform:translate(-100%, 0)!important
}
section.popup .item .wrap .cell .name {
width:100%;
text-align:center;
opacity:1;
font-size:24px;
line-height:24px!important
}
section.popup .item .wrap .cell .subname {
font-size:18px;
text-align:center;
line-height:18px!important;
width:90%;
margin:20px auto 0
}
section.popup .item .wrap .cell .text {
z-index:20;
top:-96px;
padding:25% 36px 0 36px;
overflow:auto;
bottom:0;
margin-right:0!important;
transition:all .3s ease-out;
-ms-transform:translate(-200%, 0);
-webkit-transform:translate(-200%, 0);
transform:translate(-200%, 0);
position:absolute
}
.div-gb {
display:block!important
}
section.popup .item .wrap .cell .bottom {
bottom:0;
padding:377px 36px 24px;
margin-right:0;
transition:all .3s ease-out;
-ms-transform:translate(-200%, 0);
-webkit-transform:translate(-200%, 0);
transform:translate(-200%, 0)
}
section.popup .item .wrap .cell .bottom .deg {
background-size:contain;
background-position:0 0;
padding:8px 0 0 11px;
height:64px;
position:absolute;
top:300px;
float:none;
font-size:24px
}
section.popup .item .wrap .cell .bottom .deg span {
margin-top:3px;
font-size:21px
}
section.popup .item .wrap .cell .preim-list {
background-image:none;
top:-96px;
padding-top:24%;
bottom:0;
padding-left:0!important;
text-align:center;
-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
transition:all .3s ease-out;
-ms-transform:translate(100%, 0);
-webkit-transform:translate(100%, 0);
transform:translate(100%, 0)
}
section.popup .item .wrap .cell .preim-list li {
margin:0 0 40px 110px;
padding:50px 0 0 0
}
section.popup .item .wrap .cell .preim-list li p {
width:120px;
position:absolute;
bottom:-26px;
left:50%;
margin-left:-60px
}
section.popup .item .wrap .box {
margin:0
}
#catalog .flex-direction-nav {
width:300px;
top:65px;
margin-left:-150px
}
#catalog .flex-direction-nav li {
float:left;
padding:0 0 0 23px;
width:150px
}
#catalog .flex-direction-nav li.name {
position:absolute;
float:none;
top:47px;
left:0;
width:100%;
padding:0
}
#catalog .flex-direction-nav li.flex-nav-next {
padding:0 23px 0 0
}
#catalog .flex-direction-nav a {
display:block;
width:100%;
padding:0
}
}
@media screen and (max-width:320px) {
#steps>div .btn, #stepsdiv.animated .btn {
margin:10px 0 0 0!important
}
}
.Commentslider {
	margin:0 auto;
	position:relative;
	width:100%;
	max-width:1178px;
	height:auto;
	overflow:hidden;
	zoom:1
}
.Comment-viewport {
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease
}
.Commentslider .slides {
	zoom:1
}
.Commentslider .slides .img img {
	width:100%
}
.Comment-direction-nav a {
	width:60px;
	height:90px;
	line-height:99em;
	overflow:hidden;
	margin:-60px 0 0;
	display:block;
	background:url(../images/ad_ctr.png) no-repeat;
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=0);
-webkit-transition:all .3s ease
}
.Comment-direction-nav .Comment-next {
	background-position:0 -90px;
	right:0
}
.Comment-direction-nav .Comment-prev {
	left:0
}
.Commentslider:hover .Comment-next {
	opacity:.8;
	filter:alpha(opacity=25)
}
.Commentslider:hover .Comment-prev {
	opacity:.8;
	filter:alpha(opacity=25)
}
.Commentslider:hover .Comment-next:hover, .Commentslider:hover .Comment-prev:hover {
	opacity:1;
	filter:alpha(opacity=50)
}
.Comment-control-nav {
	display:none;
	width:100%;
	position:absolute;
	bottom:10px;
	text-align:center
}
.Comment-control-nav li {
	margin:0 5px;
	display:inline-block;
	zoom:1;
*display:inline
}
.Comment-control-paging li a {
	background:url(../images/dot.png) no-repeat 0 -16px;
	display:block;
	height:16px;
	overflow:hidden;
	text-indent:-99em;
	width:16px;
	cursor:pointer
}
.Comment-control-paging li a.Comment-active {
	background-position:0 0
}
#txtHint li {
	width:500px
}
.hg {
	width:30px;
	height:6px;
	background:#987e65;
	margin-bottom:3%
}
.div-gb {
	position:absolute;
	right:28px;
	top:55px;
	width:25px;
	height:25px;
	background:url(../images/div-gb.png) no-repeat;
	background-size:100%;
	display:none
}
