/*--------------------
Font
--------------------*/
@font-face {
	font-family: 'SFUIDisplay';
	src: url('../fonts/SFUIDisplay-Heavy.eot');
	src: url('../fonts/SFUIDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFUIDisplay-Heavy.woff2') format('woff2'),
		url('../fonts/SFUIDisplay-Heavy.woff') format('woff'),
		url('../fonts/SFUIDisplay-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'SFUIDisplay';
	src: url('../fonts/SFUIDisplay-Black.eot');
	src: url('../fonts/SFUIDisplay-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFUIDisplay-Black.woff2') format('woff2'),
		url('../fonts/SFUIDisplay-Black.woff') format('woff'),
		url('../fonts/SFUIDisplay-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'SFUIDisplay';
	src: url('../fonts/SFUIDisplay-Bold.eot');
	src: url('../fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFUIDisplay-Bold.woff2') format('woff2'),
		url('../fonts/SFUIDisplay-Bold.woff') format('woff'),
		url('../fonts/SFUIDisplay-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'SFUIDisplay';
	src: url('../fonts/SFUIDisplay-Semibold.eot');
	src: url('../fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFUIDisplay-Semibold.woff2') format('woff2'),
		url('../fonts/SFUIDisplay-Semibold.woff') format('woff'),
		url('../fonts/SFUIDisplay-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'SFUIDisplay';
	src: url('../fonts/SFUIDisplay-Medium.eot');
	src: url('../fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFUIDisplay-Medium.woff2') format('woff2'),
		url('../fonts/SFUIDisplay-Medium.woff') format('woff'),
		url('../fonts/SFUIDisplay-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'SFUIDisplay';
	src: url('../fonts/SFUIDisplay-Regular.eot');
	src: url('../fonts/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFUIDisplay-Regular.woff2') format('woff2'),
		url('../fonts/SFUIDisplay-Regular.woff') format('woff'),
		url('../fonts/SFUIDisplay-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'SFUIDisplay';
	src: url('../fonts/SFUIDisplay-Light.eot');
	src: url('../fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFUIDisplay-Light.woff2') format('woff2'),
		url('../fonts/SFUIDisplay-Light.woff') format('woff'),
		url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'SFUIDisplay';
	src: url('../fonts/SFUIDisplay-Ultralight.eot');
	src: url('../fonts/SFUIDisplay-Ultralight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFUIDisplay-Ultralight.woff2') format('woff2'),
		url('../fonts/SFUIDisplay-Ultralight.woff') format('woff'),
		url('../fonts/SFUIDisplay-Ultralight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'SFUIDisplay';
	src: url('../fonts/SFUIDisplay-Thin.eot');
	src: url('../fonts/SFUIDisplay-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFUIDisplay-Thin.woff2') format('woff2'),
		url('../fonts/SFUIDisplay-Thin.woff') format('woff'),
		url('../fonts/SFUIDisplay-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic');
/*--------------------
Resete styles
--------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}
html{
	line-height:1;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
th, td{
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}
a img{
	border:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
	display:block;
}
strong, b{
	font-weight:700;
}
/*--------------------
Default styles
--------------------*/
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
	color:#000;
	line-height:1.2;
	font-size:14px;
	font-family:'SFUIDisplay', sans-serif;
	min-width: 320px;
	font-weight: 400;
}
*{
	box-sizing:border-box;
	outline:none !important;
}
*:before, *:after{
	box-sizing:border-box;
}
.hide{
	display:none;
}
b, strong{
	font-weight:bold;
}
button, input[type="button"], input[type="submit"]{
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled], html input[disabled]{
	cursor:default;
}
button::-moz-focus-inner, input::-moz-focus-inner{
	padding:0;
	border:0;
}
/*--------------------
Bootstrap styles
--------------------*/
.clearfix:before, .clearfix:after, .row:before, .row:after{
	display:table;
	content:"";
	clear:both;
}
.container{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:768px){
	.container{
		width:750px;
	}
}
@media (min-width:992px){
	.container{
		width:970px;
	}
}
@media (min-width:1200px){
	.container{
		width:1170px;
	}
}
@media (min-width:1366px){
	.container{
		width:1230px;
	}
}
.container-fluid {
	margin-right:auto;
	margin-left:auto;
}
.row {
	clear:both;
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left;}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9 {width:75%}
.col-xs-8 {width:66.66666667%}
.col-xs-7 {width:58.33333333%}
.col-xs-6 {width:50%}
.col-xs-5 {width:41.66666667%}
.col-xs-4 {width:33.33333333%}
.col-xs-3 {width:25%}
.col-xs-2 {width:16.66666667%}
.col-xs-1 {width:8.33333333%}
@media (min-width:768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float:left; }
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:75%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:41.66666667%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:25%}
	.col-sm-2{width:16.66666667%}
	.col-sm-1{width:8.33333333%}
}
@media (min-width:992px){
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left;}
	.col-md-12{width:100%}
	.col-md-11{width:91.66666667%}
	.col-md-10{width:83.33333333%}
	.col-md-9{width:75%}
	.col-md-8{width:66.66666667%}
	.col-md-7{width:58.33333333%}
	.col-md-6{width:50%}
	.col-md-5{width:41.66666667%}
	.col-md-4{width:33.33333333%}
	.col-md-3{width:25%}
	.col-md-2{width:16.66666667%}
	.col-md-1{width:8.33333333%}
}
@media (min-width:1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left;}
	.col-lg-12{width:100%}
	.col-lg-11{width:91.66666667%}
	.col-lg-10{width:83.33333333%}
	.col-lg-9{width:75%}
	.col-lg-8{width:66.66666667%}
	.col-lg-7{width:58.33333333%}
	.col-lg-6{width:50%}
	.col-lg-5{width:41.66666667%}
	.col-lg-4{width:33.33333333%}
	.col-lg-3{width:25%}
	.col-lg-2{width:16.66666667%}
	.col-lg-1{width:8.33333333%}
}
.pull-right{float:right}
.pull-left{float:left}
.hide{display:none}
.show{display:block}
.invisible{visibility:hidden}
.hidden{display:none}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
/*-----------------------
		HEADER
-----------------------*/
header{
	color: #313131;
	padding-top: 38px;
	margin-bottom: 22px;
}
.logo{
	color: #313131;
	float: left;
	font-size: 15px;
	margin-right: 36px;
	vertical-align: middle;
	text-decoration: none;
}
.logo span{
	display: block;
	line-height: 8px;
}
.address{
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	margin-right: 33px;
	padding-top: 6px;
}
.address span{
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
}
.calc{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background-color: #f10101;
	border-radius: 3px;
	position: relative;
	text-decoration: none;
	padding: 10px 14px;
}
.calc:before{
	position:absolute;
	left:2px;
	top:1px;
	width:calc(100% - 1px);
	content: "";
	height:calc(100% - 1px);
	border-width: 4px 4px 4px 4px;
	border-radius: 3px;
	border-color: rgba(255,255,255,0.8) #df0202 #df0202 transparent;
	border-style: solid;
	border-top-left-radius: 3px;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	z-index: 2;
}
.calc:after{
	position:absolute;
	z-index: 1;
	border-top-right-radius: 15px;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	left:2px;
	top:1px;
	height:calc(100% - 4px);
	background-color: rgba(255,255,255,0.5);
	content: "";
	width: 4px;
	border-right:1px solid rgba(255,255,255,0.6);
}
.calc:hover:before{
	border-width: 4px 4px 4px 4px;
	border-color: #d10202 #ff2626 #ff2626 #d10202;
}
.calc:hover:after{
	background-color:transparent;
	border-right:transparent;
}
.phones{
	float: right;
	text-align: right;
}
.phones a{
	display: block;
	text-decoration: none;
}
.phones a .small{
	display: inline;
	font-weight: 400;
	font-size: 20px;
}
.phones a span{
	font-size: 24px;
	color: #313131;
	font-weight: 900;
}
.phones a.order-call{
	color: #0064ff;
	font-size: 19px;
	text-transform: uppercase;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	display: inline-block;
	font-weight: 900;
	border-bottom: 1px solid #0064ff;
}
.phones a.order-call:hover{
	border-bottom: 1px solid transparent;
}
/*-----------------------
		HEADER
-----------------------*/
nav{
	background-color: #ffed00;
	margin-bottom: 13px;
}
nav.fixed{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}
.nav-list li{
	float: left;
	position: relative;
	min-width: 171px;
	text-align: center;
}
.nav-list li:last-child:before{
	width: 0;
}
.nav-list li:before{
	position:absolute;
	right:0px;
	top:50%;
	-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
	width:1px;
	height:28px;
	content: "";
	background-color: #fff;
	-webkit-transition: .5s ease;
			transition: .5s ease;
}
.nav-list li.hovered:before{
	height:100%;
}
.nav-list li a{
	text-decoration: none;
	font-size: 19px;
	padding: 5px 0px 9px;
	display: block;
	color: #000;
	font-weight: 600;
	-webkit-transition: .5s ease;
			transition: .5s ease;
}
.nav-list li a:hover{
	background-color: #fff;
}
/*-----------------------
		WINDOW
-----------------------*/
h1{
	font-size: 48px;
	color: #454545;
	font-weight: 800;
	text-align: center;
}
.window .sub_title{
	line-height: 35px;
	font-size: 31px;
	text-align: center;
	color: #454545;
	margin-bottom: 14px;
}
.window .img_block {
	position: relative;
	display: inline-block;
}
.window .sub_title span{
	font-weight: 700;
}
.window .main_img {
	left: 48%;
	position: absolute;
	top: 5px;
	z-index: -1;
}
.sale{
	background-color: #ffed00;
	border:5px solid #fff;
	border-radius: 7px;
	float: right;
	margin-top: 67px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.4);
}
.sale .desc {
	color: #000000;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.sale .sale_block{
	padding: 0 58px 48px;
	position: relative;
}
.sale .title{
	color: #fff;
	padding: 0 58px;
	text-transform: uppercase;
	font-size: 60px;
	display: block;
	text-align: center;
	font-weight: 800;
	background-color: #0033ff;
}
.sale .name{
	font-size: 50px;
	color: #000;
	font-weight: 600;
	display: block;
	text-align: center;
}
.sale .persent{
	font-size: 99px;
	font-weight: 800;
	line-height: 80px;
	display: block;
	text-align: center;
}
.sale .rng{
	font-size: 51px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}
.sale .calc span{
	display: block;
	text-transform: uppercase;
	text-align: center;
}
.sale .calc .top{
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 4px;
}
.sale .calc .bott{
	font-size: 19px;
	font-weight: 500;
	white-space: nowrap;
}
.sale .calc{
	padding:15px 29px 19px;
	position: absolute;
	left: 50%;
	bottom: -52px;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.window.bottom{
	background-color: #fffbd2;
	padding-top: 43px;
}
.window.bottom .main_img{
	z-index: 2;
	left: 60%;
}
.window.bottom .img_block > img{
	position: relative;
	z-index:3;
}
.window.bottom .sale{
	position: relative;
	z-index: 4;
}
/*-----------------------
		ABOUT
-----------------------*/
.about{
	background-color: #f6f3f3;
	padding-top: 50px;
	padding-bottom: 60px;
}
.about .title{
	margin-bottom: 22px;
}
h2{
	font-size: 52px;
	color: #4e4e4e;
	font-weight: 800;
	text-align: center;
	padding-bottom: 35px;
}
h2.title{
	position: relative;
}
h2.title:before{
	position:absolute;
	left:50%;
	-webkit-transform: translate(-50%,0);

			transform: translate(-50%,0);
	bottom:0px;
	width:116px;
	height:12px;

	content: "";
	background-color: #ffe80f;
}
.about li{
	float: left;
	position: relative;
	min-height: 1px;
	display: block;
	width: 20%;
}
.about .img_block{
	display: block;
	text-align: center;
	margin-bottom: 14px;
	height: 128px;
	line-height: 128px;
}
.about .img_block img{
	display: inline-block;
	vertical-align: middle;
}
.about .qty{
	display: block;
	font-size: 45px;
	font-weight: 600;
	color: #454545;
	text-align: center;
}
.about .desc{
	display: block;
	margin: 0 auto;
	color: #454545;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
/*-----------------------
		PRICES
-----------------------*/
.prices h2{
	padding-bottom: 33px;
	margin-bottom: 28px;
}
.prices .title:before{
}
.price_block{
	text-align: center;
	float: left;
	width: 33.33%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.price_block .name{
	display: block;
	margin-bottom: 4px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	color: #454545;
}
.price_block .spec{
	display: block;
	font-size: 21px;
	margin-bottom: 4px;
	color: #454545;
}
.price_block .img_block{
	display: block;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	background-size: 100% auto;
}
.price_block .img_block img{
	display: block;
}
.prices {
	padding-top: 41px;
	padding-bottom: 67px;
}
.prices .calc{
	display: block;
	padding-left: 0;
	padding-right: 0;
	max-width: 242px;
	margin: 0 auto 21px;
}
.more{
	color: #0064ff;
	border-bottom:1px solid #8fbbff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 23px;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	display: inline-block;
}
.more:hover{
	border-bottom:1px solid transparent;
}
/*-----------------------
		CREDIT
-----------------------*/
.credit h2{
	font-size: 51px;
	padding-bottom: 18px;
}
.credit .inside_block{
	background-image: url("../img/woman_rassrochkaa.png");
	background-position: 48% center;
	padding-bottom: 42px;
	padding-top: 44px;
	background-size: cover;
	text-align: right;
}
.credit .credit_block{
	position: relative;
	display: inline-block;
	max-width: 679px;
	background-color:#f10101;
	padding: 27px 23px 18px 25px;
	margin-bottom: 56px;
}
.credit .credit_block:before{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	width:calc(100% - 22px);
	height:calc(100% - 16px);
	content: "";
	border: 2px solid #fff;
}
.credit .credit_block h3{
	color: #fff;
	text-transform: uppercase;
	font-size:36px;
	font-weight: 900;
	margin-bottom: 5px;
	text-align: center;
}
.credit .credit_block p{
	font-size: 36px;
	letter-spacing: -0.3px;
	line-height:50px;
	color: #fff;
	margin-bottom: 11px;
	text-align: center;
	font-weight: 300;
}
.credit .credit_block .qty{
	font-size: 36px;
	font-weight: 700;
}
.credit .credit_block .top{
	display: block;
	text-align: center;
}
.credit .credit_block span.new{
	font-size: 23.57px;
	color: #000;
	font-weight: 500;
}
.credit_block span.new .qty{
	font-size: 23.57px;
	font-weight: 900;
}
.credit .sale{
	max-width: 380px;
	margin-left: 74px;
	margin-top: 10px;
}
.credit .card_block_cover{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	padding-left: 36px;
	padding-right: 36px;
}
.credit .card_block{
	margin-left: 10px;
	margin-right: 10px;
}
/*-----------------------
		PER-MONTH
-----------------------*/
.per-month{
	background-color: #ffed00;
	padding-top: 23px;
	padding-bottom: 12px;
}
.per-month h3{
	font-size: 39px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 29px;
	color: #303030;
}
.per-month li{
	display: inline-block;
/*	padding-left: 15px;
	padding-right: 15px;*/
	width: 33.33%;
	max-width: 365px;
}
.per-month li input{
	width: 100%;
	position: relative;
	height: 46px;
	border:1px solid #000;
	padding-left: 50px;
	font-size: 17px;
	font-family: "SFUIDisplay",sans-serif;
}
.per-month li.duration input{
	padding-left: 45px;
}
.per-month li.numb input{
	padding-left: 44px;
}
.per-month li:last-child{
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-top: 39px;
}
.per-month .calc{
	border:none;
}
.per-month ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	max-width: 1155px;
	justify-content: space-between;
	margin-bottom: 6px;
}
.per-month li{
	position: relative;
}
.per-month li label{
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	position: absolute;
	width: 40px;
	top: 0;
	left: 0;
	z-index: 1;
}
.per-month li.qty label{
	background-image: url('../img/noun_984051_cc.svg');
	background-size: 23px auto;
	background-position:15px 70%;
}
.per-month li.duration label{
	background-image: url('../img/noun_1098213_cc.svg');
	background-size: 31px auto;
	background-position: 9px 100%;
}
.per-month li.numb label{
	background-position: 15px 12px;
	background-size: 22px auto;
	background-image: url('../img/noun_1234728_cc.svg');
}
.per-month li button{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
	padding: 10px 27px;
}
.per-month .beware{
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 310px;
}
/*-----------------------
		WIN-FOR
-----------------------*/
.win-for {
	padding-top: 48px;
	padding-bottom: 64px;
}
.win-for .title {
	margin-bottom: 23px;
}
.win-for .demomstration{
	float: left;
	min-height: 1px;
	position: relative;
	width: 25%;
}
.win-for .demomstration .img_block{
	height: 174px;
	background-position: center center;
	background-size: 100% auto;
	position: relative;
}
.win-for .demomstration .img_block:hover:before{
	background-color:rgba(0,100,255,0.4);
}
.win-for .demomstration .img_block:before{
	position:absolute;
	content: "";
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	width:100%;
	height:100%;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	background-color:rgba(0,100,255,0);
}
.win-for .img_cover_block{
	background-color: #f6f3f3;
	padding: 10px 11px;
}
.win-for .cover_inside_block .title{
	text-align: center;
	font-size: 21px;
	margin-bottom: 8px;
	color: #454545;
	font-weight: 700;
}
.win-for .demomstration .more{
	position: absolute;
	opacity: 0;
	z-index: -1;
	top: 50%;
	padding: 6px 30px;
	line-height: 1;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	color: #fff;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	text-decoration: none;
	border:2px solid #fff;
}
.win-for .demomstration .img_block:hover .more{
	opacity: 1;
	z-index: 1;
}
/*-----------------------
		PARTNERS
-----------------------*/
.partners{
	border-top:2px solid #dadada;
	border-bottom:2px solid #dadada;
	padding-top: 37px;
	padding-bottom: 59px;
}
.partners .title {
	margin-bottom: 31px;
}
.partners ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.partners ul li{
	display: inline-block;
	align-self: center;
}
.partners ul li a{
	-webkit-transition: .5s ease;
			transition: .5s ease;
}
.partners ul li a:hover{
	opacity: 0.7;
}
.partner_block {
	display: block;
}
.partner_block img{
	max-height: 102px;
	width: auto;
	max-width: 164px;
	height: auto;
}
/*-----------------------
		COMPARE
-----------------------*/
.compare{
	overflow: hidden;
	padding-top: 41px;
	border-bottom:2px solid #dadada;
	padding-bottom: 66px;
}
.compare h2{
	max-width: 80%;
	margin: 0 auto 34px;
}
.compare ul{
	float: left;
	width: 25%;
}
.compare .img_block{
	display:block;
	position: relative;
	height: 303px;
	line-height: 303px;
	background-color: #f6f3f3;
}
.bestseller{
	position: relative;
}
.bestseller:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:3px solid #ff0000;
	content: "";
}
.bestseller:after{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	content: "";
	background-image: url('../img/hit.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.bestseller li.title{
	background-color: transparent;
}
.bestseller li{
	background-color: #ffe80f;
}
.bestseller li.follow_block{
	position: relative;
	z-index: 10;
	background-color: transparent;
}
.compare .img_block:before{
	position:absolute;
	background-color: #f6f3f3;
	left:0px;
	content: "";
	z-index: -1;
	top:0px;
	width:800%;
	height:100%;
}
.compare .img_block:after{
	position:absolute;
	background-color: #f6f3f3;
	right:0px;
	content: "";
	z-index: -1;
	top:0px;
	width:800%;
	height:100%;
}
.compare .img_block img{
	display: inline-block;
	vertical-align: middle;

}
.compare ul.title-list {
	font-size: 21px;
	font-weight: 700;
	text-align: left;
	border-bottom:none;
}
.compare ul.title-list span{
	max-width:100%;
	padding-left: 40px;
}
.compare ul.title-list span.img_block{
	padding-left: 0;
}
.compare ul li.title{
	border-bottom: none;
	padding: 0;
}
.compare ul{
	font-size: 22px;
	text-align: center;
	color: #313131;
}
.compare ul li{
	border-bottom: 1px solid #303030;
	padding-top: 7px;
	color: #454545;
	padding-bottom: 7px;
}
.compare ul li.follow_block{
	border-bottom: transparent;
}
.compare ul li span{
	max-width:60%;
	display: block;
	color: #454545;
	margin: 0 auto;
}
.compare .name{
	display: block;
	font-weight: 800;
}
.compare .calc {
	margin-top: 14px;
	margin-bottom: 3px;
}
/*-----------------------
		WHU-US
-----------------------*/
.why-us {
	padding-top: 39px;
	padding-bottom: 24px;
}
.why-us .title {
	margin: 0 auto 20px;
	max-width: 80%;
}
.why-us .why-block{
	float: left;
	width: 33.33%;
	padding-left: 25px;
	margin-bottom: 15px;
	padding-right: 25px;
}
.why-us .cover_img{
	padding: 25px;
	margin-bottom: 5px;
}
.why-us .img-block{
	height: 200px;
	width: 200px;
	background-position: center center;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
	position: relative;
}
.why-us .why-block p{
	font-size: 21px;
	max-width: 80%;
	margin: 0 auto;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	height: 49px;
	color: #333;
}
.why-us .why-block p span{
	font-weight: 800;
}
.why-us .img-block .more{
	border: 2px solid #ffffff;
	color: #ffffff;
	left: 50%;
	line-height: 1;
	opacity: 0;
	padding: 6px 30px;
	position: absolute;
	text-decoration: none;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	transition: all 0.5s ease 0s;
	z-index: -1;
}
.why-us .img-block:hover .more{
	opacity: 1;
	z-index: 1;
}
.why-us .img-block:before{
	background-color: rgba(0, 100, 255, 0);
	content: "";
	height: 100%;
	border-radius: 50%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
	width: 100%
}
.why-us .img-block:hover:before{
	background-color: rgba(0, 100, 255, 0.4);
}
.why-us .why-desc-info{
	font-size: 21px;
	color: #333;
	text-align: center;
	display: block;
	font-weight: 300;
}
/*-----------------------
		ACTION
-----------------------*/
.action h2{
	padding-bottom: 31px;
}
.action .inside_action{
	padding-top: 44px;
	padding-bottom: 39px;
}
.action .bg-block{
	background-color:#f6f3f3;
}
.action h2 span{
	font-weight: 500;
}
.action h2 span span{
	font-weight: 700;
}
.action .action-block{
	max-width: 404px;
	text-align: center;
	position: relative;
	z-index: 10;
	float: right;
	background-color: #fff;
	padding-bottom: 30px;
	border:6px solid #fff;
	margin-top: 43px;
	border-radius: 6px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
}
.action .action-block form{
	padding:6px 45px 19px;
	background-color: #ffed00;
	border-radius: 2px;
	margin-bottom: 21px;
}
.action .action-block span{
	display: block;
}
.action .action-block .title{
	color: #000;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 800;
}
.action .action-block .qty{
	color: #f00;
	font-size: 72px;
	font-weight: 900;
	line-height: 68px;
}
.action .action-block .desc{
	font-size: 36px;
	color: #000;
	font-weight: 500;
}
.action .action-block input[type="text"]{
	font-size: 18px;
	border-radius: 3px;
	height: 42px;
	margin-bottom: 17px;
	width: 100%;
	text-align: center;
	border:1px solid transparent;
}
.action .action-block button{
	border:none;
	display: block;
	margin-bottom: 1px;
	width: 100%;
	font-weight: 600;
	font-size: 21px;
	font-family: "SFUIDisplay",sans-serif;
}
.beware{
	font-size: 11px;
	padding-left: 12px;
	background-image: url('../img/lock.png');
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
}
.action .action-block input::-webkit-input-placeholder {opacity:1;color:#333333;text-align: center;}
.action .action-block input::-moz-placeholder          {opacity:1;color:#333333;text-align: center;}
.action .action-block input:-moz-placeholder           {opacity:1;color:#333333;text-align: center;}
.action .action-block input:-ms-input-placeholder      {opacity:1;color:#333333;text-align: center;}
.action .img_block{
	display:inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 60%;
}
.action .img_block .inside_img_block{
	position: absolute;
	top: 0;
	right:-44%;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.action .img_block .inside_img_block{
	float: right;
}
.action .cover_outside{
	max-width: 1140px;
	margin: 0 auto;
}
/*-----------------------
		COUNTER
-----------------------*/
.flip-clock-divider .flip-clock-label{
	bottom: -15px;
	right: -41px;
	top: 59px;
}
.flip-clock-wrapper ul li a div div.inn{
	font-size: 47px;
}
.flip-clock-wrapper ul{
	margin: 0;
	width: 28px;
	height: 55px;
}
.flip-clock-wrapper ul li{
	line-height: 55px;
}
.flip-clock-dot{
	background-color: transparent;
	box-shadow: none;
}
.flip-clock-divider{
	width: 5px;
}
.flip-clock-wrapper ul{
	border-radius: 0;
}
.flip-clock-wrapper ul li a div div.inn{
	border-radius: 0;
}
.flip-clock-wrapper ul li a div.down{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.counter.flip-clock-wrapper ul:nth-of-type(odd){
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	overflow: hidden;
}
.counter.flip-clock-wrapper ul:nth-of-type(even){
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	overflow: hidden;
}
.flip-clock-wrapper ul li a div.up::after{
	background-color: #fff;
}
.flip-clock-wrapper{
	margin: 0 auto;
	text-align: center;
	max-width: 241px;
}
.flip-clock-divider{
	height: 1px;
}
.flip-clock-divider.seconds .flip-clock-label{
	right: -44px;
}
.flip-clock-divider.minutes .flip-clock-label{
	right: -43px;
}
/*-----------------------
		SAVE
-----------------------*/
.save {
	padding-top: 39px;
	text-align: center;
	padding-bottom: 55px;
}
.save .cover_block{
	position: relative;
}
.save .cover_block:before{
	border: 3px solid #ffed00;
	content: "";
	height: 81%;
	left: 50%;
	position: absolute;
	top: 44%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
	max-width: 1073px;
}
.save .title{
	margin-bottom: 18px;
	padding-left: 21px;
	padding-right: 21px;
	display: inline-block;
	background-color: #fff;
}
.save .desc{
	font-size: 31px;
	font-weight: 500;
	margin: 0 auto 30px;
	max-width: 65%;
	color: #454545;
	text-align: center;
}
.save .desc span{
	font-weight: 800;
}
.big_grammar_block{
	max-width: 760px;
	margin:0 auto 28px;
}
.big_grammar_block li{
	display: inline-block;
	width: 50%;
	float: left;
}
.big_grammar_block li a{
	display: block;
	max-width: 242px;
	margin: 0 auto;
}
.big_grammar_block li a img{
	display: block;
	width: 100%;
}
.small_grammar_block{
	max-width: 1002px;
	padding-left: 21px;
	padding-right: 21px;
	margin: 44px auto 38px;
	background-color: #fff;
}
.small_grammar_block ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.small_grammar_block ul li{
	display: inline-block;
}
.small_grammar_block ul li a{
	display: block;
	max-width: 80px;
	position: relative;
	border:4px solid #110002;
}
.small_grammar_block ul li a:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	content:"";
	background-color:rgba(75,240,174,0);
}
.small_grammar_block ul li a:hover:before{
	background-color:rgba(75,240,174,0.6);
}
.small_grammar_block ul li a img{
	display: block;
	width: 100%;
}
/*-----------------------
		OUR-WORKS
-----------------------*/
.our-works{
	background-color: #f6f3f3;
	text-align: center;
	padding-top: 21px;
	padding-bottom: 51px;
}
.our-works h2.title{
	margin-bottom: 33px;
}
.our-works .gall-block a{
	display: block;
}
.our-works .gall-block a img{
	display: block;
	width: 100%;
}
.our-works .gall-block{
	margin-bottom: 30px;
}
.our-works .calc{
	margin-top: 21px;
}
/*-----------------------
		COMMENTS
-----------------------*/
.comments{
	font-family: 'Open Sans', sans-serif;
	padding-top: 40px;
	overflow: hidden;
}
.comments .comment_block:nth-child(2n+1){
	clear: both;
}
.comments .title{
	font-family: 'SFUIDisplay',sans-serif;
	margin-bottom: 32px;
}
.comments .comment_block{
	font-size: 14px;
	font-style: italic;
	margin-bottom: 33px
}
.comment_block-cover{
	position: relative;
	background-color: #f8f5f5;
	padding:12px 25px 20px;
	min-height: 252px;
	margin-bottom: 19px;
}
.comment_block-cover .comment_title{
	font-weight: 700;
}
.comment_block-cover:before{
	position:absolute;
	left:150px;
	bottom:-28px;
	width:100%;
	height:100%;
	content: "";
	background-image: url('../img/thing.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	opacity: 1;
}
.comment_block .comment_block-cover p{
	line-height: 22px;
}
.comment_block .img_block{
	display: inline-block;
	max-width: 153px;
	border-radius: 50%;
	overflow: hidden;
	height: 150px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.comments .info_block .name{
	font-size: 14.28px;
	font-weight: 700;
}
.comments .info_block{
	padding-top: 8px;
	display: inline-block;
	vertical-align: top;
}
/*-----------------------
		MORE-COMMENTS
-----------------------*/
.more-comments{
	background-image: url("../img/bg-testimonial.png");
	padding-bottom: 26px;
	background-repeat: no-repeat;
	padding-top: 26px;
	background-size:auto 100%;
	text-align: center;
}
.more-comments .calc{
}
.more-comments .grammar-slider a{
	display: block;
}
.more-comments .grammr-slide_block{
	margin-left: 30px;
	margin-right: 30px;
}
.more-comments .grammar-slider img{
	display: block;
	width: 100%;
}
.more-comments .slick-dots{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.more-comments .slick-dots li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.more-comments .slick-dots li button{
	font-size: 0;
	height: 15px;
	width: 15px;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	border-radius: 50%;
	border:1px solid #df0202 ;
	padding: 0;
	background-color: transparent
}
.more-comments .slick-dots li.slick-active button{
	background-color: #ffe80f;
}
/*-----------------------
		SETP_BLOCK
-----------------------*/
.steps {
	padding-top: 45px;
	padding-bottom:52px;
}
.steps h2{
	margin-bottom: 24px;
	font-weight: 600;
}
.steps h2 span{
	font-weight: 900;
}
.setp_block{
	color: #000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.setp_block:nth-of-type(odd):before{
	position: absolute;
	left: 35px;
	top: 100px;
	width: 100%;
	height: 100%;
	background-image: url('../img/arrow-next-right.png');
	background-repeat: no-repeat;
	content: "";
	background-position: right bottom;
}
.setp_block:nth-of-type(even):before{
	position: absolute;
	left:-45px;
	top: 100px;
	width: 100%;
	height: 100%;
	background-image: url('../img/arrow-next-left.png');
	background-repeat: no-repeat;
	content: "";
	background-position: left bottom;
}
.setp_block:last-child:before{
	background-image: none;
}
.setp_block:nth-of-type(2n){
	flex-direction: row-reverse;
}
.setp_block:nth-of-type(2n) .info_block{
	padding-left: 35px;
}
.setp_block .img_block:before,.setp_block .img_block:after{
	position:absolute;
	background-color: #ffed00;
	content: "";
}
.setp_block:nth-of-type(odd) .img_block:before,.setp_block:nth-of-type(even) .img_block:before{
	bottom:0px;
	width:6px;
	height:calc(100% - 6px);
}
.setp_block:nth-of-type(odd) .img_block:before{
	right:-6px;
}
.setp_block:nth-of-type(even) .img_block:before{
	left:-6px;
}
.setp_block:nth-of-type(odd) .img_block:after,.setp_block:nth-of-type(even) .img_block:after{
	bottom:-6px;
	width:100%;
	height:6px;
}
.setp_block:nth-of-type(odd) .img_block:after{
	right:-6px;
}
.setp_block:nth-of-type(even) .img_block:after{
	left:-6px;
}
.setp_block h3{
	font-size: 34.62px;
	font-weight: 900;
	color: #454545;
	margin-bottom: 12px;
}
.setp_block .img_block{
	position: relative;
	width: 50%;
	display: inline-block;
	background-size: 100% auto;
}
.setp_block .info_block{
	width: 50%;
	display: inline-block;
	align-self: center;
}
.setp_block .title{
	font-size: 36px;
	color: #454545;
	margin-bottom: 18px;
}
.setp_block span{
	display: block;
	font-size: 18px;
	line-height: 27px;
	color: #454545;
	font-weight: 300;
}
.setp_block .img_block{
	height: 415px;
	background-repeat: no-repeat;
	background-position: center center;
}
.setp_block ul{
	font-weight: 300;
	font-size: 18px;
}
.setp_block ul li{
	position: relative;
	padding-left: 10px;
	color: #454545;
	line-height: 27px;
}
.setp_block ul li:before{
	position:absolute;
	left:2px;
	top:50%;
	-webkit-transform: translate(-50%,0);
			transform: translate(-50%,0);
	width:5px;
	background-color: #454545;
	height:5px;
	content: "";
	border-radius: 50%;
}
/*-----------------------
		QUEST
-----------------------*/
.quest{
	background-image: url('../img/background-bottom-1.png');
	padding-top: 40px;
	padding-bottom: 71px;
	background-position: center center;
}
.quest h2{
	font-size: 51px;
	max-width: 80%;
	line-height: 49px;
	margin: 0 auto 5px;
}
.quest h2 span{
	font-weight: 700;
}
.quest .cover_block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.quest .adress{
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	color: #313131;
	margin-bottom: 59px;
}
.quest .adress ul{
	background-image: url('../img/point.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size:78px auto;
	padding-left: 89px;
	padding-right: 10px;
}
.manadger_block .img_block{
	width: 209px;
	height: 209px;
	position: relative;
	background-position: center center;
	background-size: 100% auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 11px;
}
.manadger_block .img_block:before{
	border:2px solid rgba(0,0,0,0.5);
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	content: "";
	width:215px;
	z-index: 2;
	height:215px;
	border-radius: 50%;
}
.manager-info .occup{
	font-size: 24px;
	margin-bottom: 59px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
.manager-info .name{
	color: #e30613;
	font-size: 24px;
	font-weight: 600;
	display: block;
}
.quest .phone{
	margin-bottom: 59px;
}
.quest .phone ul{
	background-image: url('../img/phone.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 60px;
	padding-left: 68px;
	padding-right: 60px;
}
.quest .phone li,.quest .phone li a{
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	text-decoration: none;
	display: block;
	color: #313131;
}
/*-----------------------
		CONTACT
-----------------------*/
.contact{
	background-color: #ffed00;
	padding-top: 52px;
	padding-bottom: 52px;
}
.contact h3{
	font-size: 24px;
	text-align: center;
	max-width: 45%;
	margin: 0 auto 27px;
}
.contact .cover_block{
	max-width: 572px;
	margin: 0 auto;
}
.contact .cover_block .subm_block{
	position: relative;
}
.contact .cover_block input{
	width: 100%;
	font-size: 18px;
	font-weight: 100;
	border: none;
	padding-left: 24px;
	height: 56px;
}
.contact .cover_block input::-webkit-input-placeholder {opacity:1;color:#111111;}
.contact .cover_block input::-moz-placeholder          {opacity:1;color:#111111;}
.contact .cover_block input:-moz-placeholder           {opacity:1;color:#111111;}
.contact .cover_block input:-ms-input-placeholder      {opacity:1;color:#111111;}
.contact .cover_block button{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-left: 31px;
	padding-right: 31px;
	background-color: #e30613;
	color: #fff;
	font-size: 21px;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	border: none;
}
.contact .cover_block button:hover{
	background-color: #d10202;
}
.contact .beware{
	margin-left: 12px;
}
/*-----------------------
		FOOTER
-----------------------*/
footer{
	padding-top: 35px;
	overflow: hidden;
}
footer h2{
	padding-bottom: 18px;
}
footer #map{
	position: relative;
}
footer .cover_block{
	position: absolute;
	top: 45px;
	left: 109px;
	width: 100%;
}
footer .adress_block{
	border:1px solid #e4e4e4;
	border-radius: 4px;
	color: #475562;
	padding: 18px 22px 16px 20px;
	display: inline-block;
	font-size: 17px;
	background-color: rgba(255,255,255,0.8);
}
footer .adress_block a{
	color: #475562;
	font-size: 17px;
	text-decoration: none;
}
footer .adress_block .title{
	font-weight: 700;
}

footer .adress_block li{
	line-height: 29px;
}
footer .adress_block li span{
	font-size: 14px;
}
.footer_bott{
	position: absolute;
	bottom:0;
	width: 100%;
	left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,0.8);
}
.footer_bott p{
	font-size: 14px;
	margin-bottom: 5px;
	color: #fff;
}
.footer_bott p:last-child{
	margin-bottom: 0;
}
.footer_bott .dev{
	float: right;
	color: #fff;
}
.footer_bott .dev a{
	color: #fff;
}
.footer_bott .dev a:hover{
	text-decoration: none;
}
/*-----------------------
		POPUP
-----------------------*/
.popup.active{
	top: 50%;
}
.popup{
	position: fixed;
	left: 50%;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	top: -150%;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	background-color: #fff;
	border:8px solid #ffed00;
	z-index: 21;
	min-width: 1000px;
}
body.modal .overlay{
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
	z-index: 20;
}
.overlay{
	-webkit-transition: .5s ease;
			transition: .5s ease;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0);
	z-index: -1;
}
.popup .img_block{
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	width: 100%;
}
.popup .img_block img{
	display: block;
	max-height:205px;
	height: 100%;
	margin: 0 auto;
}
.popup .top-list label{
	height: 20px;
	width: 20px;
	display: inline-block;
	border:1px solid #676767;
	vertical-align: middle;
	border-radius: 50%;
	margin-right:10px;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	background-color: transparent;
}
.popup .top-list input:checked + label{
	border:1px solid #ff0000;
	background-color: #ff0000;
}
.popup .top-list li{
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
}
.popup .top-list span{
	font-size: 20px;
	font-weight: 300;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}
.popup .top-list{
	margin-bottom: 40px;
}
.popup .top-list input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.popup h2{
	font-size: 48px;
	font-weight: 800;
	padding-bottom: 15px;
	color: #000;
	text-transform: uppercase;
}
.popup p.title{
	font-size: 22px;
	text-align: center;
	margin-bottom: 6px;
	font-weight: 700;
}
.popup .popup-box{
	padding-top: 14px;
	padding-bottom: 27px;
}
.popup .sizes{
	background-color: #fffabf;
	padding-top: 19px;
	padding-bottom: 24px;
	margin-bottom: 38px;
}
.popup .sizes ul{
	float: left;
	width: 33.33%;
	min-height: 1px;
	position: relative;
}
.popup .sizes .title{
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 29px;
}
.popup .sizes span{
	font-size: 18px;
	color: #000;
	display: inline-block;
}
.popup .sizes li{
	margin-bottom: 18px;
}
.popup .sizes ul li:last-child{
	margin-bottom: 0;
}
.popup .sizes span.name{
	min-width: 67px;
	margin-right: 8px;
}
.popup .sizes span.rng{
	margin-left: 12px;
}
.popup .sizes input[type="text"]{
	width: 100%;
	height: 56px;
	padding-left: 10px;
	font-size: 18px;
	max-width: 126px;
	border:1px solid #9a9a9a;
	display: inline-block;
	vertical-align: middle;
}
.popup .diment .title{
	width: 100%;
}
.popup .diment li{
	width: 246px;
	margin: 0 auto 18px;
}
.popup .prof li.title{
	width: 100%;
}
.popup .prof li{
	width: 135px;
	margin: 0 auto 18px;
}
.popup .prof li{
	position: relative;
}
.popup .prof label{
	width: 20px;
	margin-right: 13px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	border:1px solid #6c6c6c;
}
.popup .prof input:checked + label{
	background-color: #ff0000;
	border-color: #ff0000;
}
.popup .prof input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.popup .prof span{
	display: inline-block;
	vertical-align: middle;
}
.popup .aux .title{
	width: 100%;
}
.popup .aux li{
	width: 190px;
	margin: 0 auto 18px;
}
.popup .aux label{
	width: 20px;
	position: relative;
	margin-right: 13px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	border:1px solid #6c6c6c;
}
.popup .aux label:before{
	position:absolute;
	left:50%;
	top:50%;
	width:12px;
	height:12px;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	content: "";
	-webkit-transition: .5s ease;
			transition: .5s ease;
	background-color: transparent;
}
.popup .aux li{
	position: relative;
}
.popup .aux input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	margin: 0;
	z-index: 11;
}
.popup .aux input:checked + label{
	border-color: #ff0000;
}
.popup .aux input:checked + label:before{
	background-color: #ff0000;
}
.popup .tel-numb{
	text-align: center;
}
.popup .tel-numb li{
	display: inline-block;
	vertical-align: middle;
}
.popup .tel-numb li:first-child{
	margin-right: 18px;
}
.popup .tel-numb li:nth-child(2){
	margin-left: 18px;
}
.popup .tel-numb li:last-child{
	display: block;
	text-align: center;
	margin-top: 21px;
}
.popup .tel-numb li label{
	background-image: url('../img/phone.png');
}
.popup .tel-numb li input{
	width: 348px;
	font-size: 15px;
	padding-left: 25px;
	height: 44px;
}
.popup .tel-numb li button{
	vertical-align: middle;
	border:none;
	display: inline-block;
}
.popup .tel-numb li input::-webkit-input-placeholder {opacity:1;color:#333333;/*background-image: url('../img/phone.png')*/;background-repeat: no-repeat;background-position: 2% 55%;background-size: 20px auto;}
.popup .tel-numb li input::-moz-placeholder          {opacity:1;color:#333333;/*background-image: url('../img/phone.png')*/;background-repeat: no-repeat;background-position: 2% 55%;background-size: 20px auto;}
.popup .tel-numb li input:-moz-placeholder           {opacity:1;color:#333333;/*background-image: url('../img/phone.png')*/;background-repeat: no-repeat;background-position: 2% 55%;background-size: 20px auto;}
.popup .tel-numb li input:-ms-input-placeholder      {opacity:1;color:#333333;/*background-image: url('../img/phone.png')*/;background-repeat: no-repeat;background-position: 2% 55%;background-size: 20px auto;}
.popup .close{
	position: absolute;
	right: 0;
	top: -10px;
	color: #fff;
	font-size: 40px;
	padding: 5px 5px 10px 10px;
	font-weight: 900;
	cursor: pointer;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	transform: rotateX(40deg);
	background-color: #ffed00;
}
.popup .close:hover{
	color: #df0202;
}
body.modal{
	overflow: hidden;
}
.popup-action2,.popup-action3{
	max-width: 454px;
	min-width: 1px;
	padding-left: 35px;
	padding-right: 35px;
}
.popup-action2 h2,.popup-action3 h2{
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 12px;
}
.popup-action2 .popup-box,.popup-action3 .popup-box{
	padding-top: 45px;
	padding-bottom: 38px;
}
.popup-action2 p,.popup-action3 p{
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 44px;
}
.popup-action2 input,.popup-action3 input{
	width: 100%;
	border:1px solid #666666;
	height: 54px;
	font-family: "SFUIDisplay",sans-serif;
	font-size: 17px;
	padding-left: 15px;
}
.popup-action2 li,.popup-action3 li{
	margin-bottom: 13px;
}
.popup-action2 .calc,.popup-action3 .calc{
	display: block;
	width: 100%;
}
.popup-action2 button,.popup-action3 button{
	border:none;
	font-family: "SFUIDisplay",sans-serif;
}
/*-----------------------
		SUCCSESS
-----------------------*/
.succsess{
	background-image: url('../img/succ-1.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 175px;
	padding-bottom: 206px;
}
.succsess h1{
	text-transform: uppercase;
	font-size: 48px;
	text-align: left;
	margin-bottom: 18px;
}
.succsess p{
	font-size: 32px;
	font-weight: 300;
	max-width:38%;
	margin-bottom: 35px;
}
/*-----------------------
		RESPONCIVE
-----------------------*/
@media(max-width:1365px){
	.logo{
		margin-right: 15px;
	}
	.address{
		margin-right: 15px;
	}
	.nav-list li{
		min-width: 162px;
	}
	.credit .inside_block{
		background-size: cover;
	}
	.win-for .demomstration .img_block{
		background-size: cover;
	}
	.contact h3{
		max-width: 50%;
	}
	.quest{
		background-size: cover;
	}
}
@media(max-width:1270px){
	.setp_block:nth-of-type(even)::before {
		left:-30px;
	}
	.setp_block:nth-of-type(odd)::before {
		left: 21px;
	}
}
@media(max-width:1199px){
	.window.bottom .main_img{
		left: 22%;
		top: 0;
	}
	.setp_block .img_block {
		background-size: auto 100%;
	}
	.action .action-block{
		margin-top: 0;
	}
	.action .img_block{
		max-width: 52%;
		top: 30px;
	}
	.action .img_block > img{
		width: 100%;
	}
	.action .inside_img_block> img{
		width: 77%;
	}
	.why-us .why-block p{
		max-width: 100%;
	}
	.why-us .why-desc-info{
		font-size: 17px;
	}
	.per-month li{
		max-width: 300px;
	}
	.contact h3{
		max-width: 60%;
	}
	.manadger_block .img_block{
		height: 170px;
		width: 170px;
	}
	.manager-info .occup{
		font-size: 22px;
	}
	.manager-info .name{
		font-size: 17px;
	}
	.quest .adress{
		font-size: 18px;
		line-height: 26px;
	}
	.quest .phone li, .quest .phone li a{
		font-size: 18px;
		line-height: 26px;
	}
	.quest .phone ul{
		background-size: auto 52px;
	}
	.quest .adress ul{
		background-size: 66px auto;
	}
	.quest .adress ul{
		padding-right: 0;
	}
	.quest .phone ul{
		padding-right: 0;
	}
	.quest h2{
		font-size: 42px;
	}
	.setp_block .title{
		font-size: 31px;
	}
	.action h2{
		font-size: 42px;
	}
	.why-us .why-block{
		padding-left: 10px;
		padding-right: 10px;
	}
	.why-us .why-block p{
		font-size: 17px;
		line-height: 19px;
	}
	.partner_block img{
		max-width: 132px;
	}
	.win-for .cover_inside_block .title{
		font-size: 17px;
	}
	h2.title{
		font-size: 42px;
	}
	.about .desc{
		font-size: 16px;
	}
	.sale .title{
		padding: 0 38px;
	}
	.window .img_block{
		position: static;
	}
	.window .img_block > img {
		display: block;
		width: 80%;
	}
	.window .main_img {
		left: 20%;
		position: absolute;
		top: 19%;
		z-index: -1;
	}
	.window .main_img img{
		display: block;
		width:84%;
	}
	h1{
		font-size: 42px;
	}
	header{
		padding-top: 20px;
	}
	.logo{
		max-width: 216px;
	}
	.logo img{
		display: block;
		width: 100%;
	}
	.logo span{
		font-size: 11px;
	}
	.address span{
		font-size: 14px;
	}
	.calc{
		font-size: 17px;
	}
	.phones a .small{
		font-size: 14px;
	}
	.phones a span{
		font-size: 18px;
	}
	.address{
		margin-right: 30px;
		padding-top: 0;
	}
	.phones a.order-call{
		font-size: 17px;
	}
	.nav-list li{
		min-width: 134px;
	}
	.sale{
		margin-top: 31px;
	}
	.credit h2{
		font-size: 42px;
	}
	.prices{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.compare ul{
		font-size: 17px;
	}
	.compare ul.title-list{
		font-size: 16px;
	}
	.compare ul li{
		padding-top: 4px;
		padding-top: 4px;
	}
	.title-list .title img{
		width: 100%;
	}
	.save .desc{
		font-size: 20px;
	}
	.comments .info_block{
		width: 50%;
	}
	footer h2{
		font-size: 42px;
	}
	.succsess p{
		max-width:55%;
	}
}
@media(max-width:1100px){
	.popup{
		min-width: 1px;
		width: 90%;
	}
	.popup .close{
		right: -2px;
	}
}
@media(max-width:991px){
	.action .img_block{
		top: 50px;
	}
	.window.bottom{
		padding-bottom: 60px;
	}
	.action .action-block {
		padding-bottom: 17px;
	}
	.action .action-block form{
		margin-bottom: 7px;
		padding: 6px 45px 4px;
	}
	.action .action-block button{
		font-size: 17px;
	}
	.action .action-block .title{
		font-size: 37px;
	}
	.action .action-block .qty{
		font-size: 50px;
		line-height: 40px;
	}
	.action .action-block{
		max-width: 330px;
	}
	.per-month li{
		max-width: 230px;
	}
	.succsess h1{
		font-size: 42px;
		margin-bottom: 15px;
	}
	.succsess p{
		max-width: 70%;
		font-size: 25px;
		margin-bottom: 20px;
	}
	.popup .img_block img{
		max-height: 145px;
	}
	.contact h3{
		max-width: 80%;
	}
	.quest h2{
		font-size: 27px;
		max-width: 100%;
		padding-bottom: 20px;
		line-height: 28px;
	}
	.setp_block .img_block{
		height: 300px;
	}
	.save .cover_block::before{
		top: 43%;
	}
	.why-us .why-block{
		width: 50%;
		margin-bottom: 50px;
	}
	.why-us .why-block:nth-child(2n + 1){
		clear: both;
	}
	.compare ul li span{
		max-width: 70%;
	}
	.compare .img_block{
		max-width: 90%;
	}
	.compare ul.title-list{
		font-size: 14px;
	}
	.compare .calc{
		font-size: 12px;
	}
	.partners{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.partners ul{
		flex-wrap: wrap;
	}
	.partners ul li{
		margin-bottom: 15px;
	}
	.partner_block img{
		max-width: 164px;
		height: auto;
	}
	.win-for .demomstration{
		width: 50%;
		margin-bottom: 20px;
	}
	.about .qty{
		font-size: 39px;
	}
	.about .title{
		margin-bottom: 0;
	}
	.about .img_block{
		max-width: 70px;
		margin: 0 auto;
		height: 107px;
	}
	.about .img_block img{
		max-width: 100%;
	}
	.about{
		padding-top: 75px;
	}
	h2.title{
		font-size:27px;
		padding-bottom: 20px;
	}
	.window .sub_title{
		margin-bottom: 30px;
	}
	.sale .calc{
		padding-bottom: 15px;
	}
	.window .main_img{
		top: 27%;
	}
	.window .main_img img{
		width: 54%;
	}
	.window .img_block{
		max-width: 47%;
		vertical-align: bottom;
	}
	.sale{
		margin-top: 0;
	}
	.sale .title{
		font-size: 45px;
	}
	.sale .name{
		font-size: 40px;
	}
	.sale .persent{
		font-size: 70px;
		line-height: 60px;
	}
	.sale .desc{
		font-size: 30px;
		margin-bottom: 0;
	}
	.sale .calc .top{
		font-size: 28px;
	}
	.sale .calc .bott{
		font-size: 17px;
	}
	h1{
		font-size: 32px;
	}
	.window .sub_title{
		font-size: 26px;
	}
	.nav-list li{
		min-width: 102px;
	}
	.nav-list li a{
		font-size: 14px;
	}
	.logo{
		margin-right: 0;
	}
	.phones{
		float: none;
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	header{
		text-align: center;
	}
	header .calc{
		float: right;
	}
	header .address{
		margin-right: 0;
	}
	.about{
		padding-bottom: 30px;
	}
	.price_block .name{
		font-size: 17px;
	}
	.price_block .spec{
		font-size: 17px;
	}
	.price_block .img_block{
		height: 220px;
	}
	.prices{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.credit .sale{
		margin-left: 0;
	}
	.action h2{
		font-size: 27px;
	}
	.comments .comment_block{
		width: 100%;
	}
	.comment_block-cover{
		min-height: 1px;
	}
}
@media(max-width:991px){
	.popup h2{
		font-size: 30px;
		padding-bottom: 5px;
	}
	.popup .sizes .title{
		font-size: 18px;
	}
	.popup .sizes span{
		font-size: 14px;
	}
	.popup .sizes span.name{
		min-width: 50px;
		margin-left: 10px;
	}
	.popup .sizes li{
		margin-bottom: 8px;
	}
	.credit .credit_block h3{
		font-size: 25px;
		line-height: 30px;
	}
	.credit .credit_block p{
		line-height: 30px;
		font-size: 25px;
	}
	.credit .credit_block .qty{
		font-size: 25px;
	}
	.credit .credit_block{
		max-width: 480px;
	}
	.credit h2{
		font-size: 27px;
	}
	.per-month h3{
		font-size: 27px;
	}
}
@media(max-width:767px){
	.action .img_block{
		top:0px;
	}
	.setp_block{
		margin-bottom: 15px;
	}
	.setp_block:nth-of-type(even)::before {
		background-image: none;
	}
	.setp_block:nth-of-type(odd)::before {
		background-image: none;
	}
	.action .img_block {
		max-width: 84%;
	}
	.per-month li button{
		font-size: 16px;
	}
	.per-month li:last-child{
		margin-top: 10px;
	}
	.per-month h3{
		font-size: 32px;
		line-height: 100%;
	}
	.per-month ul{
		flex-wrap: wrap;
	}
	.per-month li{
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.credit .card_block_cover{
		justify-content: space-around;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
	.credit .card_block{
		margin-bottom: 10px;
	}
	.credit .credit_block h3{
		font-size: 25px;
	}
	.credit .credit_block p{
		line-height: 25px;
		font-size: 20px;
	}
	.succsess h1{
		font-size: 27px;
		text-align: center;
	}
	.succsess p{
		max-width: 100%;
		font-size: 20px;
		text-align: center;
	}
	.succsess{
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.popup .tel-numb li:nth-child(2){
		margin-left: 0;
	}
	.popup .tel-numb li:first-child{
		margin-right: 0;
		display: block;
		margin-bottom: 10px;
	}
	.popup .tel-numb li:last-child{
		margin-top: 10px;
	}
	.popup .tel-numb li input{
		width: 100%;
		max-width: 290px;
	}
	.popup .diment li{
		width: 100%;
		text-align: center;
	}
	.popup .sizes .title{
		margin-bottom: 10px;
	}
	.popup .prof{
		margin-bottom: 20px;
	}
	.popup .diment{
		margin-bottom: 20px;
	}
	.popup{
		max-height: 460px;
		width: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.popup .popup-box{
		padding-bottom: 10px;
	}
	.popup .top-list li{
		width: 50%;
		margin-bottom: 10px;
	}
	.popup .sizes ul{
		width: 100%;
		float: none;
	}
	.action .action-block input[type="text"]{
		font-size: 15px;
	}
	.compare ul li.title{
		position: relative;
		z-index: -1;
	}
	footer h2{
		font-size: 27px;
	}
	footer .cover_block{
		left: 50%;
		-webkit-transform: translate(-50%,0);
				transform: translate(-50%,0);
	}
	.contact .cover_block input{
		padding-left: 10px;
		font-size: 17px;
	}
	.contact .cover_block button{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 15px;
	}
	.contact h3{
		max-width: 100%;
		font-size: 20px;
	}
	.quest .adress ul{
		padding-left: 50px;
		background-position: -10px center;
	}
	.quest .phone ul{
		padding-left: 50px;
	}
	.quest{
		background-size: auto 100%;
		background-repeat:no-repeat;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.quest .phone{
		margin-bottom: 20px;
	}
	.manadger_block{
		margin-bottom: 20px;
	}
	.quest .adress{
		order: 1;
		margin-bottom: 0;
	}
	.quest .cover_block{
		flex-flow: column;
	}
	.setp_block{
		flex-direction: column;
	}
	.setp_block .info_block{
		width: 100%;
	}
	.setp_block .img_block{
		margin: 0px auto;
		width: 100%;
		max-width: 290px;
		height: 240px;
	}
	.setp_block h3{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.setp_block .title{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.setp_block span{
		font-size: 15px;
		line-height: 19px;
	}
	.setp_block:nth-of-type(2n) .info_block{
		padding-left: 0;
	}
	.setp_block:nth-of-type(2n){
		flex-direction: column;
	}
	.comment_block-cover{
		padding: 12px 10px 20px;
	}
	.comments .info_block .name{
		display: block;
	}
	.comments .info_block{
		width: 100%;
	}
	.our-works .gall-block{
		max-width: 290px;
		margin: 0 auto 30px;
	}
	.why-us .title{
		max-width: 100%;
	}
	.save .desc{
		max-width: 100%;
	}
	.small_grammar_block ul{
		flex-wrap: wrap;
	}
	.small_grammar_block ul li{
		margin-bottom: 10px;
	}
	.save .cover_block::before{
		border:none;
	}
	.action h2{
		font-size: 27px;
	}
	.action .action-block{
		margin: 0 auto;
		float: none;
	}
	.why-us .why-block{
		width: 100%;
		max-width: 290px;
		margin: 0 auto;
		float: none;
		margin-bottom: 50px;
	}
	.compare{
		padding-bottom: 10px;
		padding-top: 20px;
	}
	.title-list{
		display: none;
	}
	.compare ul{
		width: 100%;
	}
	.partners ul{
		display: block;
	}
	.partners ul li{
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	.win-for .demomstration{
		width: 100%;
		float: none;
		max-width: 290px;
		margin: 0 auto 30px;
	}
	.credit .credit_block{
		width: 100%;
		margin-bottom: 20px;
	}
	.credit h2{
		font-size: 32px;
	}
	.credit .sale{
		max-width: 100%;
	}
	.credit .inside_block{
		text-align: center;
		padding-top: 27px;
		padding-bottom: 25px;
	}
	.prices .calc{
		margin-bottom: 5px;
	}
	.price_block .img_block{
		max-width: 280px;
		margin: 0 auto 20px;
	}
	.price_block{
		float: none;
		width: 100%;
	}
	.about .title{
		margin-bottom: 30px;
	}
	.about li{
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.about li .img_block{
		max-width: 100%;
		height: 127px;
	}
	.sale .calc .top{
		font-size: 23px;
	}
	.sale .calc .bott{
		font-size: 13px;
	}
	.sale .title{
		font-size: 30px;
	}
	.sale .name{
		font-size: 30px;
	}
	.sale .persent{
		font-size: 50px;
		line-height: 40px;
	}
	.sale .rng{
		font-size: 36px;
	}
	.sale .desc{
		font-size: 20px;
	}
	.sale{
		float: none;
	}
	.window .main_img{
		left: 31%;
		top:10%;
	}
	.window .img_block > img{
		max-width: 60%;
	}
	.window .main_img img {
		width: 100%;
	}
	.window .img_block{
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	.window .sub_title{
		font-size: 20px;
		line-height: 20px;
	}
	h1{
		font-size: 24px;
	}
	.nav-list li a{
		font-size: 18px;
	}
	header {
		position: relative;
	}
	header .logo{
		float: none;
		display: block;
	}
	header .logo span{
		display: none;
	}
	header .address span{
		display: inline-block;
		text-align: center;
	}
	header .calc{
		float: none;
		font-size: 14px;
		display: block;
		max-width: 200px;
		margin: 0 auto;
	}
	header .phones{
		margin-top: 5px;
	}
	header .phones a span{
		font-size: 14px;
		margin-top: 5px;
	}
	.nav-btn{
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 100%;
		z-index: 15;
		background-color: rgba(255,255,255,0.5);
		max-width: 75px;
		padding: 20px 15px 20px 20px;
	}
	.nav-btn span{
		height: 2px;
		width: 100%;
		display: block;
		background-color: #000;
		margin-bottom: 7px;
		-webkit-transition: .5s ease;
				transition: .5s ease;
	}
	.nav-btn.active span:first-child{
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
		transform-origin: 8px 50% 0;
	}
	.nav-btn.active span:nth-child(2){
		opacity: 0;
		-webkit-transform: translate(150%,0);
				transform: translate(150%,0);
	}
	.nav-btn.active span:last-child{
		-webkit-transform: rotate(-45deg);
		transform-origin: 6px 48% 0;
		margin-bottom: 0;
				transform: rotate(-45deg);
	}
	nav{
		position: relative;
	}
	.nav-list{
		background-color: #ffed00;
		position: absolute;
		width: 100% !important;
		top: -15px;
		left: 0;
		display: none;
		z-index: 10;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.nav-list li{
		display: block;
		float: none;
	}
	.nav-list li::before{
		width: 0;
	}
	.win-for{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.comments{
		overflow: hidden;
	}
	nav.fixed{
		top: 15px;
	}
	.popup-action2,.popup-action3{
		padding-left: 15px;
		padding-right: 15px;
	}
	.popup-action2 h2,.popup-action3 h2{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.popup-action2 .popup-box,.popup-action3 .popup-box{
		padding-bottom: 20px;
	}
	.popup-action2 p,.popup-action3 p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.popup-action2 li,.popup-action3 li{
		margin-bottom: 10px;
	}
	.popup-action2 .calc,.popup-action3 .calc{
		display: block;
		width: 100%;
	}
	.popup-action2 button,.popup-action3 button{
		border:none;
		font-family: "SFUIDisplay",sans-serif;
	}
}