@font-face {
 font-family: arial; 
 src: url(arial.ttf);
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #606060;
	font-size: 15px;
	line-height: 26px;
	width: 100%;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Alice', serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
.breadcrumb a:target, .breadcrumb a:visited, .breadcrumb a:active{
  color: #c1bebe;
  text-decoration: none;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 32px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
span.head_title_block, span.h1, span.h2, span.h3, span.h4 {
	display: inline-block;
	width: 100%;
}
a {
	color: #23a1d1;
}
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="name"].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: 16px;
}
.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;
}
body .container .margin_top_none{
	margin-top: 0;
}
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: #c89d67;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* 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 */
#main-nav {
	background-color: #1e8a9d;
	min-height: 45px;
	transition: .3s;
}
#main-nav .nav > li > a {
	color: #fff;
	margin: 12px 15px 13px 15px;
	padding: 0;
	min-height: 15px;
	font-size: 14px;
	position: relative;
}
#main-nav .dropdown-menu {
	padding-bottom: 0;
}
/*#main-nav .dropdown-inner {
	display: table;
	width: 100%;
}*/
#main-nav #main-menu ul {
	/*display: table-cell;*/
	width: 100%;
	padding: 20px 10px;
}
#main-nav #main-menu ul a {
	min-width: 160px;
	display: block;
	padding: 8px 20px;
	clear: both;
	line-height: 20px;
	color: #606060;
	font-size: 14px;
	text-transform: initial;
	-webkit-transition: 0.4s ;
	 -moz-transition: 0.4s ;
	 transition: 0.4s ;
}
#main-nav #main-menu ul li a:hover {
	color: #c89d67;
}
#main-nav .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;
}
#main-nav .see-all:hover, #main-nav .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#main-nav #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);
}
#main-nav .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: left;
	background: #c89d67;
}
#main-nav .btn-navbar:hover, #main-nav .btn-navbar:focus, #main-nav .btn-navbar:active, #main-nav .btn-navbar.disabled, #main-nav .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #c89d67;
}
@media (min-width: 768px) {
	#main-nav .dropdown:hover .dropdown_menu_nav, #main-nav .dropdown.open .dropdown_menu_nav {
		max-height: 600px;
	}
	.open>.dropdown-menu {
		display: block;
	}		
	#main-nav .open_1:hover .dropdown_menu_nav, #main-nav .open_1 .dropdown_menu_nav {
	    max-height: 600px;
	}	
	#main-nav .open_2:hover .dropdown_menu_nav, #main-nav .open_2 .dropdown_menu_nav {
		top: -2px;
		left: 100%;
	}
	#main-nav #main-menu ul {
	    padding: 20px 0;
	}
	#main-nav #main-menu ul a {
		padding: 8px 30px;
	}	
/*	#main-nav #main-menu .sm-nowrap li:nth-child(1) > a {
		padding-top: 20px;
	}	
	#main-nav #main-menu li .sm-nowrap  {
		padding-top: 8px;
	}
	#main-nav #main-menu .list-unstyled.sm-nowrap {
		padding-top: 20px;
	}
	#main-nav #main-menu .list-unstyled.sm-nowrap  li:nth-child(1) > a {
		padding-top: 8px;
	}*/	
}
@media (max-width: 767px) {
	#main-nav #main-menu > ul {
		display: block;
	}
	#main-nav div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
/*	#main-nav .dropdown-inner {
		display: block;
	}*/
	#main-nav #main-menu ul a {
		width: 100%;
		color: #fff;
	}
	#main-nav .dropdown-menu a:hover,
	#main-nav .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#main-nav .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding: 50px 0;
	background-color: #3f4141;
	color: #666;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #666;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb a, .breadcrumb li span  {
	font-size: 13px;
	color: #c1bebe;
	-webkit-transition: 0.4s ;
	 -moz-transition: 0.4s ;
	 transition: 0.4s ;
}
.breadcrumb a:hover  {
	color: #6cc1d0;
}
.breadcrumb p {
	font-size: 13px;
	color: #6cc1d0;
}
.breadcrumb {
	margin: 10px 0 5px 0;
/*	padding: 8px 0;
	border: 1px solid #ddd;*/
}
/*.breadcrumb i {
	font-size: 13px;
	color: #c1bebe;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;*/
}
/*.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}*/
/*.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 9px 14px 9px 14px;
	font-size: 12px;
	border-radius: 3px;
	-webkit-transition: 0.4s ;
	 -moz-transition: 0.4s ;
	 transition: 0.4s ;
}
.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;
	background: #c89d67;
	margin-top: 10px;
	font-size: 14px;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background: #d4a365;
}
.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 {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.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;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .h4 {
	margin-top: 30px;
}
.product-thumb .h4 a {
	color: inherit;
	display: inline-block;
	min-height: 54px;
	padding-right: 30px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.product-thumb .h4 a:hover {
	color: #c89d67;
}
.product-thumb .caption {
	/*padding: 0 20px;*/
	min-height: 120px;
}
.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: #c89d67;
	font-size: 15px;
}
.rating .fa-star {
	color: #c89d67;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #c89d67;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	font-size: 18px;
}
.product-thumb .price-new {
	/*font-weight: 600;*/
	font-size: 24px;
}
.product-thumb .price-old {
	font-size: 18px;
	text-decoration: line-through;
}
.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;
}

/*OPENCART.PRO*/

/*img category*/
.imgcategory .product-thumb.transition > h4 {
	padding-left: 10px;
}

/*//////////////////////////style//////////////////////////*/

header {
	padding: 20px 0;
	background: white;
}
.phone, .text_header {
	margin-top: 16px;
} 
.phone a { 
	font-size: 21px;
    font-family: 'Alice', serif;
    margin-top: 16px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
header .phone a:hover { 
	color: #c89d67;
}
.text_header {
	font-size: 18px;
}
.nav .fa-angle-down, .nav .fa-angle-right {
	margin-top: 3px;
	float: right;
	margin-left: 7px;
}
.nav .sm-nowrap .fa-angle-right {
	color: #c89d67;
}
#logo,.text_header, .block_info_h, .phone, .button_callback {
	display: inline-block;
	float: left;
}
/*.home_slider .owl-controls.clickable {
	margin-top: -70px;
	margin-bottom: 70px;
}*/
.content {
	margin: 50px auto;
}
.line_menu {
	opacity: 0;
	background: #c89d67;
	height: 2px;
	width: 100%;
	float: left;
}
.home_slider .item {
	position: relative;
}
.info_slide{
	position: absolute;
	top: 20%;
	left: 28%;
	width: 44%;
	background: rgba(255, 255, 255, 0.91);
	padding: 2% 0;
	text-align: center;
}
.info_slide .header_slide {
	font-size: 35px;
	font-family: 'Alice', serif;
	margin-bottom: 42px;
	line-height: 30px;
}
.info_slide .text_slide {
	font-size: 18px;
	text-align: center;
}
.info_slide .text_slide span{
	margin: 5px 10px;
	padding: 1px 15px;
	background: #c89d67;
	display: inline-block;
}
.owl-carousel .owl-item {
	transition: 0.2s;
}
.home_slider .owl-controls .owl-page.active span {
    background: #fff;
    width: 70px;
}
.home_slider .owl-controls .owl-page span {
    display: block;
    width: 50px;
    height: 5px;
    background: #c89d67;
    border-radius: 0;
}
.home_slider.owl-carousel .owl-buttons div i.fa-angle-right {
	padding-left: 4px;
}
.home_slider.owl-carousel .owl-buttons div i.fa-angle-left {
	padding-right: 4px;
}
.home_slider.owl-carousel .owl-buttons .owl-next {
	right: 20%;
}
.home_slider.owl-carousel .owl-buttons .owl-prev {
	left: 20%;
}
.home_slider.owl-carousel .owl-buttons div i:before  {
	background: rgba(255, 255, 255, 0.79);
	color: #c89d67;
	font-size: 48px;
	padding: 11px 0;
	width: 40px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.home_slider.owl-carousel:hover .owl-buttons div {
	opacity: 1;
	color: #606060;
}
/*.home_slider.owl-carousel:hover .owl-buttons div i.icon-right-open-big {
	color: #606060;
	background: none;
}*/
.home_slider.owl-carousel .owl-buttons div i:hover:before {
	color: #606060;
	text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.3);
}
.home_slider.owl-carousel .owl-buttons div {
	opacity: 1;
}
.galleries .image-additional {
	display: none;
}
.galleries  {
	text-align: center;
}
 .galleries .work_gallery {
	padding: 0;
	position: relative;
	overflow: hidden;
	clear: none;
}
.galleries .work_gallery img{
	width: 100%;
}
.galleries .work_gallery a.title_gallery:hover, .galleries .work_gallery a.title_gallery:focus {
	color: white;
	text-decoration: none;
}
.galleries .work_gallery .title_gallery {
	position: absolute;
	bottom: -50%;
	left: 0;
	width: 100%;
	text-align: center;
	background: #3291a0;
	font-size: 20px;
	font-family: 'Alice', serif;
	color: white;
	padding: 22px 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	 transition: 0.4s;
}
.galleries .work_gallery:hover .title_gallery {
	bottom: 0;
}
.head_title_block{
	margin-bottom: 25px;
	text-align: center;
}
.galleries .btn-warning {
	margin: 50px auto;
	padding: 18.5px 14px 19.5px 14px;
	font-size: 18px;
	width: 320px;
}
.galleries .btn-warning a{
	color: inherit;
}
.action {
	background: rgb(31, 138, 158);
}
.action .container {
	text-align: center;
	position: relative;
}
.action .caunter_action {
	background-image: url(../image/bg_caunter_action.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	padding: 30px 10%;
}
.action .bg_caunter {
	background-image: url(../image/bg_caunter.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	height: 80%;
	bottom: 0;
	left: 0;
	width: 44%;
}
.design .bg_designr {
	background-image: url(../image/bg_designr.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	height: 185px;
	bottom: 0;
	width: 52%;
}
.action {
	color: white;
}
.action .caunter_action p {
	font-size: 16px;
}
#action {
	font-family: 'Alice', serif;
	font-size: 36px;
}
.caunter_action .param_names span {
	font-size: 14px;
	margin: 0 08px;
	color: #c89d67;
}
.caunter_action .param_names {
	margin-top: 5px;
}
.form_all_home {
	margin: 50px 6%;
}
.form_all_home .form-group  {
	text-align: left;
}
.form_all_home .form-group label {
	font-size: 18px;
	font-family: 'Alice', serif;
}
.form_all_home button {
	font-size: 14px;
	background: #c89d67;
	color: white;
	border:none;
	margin-top: 20px;
}
#bid_action button {
	font-size: 18px;
	/*background: #909090;*/
	padding: 17px 32px;
}
.form_all_home .form-control {
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	border-bottom: solid 1px #fff;
	-webkit-box-shadow:none;
}
.form_all_home input[type="text"] { 
	color: white;
}
.form_all_home input[type="text"] { 
	color: white;
}
.form_all_home input[type="text"]::-webkit-input-placeholder {
	color: #47a0af;
} 
.form_all_home input[type="text"]::-webkit-input-placeholder {
	color: #47a0af;
} 
.form_all_home input[type="text"]::-moz-placeholder {
	color: #47a0af;
}
.form_all_home input[type="text"]::-moz-placeholder {
	color: #47a0af;
}
.home_slider .owl-controls {
	margin-top: -70px;
	margin-bottom: 43px;
}	
.design .h3 {
	max-width: 560px;
	margin: 0 auto; 
}
.design .h3, .action .h3  {
	margin-top: 50px; 
}	
.stage_work .head_work {
	font-family: 'Alice', serif;
	background: #1e8a9d;
	font-size: 22px;
	color: white;
	margin: 28px;
	padding-top: 10px;
	padding-left: 33px;
	margin-bottom: 0;
	margin-right: 0;
	width: 80%;
	height: 140px;
}
.stage_work .caunt_work  {
	font-family: 'Alice', serif;
	font-size: 48px;
	display: inline-block;
	margin: 0;
	padding: 8px 17px 15px 17px;
	border-radius: 3px;
	width: 60px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	background: #c89d67;
	margin-top: -5px;
}
.work_one img {
    width: 80%;
    margin-top: -135px;
    margin-left: 60px;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.52);
}
.stage_work {
	padding: 45px 0 65px 0;
	background-image: url(../image/bg_work.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.error_block {
	padding: 25px 0 25px 0;
	background-image: url(../image/bg_error.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.important_block {
	padding: 50px 0 60px 0;
	background-image: url(../image/bg_important.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.work_one p {
    margin-left: 54px;
    text-align: left;
    max-width: 228px;
    margin-top: 10px;
    font-size: 16px;
}
.galleries {
	padding: 25px 0;
	background-image: url(../image/bg_galleries.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#stage_work {
	margin: 0;
	padding: 32px 29px 32px 29px;
	display: inline-block;
}
#stage_work .btn-warning {
	float: right;
	margin-bottom: 2px;
	margin-right: 15px;
	padding: 10px 10px;
	min-width: 167px;
}
.form_yes {
	float: left;
	margin-top: 27px;
	font-size: 14px;
	margin-left: 15px;
}
.stage_work .col-sm-8 {
	background: white;
	margin-top: 58px;
	margin-left: -25px;
	box-shadow: 4px 3px 13px rgba(0, 0, 0, 0.52);
}
#stage_work .form-control {
	border-bottom: solid 1px #9a9a9a;
	color: #606060;
}
#stage_work input[type="text"], #stage_work input[type="text"]{ 
	color: #606060;
}
#stage_work input[type="text"]::-webkit-input-placeholder, #stage_work input[type="text"]::-webkit-input-placeholder {
	color: #9a9a9a;
} 
#stage_work input[type="text"]::-moz-placeholder, #stage_work input[type="text"]::-moz-placeholder {
	color: #9a9a9a;
}
#stage_work .container{
	margin-bottom: 20px;
}
.order_design_mail .form-control {
	border-bottom: solid 1px #9a9a9a;
	color: #606060;
}
.order_design_mail input[type="text"], .order_design_mail input[type="text"]{ 
	color: #606060;
}
.order_design_mail input[type="text"]::-webkit-input-placeholder, .order_design_mail input[type="text"]::-webkit-input-placeholder {
	color: #9a9a9a;
} 
.order_design_mail input[type="text"]::-moz-placeholder, .order_design_mail input[type="text"]::-moz-placeholder {
	color: #9a9a9a;
}
.order_design_mail .container{
	margin-bottom: 20px;
}
.order_design_mail.form_all_home{
	margin: 0;
}
.order_design_mail.form_all_home .form-group:nth-child(1){
	margin-bottom: 25px;
}
.order_design_mail.form_all_home button{
	margin: 38px auto 0 auto;
	display: block;
}
.modal-content p{
	font-size: 14px;
}
.modal-content i{
	font-size: 18px;
	color: #909090;
}
.modal-content .close{
	padding: 17px 15px;
}
.important_one img{
	width: 100%;
	box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.52);
}
.important_one .important_head{
	font-size: 24px;
	font-family: 'Alice', serif;
	color: #1e8a9d;
	margin: 30px auto 10px auto;

}
.important_one p{
	font-size: 16px;
	min-width: 101%;
}
.block_line {
	width: 2px;
	height: 115px;
	background-color: #c89d67;
	margin: 0 auto;
	margin-top: -80px;
	margin-bottom: -5px;
}
.one_error p {
	padding: 5px;
	float: right;
	text-align: right;
	min-height: 125px;
	width: 420px;
	max-width: 420px;
}
.one_error {
	width: 52.7%;
}
.error_block  .container {
	position: relative;
	overflow: hidden;
}
.error_block  {
	padding-bottom: 24%;
}
.error_block .one_error.left_all {
	float: right;
}
.error_block .one_error.left_all p {
	float: left;
	text-align: left;
	padding-left: 7%;
}
.error_block .one_error.left_all .icon_error {
	float: left;
	text-align: left;
}
.error_block .one_error.right_all {
	float: left;
}
.error_block .one_error.right_all p {
	float: right;
	text-align: right;
	padding-right: 7%;
}
.error_block .one_error.right_all .icon_error{
	float: right;
	text-align: right;
}
.icon_error_4 + p, .icon_error_5 + p {
	color: white;
}
.icon_error {
	background-color: #c89d67;
	border-radius: 3px;
	height: 60px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: center;
}
.icon_error_1 {
	background-image: url(../image/icon_error_1.png);
}
.icon_error_2 {
	background-image: url(../image/icon_error_2.png);
}
.icon_error_3 {
	background-image: url(../image/icon_error_3.png);
}
.icon_error_4 {
	background-image: url(../image/icon_error_4.png);
}
.icon_error_5 {
	background-image: url(../image/icon_error_5.png);
}
.white_coloro {
	color: white;
}
footer a {
	font-size: 13px;
}
footer .phone, footer .button_callback, footer #logo {
	width: 100%;
}
.copyright, .art6  {
	width: 100%;
	color: #808080;
	display: inline-block;
	font-size: 12px;
	margin: 0
}
footer #logo img{
	display: inline-block;
}
footer .button_callback button:hover, footer .button_callback button:focus {
	background: #c7c7c7;
}
footer .button_callback button {
	color: #666;
	background: none;
	border: solid 1px;
}
footer .phone a {
   	font-size: 24px;
}
.none_scroll {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}
.col-sm-4.work_one {

}
.w_marg_1 {
	margin-top: 22px;
}
.w_marg_2 {
	margin-top: 5px;
}
.important_block .col-md-3 {
	margin-top: 45px;
}
.important_block .head_title_block {
	margin-bottom: 0;
}
.design button.btn-warning {
	padding: 10px 22px;
}
.none_block {
	display: none
}
#bid_action input[type="text"]:active,  #bid_action input[type="text"]:focus,  #bid_action input[type="text"]:select  {
	color: white;
	background: none;
 }

 #design_action input[type="text"]:active,  #design_action input[type="text"]:focus,  #design_action input[type="text"]:select {
	color: white;
	background: none;
 }
 input[type="search"] { 
  background: none;
 }
.btn-warning.send_on {
	background: #909090;
}

#bid_action input, #design_action input {outline: none;}
#bid_action input:-webkit-autofill, #design_action input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #1f8a9e !important; /* Цвет фона */
    -webkit-text-fill-color: #fff !important; /* цвет текста */
    color: #fff !important; /* цвет текста */
}
#stage_work input {outline: none;}
#stage_work input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    -webkit-text-fill-color: #606060 !important; /* цвет текста */
    color: #606060 !important; /* цвет текста */
}
.order_design_mail input {outline: none;}
.order_design_mail input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    -webkit-text-fill-color: #606060 !important; /* цвет текста */
    color: #606060 !important; /* цвет текста */
}
.form_all_home .btn-warning.send_load {
	background: #3f4141;
}
.form_all_home .btn-warning.send_error {
	color: red;
}
.big_button {
	padding: 17px 5px;
	min-width: 320px;
	font-size: 18px;
}
.text-muted:hover {
	color: #c89d67;
}
div.special_price span + span{
	text-decoration: line-through;
}
div.special_price i {
	font-size: 23px;
}
div.special_price {
	font-size: 24px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.prefix_price {
	font-size: 24px; 
}
.default_price {
	font-size: 36px;
}
.default_price i{
	font-size: 33px;
}
.info_price {
	margin-top: 10px;
	font-size: 14px;
}
.product_single h1 {
	max-width: 430px;
}
.product_single .iakor + p  {
	max-width: 427px;
	font-size: 14px;
	font-style: italic;
	margin-top: 60px;
}
.iakor {
	text-decoration: underline;
	font-size: 16px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.iakor i{
	margin-right: 10px;
	font-size: 18px;
}
.line_header {
	background: #c89d67;
	height: 2px;
	width: 60px;
	float: left;
	margin-top: 30px;
	margin-bottom: 15px;
}
.product_info {
	display: inline-block;
	float: right;
}
.home_slider.product_images.owl-carousel .owl-buttons .owl-prev {
    left: -10px;
}
.home_slider.product_images.owl-carousel .owl-buttons .owl-next {
    right: -10px;
}

.product_images .thumbnail {
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.product_images .owl-pagination {
    top: 0px;
}
.product_images .owl-pagination .owl-page:nth-child(3n+1) {
  margin-left: 0px;
}
.product_images .owl-pagination .owl-page:nth-child(1n+4) {
  margin-top: 10px;
}
.product_images .owl-pagination {
  margin-top: 80px;
}
.product_images .owl-controls .owl-page {
    display: inline-block;
    margin: 0px;
    margin-left: 30px;
    float: left;   
}
.product_images.owl-theme .owl-controls .item-link {
    position: relative;
    display: inline-block;
    box-shadow: inset 300px 0px 0 rgba(96, 96, 96, 0.6);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.product_images.owl-theme .owl-controls {
      /*position: relative;*/
  }
.product_images.owl-carousel {
    overflow: hidden;
   }
.product_images .owl-theme .owl-controls .item-link {
      position: relative;
      display: block;
      width: 100%;
      height: 125px;
      margin-bottom: 0px;
  }
.product_images.owl-theme .owl-controls .active .item-link, .product_images.owl-theme .owl-controls .item-link:hover  {
	box-shadow: inset 300px 0px 0 rgba(96, 96, 96, 0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
.product_images.owl-theme .owl-controls .owl-page span {
      display: none;
  }
  .product_images .owl-pagination .owl-item{
    margin-right: 1%;
  }
.one_product {
	padding: 0 1.5px;
}
.one_product .line_header {
	margin-top:0px;
}
.related_products .h3 {
	margin: 40px 0 20px 0;
}
.poducts {
	display: inline-block;
	width: 100%;
}
.categories_cat {
	text-align: center;
}
.categories_cat a {
	color: inherit;
	font-size: 18px;
	margin: 15px;
	display: inline-block;
	text-decoration: underline;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.categories_cat a.active, .categories_cat a:hover {
	color: #1e8a9d;
}
.display_non {
	display: none;
}
.limit, .sorts_price {
	margin:0 30px;
}
.limit a{
	text-decoration: underline;
}
.sorts_price a i{
	font-weight: bold;
}
.sorts_price a, .limit a{
	color: inherit;	
	margin: 0 7px;
}
.sorts_price a[selected="selected"], .limit a[selected="selected"], .sorts_price a:hover, .limit a:hover {
	color: #c89d67;
}
.top_button {
	margin: 5px 0 25px 0;
	display: inline-block;
	width: 100%;
}
.pagination_block {
	text-align: center;
}
.pagination_block .fa-angle-double-right, .pagination_block .fa-angle-double-left {
	color: #c89d67;
}
.pagination_block a:hover .fa-angle-double-right, .pagination_block  a:hover .fa-angle-double-left {
	color: #fff;
}
.pagination_block i{
	font-size: 16px;
}
.rubel {
	font-family: Arial, "sans-serif";
	font-weight: normal;
	font-size: inherit;
}
.one_product  .rubel {
	font-size: 18px;
}
footer li {
	min-width: 170px;
}
 a:target, a:visited, a:active{
  color: inherit;
  text-decoration: none;
} 

a.button_continue, a.button_continue:hover {
	color: white;
}
.bgi_1 {
	background-image: url(../image/bgi_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	background-position-y: 0;
	margin-top: 20px;
}
.bgi_2 {
	background-image: url(../image/bgi_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-position-y: 0;
}
.bg_inform {
	height: 260px;
	text-align: center;
	display: table;
	width: 100%;
}

.bg_inform span{
	color: white;
	vertical-align: middle;
	display: table-cell;
	background: rgba(0, 0, 0, 0.60);
	padding: 0 15px;
}
.one_year .title_one_year{
	font-size: 28px;
}
.one_year .text_one_year{
	max-width: 438px;
}
.one_year {
	position: relative;

}
.one_year .line_header{
	margin-top: 15px;
	margin-bottom: 40px;
}
.one_year .container {
	position: inherit;
	/*padding: 88px 44% 88px 15px;*/
}
.one_year_bg {
	width: 50%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	box-shadow: inset 768px 0px 0 rgba(0, 0, 0, 0.0);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.one_year_bg1 {
	background-image: url(../image/bgi_one_year_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-position-x: 0;
}
.one_year_bg2 {
	background-image: url(../image/bgi_one_year_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-position-x: 0;
}
.one_year_bg3 {
	background-image: url(../image/bgi_one_year_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-position-x: 0;
}
.one_year_bg4 {
	background-image: url(../image/bgi_one_year_4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-position-x: 0;
}
.one_year_bg5 {
	background-image: url(../image/bgi_one_year_5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-position-x: 0;
}

.one_year.right_block .one_year_bg{
	left: 0;
	background-position-x:right;
}
/*.one_year.right_block .container {
	padding: 88px 15px 88px 44%;
}*/
.one_year .bl_left_right {
	display: table;
	float: left;
	min-height: 441px;
}

.one_year.right_block .bl_left_right {
	float: right;
}
.one_year .table_cell {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 0;
}
.polosa {
	padding: 3px 0;
	display: none;
}
.name_review {
	font-family: 'Alice', serif;
	font-size: 18px;
	padding-right: 10px;
}
.review_site .product-thumb {
    padding: 35px 0;
    border-top: solid 1px #d1d1d1;
    margin-bottom: 0;
}
.reviews_site .review_site:last-child .product-thumb {
	border-bottom: solid 1px #d1d1d1;
}
.review_site .product-thumb .image {
	padding: 0 30px 0 0;
}
.review_site .desciption {
	font-size: 14px;
	display: inline-block;
}
.review_site .date {
	font-size: 18px;
	color: #d1d1d1;
}
.review_site .rating span .icon-star-empty, .review_site .rating span .icon-star{
	color: #c89d67;
	font-size: 15px;
}
.reviews_site {
	padding: 25px 0 60px 0;
}
.reviews_site .review_site{
	display: inline-block;
	float: left;
}

/*.review_site .rating span:first-child .icon-star-empty{
	margin-left: -33px;
}
.review_site .rating .icon-star-empty{
	margin-left: -23px;
}
.stars_rev {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}*/
.error_text {
	position: absolute;
	font-size: 12px;
	color: red;
	right: -10px;
	top: 30px;
	width: 125px;
	text-align: left;
}
.error_text_no_popap {
	position: absolute;
	font-size: 12px;
	color: white;
	top: 65px;
	width: 120%;
	text-align: left;
}
.form-group {
	position: relative;
}
.error_text.top_margin {
	top: 10px;
}
#stage_work .error_text_no_popap {
	color: red;
}	
#review_formm {
	margin-top: 30px;
	min-width: 290px;
}






/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 1900px) {
	.home_slider  img {
		width: 100%;
	}
}
@media (max-width: 1550px) {
	.info_slide .header_slide {
	    font-size: 32px;
	}
}
@media (max-width: 1400px) {

.info_slide {
    left: 22.5%;
    width: 55%;
}
.info_slide .text_slide {
    font-size: 16px;
}

.home_slider.owl-carousel .owl-buttons .owl-next {
	right: 10%;
}
.home_slider.owl-carousel .owl-buttons .owl-prev {
	left: 10%;
}
.error_block {
    padding-bottom: 30%;
}


}
@media (min-width: 992px) and (max-width: 1199px){
	.important_block .col-md-3 {
		width: 33.33%;
	}
	.work_one img {
		margin-top: -117px;
	}
	.stage_work .head_work {
	    height: 120px;
	}
}
@media (min-width: 1200px) {
	.product_info {
	    margin-right: 6%;
	}
}
@media (max-width: 1199px) {

	.one_error {
	    width: 53.2%;
	}
	.action .bg_caunter {
		height: 65%;
	}
	.design .bg_designr {
		height: 166px;
		left: -12px;
		width: 55%;
	}
	#stage_work {
	    padding: 16px;
	}
	.form-group {
	    margin-bottom: 6px;
	}
	.stage_work .col-sm-8 {
	    margin-left: -12px;
	}
	.error_block {
	    padding-bottom: 35%;
	}
	footer .container {
		width: 100%;
	}

}	
@media (max-width: 1130px) {
.info_slide {
	left: 17.5%;
	width: 65%;
}


}



@media (min-width: 992px) {
	.swap_f_block > .col-sm-6 {
		padding-left: 4%;
	}
}
@media (max-width: 991px) {
	.one_year .bl_left_right {
		width: 46%;
	}
	.one_year .container {
		width: 100%;
	}
	.swap_f_block > .col-sm-6 {
		padding-left: 0;
	}
	.swap_f_block > .col-sm-4.col-xs-12 {
		width: auto;
	}
.info_slide .header_slide {
    font-size: 27px;
    margin-bottom: 25px;
}
.info_slide .text_slide {
    font-size: 15px;
}
.design .bg_designr {
    height: 163px;
    left: -12px;
    width: 70%;
}
.form-group {
    margin-bottom: 6px;
}
.stage_work .col-sm-8 {
    margin-left: 3px;
    width: 66%;
    margin-top: 20px;
}
#stage_work {
    padding: 23px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	footer .phone {
	    width: 117%;
	}
	.work_one img {
		margin-top: -42%;
	}
	.stage_work .head_work {
	    height: 90px;
	}
	.work_one img {
		margin-top: -94px;
	}
}
@media (min-width: 768px) {
	.reviews_site .product-list .product-thumb .caption {
		margin-left: 293px;
	}
	.product_info .big_button{
		margin-bottom: 40px;
	}
.current .line_menu, .nav.navbar-nav li:hover .line_menu{
	opacity: 1;
	transition: 0.4s;
}
.stage_work .container div.work_one:nth-last-child(-n+3) .head_work{
margin-top: 15px;
}
}
@media (min-width: 992px ){
#logo {
	width: 24%;
}
.block_info_h {
	width: 64%;
}
.text_header {
	width: 70%;
}
.phone {
	width: 30%;
}
.button_callback {
	width: 15%;
}
.swap_block {
    display: flex;
}
.swap_block > #logo {order: 1; } 
.swap_block > .button_callback {order: 3; } 
.swap_block > .block_info_h {order: 2; }
}
{
	margin-bottom: 20px;
}

@media (max-width: 991px ){
	footer .phone a {
	    font-size: 23px;
	}

/*	footer .col-sm-4 ul + ul li{
		margin-left: 10%
	}*/
	footer .container, footer .row{
		width: 100%;
	}
	footer .row, footer .col-sm-3 { 
		padding: 0;
		margin: 0 auto;
	}
	.error_block {
	    padding-bottom: 39%;
	}
	.error_block .one_error.right_all p {
	    padding-right: 4%;
	}
	.error_block .one_error.left_all p {
	    padding-left: 4%;
	}

	.one_error p {
		width: 330px;
		font-size: 12px;
	}
	.work_one {
	    max-width: 390px;
	    margin: 0 auto;
	}
	.block_line {
		margin-top: -113px;
	}
	.one_error {
	    width: 54.2%;
	}
.block_info_h {
	width: 100%;
}
.phone, .button_callback {
	float: right;
}
.galleries .work_gallery .title_gallery {
	bottom: 0;
	background: rgba(50, 145, 160, 0.75);
}
.action .bg_caunter {
    height: 61%;
    width: 50%;
}
.action .caunter_action {
	padding: 18px 10%;
}
}
/*@media (min-width: 768px ) and (max-width: 800px ){
	footer .phone {
		width: 106%;
	}
}*/
@media (min-width: 768px ) and (max-width: 991px ){
	.form_yes {
	    float: left;
	    display: block;
	    margin-top: 10px;
	    font-size: 14px;
	    margin-left: 15px;
	    width: 39%;
	    line-height: 1.5;
	}
	.design .h3, .action .h3  {
		font-size: 25px;
	}	
	.stage_work .head_work {
	    font-size: 18px;
	}
	.work_one p {
	    margin-right: -15px;
	}
}

@media (min-width: 768px ){
	#main-nav #main-menu .sm-nowrap {
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
	}
	.swap_f_block {
	    display: flex;
	}
	.swap_f_block > .col-sm-4 {order: 1; } 
	.swap_f_block > .col-sm-6 {order: 2; } 
	.swap_f_block > .col-sm-4.pull-right { order: 3; text-align: right; }
	.copyright  {
		margin-top: 25px;
	}
	footer #logo {
		margin-top: 12px;
	}
	footer .button_callback {
		margin-top: 20px;
	}
	.sm-mint a span.sub-arrow {
	     display: none; 
	}
}

@media (max-width: 767px ){
	.reviews_site .product-list .product-thumb .caption {
	    margin-top: 35px;
	}
	.polosa {
		display: block;
		background: rgba(0, 0, 0, 0.6);
	}
	.one_year .title_one_year, .one_year .text_one_year {
		color: white;
	}
	.one_year_bg {
		z-index: -1;
		width: 100%;
		box-shadow: inset 768px 0px 0 rgba(0, 0, 0, 0.6);
	}
	.one_product {
		max-width: 378px;
		margin: 0 auto;
		float: none;
	}
	.sm-mint a span.sub-arrow {
	    opacity: 0;
	    top: 0;
	    right: 0;
	    width: 31px;
	    height: 30px;
	    position: absolute;
	}
	.error_block {
		padding-bottom: 35px;
	}
	.error_block {
		background: none;
	}
	.white_coloro {
		color: inherit;
	}
	.swap_f_block .col-sm-4.col-xs-12 {
		display: none;
	}
	.one_error .pak_ic {
		width: 100%;
		text-align: center;
		position: absolute;
		display: inline-block;
	}
	.block_line {
	    margin-top: -120px;
	    height: 123px;
	}
	.one_error {
		position: relative;
		width: 100%;
	}	

	.one_error p br {
		display: none;
	}
	.one_error p {
	    width: 45%;
	}
	.error_block .one_error.left_all p {
	    float: right;
	}
	.error_block .one_error.right_all p {
	    float: left;
	}
	.important_one {
		width: 50%;
		float: left;
	}
	.stage_work .container div.work_one:nth-last-child(-n+6) {
		float: left;
		width: 50%
	}
	.work_one p {
	    min-height: 78px;
	}
	#stage_work {
	    width: 100%;
	    padding: 22px 15px;
	    background: white;
	    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.52);
	}
	.stage_work .col-sm-8 {
		margin-left: 0;
		margin-top: -20px;
		background: none;
		box-shadow: none;
		width: 100%;
	}
	.action .caunter_action {
	    padding: 30px 10%;
	}

	.action .col-sm-8{
		padding: 0
	}
	.bg_caunter, .bg_designr {
		display: none;
	}	
	.galleries .work_gallery:last-child {
		display: none;
	}
/*	.home_slider .owl-controls.clickable {
	    margin-top: -50px;
	    margin-bottom: 50px;
	}*/
	.info_slide .text_slide {
	    font-size: 13px;
	}
	.dropdown_menu_nav {
	  position: relative;
	  background-color: #1e8a9d;
	  box-shadow: none;
	  width: 100%;
	}
	.dropdown.open .dropdown_menu_nav {
	max-height: 600px;
	}
	#main-nav {
		background-color: rgba(150, 136, 136, 0);
		min-height: 43px;
		position: initial;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	#main-nav .navbar-header{
		background: #1e8a9d;
		position: relative;
		width: 100%;
		z-index: 77;
		/*top: 0;*/
	}
	#modal_closed {
		background: rgba(0, 0, 0, 0.16);
		width: 100%;
		height: 1000px;
		position: fixed;
		z-index: 111;
		top: 0;
		 visibility: hidden; 
		opacity: 0;
		-webkit-transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	#modal_closed.active{
		    opacity: 1;
		    visibility: visible;
		}
	.navbar-collapse {
		position: absolute;
		z-index: 333;
		top: 0;
		height: 100%;
		background: #ababab;
		margin-left: -450px;
		-webkit-transition: 0.4s linear;
		-moz-transition: 0.4s linear;
		transition: 0.4s linear;
	}
	.navbar-collapse.active {
		margin-left: 0px; 
	}
	.navbar-nav {
		margin: 0 -15px;
		    height: 100%;
		    position: inherit;
		    background: #606060;
		    z-index: 1101;
		    overflow-y: scroll;
		    min-width: 240px;
		    /*padding-bottom: 50px;*/
		    top: 0;
	}
	#main-nav #main-menu ul {
		padding: 10px;
		background: #757575;
	}
	.nav.navbar-nav > li {
		display: table;
		width: 100%;
	}
	#main-nav li a:hover, #main-nav li a.current{
	    color: #c89d67;
	}
	header {
		margin-top: 25px;
	}
/*	.home_slider .owl-controls.clickable, .home_slider .owl-pagination, .home_slider .owl-buttons {
		display: none;
		margin-bottom: 0;
		margin-top: 0;
	}*/
	.info_slide {
		left: 10%;
		width: 80%;
	}
	.home_slider .owl-buttons {
		display: none;
	}

	.home_slider .owl-pagination {
		top: 0;
	}
	.error_block {
	    background-size: inherit;
	    background-position-y: 17px;
	}
	.error_block {
		background-size: inherit;
		background-position-y: 20%;
	}
	.error_block .head_title_block{
		font-size: 26px;
	}
	.form_all_home {
	    margin: 25px auto 50px auto;
	}
	.stage_work .head_work {
	    margin-top: 10px;
	}
	.product_info {
	    width: 100%;
	    padding: 0 15px 50px 15px;
	}	
	#review_formm {
		margin-left: 5%;
	}
}

@media (min-width: 601px ) and (max-width: 767px ){

	.error_block .one_error.right_all .icon_error, .error_block .one_error.left_all .icon_error {
		display: inline-block;
		float: none;
	}
	.form_all_home .form-group {
	    width: 50%;
	    float: left;
	}		
	#review_formm.form_all_home .form-group {
	    width: 100%;
	    float: none;
	}	

	#order_design .form_all_home .form-group, #order_callback .form_all_home .form-group {
	    width: 100%;
	    float: none;
	}
	.stage_work {
	    padding: 45px 0 0px 0;
	}
}
@media (min-width: 601px ) and (max-width:  670px ){
	.stage_work .head_work {
	    height: 100px;
	}
	.work_one img {
	    margin-top: -100px;
	}
}

@media (max-width: 650px ){
	.one_year .bl_left_right {
	    width: 90%;
	    margin: 0 auto;
	    float: none;
	}
	.one_year.right_block .bl_left_right {
		float: none;
	}
	.error_block {
	    background-size: inherit;
	    background-position-y: 17px;
	}
/*	.info_slide {
	    top: 5%;
	    left: 5%;
	    width: 90%;
	}*/
	.home_slider.owl-carousel .owl-buttons .owl-next {
		right: 2%;
	}
	.home_slider.owl-carousel .owl-buttons .owl-prev {
		left: 2%;
	}
	.action .caunter_action {
		padding-top: 18px;
	}
	.info_slide .header_slide {
	    max-width: 290px;
	    margin-left: auto;
	    margin-right: auto;
	}
}

@media (min-width: 601px ){
	header .button_callback {
		text-align: right;
	}
}
@media (max-width: 600px ){

	.error_text_no_popap.top_margin {
		top: 10px;
	}
	.error_text_no_popap{
		position: absolute;
		font-size: 12px;
		color: white;
		width: 125px;
		text-align: left;
		right: 19px;
		top: 30px;
	}
	.stage_work {
	    padding: 45px 0 30px 0;
	}
	.info_slide .text_slide {
		display: none;
	}
	.error_block {
	    background-position-y: 30%;
	}
	.block_line {
		display: none;
	}
	.one_error {
		margin:15px 0;
	}
	.one_error p {
		font-size: 13px;
	}
	.one_error .pak_ic {
	    width: 100%;
	    text-align: center;
	    position: absolute;
	    display: inline-block;
	}
	.important_one {
		width: 100%;
		    max-width: 360px;
		    margin: 0 auto;
		    float: none;
	}
	.one_error p {
		max-width: none;
	    width: 80%;
	    min-height: auto;
	}
#logo, .text_header, .block_info_h, .phone, .button_callback {
	float: none;
    width: 100%;
    text-align: center;
}
#logo img{
	margin: 0 auto;
}
.work_one p {
    min-height: 0;
}
.home_slider .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.stage_work .container div.work_one:nth-last-child(-n+6) {
    float: none;
    width: auto;
}
.stage_work .col-sm-8 {
	padding-top: 0
}
footer .col-sm-3.text-center, footer .col-sm-5.text-center {
	width: 100%;
}	
}
@media (min-width: 400px ) and (max-width: 600px ){

	footer .col-sm-3.text-center .phone, footer .col-sm-3.text-center .button_callback {
		display: inline-block;
		float: left;
		width: 50%;
	}
}

@media (min-width: 510px) and (max-width: 1130px) {
	.copyright {
	    line-height: 1.4;
	    max-width: 200px;
	}
}


@media (max-width: 510px ){
	.review_site .date {
	    text-align: left;
	    width: 100%;
	    display: inline-block;
	}
	footer .col-sm-4.pull-right {
		width: 100%;
		margin-bottom: 40px;
	}	
	footer .col-sm-4.pull-right + .col-xs-6{
		width: 100%;
	}
	.stage_work .col-sm-8 {
	   padding: 0;
	}
	.galleries .work_gallery {
		width: 100%;
	}

	.info_slide {
	    left: 5%;
	    width: 90%;
	    padding: 2% 10px;
	}

}
@media (min-width: 420px ){
	.review_site .rating span:first-child i {
		padding-left: 10px;
		border-left: solid 2px #d1d1d1;
	}
	.review_site .rating span:first-child {
		margin-right: 10px;
	}
}
@media (max-width: 419px ){
	.text_header {
	     max-width: 300px; 
	}
	.review_site .date {
	    text-align: left;
	    width: 100%;
	}
	.product-thumb .rating {
	    text-align: left;
	    width: 100%;
	    margin-left: -5px;
	}
	.name_review {
		width: 100%;
	}
}
@media (max-width: 400px ){
	.copyright {
	    line-height: 1.4;
	    max-width: 200px;
	}
	footer li {
	    min-width: inherit;
	}
	footer .col-sm-5.text-center {
		padding: 25px 0;
	}	
/*.info_slide {
    top: 2%;
    left: 2.5%;
    width: 95%;
}*/
#action {
    font-family: 'Alice', serif;
    font-size: 30px;
}
.home_slider .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
}

@media (max-width: 390px ){
	.action .caunter_action {
	    width: 100%;
	    padding-top: 13px;
	}
	.form_all_home {
		margin: 50px 0;
	}
	.product_info .btn-warning.big_button{
		width: 100%;
		min-width: inherit;
	}
}
@media (max-width: 370px ){
	.error_text.top_margin {
	    top: -13px;
	}
	.error_text_no_popap.top_margin {
	    top: -5px;
	}
	.error_text {
	    right: -10px;
	    top: 0px;
	}
	.error_text_no_popap {
		    right: 10px;
		    top: 0px;
		}
	.form_yes {
	    max-width: 168px;
	}
	.stage_work .head_work {
	    height: 100px;
	}
	.work_one img {
	    margin-top: -100px;
	}
}
@media (max-width: 353px ){
	.error_block {
		background-position-y: -557px;
	}
	.galleries .btn-warning {
	    margin: 50px auto;
	    padding: 13.5px 14px 15.5px 14px;
	    font-size: 16px;
	    width: 90%;
	}

}
@media (max-width: 329px ){
	.text_header {
		font-size: 17px;
	}
}
@media (max-width: 315px ){
	.action .caunter_action {
		background-image:none;
		padding: 0;
	}
	.product_info .btn-warning.big_button{
		font-size: 15px;
	}
}

form.form_all_home textarea.form-control{
    border: solid 1px #9a9a9a;
}
#review_formm .error_text {
	right: 10px;
}
#review_formm {
	margin-bottom: 50px;
	display: inline-block;
}
#review_formm button {
	float: right;
}
#review_formm .modal-header {
    padding: 45px 35px 30px 15px;
}




.sm{position:relative;z-index:1040;}
/*.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}*/
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.sm-mint a.disabled {
  color: #cccccc;
}
.sm-mint a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-mint ul {
  padding-left: 0;
  text-align: left;
  background: white;
  list-style: none;
}
@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-mint ul {
    position: absolute;
    width: 12em;
  }
  .sm-mint {
    border-top: 0;
    background: transparent;
  }
  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sm-mint a.has-submenu {
    padding-right: 34px;
  }
  .sm-mint a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-mint span.scroll-up,
  .sm-mint span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #f6ffed;
    height: 20px;
  }
  .sm-mint span.scroll-up-arrow, .sm-mint span.scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #8db863 transparent;
  }
  .sm-mint span.scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #8db863 transparent transparent transparent;
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px;
  }
  .sm-mint.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #8db863;
  }
  .sm-mint.sm-rtl.sm-vertical a {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-mint.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #8db863 transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a:hover span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted span.sub-arrow {
    border-color: transparent white transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a.disabled span.sub-arrow {
    border-color: transparent #8db863 transparent transparent;
  }
  .sm-mint.sm-rtl ul {
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
    -ms-border-radius: 4px 0 4px 4px;
    -o-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px;
  }
  .sm-mint.sm-rtl ul a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-mint.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #8db863 transparent transparent;
  }
  .sm-mint.sm-rtl ul a:hover span.sub-arrow, .sm-mint.sm-rtl ul a:focus span.sub-arrow, .sm-mint.sm-rtl ul a:active span.sub-arrow, .sm-mint.sm-rtl ul a.highlighted span.sub-arrow {
    border-color: transparent white transparent transparent;
  }
  .sm-mint.sm-rtl ul a.disabled span.sub-arrow {
    border-color: transparent #8db863 transparent transparent;
  }
  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #8db863;
  }
  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
    background: #8db863;
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  .sm-mint.sm-vertical a span.sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #8db863;
  }
  .sm-mint.sm-vertical a:hover span.sub-arrow, .sm-mint.sm-vertical a:focus span.sub-arrow, .sm-mint.sm-vertical a:active span.sub-arrow, .sm-mint.sm-vertical a.highlighted span.sub-arrow {
    border-color: transparent transparent transparent white;
  }
  .sm-mint.sm-vertical a.disabled span.sub-arrow {
    border-color: transparent transparent transparent #8db863;
  }
  .sm-mint.sm-vertical ul {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
  }
  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }
}


.main_nav_fixed header {
	margin-bottom: 45px;
}
.main_nav_fixed #main-nav {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300;
}
@media (max-width: 767px) {
	.main_nav_fixed header {
		margin-bottom: 43px;
	}
}

.float_call {
	position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 100%;
    z-index: 1000;
    background-color: #c89d67;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/call.svg);
    -webkit-background-size: 28px;
    background-size: 28px;
}
.float_call:before{
	border: 2px solid #c89d67;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: wave-stroke 1.5s infinite cubic-bezier(.37,0,.8,.77);
}
@keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

.formdet .form_all_home {
    margin: 20px 6%;
}
.action.formdet .h3 {
    margin-top: 30px;
}
.formdet:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(31, 138, 158);
    z-index: -1;
    left: -100%;
    top: 0;
}
.formdet:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(31, 138, 158);
    z-index: -1;
    right: -100%;
    top: 0;
}
.formdet{
width: 100%;
    background-color: rgb(31, 138, 158);
    position: relative;
    padding-bottom: 30px;
}
body{
    overflow-x: hidden;	
}
