@charset "UTF-8";

@font-face {
	font-family: 'Rockwell';
	src: url("../fonts/RockwellRegular.eot");
	src: local("☺"), url("../fonts/RockwellRegular.woff") format("woff"), url("../fonts/RockwellRegular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rockwell Condensed Bold';
	src: url('../fonts/Rockwell-BoldCondensed.eot');
	src: local('☺'), url('../fonts/Rockwell-BoldCondensed.woff') format('woff'), url('../fonts/Rockwell-BoldCondensed.ttf') format('truetype'), url('../fonts/Rockwell-BoldCondensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

::selection {
  background: #00b5b6;
  color: #fff;
}
::-moz-selection {
  background: #00b5b6;
  color: #fff;
}

* {
	font-family: 'Roboto', sans-serif;
}
a{
	transition: ease 0.3s all;
	-webkit-transition: ease 0.3s all;
	-o-transition: ease 0.3s all;
	-moz-transition: ease 0.3s all;
}
a:hover {
	text-decoration: none;
}

.button{
	padding: 0px 15px;
	height: 55px;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	text-transform: uppercase;
}
.button.light{
	color: #00b5b6;
	border: 1px solid #00b5b6;
	box-shadow: 0 9px 10px 0 rgba(0, 181, 182, 0.1);
}
.button.light:hover{
  background: #00b5b6;
  color: #fff;
}
.button.red{
	color: #fff;
	border: 1px solid #b42e55;
  background: #b42e55;
	box-shadow: 0 9px 10px 0 rgba(180, 46, 85, 0.1);
}
.button.red:hover{
  background: #fff;
  color: #b42e55;
}
.button.blue{
	color: #fff;
	border: 1px solid #00b5b6;
  background: #00b5b6;
	box-shadow: 0 9px 10px 0 rgba(0, 181, 182, 0.1);
}
.button.blue:hover{
  background: #fff;
  color: #00b5b6;
}

body {
	background: #fdfcfc;
}
.header .logo, .footer .logo {
	display: block;
	vertical-align: top;
	margin-top: 30px;
	text-align: left;
}
.header .logo span, .footer .logo span {
	color: #141427;
	font-size: 12px;
	padding-top: 10px;
	display: block;
}
.header .logo span{
  padding-top: 0px;
}
.header .town{
  display: block;
  padding-top: 5px;
}
.header .town a{
  font-weight: 500;
  color: #b42e55;
  border-bottom: 1px dotted #b42e55;
}
.header .town a:hover{
  border-bottom: 1px dotted #fff;
}
.footer .pluso{
  margin-top: 10px;
}
.header .b-header, .footer .b-header {
	text-align: right;
}
.header .b-header .b-info, .footer .b-header .b-info {
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
}
.header .b-header .b-info .adress, .footer .b-header .b-info .adress {
	color: #141427;
	font-size: 14px;
	display: block;
}
.header .b-header .b-info .adress::before, .footer .b-header .b-info .adress::before {
	content: '';
	width: 17px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/point.png") no-repeat;
}
.header .b-header .b-info .order-btn, .footer .b-header .b-info .order-btn, .consultation .order-btn,    .furniture .furniture-special .order-btn {
	width: 255px;
	height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #00b5b6;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(0, 181, 182, 0.1);
	margin-right: 11px;
}
.header .b-header .b-info .price-btn, .footer .b-header .b-info .price-btn, .consultation .price-btn,    .furniture .furniture-special .price-btn {
	width: 255px;
	height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #00b5b6;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	border: 1px solid #00b5b6;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(0, 181, 182, 0.1);
}
.header .b-header .b-phone, .footer .b-header .b-phone {
	display: inline-block;
	vertical-align: top;
	margin-left: 55px;
	margin-top: 18px;
}
.header .b-header .b-phone span, .footer .b-header .b-phone span {
	color: #141427;
	font-size: 18px;
	display: block;
}
.header .b-header .b-phone span b, .footer .b-header .b-phone span b{
  font-weight: normal;
}
.header .b-header .b-phone span::before, .footer .b-header .b-phone span::before {
	content: '';
	width: 28px;
	height: 28px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	background: url("../images/phone-ico.png") no-repeat;
}
.header .b-header .b-phone .call-btn, .footer .b-header .b-phone .call-btn {
	width: 325px;
	height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #b42e55;
	margin-top: 6px;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(180, 46, 85, 0.1);
}

.header .b-header .b-info .order-btn:hover, .footer .b-header .b-info .order-btn:hover{
  color: #00b5b6;
  background: #fff;
  border: 1px solid #00b5b6;
}
.header .b-header .b-info .price-btn:hover, .footer .b-header .b-info .price-btn:hover{
  color: #fff;
  background: #00b5b6;
  border: 1px solid #00b5b6;
}
.header .b-header .b-phone .call-btn:hover, .footer .b-header .b-phone .call-btn:hover{
  color: #b42e55;
  background: #fff;
  border: 1px solid #b42e55;
}

.navigation.fixed{
  position: fixed;
  width: 100%;
  left: 0px;
  top: -25px;
  z-index: 100;
}
.navigation .navbar-default {
	background-color: #f7f7f7;
	min-height: 60px;
	margin-top: 25px;
	border-radius: 0px;
	position: relative;
	margin-bottom: 0px;
	border: none;
}
.navigation .navbar-default .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	box-shadow: none;
}
.navigation .navbar-default .navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 26px;
  margin-right: 25px;
	color: #2a2532;
  font-size: 18px;
}
.navigation .navbar-default .navbar-nav > li:first-child > a{
  margin-left: 0px;
}
.navigation .navbar-default .navbar-nav > li:last-child > a{
  margin-right: 0px;
}
.navigation .navbar-default .navbar-nav > .active > a, .navigation .navbar-default .navbar-nav > .active > a:hover, .navigation .navbar-default .navbar-nav > .active > a:focus {
	color: #2a2532;
	background-color: transparent;
}
.navigation .navbar-default .navbar-nav > .open > a, .navigation .navbar-default .navbar-nav > .open > a:hover, .navigation .navbar-default .navbar-nav > .open > a:focus {
	color: #2a2532;
	background-color: transparent;
}
.navigation .navbar-default .navbar-nav > .active > a:after, .navigation .navbar-default .navbar-nav > li:hover > a:after{
	content: '';
	width: 100%;
	height: 10px;
	background: #00b5b6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.navigation .navbar-default .navbar-nav > li > .dropdown-menu{
  font-size: 16px;
}

.consultation .orderc-btn {
	height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #b42e55;
  border: 1px solid #b42e55;
	margin-top: 6px;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(180, 46, 85, 0.1);
}
.consultation .orderc-btn:hover{
  color: #b42e55;
  background: #fff;
}
.header .main-menu, .footer .main-menu {
	background: #f7f7f7;
	height: 60px;
	margin-top: 25px;
}
.header .main-menu ul, .footer .main-menu ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
  font-size: 0px;
}
.header .main-menu ul li, .footer .main-menu ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 28px;
}
.header .main-menu ul li:first-child, .footer .main-menu ul li:first-child{
  margin-left: 0px;
}
.header .main-menu ul li:last-child, .footer .main-menu ul li:last-child{
  margin-right: 0px;
}
.header .main-menu ul li.active a:after, .footer .main-menu ul li.active a:after {
	content: '';
	width: 100%;
	height: 10px;
	background: #00b5b6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.header .main-menu ul li a, .footer .main-menu ul li a {
	line-height: 60px;
	color: #2a2532;
	font-size: 18px;
	position: relative;
	display: block;
}
.header .main-menu ul li a:hover, .footer .main-menu ul li a:hover {
	text-decoration: none;
}
.header .main-menu ul li a:hover:after, .footer .main-menu ul li a:hover:after {
	content: '';
	width: 100%;
	height: 10px;
	background: #00b5b6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.copy {
	background: #f9f9f9;
	border-top: 25px solid #fdfcfc;
	margin-top: 25px;
	padding: 20px;
}
.copy a {
	color: #2a2532;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.copy span {
	color: #2a2532;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: bold;
}
.copy span a{
  display: inline-block;
  color: #b42e55;
}
.copy span a:hover{
  text-decoration: none;
}
.b-title {
	color: #141427;
	font-size: 40px;
	text-align: center;
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.b-title span {
	color: #b42e55;
}
.b-sub-title {
	color: #f1f0f1;
	font-size: 70px;
	font-weight: 900;
	text-align: center;
	display: block;
	text-transform: uppercase;
	line-height: 0;
}
.main-banner {
	position: relative;
}
.main-banner .slider .item {
	position: relative;
}
.main-banner .slider .item .slider-img{
  width: 100%;
}
.main-banner .slider .item .slider-img img {
	width: 100%;
}
.main-banner .slider .item .content {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.main-banner .slider .item .content .container-fluid .b-link{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.main-banner .slider .item .content .container-fluid .b-info {
	margin-top: 50px;
	position: relative;
  max-width: 340px;
}
.main-banner .slider .item .content .container-fluid .b-info .links {
	width: 340px;
	padding: 15px 40px;
	background: #fff;
	position: relative;
	z-index: 2;
	box-shadow: 0 9px 35px 0 rgba(0, 181, 182, 0.2);
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu{
  list-style-type: none;
  padding: 0px ;
  margin: 0px;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li{
  display: block;
  position: relative;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > a {
	display: block;
	color: #141427;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0;
	display: block;
  transition: all .5s;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > a::after {
	content: '';
	width: 29px;
	height: 29px;
  border-radius: 29px;
	float: right;
	margin-top: 5px;
	background: url("../images/link-item.png") no-repeat;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  -moz-box-shadow:    0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  box-shadow:         0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  transition: all .5s;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > a:hover {
	color: #b42e55;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > a:hover::after {
	background: url("../images/link-item-hover.png") no-repeat;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(180, 46, 85, 0.1);
  -moz-box-shadow:    0px 9px 10px 0px rgba(180, 46, 85, 0.1);
  box-shadow:         0px 9px 10px 0px rgba(180, 46, 85, 0.1);
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown{
  position: absolute;
  font-size: 0px;
  width: 1250px;
  z-index: 10;
  left: 100%;
  top: -20px;
  opacity: 0;
  visibility: hidden;
  /*transition: opacity 0.5s, visibility 0s linear 0.5s;*/
  padding-left: 40px;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li:first-child > .dropdown{
  top: -80px;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li:hover > .dropdown{
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list{
  padding: 15px 30px;
  background: #b42e55;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list:after {
  content: '';
  display: table;
}

.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list .tree_block{
  display: inline-block;
  width: 33.3333333%;
  vertical-align: top;
  padding-bottom: 15px;
  width: calc(100% / 4);
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list a{
  display: inline-block;
  width: 33.3333333%;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list a:hover{
  text-decoration: underline;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list .tree_block a{
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  white-space: nowrap;
}
.main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list .tree_block span.section{
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
}

.main-banner .slider .item .content .container-fluid .b-discount {
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 60px;
	margin-top: 40px;
}
.main-banner .slider .item .content .container-fluid .b-discount span {
	color: #00b5b6;
	font-size: 70px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 91px;
}
.main-banner .slider .item .content .container-fluid .b-discount span div {
	display: block;
}
.main-banner .slider .item .content .container-fluid .b-discount p {
	color: #b42e55;
	font-size: 30px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 62px;
}
.main-banner .slider .item .content .container-fluid .b-discount p span {
	font-size: 38px;
	line-height: 62px;
}
.main-banner .slider .item .content .container-fluid .b-discount a {
	height: 55px;
	width: 280px;
	border-radius: 5px;
	background: #b42e55;
	text-align: center;
	line-height: 55px;
	color: #ffffff;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(180, 46, 85, 0.2);
}
.main-banner .slider .owl-theme .owl-nav{
  margin: 0px;
  position: absolute;
  width: 100%;
  padding-left: 60%;
  left: 0px;
  /*bottom: 100px;*/
  bottom: -30px;
  text-align: left;
  z-index: 9;
}
.main-banner .slider .owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -99999px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	cursor: pointer;
  width: 190px;
  height: 70px;
}
.main-banner .slider .owl-theme .owl-nav .owl-prev{
	background: #00b5b6 url(../images/slider-arr-left.png) 15px center no-repeat;
	border-radius: 35px 0 0 35px;
  border-right: 1px solid #fff;
}
.main-banner .slider .owl-theme .owl-nav .owl-next{
	background: #00b5b6 url(../images/slider-arr-right.png) 130px center no-repeat;
	border-radius: 0 35px 35px 0;
}
.main-banner .slider .owl-theme .owl-nav .owl-prev:hover, .main-banner .slider .owl-theme .owl-nav .owl-next:hover{
  background-color: #009fa0;
}

.main-banner .slider .nav {
	position: absolute;
	right: 350px;
	bottom: 0;
	font-size: 0;
}
.main-banner .slider .nav .btn-prev {
	height: 68px;
	width: 200px;
	display: inline-block;
	vertical-align: top;
	border-radius: 30px 0 0 30px;
	background-color: #00b5b6;
	background-image: url("../images/slider-arr-left.png");
	background-position: 15px 9px;
	background-repeat: no-repeat;
	transition: all .5s;
	margin-right: 1px;
}
.main-banner .slider .nav .btn-prev:hover {
	background-color: #009fa0;
}
.main-banner .slider .nav .btn-next {
	height: 68px;
	width: 200px;
	display: inline-block;
	vertical-align: top;
	border-radius: 0 30px 30px 0;
	background-color: #00b5b6;
	background-image: url("../images/slider-arr-right.png");
	background-position: 140px 9px;
	background-repeat: no-repeat;
	transition: all .5s;
}
.main-banner .slider .nav .btn-next:hover {
	background-color: #009fa0;
}
.b-about {
	padding-top: 70px;
	padding-bottom: 150px;
}
.b-about .b-sub-title {
	margin-bottom: 50px;
}
.b-about .list .item{
  text-align: center;
  padding-top: 90px;
}
.b-about .list .icon {
	width: 144px;
	height: 144px;
  line-height: 144px;
	display: inline-block;
	vertical-align: top;
	background: url("../images/b-about-elips.png") no-repeat;
	text-align: center;
}
.b-about .list span {
	color: #141427;
	font-size: 18px;
	display: block;
	padding-top: 20px;
  line-height: 24px;
  font-weight: 300;
  padding-left: 75px;
  padding-right: 75px;
  min-height: 95px;
}
.b-about .p-left-100 {
	padding: 75px 50px 0;
}
.b-main-catalog {
	padding-top: 85px;
	background: #fefefe;
}
.b-main-catalog .item {
  padding: 15px;
  background: #fff;
  margin: 20px 0 10px;
  box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  height: calc(100% - 30px);
}
.b-main-catalog.card {
	margin-bottom: 100px;
}
.b-main-catalog .item .b-discount {
	height: 65px;
	width: 65px;
	display: block;
	background: #00b5b6;
	border-radius: 50%;
	position: absolute;
	right: -7px;
	top: -7px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
}
.b-main-catalog .item a .img{
  overflow: hidden;
  max-height: 225px;
}
.b-main-catalog .item a .img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: inline-block;
}
.b-main-catalog .item a span {
	color: #141427;
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
}
.b-main-catalog .item p, .furniture .furniture-price span {
	color: #b42e55;
	font-size: 28px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
.b-main-catalog .item p span {
	font-size: 14px;
}
.b-main-catalog .item .order-btn {
	height: 55px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #b42e55;
  border: 1px solid #b42e55;
	margin: 20px 15px -45px;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(180, 46, 85, 0.1);
}
.b-main-catalog .item .order-btn:hover{
  background: #fff;
  color: #b42e55;
}
.seo-block {
	min-height: 490px;
	background-color: #f6f6f6;
	/*background-image: url("../images/pic/seo-background.png");*/
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 175px;
  padding-bottom: 80px;
}
.seo-block h1 {
	color: #b42e55;
	font-size: 40px;
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	padding-top: 55px;
	padding-bottom: 15px;
  margin: 0px;
}
.seo-block h2 {
	color: #b42e55;
	display: block;
	text-transform: uppercase;
	padding-top: 55px;
	padding-bottom: 15px;
  margin: 0px;
}
.seo-block p {
	color: #000000;
	font-size: 14px;
	padding-top: 25px;
	margin: 0;
}
.seo-block a{
  color: #b42e55;
  text-decoration: underline;
}
.seo-block ul{
  padding: 0px ;
  list-style-position: inside;
}
.seo-block ul li{
  color: #b42e55;
  padding-top: 15px;
}
.seo-block ul li span{
  color: #000;
}
.why-cheaper {
	padding-top: 80px;
	padding-bottom: 120px;
	background: #fdfcfc;
	text-align: center;
}
.why-cheaper .b-sub-phrase {
	color: #b42e55;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 25px 0;
}
.why-cheaper .b-sub-text {
	color: #00b5b6;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.why-cheaper .item {
	width: 100%;
	max-width: 530px;
	background: #ffffff;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
	display: inline-block;
	vertical-align: top;
	margin: 60px 50px 0;
}
.why-cheaper .item .b-item-title {
	color: #141427;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
}
.why-cheaper .item .b-item-terms {
	color: #22bbbc;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 10px;
}
.why-cheaper .item .list {
	width: 100%;
	display: table;
	text-align: left;
	padding: 15px 15px 15px 20px;
}
.why-cheaper .item .list .list-row {
	display: table-row;
}
.why-cheaper .item .list .list-row .list-item {
	display: table-cell;
	vertical-align: middle;
}
.why-cheaper .item .list .list-row .list-item .numb {
	font-family: "Rockwell Condensed Bold";
	color: #22bbbc;
	font-size: 45px;

}
.why-cheaper .item .list .list-row .list-item p {
	color: #141427;
	font-size: 14px;
	margin: 0;
	padding: 0 30px;
}
.why-cheaper .item .list .list-row .list-item .price {
	color: #141427;
	font-size: 18px;
	font-weight: bold;
}
.why-cheaper .item .list .list-row .list-item .price span {
	color: #b42e55;
	font-size: 40px;
	font-family: "Rockwell Condensed Bold";

}
.why-cheaper .item .total {
	color: #141427;
	font-size: 16px;
	text-transform: uppercase;
	background: #f6f6f6;
	text-align: left;
	font-weight: bold;
	padding: 15px 25px 15px;
}
.why-cheaper .item .total p {
	display: inline-block;
	color: #141427;
	font-size: 18px;
	font-weight: bold;
}
.why-cheaper .item .total p span {
	color: #b42e55;
	font-size: 40px;
	font-family: "Rockwell Condensed Bold";

}
.calculation {
	padding: 120px 0 140px;
	background: url("../images/pic/pic1.jpg") no-repeat;
}
.calculation .b-steps {
	max-width: 1130px;
	width: 100%;
	margin: 80px auto 0;
	padding-bottom: 50px;
	border: 20px solid #029293;
	background: #fff;
}
.calculation .b-steps .step{
  display: none;
}
.calculation .b-steps .step1{
  display: block;
}
.calculation .b-steps .head .back-btn {
	width: 170px;
	height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	border-radius: 5px;
	background: #029293;
	margin: 45px 40px 0;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 0 5px 10px 3px rgba(2, 146, 147, 0.2);
  border: 1px solid #029293;
}
.calculation .b-steps .head .back-btn:hover{
  color: #029293;
  background: #fff;
}
.calculation .b-steps .head .back-btn:before {
	content: '';
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 20px;
	background: url("../images/slider-arr-left.png") no-repeat center center/cover;
}
.calculation .b-steps .head .b-step-title {
	display: inline-block;
	vertical-align: top;
	padding-top: 45px;
	padding-left: 40px;
}
.calculation .b-steps .head .b-step-title span {
	color: #000000;
	font-size: 20px;
	display: block;
}
.calculation .b-steps .head .b-step-title p {
	color: #000000;
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.calculation .b-steps .head .b-step-line {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 30px;
	padding: 0 130px 0;
	text-align: center;
}
.calculation .b-steps .head .b-step-line:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #eeeeee;
	position: absolute;
	left: 0;
	top: 25px;
}
.calculation .b-steps .head .b-step-line-cell {
	display: table-cell;
	text-align: center;
	position: relative;
}
.calculation .b-steps .head .b-step-line-cell:first-child.active:before {
	left: calc(-50% - 26px);
}
.calculation .b-steps .head .b-step-line-cell.active .item {
	background: #a6284d;
}
.calculation .b-steps .head .b-step-line-cell.active:before {
	content: '';
	height: 1px;
	width: calc(100% + 10px);
	background: #a6284d;
	position: absolute;
	left: -50%;
	top: 25px;
}
.calculation .b-steps .head .b-step-line .item {
	width: 50px;
	height: 50px;
	background: #eeeeee;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 5;
}
.calculation .b-steps .head .b-step-item {
	padding-top: 55px;
}
.calculation .b-steps .head .b-step-item .item.storona{
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: none;
}
.calculation .b-steps .head .b-step-item .item.storonaA{
  display: block;
}
.calculation .b-steps .head .b-step-item .item.material{
  padding-left: 15px;
  padding-right: 15px;
}
.calculation .b-steps .head .b-step-item .item.zakaz{
  padding-left: 15px;
  padding-right: 15px;
}
.calculation .b-steps .head .b-step-item .item.active .block {
	border: 1px solid #a6284d;
}
.calculation .b-steps .head .b-step-item .item:hover .block {
	border: 1px solid #a6284d;
}
.calculation .b-steps .head .b-step-item .item .block {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	text-align: center;
	display: table;
}
.calculation .b-steps .head .b-step-item .item .block .center {
	display: table-cell;
	vertical-align: middle;
}
.calculation .b-steps .head .b-step-item .item span {
	color: #141427;
	font-size: 16px;
	font-weight: 900;
	display: block;
	text-align: center;
	padding-top: 20px;
}
.calculation .b-steps .head .next-btn {
	width: 220px;
	height: 55px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #b42e55;
  border: 1px solid #b42e55;
	margin: 55px auto 0;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(180, 46, 85, 0.2);
}
.calculation .b-steps .head .next-btn:hover{
  color: #b42e55;
  background: #fff;
}
.certificates {
	padding: 90px 0 140px;
}
.certificates img {
	max-width: 100%;
  width: 100%;
	margin-top: 70px;
}
.news {
	background: #f6f6f6;
	padding: 40px 0 60px;
}
.news.inner{
  background: #fdfcfc;
}
.news .col-xs-12{
  margin-bottom: 30px;
}
.news .item {
	background: #fff;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
	padding: 25px 25px 50px;
	margin-top: 50px;
  height: 100%;
}
.news .item .img {
	margin-bottom: 15px;
}
.news .item .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news .item .title {
	color: #141427;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
  min-height: 50px;
}
.news .item .sub-title {
	color: #141427;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	padding-top: 5px;
}
.news .item p {
	color: #141427;
	font-size: 14px;
	display: block;
	padding-top: 15px;
}
.news .item .link {
	color: #b42e55;
	font-size: 14px;
}
.news .item .more-btn {
	height: 55px;
	max-width: 220px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #b42e55;
	margin: 20px auto -75px;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(180, 46, 85, 0.1);
  border: 1px solid #b42e55;
}
.news .item .more-btn:hover{
  color: #b42e55;
  background: #fff;
}
.news .read-all {
	height: 55px;
	max-width: 220px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #029293;
	margin: 100px auto 0;
	text-transform: uppercase;
	box-shadow: 0 5px 10px 3px rgba(2, 146, 147, 0.2);
  border: 1px solid #029293;
}
.news .read-all:hover{
  color: #029293;
  background: #fff;
}
.b-discount .item {
	max-width: 1560px;
	width: 100%;
	min-height: 455px;
	margin: 150px auto 100px;
	background: url("../images/discount-bg.jpg") no-repeat top center/cover;
	position: relative;
}
.b-discount .item:after {
	content: '';
	width: 516px;
	height: 518px;
	display: block;
	background: url("../images/people.png") no-repeat;
	position: absolute;
	left: 15%;
	bottom: 0;
}
.b-discount .item::before {
	content: '';
	width: calc(100% - 55px);
	height: calc(100% - 60px);
	margin: 30px;
	position: absolute;
	left: 0;
	top: 0;
	border: 7px solid #fff;
}
.b-discount .item .b-info {
	max-width: 365px;
	margin-left: 55%;
	position: relative;
	padding-top: 70px;
}
.b-discount .item .b-info p {
	color: #141427;
	font-size: 40px;
	display: block;
	text-transform: uppercase;
}
.b-discount .item .b-info p span {
	color: #b42e55;
	font-weight: bold;
	display: block;
}
.b-discount .item .b-info a {
	height: 55px;
	max-width: 220px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #00b5b6;
	margin: 55px 0 0;
	text-transform: uppercase;
	box-shadow: 0 5px 10px 3px rgba(2, 146, 147, 0.2);
  border: 1px solid #00b5b6;
}
.b-discount .item .b-info a:hover{
  color: #00b5b6;
  background: #fff;
}
.catalog-head {
	position: relative;
	overflow: hidden;
  width: 100%;
  height: 326px;
  background: url("../images/pic/inner-head-1.jpg") no-repeat center top;
}
.catalog-head .title {
	height: 326px;
	width: 618px;
	text-align: center;
	line-height: 326px;
	z-index: 1;
	color: #141427;
	font-size: 40px;
	font-weight: bold;
	display: block;
	background: url("../images/bg/title.png") no-repeat center top;
  padding: 0px 100px 0px 50px;
  margin: 0px;
}
.catalog-head .title span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
	text-transform: uppercase;
}
.catalog {
	padding-top: 85px;
}
.catalog .b-search {
	height: 80px;
	background: #fff;
	margin-top: 55px;
	position: relative;
	box-shadow: 0 9px 35px 0 rgba(0, 181, 182, 0.2);
}
.catalog .b-search input {
	width: 100%;
	height: 80px;
	display: block;
	position: relative;
	border: 0;
	color: #141427;
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
}
.catalog .b-search button {
	width: 49px;
	height: 49px;
	display: block;
	position: absolute;
	right: 13px;
	top: 16px;
	background: url("../images/search-icon.png") no-repeat;
  border: none;
  cursor: pointer;
}
.catalog .banner {
	width: 100%;
	min-height: 385px;
	margin-top: 55px;
	padding-top: 15px;
	background: url("../images/banner-bg.jpg") no-repeat top center/cover;
}
.catalog .banner .img {
	height: 135px;
	margin: 0 10px;
	border: 7px solid #ffffff;
	position: relative;
}
.catalog .banner .img img {
	position: absolute;
	bottom: 0;
	left: 20px;
}
.catalog .banner p {
	color: #000000;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 25px 10px 0;
	margin: 0;
}
.catalog .banner p span {
	color: #b42e55;
	font-weight: bold;
	display: block;
}
.catalog .more-btn {
	height: 55px;
	width: 100%;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #00b5b6;
  border: 1px solid #00b5b6;
	margin: 20px 0 0;
	text-transform: uppercase;
	box-shadow: 0 5px 10px 3px rgba(2, 146, 147, 0.2);
}
.catalog .more-btn:hover{
  color: #00b5b6;
  background: #fff;
}
.catalog .our-info {
	padding-top: 40px;
}
.catalog .our-info .title {
	color: #000000;
	font-size: 29px;
	display: block;
	text-align: center;
}
.catalog .our-info .img {
	width: 100%;
	margin-top: 15px;
}
.catalog .our-info .img img {
	width: 100%;
}
.catalog .b-review {
	padding-top: 40px;
}
.catalog .b-review .title {
	color: #000000;
	font-size: 29px;
	display: block;
	text-align: center;
}
.catalog .b-review .text {
	padding-top: 15px;
}
.catalog .b-review .text p {
	color: #000000;
	font-size: 18px;
	display: block;
}
.catalog .b-review .text span {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: right;
}
.catalog .brands {
	padding-top: 40px;
}
.catalog .brands .title {
	color: #000000;
	font-size: 29px;
	display: block;
	text-align: center;
}
.catalog .brands .img {
	text-align: center;
}
.catalog .brands img {
	max-width: 100%;
}
.catalog .news-list .col-xs-12{
  margin-bottom: 30px;
}
.catalog .item {
	width: 100%;
	padding: 15px;
	background: #fff;
	margin: 0 auto 10px;
	box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);
	position: relative;
  height: 100%;
}
.catalog .item .b-discount {
	height: 65px;
	width: 65px;
	display: block;
	background: #00b5b6;
	border-radius: 50%;
	position: absolute;
	right: -7px;
	top: -7px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
}
.catalog .item a .img{
  overflow: hidden;
  max-height: 325px;
}
.catalog .item a .img img {
	width: 100%;
  height:300px;
  object-fit: cover;
}
.catalog .item a span {
	color: #141427;
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
  min-height: 70px;
}
.catalog .item p {
	color: #b42e55;
	font-size: 28px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
.catalog .item p span {
	font-size: 14px;
}
.catalog .item .order-btn {
	height: 55px;
	max-width: 220px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #b42e55;
	margin: 0px auto;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(180, 46, 85, 0.1);
  border: 1px solid #b42e55;
}
.catalog .item .order-btn:hover{
  color: #b42e55;
  background: #fff;
}
.catalog .show-more {
	height: 55px;
	width: 220px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #00b5b6;
	margin: 0px auto;
	text-transform: uppercase;
	box-shadow: 0 5px 10px 3px rgba(2, 146, 147, 0.2);
  border: 1px solid #00b5b6;
}
.catalog .show-more:hover{
  color: #00b5b6;
  background: #fff;
}

.follow .item .price{
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: right;
}
.follow .item .price.long{
  padding-top: 0px;
}
.follow .item .price p{
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  width: 50%;
  text-align: left;
}
.follow .item .price.long p{
  display: block;
  width: 100%;
  text-align: center;
}
.follow .item .chars_list{
  display: block;
  padding: 0px;
  margin: 10px auto;
  list-style-type: none;
  font-size: 0px;
}
.follow .item .chars_list li{
  display: inline-block;
  width: 50%;
  font-size: 14px;
  vertical-align: top;
}
.follow .item .chars_list li span{
  display: inline-block;
}
.follow .item .chars_list li span.quest{
  font-weight: bold;
  padding-right: 5px;
  color: #00b5b6;
}
.follow .item .controls{
  text-align: center;
}
.follow .item .controls .button.red{
  margin-right: 10px;
}
.b-main-catalog .follow .item .controls .button.red{
  margin-right: 0px;
}

.furniture {
	margin-top: 80px;
}
.furniture .text-item h1 {
	text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  margin: 0px;
}
.furniture .text-item .props{
  padding-top: 0px;
}
.furniture .text-item .props ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.furniture .text-item .props ul li{
  display: block;
  line-height: 20px;
  padding-bottom: 10px;
  font-size: 0px;
}
.furniture .text-item .props ul li span{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}
.furniture .text-item .props ul li span.quest{
  width: 30%;
}
.furniture .text-item .props ul li span.answer{
  width: 70%;
  font-weight: 300;
}
.furniture .text-item .props .images{
  display: none;
}
.furniture .text-item .controls{
  padding-top: 15px;
  font-size: 0px;
}
.furniture .text-item .controls .offers{
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 16px;
}
.furniture .text-item .controls .offers span{
  color: #141427;
  font-weight: 500;
  line-height: 30px;
}
.furniture .text-item .controls .offers span b{
  font-weight: normal;
  font-size: 38px;
  color: #b42e55;
}
.furniture .text-item .controls .buttons{
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: 16px;
}
.furniture .text-item .controls .buttons a{
	width: 255px;
	height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #fff;
	text-transform: uppercase;
	margin-right: 11px;
}
.furniture .text-item .controls .buttons a.order-btn {
	background: #b42e55;
  border: 1px solid #b42e55;
  box-shadow: 0 9px 10px 0 rgba(180, 46, 85, 0.2);
}
.furniture .text-item .controls .buttons a.order-btn:hover{
  color: #b42e55;
  background: #fff;
}
.furniture .text-item .controls .buttons a.price-btn {
	border: 1px solid #b42e55;
	color: #b42e55;
}
.furniture .text-item .controls .buttons a.price-btn:hover{
  background: #b42e55;
  color: #fff;
}

.furniture .furniture-img {
	margin-top: 5px;
  max-width: 100%;
  width: 100%;
}
.furniture .text-item .furniture-list {
	list-style: none;
	padding-left: 0;
	font-size: 16pt;
	line-height: 1.5;
}
.furniture .text-item .furniture-list.bold {
	font-weight: bold;
}
.furniture .furniture-price {
	margin-top: 20px;
}
.furniture .furniture-price p {
	font-size: 14pt;
	font-weight: bold;
}
.furniture .furniture-price span {
	display: inline;
}
.furniture .furniture-special {
	margin-top: 20px;
}
.furniture .furniture-icons .icon.image {
	background: url("../images/b-about-elips.png") no-repeat center center/cover;
	height: 84px;
  line-height: 80px;
  text-align: center;
	width: 84px;
  display: inline-block;
  vertical-align: middle;
}
.furniture .furniture-icons {
	margin-top: 30px;
}
.furniture .furniture-icons span.name {
	display: inline-block;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 18px;
  line-height: 29px;
	color: #141427;
  vertical-align: middle;
  width: calc(100% - 104px);
}
.furniture .furniture-icons .icon.truck img {
  display: inline-block;
}
.furniture .furniture-icons .icon.crown img {
  display: inline-block;
}
.furniture .furniture-icons .icon.like img {
	display: inline-block;
}
.info .block {
	margin-top: 50px;
  margin-bottom: 90px;
}
.info .block h1 {
	text-align: center;
	color: #b42e55;
}
.info .block .info-text {
	font-size: 18px;
	line-height: 36px;
  font-weight: 300;
  color: #141427;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  -moz-box-shadow:    0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  box-shadow:         0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  background-color: #f7f6f5;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 25px;
  height: 100%;
}
.info .block .info-text.price{
  background-image: url(../images/bg/product_advantages/price.png);
}
.info .block .info-text.payment{
  background-image: url(../images/bg/product_advantages/payment.png);
}
.info .block .info-text.delivery{
  background-image: url(../images/bg/product_advantages/delivery.png);
}
.info .block .info-text ul {
	list-style: none;
	margin: 0px;
  padding: 0px ;
}
.info .block .info-text span{
	color: #b42e55;
	font-weight: bold;
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 18px;
}
.info .block .info-text span.lbl{
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
}
.info .block .info-text p{
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 0px;
}
.consultation{
  padding-top: 50px;
}
.consultation .block {
	margin-top: 100px;
}
.consultation .centered{
  text-align: center;
}
.consultation .orderc-btn {
	padding-left: 100px;
  padding-right: 100px;
}
.consultation p {
	font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}
.consultation .buttoms {
	margin-top: 150px;
}
section.tile {
	margin-top: 50px;
  background: #f7f6f5;
  padding-top: 65px;
  padding-bottom: 115px;
}
section.tile .nav-tabs {
	border-bottom: none;
}
section.tile .nav-tabs > li {
	float: left;
	margin-bottom: 0px;
  margin-right: 15px;
}
section.tile .nav > li > a {
	position: relative;
	padding: 0px 45px;
	margin-right: 0px;
	height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #00b5b6;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	border: 1px solid #00b5b6;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(0, 181, 182, 0.1);
  background: #fff;
}
section.tile .nav > li > a:hover{
  background: #00b5b6;
  color: #ffffff;
  border: 1px solid #00b5b6;
}
section.tile .nav-tabs > li.active > a, section.tile .nav-tabs > li.active > a:hover, section.tile .nav-tabs > li.active > a:focus {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #00b5b6;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(0, 181, 182, 0.1);
  border: 1px solid #00b5b6;
}
section.tile .tab-content{
  padding-top: 50px;
}
section.tile .tab-content .items{
  font-size: 0px;
}
section.tile .tab-content .items a{
  display: inline-block;
  vertical-align: top;
  width: 10%;
}
section.tile .tab-content .items a img{
  width: 100%;
  max-width: 100%;
}

.shop{
  padding-bottom: 80px;
}

.shop .b-info {
	margin-top: 0px;
	position: relative;
}
.shop .b-info .links {
	padding: 15px 40px;
	background: #fff;
	position: relative;
	z-index: 2;
	box-shadow: 0 9px 35px 0 rgba(0, 181, 182, 0.2);
}
.shop .b-info .links ul.menu{
  list-style-type: none;
  padding: 0px ;
  margin: 0px;
}
.shop .b-info .links ul.menu > li{
  display: block;
  position: relative;
}
.shop .b-info .links ul.menu > li > a {
	display: block;
	color: #141427;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0;
	display: block;
}
.shop .b-info .links ul.menu > li > a:after {
	content: '';
	width: 29px;
	height: 29px;
  border-radius: 29px;
	float: right;
	margin-top: 5px;
	background: url("../images/link-item.png") no-repeat;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  -moz-box-shadow:    0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  box-shadow:         0px 9px 10px 0px rgba(0, 181, 182, 0.1);
}
.shop .b-info .links ul.menu > li > a:hover, .shop .b-info .links ul.menu > li > a.selected {
	color: #b42e55;
}
.shop .b-info .links ul.menu > li > a:hover:after, .shop .b-info .links ul.menu > li > a.selected:after {
	background: url("../images/link-item-hover.png") no-repeat;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(180, 46, 85, 0.1);
  -moz-box-shadow:    0px 9px 10px 0px rgba(180, 46, 85, 0.1);
  box-shadow:         0px 9px 10px 0px rgba(180, 46, 85, 0.1);
}
.shop .b-info .links ul.menu > li > .dropdown{
  position: absolute;
  font-size: 0px;
  width: 1250px;
  z-index: 10;
  left: 100%;
  top: 0px;
  display: none;
  padding-left: 40px;
}
.shop .b-info .links ul.menu > li:hover > .dropdown{
  display: block;
}
.shop .b-info .links ul.menu > li > .dropdown .list{
  padding: 15px 30px;
  background: #b42e55;
}
.shop .b-info .links ul.menu > li > .dropdown .list .tree_block{
  display: inline-block;
  width: 33.3333333%;
  vertical-align: top;
  padding-bottom: 15px;
}
.shop .b-info .links ul.menu > li > .dropdown .list a{
  display: inline-block;
  width: 33.3333333%;
  vertical-align: top;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
.shop .b-info .links ul.menu > li > .dropdown .list a:hover{
  text-decoration: underline;
}
.shop .b-info .links ul.menu > li > .dropdown .list .tree_block a{
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
}
.shop .b-info .links ul.menu > li > .dropdown .list span.section{
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  text-decoration: underline;
}

.shop .b-info .links.category_left{
  margin-top: 30px;
}
.shop .b-info .links.category_left a{
  display: block;
  line-height: 25px;
  color: #b42e55;
  font-weight: bold;
  font-size: 16px;
}
.shop .b-info .links.category_left span.section{
  display: block;
  line-height: 25px;
  color: #00b5b6;
  font-weight: bold;
  font-size: 16px;
  padding-top: 15px;
}
.shop .b-info .links.category_left span.section:first-child{
  padding-top: 0;
}

.statick_page{
  padding-bottom: 50px;
}
.statick_page.catalog_description{
  padding-top: 50px;
}
.statick_page.top_description{

}
.statick_page .video{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.statick_page .thumb-wrap, .statick_page .video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}
.statick_page .thumb-wrap iframe, .statick_page .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.statick_page p{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.statick_page h2{
  margin-bottom: 20px;
  text-align: center;
}

.photos a.thumbnail{
	border: 1px solid #00b5b6;
}
.photos a.thumbnail img{
  display: inline-block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.photos a.thumbnail:hover{
	border: 1px solid #b42e55;
}

.statick_page ul.chars{
  list-style-position: inside;
  padding: 0px ;
}
.statick_page ul.chars li{
  color: #00b5b6;
  padding-bottom: 10px;
}
.statick_page ul.chars li span{
  color: #333;
}
.statick_page p.images{
  text-align: center;
  font-size: 0px;
}
.statick_page p.images img{
  max-width: 50%;
}
.statick_page p.images.third img{
  max-width: 33.33333%;
}

.reviews{

}
.reviews .controls{
  padding-bottom: 30px;
}
.reviews .items{

}
.reviews .items .item{
  margin-bottom: 30px;
  background: #fff;
  padding: 15px ;
	box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}
.reviews .items .item span{
  display: block;
}
.reviews .items .item span.name{
  font-weight: bold;
  text-transform: uppercase;
  color: #b42e55;
  padding-bottom: 10px;
}
.reviews .items .item .text{
  font-size: 16px;
  line-height: 22px;
}
.reviews .items .item .thumbs{
  padding-top: 15px;
  font-size: 0px;
}
.reviews .items .item .thumbs .thumb{
  width: 20%;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
}
.reviews .items .item .thumbs .thumb .thumbnail{
  margin-bottom: 0px;
}

.contacts .items {
	padding-top: 50px;
}
.contacts .items .item {
	background: #fff;
	-webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	transition: ease 0.25s all;
	-webkit-transition: ease 0.25s all;
	-o-transition: ease 0.25s all;
	-moz-transition: ease 0.25s all;
	text-align: center;
	padding: 25px;
	min-height: 520px;
}
.contacts .items .item .image {
	padding-bottom: 30px;
}
.contacts .items .item .image img {
	display: inline-block;
	max-width: 60%;
	width: 100%;
}
.contacts .items .item .info {

}
.contacts .items .item .info span, .contacts .items .item .info b {
	display: block;
}
.contacts .items .item .info b {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	color: #b42e55;
	font-weight: 500;
	padding-bottom: 30px;
}
.contacts .items .item .info span {
	text-align: left;
	font-size: 18px;
  font-weight: 500;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 5px;
}
.contacts .items .item .info span a{
	color: #b42e55;
}

.popup_form {
	width: 380px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.85);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.85);
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.85);
	text-align: center;
	position: relative;
}
.popup_form span.form_title {
	padding-bottom: 20px;
	font-size: 20px;
  text-transform: uppercase;
	color: #b42e55;
	font-weight: bold;
	display: block;
}
.popup_form input[type="text"] {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	padding-left: 15px;
	height: 50px;
	background: #ffffff;
	border: 1px solid #d1b5a5;
	border-radius: 4px;
	font-size: 14px;
}
.popup_form textarea{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	padding-left: 15px;
  padding-top: 15px;
	height: 150px;
  resize: none;
	background: #ffffff;
	border: 1px solid #d1b5a5;
	border-radius: 4px;
	font-size: 14px;
}
.popup_form .button {
	height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	border-radius: 5px;
	background: #00b5b6;
	text-transform: uppercase;
	box-shadow: 0 9px 10px 0 rgba(0, 181, 182, 0.1);
  padding: 0px 50px ;
  cursor: pointer;
  border: none;
}
.popup_form p{
  padding-top: 20px;
  text-align: left;
}
.popup_form p a{
  color: #b42e55;
}

.filter_top{
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 9px 35px 0 rgba(0, 181, 182, 0.05);
}
.filter_top .filter_title{
  display: block;
  text-align: center;
	color: #00b5b6;
	font-size: 28px;
	font-weight: bold;
}
.filter_top .filter_item{
  margin-top: 30px;
}
.filter_top .filter_item .lbl{
	display: block;
	color: #b42e55;
	font-size: 17px;
	font-weight: 500;
	padding-bottom: 5px;
}
.filter_top .filter_item a {
	display: block;
	padding-left: 17px;
	line-height: 22px;
	position: relative;
  color: #141427;
  font-weight: 500;
}
.filter_top .filter_item a:before {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 1px solid #b42e55;
	content: "";
}
.filter_top .filter_item a.selected::after {
	position: absolute;
	left: 3px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #b42e55;
	content: "";
}

.popup_city{
  width: 800px;
  padding: 20px ;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.popup_city span.form_title {
  padding-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: #b42e55;
  font-weight: bold;
  display: block;
  text-align: center;
}
.popup_city a{
  display: block;
  color: #00b5b6;
}

.popup_calc{
  width: 1000px;
  padding: 10px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.popup_calc .calculation {
  padding: 0;
  background: none;
}
.popup_calc .calculation .b-steps{
  margin: 0;
}
.materials_menu{
  padding-bottom: 50px;
}
.materials_menu .items{

}
.materials_menu .items .item{
	margin-bottom: 30px;
	background: #fff;
	padding: 35px 15px;
	box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);
	position: relative;
  text-align: center;
}
.materials_menu .items .item a{
	font-weight: bold;
	text-transform: uppercase;
	color: #b42e55;
	display: block;
}

.cities{
  padding-top: 65px;
  padding-bottom: 50px;
}
.cities .items{
  padding-top: 50px;
}
.cities .items .item{

}
.cities .items .item ul{
  list-style-type: none;
  padding: 0px ;
  margin: 0px;
}
.cities .items .item ul li{
  display: block;
}
.cities .items .item ul li a{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00b5b6;
}
.cities .items .item ul li a:hover{
  color: #b42e55;
}

.scrollup {
  position: fixed;
  color: #fff;
  background-color: #00b5b6;
  left: 20px;
  bottom: 20px;
  padding: 4px 10px;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  text-align: center;
}
.scrollup:hover {
  background-color: #b42e55;
}
@media (max-width: 1600px) {
  .navigation .navbar-default .navbar-nav > li > a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li:first-child > .dropdown {
    top: -60px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list a {
    font-size: 16px;
    line-height: 26px;
  }
  .main-banner .slider .owl-theme .owl-nav{
    bottom: -60px;
  }
  .header .main-menu ul li, .footer .main-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
  }
  .button {
    padding: 0px 10px;
    font-size: 15px;
  }
  .b-main-catalog .item, .catalog .item{
    padding: 10px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list .tree_block a {
    font-size: 15px;
    line-height: 18px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list .tree_block span.section {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 1460px) {
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list .tree_block {
    padding-bottom: 10px;
  }
  .button {
    font-size: 15px;
    padding: 0px 7px;
  }
}
@media (max-width: 1366px) {
  .navigation .navbar-default .navbar-nav > li > a {
    margin-left: 15px;
  	margin-right: 15px;
  	font-size: 17px;
  }
  .main-banner .slider .item .content .container-fluid .b-info {
  	margin-top: 30px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > a, .shop .b-info .links ul.menu > li > a {
  	font-size: 24px;
  	margin: 10px 0;
  }
  .b-about {
  	padding-bottom: 70px;
  }
  .b-about .list .item {
  	padding-top: 50px;
  }
  .b-about .list span {
  	padding-left: 45px;
  	padding-right: 45px;
  }
  .seo-block {
  	margin-top: 75px;
  }
  .header .main-menu ul li, .footer .main-menu ul li {
  	margin: 0 18px;
  }
  .header .main-menu ul li a, .footer .main-menu ul li a {
  	font-size: 17px;
  }
  .furniture .text-item .controls .buttons a {
  	width: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
  }
  .furniture .text-item .controls .buttons a.price-btn{
    margin-right: 0px;
  }
  .button {
  	font-size: 15px;
    padding: 0px 7px;
  }
  .catalog .item{
    padding: 10px;
  }
  .b-main-catalog .follow .item .controls .button{
    width: 100%;
  }
  .b-main-catalog .follow .item .controls .button.red{
    margin-bottom: 15px;
  }
  .statick_page p.images {
  	clear: both;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list a {
  	font-size: 16px;
  	line-height: 24px;
  }
  .follow .item .controls .button.red{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .follow .item .controls .button{
    width: 100%;
  }
}
@media (max-width: 1290px) {
  .navigation .navbar-default .navbar-nav > li > a {
  	font-size: 16px;
  }
  .why-cheaper {
  	padding-top: 50px;
  	padding-bottom: 70px;
  }
  .why-cheaper .item {
  	margin: 30px 20px 0;
  }
  .calculation {
  	padding: 60px 0 80px;
  }
  .calculation .b-steps {
  	margin: 40px auto 0;
  }
  .certificates {
  	padding: 60px 0 90px;
  }
  .certificates img {
  	margin-top: 40px;
  }
  .header .main-menu ul li a, .footer .main-menu ul li a {
  	font-size: 15px;
  }
  .header .main-menu ul li a, .footer .main-menu ul li a {
    font-size: 15px;
  }
  .navigation .navbar-default .navbar-nav > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .follow .item .price p{
    display: block;
    width: 100%;
    text-align: center;
  }
  .follow .item .price .button.light{
    width: 100%;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > a, .shop .b-info .links ul.menu > li > a {
    font-size: 22px;
  }
  .furniture .text-item .controls .offers span b {
    font-size: 34px;
  }
  .furniture .text-item .controls .buttons a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .main-menu ul li, .footer .main-menu ul li {
    margin: 0 10px;
  }
  .furniture .furniture-icons span.name {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 15px;
    line-height: 25px;
  }
  .navigation .navbar-default .navbar-nav > li > a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > .dropdown .list a {
    font-size: 16px;
    line-height: 20px;
  }
  .b-discount .item::after {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .b-title {
  	font-size: 35px;
  }
  .b-sub-title{
    display: none;
  }
  .header .logo span, .footer .logo span {
  	padding-top: 0px;
  }
  .header .b-header .b-info .order-btn, .footer .b-header .b-info .order-btn{
  	width: 225px;
  	margin-right: 10px;
  }
  .header .b-header .b-info .price-btn, .footer .b-header .b-info .price-btn{
  	width: 195px;
  }
  .header .b-header .b-info .adress, .footer .b-header .b-info .adress{
  	font-size: 12px;
    margin-bottom: 12px;
  }
  .header .b-header .b-phone .call-btn, .footer .b-header .b-phone .call-btn{
  	width: 195px;
  }
  .header .b-header .b-phone span b, .footer .b-header .b-phone span b{
    display: none;
  }
  .navigation .navbar-default .navbar-nav > li > a {
  	font-size: 14px;
	  margin-left: 5px;
    margin-right: 5px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > a {
  	font-size: 14px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > a::after {
  	content: '';
  	width: 19px;
  	height: 19px;
  	border-radius: 19px;
  	float: right;
  	margin-top: 5px;
  	background: url("../images/link-item.png") no-repeat;
    background-size: contain;
  	-webkit-box-shadow: 0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  	-moz-box-shadow: 0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  	box-shadow: 0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  }
  .main-banner .slider .owl-theme .owl-nav [class*="owl-"] {
  	width: 70px;
  	height: 70px;
  }
  .main-banner .slider .owl-theme .owl-nav .owl-next {
  	background: #00b5b6 url(../images/slider-arr-right.png) 7px center no-repeat;
  }
  .main-banner .slider .owl-theme .owl-nav {
  	padding-left: 64%;
  	bottom: 20px;
  }
  .b-about {
  	padding-bottom: 50px;
    padding-top: 50px;
  }
  .b-about .list span {
  	padding-left: 25px;
  	padding-right: 25px;
    font-size: 16px;
  }
  .b-main-catalog {
  	padding-top: 50px;
  }
  .seo-block {
  	background: #f6f6f6;
  	margin-top: 50px;
  }
  .b-discount .item {
    margin: 50px auto;
  }
  .b-discount .item:after{
    display: none;
  }
  .b-discount .item .b-info {
    max-width: 100%;
    margin-left: 50px;
  }
  .why-cheaper .item {
  	margin: 20px 10px 0;
    max-width: 460px;
  }
  .why-cheaper .item .list .list-row .list-item .numb, .why-cheaper .item .list .list-row .list-item .price span {
  	font-size: 28px;
  }
  .why-cheaper .item .list .list-row .list-item p {
  	padding: 0 15px;
  }
  .why-cheaper .item .list .list-row .list-item .price {
  	font-size: 15px;
  }
  .why-cheaper .item .list .list-row .list-item .price img{
    max-height: 25px;
  }
  .header .main-menu ul li, .footer .main-menu ul li {
  	margin: 0px 10px;
  }
  .header .main-menu ul li a, .footer .main-menu ul li a {
  	font-size: 14px;
  }
  .shop .b-info .links ul.menu > li > a {
  	font-size: 18px;
  }
  .shop .b-info .links ul.menu > li > a:after {
  	content: '';
  	width: 19px;
  	height: 19px;
  	border-radius: 19px;
  	float: right;
  	margin-top: 5px;
  	background: url("../images/link-item.png") no-repeat;
    background-size: contain;
  	-webkit-box-shadow: 0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  	-moz-box-shadow: 0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  	box-shadow: 0px 9px 10px 0px rgba(0, 181, 182, 0.1);
  }
  .catalog-head .title {
  	font-size: 35px;
  	padding: 0px 50px 0px 50px;
  }
  .furniture .text-item h1 {
  	font-size: 35px;
  	line-height: 35px;
  }
  .furniture .text-item .controls .offers {
  	display: block;
  	width: 100%;
  }
  .furniture .text-item .controls .buttons {
  	display: block;
  	width: 100%;
    padding-top: 20px;
  }
  .furniture .text-item .controls .buttons a {
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .furniture .furniture-icons .icon.image {
  	margin: 0 auto;
  	display: block;
  }
  .furniture .furniture-icons span.name {
  	display: block;
  	margin-left: 0px;
  	width: 100%;
    text-align: center;
  }
  section.tile .tab-content .items a {
  	width: 20%;
  }
  .b-about .list .item {
    padding-top: 10px;
  }
}
@media (max-width: 900px) {
  .navigation .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .header .main-menu ul li, .footer .main-menu ul li {
    margin: 0px 3px;
  }
  .header .main-menu ul li a, .footer .main-menu ul li a {
    font-size: 13px;
  }
  .footer .logo{
    text-align: center;
  }
  .footer .pluso {
    margin-top: 10px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 768px) {
  .header .logo, .footer .logo {
  	display: block;
  	margin-top: 15px;
  	text-align: center;
  }
  .header .b-header, .footer .b-header {
  	text-align: left;
  }
  .header .b-header .b-phone, .footer .b-header .b-phone {
  	display: inline-block;
  	margin-left: 0px;
  	float: right;
  }
  .navbar-nav > li:nth-child(4), .navbar-nav > li:nth-child(6), .navbar-nav > li:nth-child(9), .navbar-nav > li:nth-child(10){
    display: none;
  }
  .main-banner .slider .item .content .container-fluid .b-info {
  	margin-top: 20px;
  	max-width: 200px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links {
  	width: auto;
  	padding: 15px 20px;
  }
  .main-banner .slider .item .content .container-fluid .b-info .links ul.menu > li > a {
  	font-size: 12px;
  	margin: 7px 0;
  }
  .main-banner .slider .owl-theme .owl-nav {
  	padding-left: 65%;
  	bottom: 35px;
  }
  .main-banner .slider .owl-theme .owl-nav [class*="owl-"] {
  	width: 40px;
  	height: 40px;
  }
  .main-banner .slider .owl-theme .owl-nav .owl-next {
  	background: #00b5b6 url(../images/slider-arr-right.png) 3px center no-repeat;
  	background-size: 80%;
  }
  .main-banner .slider .owl-theme .owl-nav .owl-prev {
  	background: #00b5b6 url(../images/slider-arr-left.png) 5px center no-repeat;
  	background-size: 80%;
  }
  .b-about .b-sub-title {
  	margin-bottom: 50px;
  	display: none;
  }
  .b-main-catalog .item {
  	margin: 20px 0 40px;
  }
  .seo-block h1 {
  	font-size: 32px;
  	padding-top: 35px;
  	padding-bottom: 10px;
  }
  .seo-block h2 {
  	padding-top: 15px;
  	padding-bottom: 0px;
  	font-size: 21px;
  }
  .b-title {
  	font-size: 26px;
  }
  .why-cheaper .b-sub-phrase {
  	font-size: 22px;
  	padding: 10px 0;
  }
  .why-cheaper .b-sub-text {
  	font-size: 19px;
  }
  .why-cheaper .item {
  	margin: 20px 0px 0;
  	max-width: 100%;
  }
  .b-discount .item {
  	margin: 50px auto;
  }
  .b-discount .item:after{
    display: none;
  }
  .b-discount .item .b-info {
  	max-width: 100%;
  	margin-left: 50px;
  }
  .header .main-menu, .footer .main-menu {
  	height: auto;
  	margin-top: 0px;
  }
  .header .main-menu ul li a, .footer .main-menu ul li a {
  	font-size: 14px;
  	line-height: 30px;
  }
  .header .main-menu ul li.active a:after, .footer .main-menu ul li.active a:after{
    display: none;
  }
  .header .main-menu ul li.active a, .footer .main-menu ul li.active a{
    color: #00b5b6;
  }
  .copy {
  	border-top: 15px solid #fdfcfc;
  	margin-top: 0px;
  	padding: 10px;
  }
  .copy a, .copy span{
  	font-size: 12px;
  }
  .catalog .our-info{
    padding-top: 30px;
  }
  .catalog .our-info .title, .catalog .b-review .title, .catalog .brands .title {
  	font-size: 24px;
    line-height: 24px;
  	padding-bottom: 10px;
  }
  .catalog .b-search input, .catalog .b-review .text p {
  	font-size: 16px;
  }
  .catalog .b-search button {
  	width: 39px;
  	height: 39px;
  	top: 20px;
  	background-size: cover;
  }
  .catalog-head .title {
  	margin: 0 auto;
  }
  .furniture {
  	margin-top: 30px;
  }
  .furniture .text-item{
    padding-top: 30px;
  }
  .info .block {
  	margin-top: 30px;
  	margin-bottom: 30px;
  }
  .consultation .orderc-btn {
  	padding-left: 50px;
  	padding-right: 50px;
  }
  .reviews .items .item .thumbs .thumb{
    width: 50%;
  }
  .popup_city{
    width: 100%;
  }
  .follow .item .price p {

  }
}
@media (max-width: 736px) {
  .navbar-nav {
    margin: 7.5px 15px;
  }
  .navigation .navbar-default .navbar-nav > li > a {
    font-size: 18px;
  }
  .navbar-nav > li:nth-child(4), .navbar-nav > li:nth-child(6), .navbar-nav > li:nth-child(9), .navbar-nav > li:nth-child(10) {
  	display: block;
  }
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  	margin-right: 0;
  	margin-left: 0;
  }
  .navbar-nav {
  	margin: 7.5px 0;
  }
  .navigation .navbar-default {
  	min-height: auto;
  }
  .navigation .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  }
  .navigation .navbar-default .navbar-nav > li:first-child > a {
  	margin-left: 10px;
  }
  .navigation .navbar-default .navbar-nav > .active > a:after, .navigation .navbar-default .navbar-nav > li:hover > a:after {
    display: none;
  }
  .navigation .navbar-default .navbar-nav > .active > a, .navigation .navbar-default .navbar-nav > li:hover > a {
    color: #00b5b6;
  }
  .navbar-default .navbar-toggle {
  	border-color: #b42e55;
  }
  .navbar-default .navbar-toggle .icon-bar {
  	background-color: #b42e55;
  }
  .b-about .list span {
  	font-size: 15px;
  }
  .b-discount .item .b-info p {
  	font-size: 35px;
  }
  .b-discount .item {
  	margin: 50px auto;
  	min-height: auto;
  	padding-bottom: 100px;
  }
  .furniture .text-item h1{
    text-align: center;
  }
  .furniture .text-item .props ul li span.answer {
  	text-align: right;
  }
}
@media (max-width: 668px) {
  .header .b-header .b-info, .footer .b-header .b-info {
  	display: block;
  	float: none;
  	margin-top: 18px;
  }
  .header .b-header .b-phone, .footer .b-header .b-phone{
    display: none;
  }
  .header .b-header .b-info .price-btn, .footer .b-header .b-info .price-btn {
  	width: 195px;
  	float: right;
  }
  .main-banner {
  	display: none;
  }
  .b-about .list span {
  	padding-left: 15px;
  	padding-right: 15px;
  	font-size: 14px;
  }
  .shop .b-info .links {
  	padding: 15px;
  }
  .button {
  	font-size: 15px;
  	padding: 0px 20px;
  }
  .follow .item .price {
  	padding-bottom: 15px;
  	padding-top: 10px;
  	text-align: center;
  }
  .follow .item .price p {
  	width: 100%;
  	text-align: center;
  	display: block;
  }
}
@media (max-width: 568px) {
  .seo-block h1 {
  	font-size: 25px;
  	padding-top: 25px;
  	padding-bottom: 0px;
  }
  .seo-block h2 {
  	padding-bottom: 0px;
  	font-size: 18px;
  }
  .catalog .our-info .title, .catalog .b-review .title, .catalog .brands .title {
  	font-size: 21px;
  	line-height: 21px;
  	padding-bottom: 5px;
  }
  .consultation .centered {
  	display: none;
  }
  .button {
  	font-size: 15px;
  	padding: 0px 20px;
  	display: block;
  	margin-bottom: 10px;
  	width: 100%;
  }
  .follow .item .price {
  	padding-bottom: 0;
  }
  .follow .item .controls .button.red {
  	margin-right: 0px;
  }
  .follow .item .chars_list li{
    display: block;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .header .b-header .b-info, .footer .b-header .b-info {
  	text-align: center;
  }
  .header .b-header .b-info .order-btn, .footer .b-header .b-info .order-btn {
  	margin-right: 0px;
  	margin-bottom: 10px;
  }
  .header .b-header .b-info .price-btn, .footer .b-header .b-info .price-btn {
  	float: none;
  }
  .b-title {
  	font-size: 22px;
  }
  .b-main-catalog .item {
  	margin: 50px 0 80px;
  }
  .calculation .b-steps .head .b-step-line {
  	display: none;
  }
  .calculation {
  	padding: 30px 0 30px;
  }
  .certificates {
  	padding: 30px 0 30px;
  }
  .certificates a{
    display: block;
    text-align: center;
  }
  .certificates a img {
  	margin-top: 20px;
  	max-width: 60%;
  }
  .catalog .item {
  	margin: 0 auto 50px;
  }
  .catalog-head .title {
  	left: 0px;
  	font-size: 30px;
  	padding: 0px;
  	width: 100%;
  	border-radius: 100%;
  }
  .furniture .text-item .controls .buttons a {
  	width: 100%;
  	margin-right: 0px;
  	margin-bottom: 20px;
  }
  section.tile .tab-content .items a {
  	width: 25%;
  }
  section.tile .nav-tabs > li {
  	margin-bottom: 10px;
  	margin-right: 0px;
  }
  .cities .items .item ul li a {
  	font-size: 14px;
  	line-height: 20px;
  }
}
@media (max-width: 380px) {
  .b-title {
  	font-size: 20px;
  }
  .b-about {
  	padding-bottom: 30px;
  	padding-top: 30px;
  }
  .b-about .list .item {
  	padding-top: 30px;
  }
  .b-main-catalog .item {
  	margin: 40px 0 60px;
  }
  .seo-block{
    padding-bottom: 30px;
  }
  .why-cheaper .b-sub-phrase {
  	font-size: 17px;
  	padding: 5px 0;
  }
  .why-cheaper .b-sub-text {
  	font-size: 17px;
  }
  .b-discount .item .b-info p {
  	font-size: 21px;
  }
  .popup_form{
    width: 100%;
  }
}
@media (max-width: 320px) {
  .seo-block h1 {
  	font-size: 22px;
  	padding-top: 25px;
  	padding-bottom: 0px;
  }
  .seo-block h2 {
  	padding-bottom: 0px;
  	font-size: 17px;
  }
  .certificates a img {
  	margin-top: 20px;
  	max-width: 80%;
  }
  .b-discount .item .b-info p {
  	font-size: 18px;
  }
  .b-discount .item .b-info a {
  	max-width: 160px;
  	margin: 25px 0 0;
  }
}

#notfound {
  position: relative;
  height: 70vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
}