/*fonts*/
@font-face {
    font-family: 'Forum';
    font-weight: 400;
    src: url('../fonts/Forum/ForumRegular.eot');
    src: url('../fonts/Forum/ForumRegular.eot') format('embedded-opentype'),
         url('../fonts/Forum/ForumRegular.woff2') format('woff2'),
         url('../fonts/Forum/ForumRegular.woff') format('woff'),
         url('../fonts/Forum/ForumRegular.ttf') format('truetype'),
         url('../fonts/Forum/ForumRegular.svg#ForumRegular') format('svg');
}
/*fonts*/

/*all*/
* {
  outline: none!important;
}
input {
  color: #000;
}
input::-webkit-input-placeholder {
  color: #6cb9c3;
}
input:-moz-placeholder {
  color: #6cb9c3;
}
input::-moz-placeholder {
  color: #6cb9c3;
}
input:-ms-input-placeholder {
  color: #6cb9c3;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
textarea {
  color: #000;
}
textarea::-webkit-input-placeholder {
  color: #6cb9c3;
}
textarea:-moz-placeholder {
  color: #6cb9c3;
}
textarea::-moz-placeholder {
  color: #6cb9c3;
}
textarea:-ms-input-placeholder {
  color: #6cb9c3;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
.row_no_padding {
  margin-left: 0;
  margin-right: 0;
}
.row_no_padding > div {
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse {
  padding: 0;
}
.img_wrap {
  display: inline-block;
}

body{
	font:18px "Forum",sans-serif;
	color: #000;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

body:before{
	content: "";
	width: 100%;
	height: 924px;
	background: url("../img/blinds.png") center top no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 100;
}

.title{
	font-size: 42px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 45px;
}

.title:before,.title:after{
	content: "";
	display: inline-block;
	height: 2px;
	width: 28px;
	vertical-align: middle;
	background-color: #fff;
	margin-top: -10px;
}

.title:before{
	margin-right: 15px;
}

.title:after{
	margin-left: 15px;
}
/*all*/ 

/*header*/
.header{
	height: 91px;
	background: url("../img/header.png") repeat-x;
	padding: 20px 0;
	text-align: center;
	position: relative;
	z-index: 10;
	font-size: 0;
}

.header .phone{
	text-decoration: none;
	color: inherit;
	font-size: 36px;
	display: inline-block;
	position: relative;
	padding: 0 18px;
}

.header .phone.del:after,.header .phone.del:before{
	content: "";
	width: 18px;
	height: 18px;
	background: url("../img/phone_del.png") no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -9px;
}

.header .phone.del:after{
	right: -9px;
}

.header .phone.del:before{
	left: -9px;
}
/*header*/

/*anons*/
.anons{
	min-height: 772px;
	background: url("../img/anons.jpg") no-repeat;
	background-size: cover;
	margin-top: -10px;
	padding: 30px 0 225px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.anons .down{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: 105px;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: url("../img/down.png") center center no-repeat;
	z-index: 101;
}

.anons .logo{
	margin-bottom: -15px;
}

.main_block{
	height: 453px;
	background: url("../img/main_block.png") center center no-repeat;
	margin: 0 auto;
	padding: 80px 0 100px;
	position: relative;
	z-index: 101;
}

.anons .products{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	margin-bottom: 40px;
}

.anons .products:after{
	display: block;
	content: "";
	max-width: 336px;
	height: 24px;
	background: url("../img/anons_del.png") center center no-repeat;
	margin: 35px auto 0;
}

.anons .products li{
	display: inline-block;
	position: relative;
	font-size: 24px;
	padding: 0 14px;
}

.anons .products li a{
	color: inherit;
	text-decoration: none;
}

.anons .products li:not(:last-child):after{
	content: "";
	width: 13px;
	height: 13px;
	background: url("../img/phone_del.png") no-repeat;
	background-size: contain;
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -6.5px;
}

.anons .anons_title{
	font-size: 42px;
	margin-bottom: 30px;
}

.anons .anons_title:after{
	display: block;
	content: "";
	width: 25px;
	height: 32px;
	background: url("../img/arrow_down.png") no-repeat;
	margin: 40px auto 0;
}
/*anons*/
 
/*features*/
.features{
	min-height: 403px;
	background: url("../img/features.png") center top no-repeat;
	background-size: cover;
	padding: 100px 0 65px;
	position: relative;
	z-index: 10;
	margin-top: -150px;
}

.feature{
	padding: 0 15px;
	width: 20%;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.feature img{
	margin-bottom: 10px;
}
/*features*/

/*portfolio*/
.portfolio{
	color: #fff;
	min-height: 759px;
	background: url("../img/portfolio.png") center top no-repeat;
	background-size: cover;
	position: relative;
	z-index: 10;
	margin-top: -10px;
	padding: 50px 0 45px;
}

.portfolio_slider{
	position: relative;
	padding: 0 60px;
	margin-bottom: 0;
}

.portfolio_slider .img{
	position: relative;
	padding: 0 21px;
}

.portfolio_slider .img:before{
	content: "";
	background: url("../img/left_shadow.png") center top no-repeat;
	left: 0;
	width: 21px;
	height: 380px;
	position: absolute;
	top: 20px;
	z-index: 10;
}

.portfolio_slider .img:after{
	content: "";
	background: url("../img/right_shadow.png") center top no-repeat;
	right: 0;
	width: 21px;
	height: 380px;
	position: absolute;
	top: 20px;
	z-index: 10;
}

.portfolio_slider img{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 100;
}

.slick_prev,.slick_next{
	width: 33px;
	height: 27px;
	position: absolute;
	top: 50%;
	margin-top: -16.5px;
	z-index: 100;
	cursor: pointer;
}

.slick_prev{
	left: 0;
	background: url("../img/prev_arrow.png") no-repeat;
}

.slick_next{
	right: 0;
	background: url("../img/next_arrow.png") no-repeat;
}

.slick-dots{
	bottom:-70px;
	left: 0;
}

.slick-dots li{
	margin: 0;
	width: auto;
	height: auto;
}

.slick-dots li button{
	width: 12px;
	height: 12px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 100%;
	margin: 0 2px;
}

.slick-dots li.slick-active button{
	background-color: #fff;
}

.slick-dots li button:before{
	display: none;
}
/*portfolio*/

/*statistics*/
.statistics{
	background: url("../img/statistics.png") center top no-repeat;
	background-size: cover;
	min-height: 508px;
	position: relative;
	z-index: 10;
	margin-top: -10px;
	padding: 50px 0 90px;
}

.statistics .title:before,.statistics .title:after{
	background-color: #6cb9c3;
}

.statistics_one{
	display: block;
	text-decoration: none !important;
}

.statistics_one .statistics_one_info{
	padding: 30px 10px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	background: url("../img/statistics_one.jpg") no-repeat;
	background-size: cover;
	color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: 1px solid #fff; 
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
}

.statistics_one .statistics_one_info .inner{
	padding: 0 30px;
	position: relative;
	display: inline-block;
}

.statistics_one .statistics_one_info .inner:before{
	left: 0;
}

.statistics_one .statistics_one_info .inner:after{
	right: 0;
}

.statistics_one .statistics_one_info .inner:before,.statistics_one .statistics_one_info .inner:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 15px;
	vertical-align: middle;
	background-color: #fff;
}

.statistics_one .statistics_one_info:before{
	margin-right: 20px;
}

.statistics_one .statistics_one_info:after{
	margin-left: 20px;
}

.statistics_one .statistics_one_info .num{
	font-size: 42px;
	margin: 0 5px;
}
/*statistics*/

/*sale*/
.sale{
	min-height: 709px;
	padding-bottom: 80px;
	background: url("../img/sale.png") center top no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -10px;
	z-index: 10;
	text-transform: uppercase;
	font-size: 36px;
	text-align: center;
}

.sale .sale_title{
	position: relative;
	top: -33px;
	margin-bottom: -3px;
}

.sale .main_block{
	background: url("../img/main_block2.png") center center no-repeat;
	height: 485px;
}

.sale_size{
	font-size: 90px;
	color: #e2007a;
	max-width: 887px;
	height: 131px;
	background: url("../img/sale_size.png") center top no-repeat;
	margin: 25px auto;
	padding-top: 15px;
	text-align: center;
	padding-left: 30px;
}

.sale_size .percent{
	font-size: 30px;
	vertical-align: middle;
}

.sale .button{
	display: inline-block;
	margin-top: 45px;
	margin-left: 15px;
}

.button_wrap{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -60px;
}
/*sale*/

/*reviews*/
.reviews{
	min-height: 559px;
	padding: 60px 0 100px;
	background: url("../img/reviews.png") center top no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -10px;
	z-index: 11;
	text-align: center;
}

.reviews .title:before,.reviews .title:after{
	background-color: #6cb9c3;
}

.reviews_slider{
	font-size: 18px;
	margin-bottom: 0;
}

.reviews_slider img{
	border-radius: 100%;
	margin-bottom: 20px;
}

.reviews_slider .person{
	font-size: 30px;
	color: #5b9ca4;
	margin-bottom: 20px;
}

.reviews_slider .text{
	max-width: 910px;
	margin: 0 auto;
}

.reviews_slider .slick_prev{
	background: url("../img/prev_arrow_b.png") no-repeat;
}

.reviews_slider .slick_next{
	background: url("../img/next_arrow_b.png") no-repeat;
}

.reviews_slider .slick-dots li button{
	border-color: #6cb9c3;
}

.reviews_slider  .slick-dots li.slick-active button{
	background-color: #6cb9c3;
}
/*reviews*/

/*designers*/
.designers{
	min-height: 474px;
	padding: 50px 0 55px;
	background: url("../img/designers.png") center top no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -10px;
	z-index: 12;
	text-align: center;
	color: #fff;
}

.person{
	text-align: center;
}

.person .person_img{
	width: 164px;
	padding-top: 38px;
	height: 207px;
	background: url("../img/person_bg.png") no-repeat;
	margin: 0 auto 10px;
}

.person .person_img img{
	border-radius: 100%;
}

.person .person_name{
	font-size: 24px;
}
/*designers*/

/*workers*/
.workers{
	min-height: 480px;
	padding: 50px 0 55px;
	background: url("../img/workers.png") center top no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -10px;
	z-index: 13;
	text-align: center;
	color: #fff;
}

.workers .person_img{
	background: url("../img/person_bg_w.png") no-repeat;
}
/*workers*/

/*order*/
.order{
	min-height: 734px;
	padding: 55px 0;
	background: url("../img/order.png") center top no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -10px;
	z-index: 14;
	text-align: center;
}

.order .title:before,.order .title:after{
	background-color: #6cb9c3;
}

.order .main_block{
	background: url("../img/main_block3.png") center center no-repeat;
	height: 485px;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.main_block_inner{
	max-width: 885px;
	padding-top: 45px;
	margin: 0 auto;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}

.order .call{
	color: #467c83;
	font-size: 20px;
	margin: 15px 0 45px;
}

.order .call_form .input_wrap{
	border-radius: 15px;
	padding: 2px;
	border: 2px solid #fff;
	margin: 0 10px;
}

.order .call_form input{
	display: block;
	width: 100%;
	border-radius: 10px;
	font-size: 20px;
	height: 50px;
	padding: 12px 40px;
	border: none;
	background: url("../img/input.png") #fff 10px center no-repeat;
}

.order .call_form input.phone{
	background: url("../img/input_phone.png") #fff 12px center no-repeat;
}

.order .call_form .time{
	font-size: 24px;
	color: #467c83;
	margin: 43px 0 55px;
	text-transform: none;
}

.order .call_form button{
	border: none;
	background: none;
	margin-left: 15px;
}
/*order*/

/*footer*/
.footer{
	background: url("../img/designers.png") center top no-repeat;
	background-size: cover;
	padding: 35px 0 30px;
	position: relative;
	margin-top: -10px;
	z-index: 15;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
/*footer*/

/*popup*/

.popup_bottom
{ 
	display: none;
	background: #E6E6FA;
    top: 25%;
    width: 600px;
    left: 30%;
    position: fixed;
    height: 80px;
    z-index: 110;
    border: 2px solid black;
    border-radius: 30px;
}

/*popup*/

