body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	position: relative;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 28px;
    line-height: 1.42;
    font-weight: 800;
}
h2 {
	font-size: 28px;
    line-height: 1.42;
    font-weight: 800;
}
h3 {
	font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 35px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}
#logo img{
	max-width: 100px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border-color: transparent;
	min-height: auto;
	border-radius: 0px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: none;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #152233;
	border-top: none;
	color: #e2e2e2;
	overflow: hidden;
}
.wrap-galleries{
	background-color: #152233;
}
@media(max-width: 767px){
	footer {
	padding-top: 40px;
	padding-bottom: 40px;
	}
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	padding: 0px;
	margin-bottom: 10px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	white-space: nowrap;
}
.breadcrumb > li + li {
	padding-left: 45px;
	position: relative;
}
.breadcrumb > li + li::before {
    width: 15px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	content: "";
	left: 15px;
	top: 12px;
}
.breadcrumb > li a{
	color: #ababab;
}
.breadcrumb > li:last-child > a, .breadcrumb > li:last-child{
	color: #152233;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.dropdown-menu li > a{
	font-size: 16px;
}
body .dropdown-menu li > a:hover {
    text-decoration: none;
    color: #d49d4a !important;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
}
body .dropdown-menu{
	border-radius: 0px;
}
.product-grid .product-thumb .image a{
	position: relative;
	display: inline-block;
}
.product-grid .product-thumb .image a:hover:before{
	width: 100%;
    height: 100%;
    content:"";
}
.product-grid .product-thumb .image a:after{
	content:"Смотреть";
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}
.product-grid .product-thumb .image a::hover:after{
	opacity: 1;
}
.product-grid .product-thumb .image a:before{
	position: absolute;
	content:"";
	top: 50%;
	left: 50%;
	width: 0;
	height: 4px;
	background: hsla(0,0%,100%,.7);
	transform: translateY(-50%) translateX(-50%);
	transition: width .05s linear,height .3s linear;
}
.wrap-form-bottom h3{
	color: #d49d4a;
	text-align: center;
	padding-top: 50px;
	font-weight: 600;
}

.container-form{
	padding-bottom: 50px;
}
.container-form label{
	width: 90%;
    margin-left: 5%;
    font-size: 11px;
    color: #222;
}
.container-form input{
	width: 90%;
	margin: 0 5%;
	color: #444;
	border: 1px solid #d6d6d6;
	font-size: 12px;
	padding: 10px;
}
.wrap-zag-form{
	text-align: center;
	color: #d49d4a;
}
.container-form input{

}
.wrap-form-bottom{
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
body .wrap-btn-form input{
	width: 100%;
	margin-top: 10px;
	margin-top: 25px;
}
.wrap-form-bottom form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.wrap-btn-form input{
	background-color: transparent;
	border: 1px solid #d49d4a;
	color: #d49d4a;
	padding: 10px 15px;
}
.wrap-btn-form input:hover{
	background-color: #d49d4a;
	color: #fff;
}
#carousel0{
	margin-bottom: 0px;
	margin-top: 50px;
	background-color: #f5f5f5;
}
#carousel0 .owl-pagination, #carousel0  .owl-buttons{
	display: none;
}
#carousel0 .owl-wrapper-outer{
	box-shadow: none;
    border: none;
    max-width: 1600px;
    margin: 0 auto;
}
#carousel0  .item img {
    opacity: .5;
    filter: grayscale(100%);
    transition: filter .3s ease, opacity .3s ease;
}
#carousel0 .item:hover img {
    opacity: 1;
    filter: grayscale(0);
}
@media (max-width: 700px) {
	.container-form form >div{
		width: 100%;
	}
	body .wrap-btn-form input {
    width: 200px;
    }
	}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	}
.product-thumb .caption h4 a{
		color: #d49d4a;
		font-weight: 400;
		font-size: 14px;
	}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #444;
    margin-bottom: 0px;
}
.product-layout.product-grid{
	margin-bottom: 30px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}


/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

@media(min-width: 1220px){
	.container{
		max-width: 1200px;
		padding: 0 15px;
		width: auto;
	}
}
@media(min-width: 1920px){
	.container{
		max-width: 1600px;
	}
}

.wrapmenu{
	background: #152233;
	margin-bottom: 10px;
}
.navbar {
    min-height: auto;
    margin-bottom: 0px;
}
header{
	padding: 15px 0;
}
@media(min-width: 768px){
	#menu .nav{
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
/* Меню */
#menu{
	border: none;
}
#menu ul.nav > li {
	position: relative;
	list-style: none;
}
#menu ul.nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	box-sizing: border-box;
	z-index: 3;
}
#menu ul.nav > li > a > span {
	position: absolute;
	width: 26%;
	height: 100%;
	background-color: #d49d4a;
	z-index: -1;
	transform-origin: top;
	transform: scaleY(0);
	transition: transform .3s;
}
#menu ul.nav > li > a:hover {
	color: #fff;
	text-decoration: none;
}
#menu ul.nav > li > a:hover span {
	transform-origin: bottom;
	transform: scaleY(1);
}
#menu ul.nav > li > a > span:nth-child(1) {
	left: 0;
	transition-delay: 0s;
	top: 0;
}
#menu ul.nav > li > a > span:nth-child(2) {
	left: 25%;
	transition-delay: 0.05s;
	top: 0;
}
#menu ul.nav > li > a > span:nth-child(3) {
	left: 50%;
	transition-delay: 0.15s;
	top: 0;
}
#menu ul.nav > li > a > span:nth-child(4) {
	left: 75%;
	transition-delay: 0.30s;
	top: 0;
}
#menu ul.nav > li:last-child{
	background: #d49d4a;
}
}


/* Меню */
body {
  position: relative;
}

nav.leftnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  z-index: 999;
}
nav.leftnav .nav-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1.25rem 0.625rem;
  background-color: white;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
nav.leftnav .nav-wrap .hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.125rem;
  cursor: pointer;
}
nav.leftnav .nav-wrap .hamburger span {
  position: relative;
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #152233;
}
nav.leftnav .nav-wrap .hamburger span:before, nav .nav-wrap .hamburger span:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.25rem;
  background-color: #152233;
}
nav.leftnav .nav-wrap .hamburger span:before {
  transform: translateY(-0.675rem);
  animation: burger1 250ms linear;
}
nav.leftnav .nav-wrap .hamburger span:after {
  transform: translateY(0.675rem);
  animation: burger2 250ms linear;
}
.wellprice{
	font-style: italic;
	font-size: 90%;
	margin-bottom: 20px;
}
.panel-heading{
	background-image: -moz-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: -ms-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: -o-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: linear-gradient(left, #d5aa6d, #9b6f45);
}
body #ocfilter > .panel-heading {
  color: #fff;
  border-color: transparent;
  background: transparent;
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: -moz-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: -ms-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: -o-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: linear-gradient(left, #d5aa6d, #9b6f45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d', endColorStr='#9b6f45', gradientType='1');
  border-radius: 0px;
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
nav.leftnav .nav-wrap .menu-bg {
  position: fixed;
  top: 0;
  left: -3.125rem;
  width: 0%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: -1;
}
nav.leftnav .nav-wrap .menu-bg a {
  position: relative;
  display: flex;
  align-items: center;
  width: 0%;
  height: 20vh;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  transition: width 0.75s ease;
  color: white;
  font-size: 2.25rem;
  font-weight: bold;
  text-decoration: none;
}
nav.leftnav .nav-wrap .menu-bg a:nth-of-type(2) {
  transition-delay: 0.5625s;
}
nav.leftnav .nav-wrap .menu-bg a:nth-of-type(3) {
  transition-delay: 0.375s;
}
nav.leftnav .nav-wrap .menu-bg a:nth-of-type(4) {
  transition-delay: 0.1875s;
}
nav.leftnav .nav-wrap .menu-bg a:hover {
  background-color: #3498db;
  transition: background-color 500ms linear !important;
}
nav.leftnav .nav-wrap #hamburger {
  display: none;
}
nav.leftnav .nav-wrap #hamburger:checked ~ .hamburger span {
  display: block;
  width: 100%;
  background-color: white;
}
nav.leftnav .nav-wrap #hamburger:checked ~ .hamburger span:before, nav .nav-wrap #hamburger:checked ~ .hamburger span:after {
  background-color: #152233;
  transform-origin: center center;
}
nav.leftnav .nav-wrap #hamburger:checked ~ .hamburger span:before {
  transform: rotate(45deg);
  animation: burger3 250ms linear;
}
nav.leftnav .nav-wrap #hamburger:checked ~ .hamburger span:after {
  transform: rotate(-45deg);
  animation: burger4 250ms linear;
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
nav.leftnav .nav-wrap #hamburger:checked ~ .menu-bg {
  left: 3.125rem;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
}
nav.leftnav .nav-wrap #hamburger:checked ~ .menu-bg a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 20vh;
  margin: 0;
  padding: 1.875rem 0 1.875rem 3.125rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  transition: width 0.75s ease;
}
nav.leftnav .nav-wrap #hamburger:checked ~ .menu-bg a:nth-of-type(1) {
  transition-delay: 0.5625s;
}
nav.leftnav .nav-wrap #hamburger:checked ~ .menu-bg a:nth-of-type(2) {
  transition-delay: 0.375s;
}
nav.leftnav .nav-wrap #hamburger:checked ~ .menu-bg a:nth-of-type(3) {
  transition-delay: 0.1875s;
}
nav.leftnav .nav-wrap #hamburger:checked ~ .menu-bg a:hover {
  background-color: #152233;
  transition: background-color 500ms linear !important;
}
nav.leftnav .brand {
  position: absolute;
  bottom: 4.25rem;
  left: -1.875rem;
  transform: rotate(-90deg);
  color: #152233;
  font-weight: bold;
}
nav.leftnav .brand a {
  text-decoration: none;
  color: #152233;
}
.padd20{
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Меню */
@media(max-width: 767px){
	.padd{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.paddsmall{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#content{
		padding-bottom: 40px;
	}
	body{
		padding-left: 0px;
	}
	body.mobfixed{
		padding-left: 40px;
	}
}
@media(min-width: 768px){
	.leftnav{
		display: none !important;
	}
	.padd{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.paddsmall{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#content{
		padding-bottom: 100px;
	}
	.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    }
}

.wrap-swiper-pagination{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrap-swiper-pagination .swiper-pagination {
    position: relative;
    bottom: 0px;
	left: auto;
	width: auto;
	display: flex;
	padding: 5px 60px;
	background: transparent;
	font-weight: 600;
	letter-spacing: 3px;
	color: #fff;
}
.swiper-button-prev{
	top: 22px;
}
.swiper-button-next, .swiper-button-prev{
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
}
.swiper-button-next{
	right: 0;
	left: auto;
	top: 22px;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    color: #fff;
}

/* Кнопка */
.boton2{
background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
background-image: -moz-linear-gradient(left, #d5aa6d, #9b6f45);
background-image: -ms-linear-gradient(left, #d5aa6d, #9b6f45);
background-image: -o-linear-gradient(left, #d5aa6d, #9b6f45);
background-image: linear-gradient(left, #d5aa6d, #9b6f45);
filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d', endColorStr='#9b6f45', gradientType='1');
color: #fff;
padding: 15px 25px;
border: 1px solid #fff;
}
.boton2:hover{
	color: #9b6f45;
	border: 1px solid #d5aa6d;
	background-image: none;
	background-color: transparent;
}
    .boton {
        width: 160px;
        height: 50px;
        display: block;
        position: relative;
    }
    
    .botontext {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        text-align: center;
        line-height: 50px;
        font-size: 12px;
        text-transform: uppercase;
        color: transparent;
    }
    
    .twist {
        display: block;
        height: 100%;
        width: 25%;
        position: relative;
        float: left;
        margin-left: -4px;
    }
    
    .twist:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #d49d4a;
        background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
		background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
		background-image: -moz-linear-gradient(left, #d5aa6d, #9b6f45);
		background-image: -ms-linear-gradient(left, #d5aa6d, #9b6f45);
		background-image: -o-linear-gradient(left, #d5aa6d, #9b6f45);
		background-image: linear-gradient(left, #d5aa6d, #9b6f45);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d', endColorStr='#9b6f45', gradientType='1');
        bottom: 100%;
        position: absolute;
        transform-origin: center bottom 0px; 
        transform: matrix3d(1, 0, 0, 0, 
                            0, 0, -1, -0.003, 
                            0, 1, 0, 0, 
                            0, 0, 0, 1);
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .twist:after {
        content: "";
        position: absolute;
        width: 100%;
        top: 100%;
        height: 100%;
        background: #d49d4a;
        background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
		background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
		background-image: -moz-linear-gradient(left, #d5aa6d, #9b6f45);
		background-image: -ms-linear-gradient(left, #d5aa6d, #9b6f45);
		background-image: -o-linear-gradient(left, #d5aa6d, #9b6f45);
		background-image: linear-gradient(left, #d5aa6d, #9b6f45);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d', endColorStr='#9b6f45', gradientType='1');
        transform-origin: center top 0px;
        transform: matrix3d(1, 0, 0, 0, 
                            0, 1, 0, 0, 
                            0, 0, 1, -0.003, 
                            0, -50, 0, 1);
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .boton:hover .twist:before {
        background: #fff;
        transform: matrix3d(1, 0, 0, 0, 
                            0, 1, 0, 0, 
                            0, 0, 1, 0.003, 
                            0, 50, 0, 1);
    }
    
    .boton:hover .twist:after {
        background: #d49d4a;
        transform: matrix3d(1, 0, 0, 0, 
                            0, 0, -1, 0.003, 
                            0, 1, 0, 0, 
                            0, 0, 0, 1);
    }

    .boton .twist:nth-of-type(1) {
        margin-left: 0;
    }
    
    .boton .twist:nth-of-type(1):before,
    .boton .twist:nth-of-type(1):after {
        transition-delay: 0s;
    }
    
    .boton .twist:nth-of-type(2):before,
    .boton .twist:nth-of-type(2):after {
        transition-delay: 0.1s;
    }
    
    .boton .twist:nth-of-type(3):before,
    .boton .twist:nth-of-type(3):after {
        transition-delay: 0.2s;
    }
    
    .boton .twist:nth-of-type(4):before,
    .boton .twist:nth-of-type(4):after {
        transition-delay: 0.3s;
    }
    
    .boton .botontext:nth-of-type(1) {
        color: #3d3b40;
        bottom: 100%;
        transform-origin: center bottom 0px; 
        transform: matrix3d(1, 0, 0, 0, 
                            0, 0, -1, -0.003, 
                            0, 1, 0, 0, 
                            0, 0, 0, 1);
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .boton:hover .botontext:nth-of-type(1) {
        transform: matrix3d(1, 0, 0, 0, 
                            0, 1, 0, 0, 
                            0, 0, 1, 0.003, 
                            0, 50, 0, 1);
    }
    
    .boton .botontext:nth-of-type(2) {
        color: #fff;
        top: 100%;
        transform-origin: center top 0px;
        transform: matrix3d(1, 0, 0, 0, 
                            0, 1, 0, 0, 
                            0, 0, 1, -0.003, 
                            0, -50, 0, 1);
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .boton:hover .botontext:nth-of-type(2) {
        transform: matrix3d(1, 0, 0, 0, 
                            0, 0, -1, 0.003, 
                            0, 1, 0, 0, 
                            0, 0, 0, 1);
    }

   
/* Кнопка */
.bgblack{
	background: #152233;
}
.wrap-button-top{
	margin-top: 10px;
}
.wrap-top-main-desc{
	overflow: hidden;
	padding-top: 65px;
	padding-bottom: 65px;
}
.wrap-preim-block  .item {
    padding: 10px 15px;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 2px;
    transition: 0.15s ease-in;
    display: flex;
    height: 100%;
}
@media(max-width: 767px){
	.wrap-preim-block  .item {flex-wrap: wrap;}
	body .wrap-preim-block > div{
		padding-left: 0px;
		padding-right: 0px;
	}
	.wrap-top-main-desc{
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
}
.wrap-preim-block.grid{
	display: flex;
	flex-wrap: wrap;
}
.wrap-top-main-desc h1{
	padding-top: 15px;
	margin: 0px;
}
.wrap-preim-block img{
	display: inline-block;
	height: auto;
	max-width: 50px;
}
.wrap-top-main-desc .text-wrap{
	padding-left: 35px;
}

.wrap-top-main-desc .text-wrap .zag{
	font-size: 16px;
    line-height: 24px;
    color: #d49d4a;
}
.wrap-top-main-desc .text-wrap .text{
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.42;
	font-weight: 300;
}
.wrap-top-main-desc.item {
 	display: flex;
	margin-bottom: 15px;
 }
.wrap-top-main-desc .text-about-top {
 	margin-top: 30px;
	margin-bottom: 30px;
 }
.wrap-preim-block >div{
	padding-top: 15px;
	padding-bottom: 15px;
}
@media(max-width: 320px){
	.wrap-preim-block img{max-width: 30px}
	.wrap-top-main-desc .text-wrap{
	padding-left: 15px;
}
}

.wrap-galleries .butFrame {
  position: relative;
  background: #111;
  font-family: inherit;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
}
.wrap-galleries .modgal:hover, .wrap-galleries .modgal{
	color: #d49d4a;
	font-weight: 600;
}
.wrap-galleries .butFrame img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
  transition: all .5s ease;
}

.butHeading {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
  width: 100%;
}

.butHeading:first-child {
  padding-top: 0em;
}

.butFrame .butTextWrap {
  font-family: inherit;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
}

.butFrame .butTextWrap,
.butFrame .butTextWrap > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

.butFrame .butTextWrap > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.butFrame .butHeading {
  word-spacing: -0.15em;
  font-weight: 800;
  font-size: 18px;
  font-family: inherit;
}

.butFrame .butHeading .butText {
  font-weight: 300;
}

.butFrame .butHeading,
.butFrame p {
  margin: 0;
  color: #fff;
}

.butFrame p {
  letter-spacing: 1px;
  font-size: 68.5%;
  font-family: inherit;
}

/* EFFECT */

.butFrame img {
  opacity: 0.9;
  transition: opacity 0.35s;
  width: 100%;
  height: auto;
}

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.butFrame .butTextWrap::before {
  border-top: 1px solid #d49d4a;
  border-bottom: 1px solid #d49d4a;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.butFrame .butTextWrap::after {
  border-right: 1px solid #d49d4a;
  border-left: 1px solid #d49d4a;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  box-sizing: border-box;
}
.butFrame .butHeading {
  padding-top: 10%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.butFrame p {
  padding: 10px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* HOVER STYLES */

.butFrame:hover img {
  opacity: 0.4;
}

.butFrame:hover .butTextWrap::before,
.butFrame:hover .butTextWrap::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.butFrame:hover .butHeading,
.butFrame:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* MEDIA QUERIES */

@media all and (max-width: 950px) and (min-width: 701px){

  .butFrame {
    display:block;
    width:47%;
  }

}

@media all and (max-width: 700px) and (min-width: 0px){

  .butFrame {
    display:block;
    width:100%;
  }

}
.rb-gallery-list{
	margin-top: 50px;
}
.rb-gallery h2, .wrap-preimuchestva-home h2{
	font-size: 28px;
	line-height: 1.42;
}
.rb-gallery h2{
	margin-top: 0px;
}
.rb-gallery-description{
	color: #fff;
	margin-top: 35px;
	font-size: 16px;
	line-height: 1.42;
	font-weight: 400;
}
@media(max-width: 991px){
	.rb-gallery-list .rb-gallery-item{
		width: 50% !important;
	}
}
@media(max-width: 767px){
	.rb-gallery-list .rb-gallery-item{
		width: 100% !important;
	}
	.wrap-galleries{
		padding-left: 15px;
		padding-right: 15px;
	}
	.rb-gallery-description{
		font-size: 16px;
	}
	.wrap-preim-block .img-wrap{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 10px;
	}
	.wrap-top-main-desc .text-wrap {
    padding-left: 0px;
    text-align: center;
    width: 100%;
	}
	h1, h2 {
	    font-size: 26px !important;
	    line-height: 1.42 !important;
	    text-align: center;
	}
	.wrap-button-top .boton{
		margin: 0 auto;
	}
	.wrap-item-preimushestva-home > div{
		width: 100%;
	}
}
/* Преимущества на главной */
#preimuchestva-home{
	background: url("../image/kichen5.jpg") center center no-repeat,rgb(250,250,250);
}

h1:before,h2:before{
	position: absolute;
	content:"";
	bottom: -10px;
	left: -10px;
	height: 10px;
	width: 2px;
	background-color: #000;
	transition: .5s;
}
h1:after,h2:after{
	position: absolute;
	content:"";
	bottom: -10px;
	height: 2px;
	left: -10px;
	width: 10px;
	background-color: #000;
	transition: .5s;
}

h1:hover:before, h2:hover:before{
	height: 0px;
	left: 0;
}
h1:hover:after, h2:hover:after{
	width: 15px;
	left: 0px;
}
.wrap-preimuchestva-home h2:before,.wrap-preimuchestva-home h2:after {
	left: 5px;
}
.wrap-preimuchestva-home h2:hover:before,.wrap-preimuchestva-home h2:hover:after{
	left: 15px;
}
.wrap-galleries h2:before, .wrap-galleries h2:after, .wrap-description-category h1:before, .wrap-description-category h1:after{
	background-color: #d49d4a;
}
.wrap-preimuchestva-home h2{
	margin-bottom: 50px;
	margin-top: 0px;
}
.wrap-item-preimushestva-home .razdelitel img{
	display: inline-block;
	max-width: 80px;
	height: auto;
	background: #fff;
	position: relative;
	padding: 0 15px;
}
.wrap-item-preimushestva-home{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.wrap-item-preimushestva-home > div{
	display: flex;
}
.wrap-item-preimushestva-home .item{
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	background: #fff;
	padding: 30px;
	text-align: center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.wrap-item-preimushestva-home .item > div{
	width: 100%;
}
.wrap-item-preimushestva-home  .zagolovok{
	font-size: 16px;
	line-height: 24px;
	color: #d49d4a;
	margin-bottom: 15px;
}
.wrap-item-preimushestva-home .text-preimushestvo{
	margin-top: 15px;
}
.wrap-item-preimushestva-home .razdelitel{
	position: relative;
}
.wrap-item-preimushestva-home .razdelitel:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #152233;
	top: 50%;
	left: 0px;
}
.bottom-preimushestva{
	margin-top: 20px;
}

/* Ссылки текст */
.text a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0 6px;
  color: #fff;
}
.text a:before, .text a:after {
  will-change: transform;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.text a:hover{
	color: #666;
}
.text a:before {
  -webkit-transition: 100ms ease-out 50ms;
  transition: 100ms ease-out 50ms;
  -webkit-transform-origin: 0 24px;
          transform-origin: 0 24px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d49d4a;
}
.text a:after {
  -webkit-transition: 50ms ease-out;
  transition: 50ms ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  bottom: -6px;
  right: -12px;
  border: 8px solid transparent;
  border-left-color: #d49d4a;
}
.text a:hover:before {
  -webkit-transition: 100ms ease-out;
  transition: 100ms ease-out;
  -webkit-transform: scaleY(0.18);
          transform: scaleY(0.18);
  background: #d49d4a;
}
.text a:hover:after {
  -webkit-transition: 50ms ease-out 100ms;
  transition: 50ms ease-out 100ms;
  -webkit-transform: none;
          transform: none;
}
.text a:active:before {
  -webkit-transition: 100ms ease-in;
  transition: 100ms ease-in;
  background: #d49d4a;
}
.text a:active:after {
  -webkit-transition: 100ms ease-in;
  transition: 100ms ease-in;
  border-left-color: #d49d4a;
}
#center-content{
	background: #152233;
	margin-bottom: 60px;
	padding: 20px 0;
}
.product-thumb{
	background-color: #fff
}
.wrap-description-category h1{
	color: #fff;
	margin-bottom: 15px;
}
.wrap-description-category{
	margin-bottom: 15px;
}
.wrap-description-category h1:before, .wrap-description-category h1:after{
	bottom: 0px;
}
.description-category{
	color: #fff;
	margin-bottom: 15px;
}
#product-wrap-home{
	padding-bottom: 50px !important;
}
.swiperfeatured{
	padding: 10px 10px 30px 10px;
	border-bottom: 1px solid rgba(0,0,0,.5);
	border-top: 1px solid rgba(0,0,0,.5);
	background-color: #152233;
}
.swiperfeatured .caption{
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.swiperfeatured  .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.swiperfeatured  .swiper-pagination-bullet-active {;
    background: #d49d4a;
}
.swiperfeatured  .caption a{
	color:  #d49d4a;
	font-size: 16px;
	font-weight: 500;
}
.swiperfeatured  .price >span:first-child{
	color: #666;
	text-transform: lowercase;
	padding-right: 7px;
	font-size: 90%;
}

#ocfilter{
	background-color: transparent;
	border: none;
}
#ocfilter .list-group-item{
	background-color: rgba(255,255,255,.1);
	border: none;
}
#ocfilter > .panel-heading{
	color: #fff;
	border-color: transparent;
	border-radius: 0px;
}

#ocfilter .ocf-option-name{
	color: #fff;
}
#ocfilter .ocfilter-option label {
    color: #fff;
    text-decoration: none;
}
.noUi-horizontal .noUi-handle{
	border: 3px solid #fff;
	border-radius: 100%;
	cursor: default;
	box-shadow: 0 3px 6px -3px #bbb;
	width: 24px !important;
	height: 24px !important;
	background-color: #d49d4a;
}
.noUi-handle::after, .noUi-handle::before {
    display: none !important;
}
.noUi-connect {
    background: #d49d4a !important;
    box-shadow: none;
}
.noUi-target {
    border-radius: 0px;
    border: none;
    box-shadow: none;
}
body .ocfilter-option .ocf-option-name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}
body .noUi-horizontal {
    height: 3px;
}
body .noUi-origin {
    position: absolute;
    right: 0;
    top: -6px;
    left: 0;
    bottom: 11px;
}
.swiperdopimg{
    padding: 10px 10px 30px 10px;
	border-bottom: 1px solid rgba(0,0,0,.5);
	border-top: 1px solid rgba(0,0,0,.5);
	background-color: #152233;
}
.swiperdopimg  .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.swiperdopimg  .swiper-pagination-bullet-active {;
    background: #d49d4a;
}
.padds{
	padding: 60px 0;
}
.atrwrap{
	padding-left: 0px;
	list-style: none;
}
.wrap-atr-prod-block{
	padding-top: 40px;
}
.desc-wrap{
	margin-top: 35px;
	margin-bottom: 35px;
}
.menuwrapflex{
	display: flex;
	flex-wrap: wrap;
}
.menuwrapflex > div{
	display: flex;
}
.linktop{
	display: flex;
	flex-wrap: wrap;
}
.linktop > div{
	width: 100%;
}
.slogantop{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
	color: #152233;
}
.phonetop{
	display: flex;
	flex-wrap: wrap;
}
.phonetop > div{
	width: 100%;
	text-align: right;
}
.product-thumb{
	position: relative;
}
.product-thumb .button-group{
	position: absolute;
	top: 5px;
	right: 5px;
	border-top: none;
    background-color: rgba(255,255,255,.6);
    height: 26px;
    line-height: 26px;
}
body .product-thumb .button-group button {
    width: 100%;
    border: none;
    background-color: transparent;
    color: #d49d4a; 
    height: 26px;
    line-height: 24px;
    }
body .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}
.wrapimg img{
	border-radius: 15px;
	box-shadow: 0 10px 40px 0 rgba(76,70,124,.5);
}
.phonetop a{
	color: #152233;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
}
.linktop a{
	color: #152233;
	border-bottom: 1px dashed #ccc;
    padding-bottom: 2px;
    transition: .5s;
}
.linktop a:hover{
	border-bottom: 1px dashed transparent;
}
.text-phone{
	line-height: 1.2;
	opacity: 0.85;
}
.phonetop a span{
	color: #d49d4a;
    font-size: 80%;
    font-weight: 400;
    padding-right: 5px;
}
@media(min-width: 768px){
	.linktop{
		border-left: 1px solid #ccc;
	}
}
@media(max-width: 767px){
	#logo img{
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
	.phonetop > div{
		text-align: right;
	}
	#menu .btn-navbar {
    background-color: #d49d4a;
    border-radius: 0px;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
}
#menu .btn-navbar:hover, #menu .btn-navbar:active, #menu .btn-navbar:focus{
	background-color: #d49d4a;
    border-radius: 0px;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #d49d4a;
}

}
body .product-grid .product-thumb .caption {
    min-height: auto;
    }
body .product-grid .product-thumb  .attrblock{
	padding: 10px;
	list-style: none;
	padding-top: 20px;
}
body .product-grid .product-thumb  .attrblock li{
	font-size: 12px;
    line-height: 1.2;
    padding-bottom: 5px;
}
body .product-grid .product-thumb  .attrblock li b{
	font-weight: 600
}
@media(min-width: 992px){
	.block-wrap-desc{
		padding-left: 60px;
	}
}




.backgroundbl {
  animation: Gradient 15s ease infinite;
  position: relative;
  overflow: hidden;
  padding:0;
  margin:0px;
}
.cube {
  position: absolute;
  top: 0vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #D7D4E4;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #ccc ;
}
.cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 35vh;
}
.cube:nth-child(3) {
  animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
/* Animate Background*/
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}








.main-card-item {
    height: 500px !important;
}
.main-card-item-plus {
    height: 550px;
}
.main-card-item {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 331px;
    width: 100%;
}
.uk-position-relative {
    position: relative !important;
}
.coordinates {
    position: absolute;
}
.equipment-toggle::before {
    content: "\f067";
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #d90000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 100%;
}
.uk-open .equipment-toggle:before {
    content: "\f068";
}
.uk-dropdown {
    background-color: #fff;
}
.uk-dropdown {
    width: 300px;
}
.marya-shadow {
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.uk-open > .uk-dropdown {
    display: block;
    animation: uk-fade .2s ease-in-out;
    transform-origin: 0 0;
}
.uk-dropdown {
    background-color: #fff;
}
.uk-dropdown {
    width: 300px;
}
.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 200px;
    padding: 15px;
    background: #f5f5f5;
        background-color: rgb(245, 245, 245);
    color: #444;
    font-size: 1rem;
    vertical-align: top;
}

.cursor {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: left 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), top 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), opacity 0.5s ease-out 0.5s, width 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), height 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), background 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99);
    transition: left 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), top 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), opacity 0.5s ease-out 0.5s, width 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), height 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), background 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99);
    -o-transition: left 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), top 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), opacity 0.5s ease-out 0.5s, width 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), height 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), transform 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), background 0.5s ease-in-out;
    transition: left 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), top 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), opacity 0.5s ease-out 0.5s, width 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), height 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), transform 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), background 0.5s ease-in-out;
    transition: left 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), top 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), opacity 0.5s ease-out 0.5s, width 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), height 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), transform 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), background 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99);
    background: rgba(212, 157, 74, 0.5);
    z-index: 100;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}
body .popup-pict{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
body .popup-pict:hover{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.btn.btn-primary{
	background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
	background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: -moz-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: -ms-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: -o-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: linear-gradient(left, #d5aa6d, #9b6f45);
	border: none;
	box-shadow: none;
	background-color: transparent;
	border-radius: 0px;
	background-position: 0;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	color: transparent;
	color: #fff;
	padding: 10px 20px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
	background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: -moz-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: -ms-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: -o-linear-gradient(left, #d5aa6d, #9b6f45);
	background-image: linear-gradient(left, #d5aa6d, #9b6f45);
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background-position: 0;
}
/* Отзывы */


.card {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;

  word-wrap: break-word;
  border-radius: 8px;
  margin-bottom: 10px;
}

.card-reveal .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  bottom: -100%;
  -webkit-transition: bottom .2s ease-in-out;
  transition: bottom .2s ease-in-out;
}

.card-reveal .card-img-top {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  max-width: 100%;
  height: auto;
  display: inline-block;
}



.card-reveal .card-body .card-title {
  font-size: .75rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bolder;
  color: #fff;
}

@media (max-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.card-columns {
  -webkit-column-count: 4; /*Выставляем кол-во колонок*/
  -moz-column-count: 4; /*Выставляем кол-во колонок*/
  column-count: 4; /*Выставляем кол-во колонок*/
  -webkit-column-gap: 25px; /*Отступы между колонками*/
  -moz-column-gap: 25px; /*Отступы между колонками*/
  column-gap: 25px; /*Отступы между колонками*/
  orphans: 1; /*минимальное число строк в блочном контейнере*/
  widows: 1; /*минимальное количество линий на странице*/
  clear: both;
  margin-top: 40px;
}

.card {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  word-wrap: break-word;
  border-radius: 8px;
  margin-bottom: 25px;
}

.card-reveal .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  bottom: -100%;
  -webkit-transition: bottom .2s ease-in-out;
  transition: bottom .2s ease-in-out;
}

.card-reveal .card-img-top {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}



.card-reveal .card-body .card-title {
  font-size: .75rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bolder;
  color: #fff;
}

@media (max-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}





.usl-wrap .row .it{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
	padding: 4px;
}

.it .front,
.it .back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 373px; 
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    
}
.usl-wrap .row .it:hover .front,
.usl-wrap .row .it:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.usl-wrap .row  .it .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.usl-wrap .row  .it .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.usl-wrap .row .it:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.usl-wrap .row .it:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #F76603;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}
.inner a{
	color: #fff;
	text-shadow: 2px 2px rgba(0,0,0,.2)
}
.inner a:hover{
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}
.front .inner span{
    color: rgba(255,255,255,1);
    font-weight: 400;
    font-size: 120%;
}
.zayavka-online a{
	padding: 5px 10px !important;
	cursor: pointer;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
}
.zayavka-online a:hover{
	background: #fff;
	color: #000;
}
.home-wrap-slider{
	position: relative;
}
.textslider{
	position: absolute;
	top: calc(50%-25px);
	left: 10%;
	top: 40%;
	height: auto;
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 9;
}
.textslider>div>div{
	width: 100%;
	color: #fff;
}
.socico{
	padding-top: 10px;
}
.socico i{
	font-size: 20px;
	padding-right: 7px;
	color: #eee;
}
.textslider .spbig{
	height: auto;
	width: auto;
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: center;
	line-height: 70px;
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 56px;
	transform-origin: 50% 50% 0px;
	opacity: 1;
	transform: translate(0px);
	visibility: visible;
}
.textslider .spsmall{
  height: auto;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  white-space: normal;
  width: 789px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  visibility: visible;
}
.corp{
	text-align: right;
	padding: 10px 0;
}
.corp a{
	color: #eee;
	font-size: 80%;
}
.footerlogo img{
	margin: 20px auto;
	max-width: 200px;
}
.textfooterlogo{
	color: #fff;
	margin-bottom: 20px;
	display: none;
}
.infozg{
	margin-bottom: 40px;
}
.item-special{
	padding: 15px;
}
.item-special img{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  word-wrap: break-word;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.contantblock{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	border-radius: 8px;
	margin-bottom: 40px;
	overflow: hidden;
}
.contantblock:last-child{
	margin-bottom: 0px;
}
@media(max-width: 767px){
	.corp{
	text-align: center;
}
}
