.catalog_block .products .product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.br-item {
	margin: 0px;
	border: 0px solid #f4f4f4;
	padding: 15px;
	position: relative;
	overflow: hidden;
	background: #fff;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 450px;
}
.br-item:hover {
	box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.04);
}
.br-item .product_img, .br-item .product_title, .br-item .product_price, .br-item .add_to_cart , .br-item .product_detail {
	position: relative;
	z-index: 1;
}
.br-item .product_img {
	margin: 15px 0;
	height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.br-item .product_img.clickable {
	cursor: pointer;
}
.br-item .product_label {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
    z-index: 20;
	margin-bottom: 5px;
    font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.br-item .product_label span{
	color: #FFFFFF;
    margin-left: 10px;
    text-shadow: 0 1px 6px #7b7b7b;
	position: relative;
}
.br-item .product_label svg {
	position: absolute;
	height: 100%;
	width: auto;
	margin-top: -3px;
}
.br-item .product_label svg path {
	fill: #C3957B;
}
.br-item .product_img img {
	max-width: 100%;
    max-height: 100%;
}
.br-item .product_title {
	font-weight: 700;
	overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.br-item .product_desc {
	color: #8c8c8c;
    font-size: 12px;
    margin-bottom: 15px;
}
.br-item .product_title span {
	font-weight: normal;
	color: #8c8c8c;
	font-size: 12px;
	display: block;
}
.br-item .product_price {
	font-weight: 700;
	margin: 10px 0 15px;
}
.br-item .product_quantity {
	margin: 10px 0 15px;
}
.br-item .product_controls {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.br-item .add_to_cart {
	display: block;
    width: 100%;
    height: 45px;
    background: #C3957B;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
	opacity: 1;
	border-radius: 3px;
	transition: 1s;
	-webkit-transition:1s;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.br-item .add_to_cart:hover,  .br-item .add_to_cart.added{
	opacity: 0.6;
}
.br-item .product_detail {
	display: block;
    width: 100%;
    background: transparent;
	cursor: pointer;
    color: #C3957B;
    border: 0;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
	outline: none;
}

.br-no-nav .slider_nav_bar {
	display: none !important;
}
.br-btn-prev {
	outline: none;
	border: 2px solid #C3957B;
	height: 38px;
	width: 46px;
	background: transparent;
	transition: 1s;
    -webkit-transition: 1s;
	border-right: 1px solid #C3957B;
	position: absolute;
	left: 12px;
	margin-top: 200px;
}
.br-btn-next {
	position: absolute;
	right: 10px;
	margin-top: 200px;
	outline: none;
	border: 2px solid #C3957B;
	height: 38px;
	width: 46px;
	background: transparent;
	transition: 1s;
    -webkit-transition: 1s;
	border-left: 1px solid #C3957B;
}
.br-btn {
	cursor: pointer;
	text-align: center;
	padding: 8px 0 0 0;
}
.br-btn svg {
	height: 18px;
    width: auto;
}
.br-btn svg path{
	fill: #C3957B;
}
.br-btn:hover {
	background: #C3957B;
}
.br-btn:hover svg path{
	fill: #fff;
}
.call_back_block .wrapper {
	display: block;
}
.side-image {
/*
  position: absolute;
  height: 100%;
*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
	padding-bottom: 40px;
}

.side-image-text {
  background: #fff;
  padding: 110px 50px 0px 100px;
}
.poster{
	background-color: #fff;
	padding:10px;
	margin-top:50px;
color: #666;	
}
.poster-content{
	border:2px solid #C3957A;
	padding:50px 10px;
	min-height:200px;
}
.poster-caption{
	text-align:center;
	padding:5px;
}
.module,
.module-small {
  position: relative;
  padding: 140px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #111;
  margin: 0 0 10px;
}

.module-subtitle {
  text-align: center;
  font-size: 16px;
  color: #111;
  margin-bottom: 70px;
}
.font-alt {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.font-serif {
  font-family: "Open Sans", Volkhov,  sans-serif;
  font-style: italic;
}
.btn.btn-g {
  background: #C3957A;
  color: #fff;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: transparent;
  border: 1px solid #C3957A;
  color: #C3957A;
}
/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}
.line{
  border-bottom: solid 1px #C3957A;
    width: 10%;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: auto;
	margin-right: auto;
}
.content-box {
  margin: 20px 0;
  text-align: center;
  box-sizing: border-box;
}
.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}
.content-box-title {
    box-sizing: border-box;
}
.content-box-image img {
  max-width: 100%;
  height: auto;
}
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
    font-size: 36px;
    color: #fff;
    background: #C3957A;
    /* border-bottom: 1px solid #fcfcfc; */
    padding-top: 20px;
    border-radius: 100%;
    /* border: 2px solid; */
    display: block;
    /* float: none; */
    /* font-size: 3em; */
    height: 75px; 
    line-height: 75px;
    margin: 0 auto 20px;
    width: 75px;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}
.multi-columns-row {
	display: flex;
	flex-wrap: wrap;
}
.col-md-4 {
	width: calc(33.3% - 30px);
	margin: 0 15px;
}
.col-md-6 {
	width: calc(50% - 30px);
	margin: 0 15px;
}
.col-sm-4 {
	width: calc(33.3% - 30px);
	margin: 0 15px;
}

.call_back_block {
	background: #fff !important;
	position: relative;
	overflow: hidden;
	padding: 0px 50px 45px 50px;
	margin: 0;
	min-height: 360px
}
.call_back_block .block_header {
	margin-bottom: 15px;
}
.call_back_block .block_desc {
	font-size: 16px;
}
.call_back_block form {
	max-width: 360px;
}
.call_back_block form input[type=text] {
	display: block;
    width: 100%;
    height: 60px;
    border: none;
    padding: 15px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    margin-bottom: 15px;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.04);
}
.call_back_block  form button {
	display: block;
	width: 100%;
	height: 60px;
	background: #C3957B;
    cursor: pointer;
	border-radius: 3px;
    color: #FFFFFF;
    border: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.call_back_block  form .accept_terms span{
	font-size: 12px;
	color: #8c8c8c;
}
.call_back_block input#accept_terms {
	position: absolute;
	opacity: 0;
}
.call_back_block input#accept_terms:checked + label svg path {
	stroke-dashoffset: 0;
}
.call_back_block input#accept_terms:focus + label {
	transform: scale(1.03);
}
.call_back_block #accept_terms + label {
	display: inline-block;
    border: 1px solid #222222;
    width: 18px;
    position: relative;
    top: 3px;
    margin-right: 10px;
    height: 18px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .2s ease;
}
.call_back_block #accept_terms + label:active {
	transform: scale(1.05);
	border-radius: 30px;
}
.call_back_block #accept_terms + label svg {
	pointer-events: none;
}
.call_back_block #accept_terms + label svg path {
	fill: none;
	stroke: #333;
	stroke-width: 4px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 100;
	stroke-dashoffset: 101;
	transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #C3957A;
  color: #C3957A;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #C3957A;
  color: #fff;
}

.btn {
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.br-catalog {
	display: flex;
	justify-content: space-between;
}
.br-left {
	width: 20%;
}
.br-center {
	width: 75%;
}
.br-left-sections {
}
.br-left-sections a {
	display: block;
	color: #555;
	margin-bottom: 3px;
	padding: 5px 0px; 
	text-decoration: none;
}
.br-left-sections a:hover {
	color: #000;
}
.br-section-header {
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.br-section-select {
	background: #c3957b;
	color: #fff !important;
	padding: 5px 0 5px 10px !important; 
	margin-left: -10px;
}
.br-catalog .br-items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.br-catalog .br-item {
	width: calc(33.33% - 20px);
	margin: 0 10px !important;
}
.br-section-mobile span {
	display: none;
}
.footer {
	background: #111;
}
.footer-item {
	width: 23%;
	color: #ccc;
	line-height: 36px;
	font-weight: 300;
	font-size: 13px;
}
.footer-item2 {
	color: #888;
	font-weight: 300;
	font-size: 13px;
}
.footer-item2 a {
	color: #eee;
	text-decoration: none;
	font-weight: 300;
	font-size: 13px;
}
.footer-item a {
	color: #eee;
	line-height: 36px;
	font-weight: 300;
}
.footer-item div {
	color: #f5f5f5;
	border-bottom: dotted 1px #fff;
	margin-bottom: 10px;
	font-size: 16px;
}
.footer .wrapper {
	padding: 15px 0 20px 0;
}
.footer2 {
	border-top: solid 1px #222;
	padding: 10px 0 10px 0;
}

.block_header {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #111;
	margin: 0 0 10px;
}
.br-item .product_price {
	font-size: 18px;
}
.header_one, .header_two {
	background: #fbf9f9;
}
.sticky_header {
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.product_title {
	font-size: 18px;
}
.call_back_block form input[type=text] {
	box-shadow: none;
	border: solid 1px #c3957b;
}



.cart.cart_count.empty {
	display: none;
}
.cart .cart_count {
	list-style: none;
    position: absolute;
    top: 0px;
    right: -25px;
    height: 20px;
    width: 20px;
    background: #C3957B;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 50%;
    text-indent: 0;
    -webkit-transition: -webkit-transform .2s .5s;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s,-webkit-transform .2s .5s;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.cart .cart_count li {
	font-size: 14px;
    line-height: 14px;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cart .cart_count.update-count li:first-of-type {
    -webkit-animation: qty-leave .15s;
    animation: qty-leave .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}
.cart .cart_count.update-count li:last-of-type {
    -webkit-animation: qty-enter .15s;
    animation: qty-enter .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}
.cart .cart_count li:last-of-type {
	visibility: hidden;
}

.br-section-mobile {
	display: none;
}
.br-close {
	display: none;
}
.header_two .wrapper .logo a img {
	width: 163px;
}
.sticky_header .wrapper .logo a img {
	width: 163px;
}
.footer .logo a img {
	width: 183px;
}
.main_slider_block .slide_inner {
	height: 350px;
}
[data-action="stop"] {
	display: none;
}
.header_two .wrapper .logo a img {
	width: auto !important;
	height: 100px;
}
.footer .logo a img {
	width: 200px !important;
	height: auto !important;
}
.sticky_header .wrapper .logo a img {
	width: 200px !important;
	height: auto !important;
}
.br-item .product_title {
	height: auto;
	white-space: unset;
	text-overflow: unset;
	overflow: unset;
}
.m-phone {
	display: none;
}
@media only screen and (max-width: 768px) {
	.br-close {
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		right: 20px;
		top: 10px;
		cursor: pointer;
	}

	.block_header {
		font-size: 22px;
	}
	.module-title {
		font-size: 22px;
	}
	.wrapper {
		width: calc(100% - 20px) !important;
		padding: 0 10px !important;
	}
	.footer-item {
		width: 100%;
	}
	.footer-item2 {
		margin-bottom: 15px;
	}
	.footer .wrapper {
		display: block;
		padding-top: 15px !important;
	}
	.br-catalog .module-title {
		margin: 20px 0 20px 0 !important;
	}	
	.br-section-header {
		display: none;
	}
	.br-left-sections {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 65000;
		overflow-y: scroll;
		background: RGBA(255,255,255,0.95);
		padding: 20px 40px;
	}
	.br-catalog .br-items {
		display: block;
		width: 100%;
	}
	.br-catalog .br-item {
		width: 100%;
		margin: 10px 0;
	}
	.col-sm-6 {
		width: 100% !important;
	}

	.br-btn {
		z-index: 65000;
	}		
	.br-section {
		width: 100% !important;
	}
	.col-md-6 {
		width: 100% !important;
	}
	.side-image-text {
		padding: 0 !important;
	}
	.br-left {
		width: 100%;
	}
	.br-center {
		width: 100%;
	}
	.br-catalog {
		display: block;
	}
	.br-section-mobile span {
		display: inline-block;
		font-size: 12px;
		margin-left: 10px;
	}
	.br-section-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #c3957b;
		color: #fff;
		position: fixed;
		width: 100%;
		top: 74px;
		left: 0;
		z-index: 202;
		padding: 5px 20px !important;
		text-align: center;
		box-shadow: 0 6px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
	.blog img {
		float: none !important;
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}
	.main_slider_block {
		height: 350px;
		overflow: hidden;
		margin-bottom: 0px !important;
	}
	.product_quantity {
		margin: 20px 0;
	}
	.header_one {
		display: none;
	}
	.header_two {
		height: 74px;
	}
	.header {
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
	body {
		padding-top: 74px;
	}
	.br-section-hide {
		display: none;
	}
	#mobile_menu {
		top: 103px !important;
	}
/*
	.br-btn-prev {
		left: 0;
		margin-top: 225px;
		width: 30px;
	}
	.br-btn-next {
		right: 0;
		margin-top: 225px;
		width: 30px;
	}
*/
	.br-btn-prev {
		right: 55px;
		margin-top: -72px;
		width: 35px;
		left: unset !important; 
		z-index: 200;
	}
	.br-btn-next {
		right: 10px;
		margin-top: -72px;
		width: 35px;
		z-index: 200;
	}
	.block_header {
		text-align: left;
	}
	.header_two .wrapper .logo {
		display: none;
	}
	.m-phone {
		display: block;
	}
	.m-phone a {
		color: #000;
		font-size: 20px;
	}
	.header_two .wrapper .logo a img {
		width: 180px !important;	
		height: auto !important;	
	}
	.main_slider_block .slide_inner.reverse {
		background-color: #fff;
		background-position: center;
		background-size: 1000px;
	}
}