@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i&subset=cyrillic');
html {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    color: #20303C;
	font-size: 15px;
	line-height: 24px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #20303C;
}
img {
	max-width: 100%;
}
/* default font size */
.fa {
	/*font-size: 14px;*/
}
.fa-circle {
	color: #5ea0b6;
}
/* Override the bootstrap defaults */
header {background: #fff;}
header.cloned {background: #f2f2f2;}
h1 { 
/*	background: #5ea0b6;*/
	color: #fff;
	font-size: 30px;
    font-weight: 300;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}
h2 {
    text-align: left;
    padding: 25px 0 10px 0;
    font-size: 40px;
    font-weight: 300;
    color: #20303C;
}
h3 {
	font-size: 21px;
    font-weight: 700;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #5ea0b6;
	transition: all 300ms;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {

}
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: 14px;

}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	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;
    border-bottom: 0px solid #ddd;
}
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: #5ea0b6;

}

#cart.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* top */
#top {
	background-color: #eef0f1;
	padding: 1px 0px 0px 0;
	margin: 0 0 20px 0;
	min-height: 36px;
	font-size: 13px;
}
#top ul {
	margin-bottom: 0px;
}
#top .container {
	padding: 0 5px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #5ea0b6;
}
#top .btn-link, #top-links li span, #top-links a span, #top-links a i {
	color: #313131;
	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 li a:hover {
	color: #fff;
}
#top-links .dropdown-menu li a:hover b {
	color: #333;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 4px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 0px 0;
}
#logo img {
	max-width: 200px;
}
@media (max-width: 767px) {
	#logo {
		
	}
	#logo img {
		margin-top: 11px;
		max-width: 200px;
	}
}
@media (max-width: 360px) {
	#logo img {
		max-width: 150px;
	}
}
/* 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-top: -1px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
.btn-cart {
	background: none;
	text-align: right;
	float: right;
	border: none;
}
.btn-cart..dropdown-toggle {
	box-shadow: none;
}
#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: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 300px;
}
@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 */

.navbar {
    margin-bottom: 20px;
}
.cloned .navbar {
    margin-bottom: 0px;
}
#menu {
/*	background-color: #5ea0b6;*/
/*	background-color: #fff;*/
	min-height: 10px;
	border-radius: 0px;
}
#menu .nav > li > a {
	color: #222;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
#menu .nav > li > a.icon {
    font-size: 18px;
    padding: 9px 10px 8px 10px;
}
#menu .nav > li > a.vk {
    color: #5281b7;
}
#menu .nav > li > a.fb {
    color: #3c579d;
}
#menu .nav > li > a.insta {
    color: #895a4d;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #f2f2f2;
	color: #222;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#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: #5ea0b6;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #313131;
	display: none !important;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #5ea0b6;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #5ea0b6;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu .btn-navbar {
		margin: 4px auto;
		display: block;
		padding: 10px 28px;
		margin-top: -50px;
	}
	#menu .btn-navbar .fa {
		font-size: 30px;
	}
	#menu {
		border-radius: 4px;
		margin-top: 10px;
	}
	#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 {
	background-color: #2f3539;
	color: #cecece;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #cecece;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding-top: 30px;
}
.powered {
	text-align: center;
	padding: 0px 0 20px 0;
}
/* alert */
.alert {

    z-index: 1000;
    width: 100%;
    padding: 40px;

}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 0px solid #ddd;
	background-color: #fff; 
	font-size: 14px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 0px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a {
	color: #737373;
}
.breadcrumb > li + li:before {
	content: ' - ';
	display: inline-block;
	text-align: center;
	color: #737373;
}
.breadcrumb > li:after {

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	border: 0px solid #cccccc;
	border-radius: 4px;
}
.btn.xbox-heading- {
    white-space: normal; 
}
.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 {

}
.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: #fff;
	background-color: #5ea0b6;
	border-color: #5ea0b6;
	opacity: 0.9;
}
.btn-primary {
	color: #ffffff;
	background-color: #5ea0b6;
	border-color: #5ea0b6;
	opacity: 0.9;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #5ea0b6;
	opacity: 1;
	border-color: #5ea0b6;
}
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #5ea0b6;
    border-color: #5ea0b6;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	opacity: 0.9;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	opacity: 1;
}
.btn-danger {
	color: #ffffff;
	background-color: #dd624e;
	border-color: #dd624e;
	opacity: 0.9;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #dd624e;
	border-color: #dd624e;
	opacity: 1;
}
.btn-success {
	color: #ffffff;
	background-color: #16A085;
	border-color: #16A085;
	opacity: 0.9;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #ffffff;
	background-color: #16A085;
	border-color: #16A085;
	opacity: 1;
}
.btn-info {
	color: #ffffff;
	background-color: #5ea0b6;
	border-color: #5ea0b6;
	opacity: 0.9;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #ffffff;
	background-color: #5ea0b6;
	border-color: #5ea0b6;
	opacity: 1;
}
.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 {
/*	border: 1px solid #e5e5e5;*/
	margin-bottom: 20px;
	overflow: auto;
/*	border-radius: 5px;*/
}
.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;
}
.customprods .product-thumb .image {
	background: #5ea0b6;
	padding: 10px;
}
.customprods .product-layout:nth-child(1) .product-thumb .image {
	background: #16A085;
}
.customprods .product-layout:nth-child(3) .product-thumb .image {
	background: #dd624e;
}
.customprods .product-layout:nth-child(4) .product-thumb .image {
	background: #ffce35;
}

.product-grid .product-thumb .image {
	float: none;
}
@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 20px;*/
	min-height: 180px;
}
.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;
}
.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: 0px 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: #5ea0b6;
    color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #fff;
    background-color: #ffce35;
}
.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: 100%;
	}
}
.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;
}


.grey {
	background-color: #eef0f1;
}
.rounded {
	border-radius: 5px;
	padding: 30px;
	margin: 0 0 20px 0;
}
.center {
	text-align: center;
}
.col-md-4 .center p, .col-md-4 .center h3 {
	font-weight: 300;
}
ul.features-list li {
    float: left;
    font-size: 15px;
    line-height: 24px;
    margin: 12px 0;
	list-style: none;
}
ul.features-list li img {
    max-width: 55px;
    margin-right: 20px;
    float: left;
}
.box-gallery h4 {
	text-align: center;
	padding: 10px 0 30px 0;
}
.inlinelist {
    display: inline-block;
	text-align: center;
}
.inlinelist li {
    display: inline-block;
    padding: 3px 10px;
    background: #616161;
    color: #bfbfbf;
	margin: 2px 0 2px 0;
}
#sitelist {
    background: #393f43;
    padding: 30px 0px;
}
#product .xbox-content label {
    font-size: 14px;
}
#product .xbox-content label.control-label {
    font-size: 15px;
	font-weight: 600;
    background: #f7ee88;
    display: block;
    padding: 5px 10px;
}
.xbox-heading {
	margin: 0px 0 20px 0;
}
.autocalc-product-price {
    font-size: 65px;
	font-weight: 400;
}
.wrapper {
	margin: 0 auto;
/*	overflow: hidden;*/
	padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
.wrapper {
    width: 750px;
}
.navbar-nav {
    float: right;
}
}
@media (min-width: 992px) {
.wrapper {
    width: 970px;
}
}
@media (min-width: 1200px) {
.wrapper {
    width: 1170px;
}
}
.container {
	max-width: none;
	width: auto;
	padding-right: 0px;
    padding-left: 0px;
}
.container .row {
	margin-right: 0px;
    margin-left: 0px;
}
#content {
	padding-right: 0px;
    padding-left: 0px;
	padding-bottom: 0px;
}

.infoid-4 #section0 { 
			background: url(/image/catalog/info/section6-.jpg) 50% 0 no-repeat fixed; 
		}
.infoid-4 #section0 h1 {
		    color: #222;
		}
.infoid-4 #section1 { 
			background: #eef5e9 50% 0 fixed; 
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative;
		    padding: 50px 0;
			}
.infoid-4 #section2 { 
			background: url(/image/catalog/info/section2-.jpg) 50% 0 no-repeat fixed; 
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    height: 400px;
			background-size: cover;
		}
.infoid-4 #section3 { 
			background: #f9f0bb 50% 0 fixed; 
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative;
		    padding: 50px 0;
			}
.infoid-4 #section4 { 
			background: url(/image/catalog/info/section4-.jpg) 50% 0 no-repeat fixed; 
			height: 400px;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative;
			background-size: cover;
			}

.common-home section.gallery {

}
.common-home section.gallery p {
    color: #fff;
	text-align: center;
	padding: 5px 0 20px 0;
}
.common-home h2 {
    text-align: center;
    padding: 35px 0 30px 0;
    font-size: 40px;
    font-weight: 300;
    color: #20303C;
}
.common-home h3 {
	font-size: 21px;
    font-weight: 300;
	margin-bottom: 30px;
}
.howto {
    padding: 5px 0 60px 0;	
}
.pagetitle {
/*	background: url(/image/catalog/pars/homepar.jpg) 50% 0 no-repeat fixed; */
	background: #5ea0b6;
	padding: 20px 0 20px 0;
	overflow: hidden;
}

.bg-dark {
    background: #393f43;
	padding-top: 30px;
}
.bg-dark h2 {
    color: #fff;
}
.common-home .gallery {
    background: #5ea0b6;
	padding-top: 30px;
	padding-bottom: 30px;
}
.common-home .gallery h2 {
    color: #fff;
	padding-bottom: 50px;
}

.story-block {
    display: block;
    position: relative;
    background: #f2f2f2;
    padding: 15px;
    border-radius: 5px;
	min-height: 150px;
}


.story-left {
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.story-right {
    float: right;
    position: relative;
    margin-bottom: 30px;
}


.story-left .story-text {
    text-align: right;
    margin-right: 130px;
}
.story-right .story-text {
    text-align: left;
    margin-left: 130px;
}
.story-block .story-image img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    border: 4px solid #eef0f1;
    border-radius: 50%;
    margin-top: -50px;
}
.story-left .story-image img {
    right: 30px;
}
.story-right .story-image img {
    left: 30px;
}
.story-block .story-text h4 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}
.homesection3 {
	padding-top: 50px;
	padding-bottom: 60px;
}
.homesectionskidka {
	background: #5ea0b6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.newsletter_info {
    padding: 1px 0 30px 60px;
}
.newsletter_info h3 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
	margin-top: 30px;
}
.homesectionskidka .btn {
    width: 140px;
    height: 56px;
    background-color: #f2f2f2;
    color: #5ea0b6;
	display: inline;
	padding: 20px 40px;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
#homepar1 { 
	background: url(/image/catalog/pars/homepar1.jpg) 50% 0 no-repeat fixed; 
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	min-height: 150px;
	background-size: cover;
}
#homepar1 h2 { 
	background: rgba(255, 255, 255, 0.6);
	padding: 100px 100px;
	margin-top: 0px;
	font-size: 40px;
	font-weight: 300;
}
.formmail {
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #393f43;
}
.formmail h2 {
color: #ddd;
}
.formmail input[type="text"].form-control {
	height: 53px;
}
.formmail .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.product-thumb h4 a {
    font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #222;
}
.customprods .price {
    font-weight: 400;
	font-size: 40px;
	color: #5ea0b6;
	padding: 10px 0;
}
.customprods .proddescr {
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
}
#review blockquote {
	background-color: #eef0f1;
	border-radius: 5px;
	padding: 20px 30px;
	font-size: 15px;
	border: 0;
	margin: 0 0 10px 0;
}
 
#review blockquote:before {
  color: #34b1c4;
  content: "\201C"; /* Непечатаемый символ слева */
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 5px;
  vertical-align: -.4em;
}
 
#review blockquote:after {
  color: #34b1c4;
  content: "\201D"; /* Непечатаемый символ справа */
  font-size: 3em;
  line-height: 0.1em;
  margin-left: 5px;
  vertical-align: -.45em;
}
#review .fa-stack {
	width: 12px;
	height: 17px;
}
.reviewitem {
	margin: 10px 0 30px 0;
}
.reviewauthor {
	font-weight: 600;
}
.reviewrating {
	text-align: right;
}
.reviewdate {
	padding: 0 20px 0 0;
	color: #737373;
}
.well {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.information-information .imgtitle {
	text-align: center;
	font-weight: 600;
	padding: 5px 0px 0px 0;
}
.information-information .portfitem {
	padding: 10px;
	margin-top: 20px;
    background-color: #f5f5f5;
}
.dropdown-menu {
	border-radius: 0px;
	border: 0;
}
.authlink {
	margin-top: 1px;
}
.howto img {
	max-width: 128px;
}
.howto h1 {
    text-align: center;
    padding: 40px 0 10px 0;
    font-size: 40px;
    font-weight: 300;
    color: #20303C;
	text-transform: none;
}
.whatcan .fa {
    color: #5ea0b6;
}
.whatcan h3 {
    margin-bottom: 10px;
    margin-top: 0px;
	font-size: 18px;
    font-weight: 500;
}
.demo {
    margin-bottom: 40px;
    margin-top: 40px;
}
.numberCircle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding-top: 38px;
	text-align: center;
    background: #5ea0b6;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 52px;
	margin: 0 auto;
}
.number {
    padding: 38px 0 20px 0;
}
.number h2 {
    padding: 0px 0 20px 0;
}
.btn-demo {
	max-width: 770px;
    padding: 20px 20px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
.btn-demo {
	max-width: 400px;
}
}

.btn-demo img {
	display: block;
	max-width: 100%;
	margin: 0 0 20px 0;
	border: 5px solid #fff;
}
blockquote {
	background-color: #f2f2f2;
	padding: 20px 30px;
	font-size: 15px;
	border: 0;
	margin: 0 0 10px 0;
}
 
blockquote:before {
  color: #5ea0b6;
  content: "\201C"; /* Непечатаемый символ слева */
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
 
blockquote:after {
  color: #5ea0b6;
  content: "\201D"; /* Непечатаемый символ справа */
  font-size: 3em;
  line-height: 0.1em;
  margin-left: 0.2em;
  vertical-align: -.45em;
}
.customprods {
    padding: 0px 0 50px 0;
}
.reviewrating .fa {
	font-size: 14px;
}
.product-thumb .currname {
	font-size: 60%;
	color: #b5b5b5;
}
@media (min-width: 768px) and (max-width: 991px) {
#menu .nav > li > a {
    color: #222;
    padding: 10px 5px 10px 5px;
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
}



@media (min-width: 768px) {
.zayavka {
    margin: 0 auto;
	max-width: 600px;
}
}
.description h2 {
	margin: 0px;
	padding: 15px 0 10px 0;
}
.description p {
    margin: 20px 0 30px 0;
}
.description p b {
    text-transform: uppercase;
}
.description .row {
    margin-right: -15px;
    margin-left: -15px;
}

.prodinfo {
	background-color: #f2f2f2;
    padding: 15px;
    border: 0;
    margin: 30px 0 30px 0;
}
.btn-main {
    display: block;
    width: 100%;
    padding: 20px 20px;
    font-size: 35px;
    text-transform: uppercase;
}
.description .btn-demo {
	background: #f2f2f2;
	color: #222;
}
.mainprice {
    background: #f2f2f2;
    text-align: center;
    padding: 15px 20px;
}
#menu .collapse.in .dropdown-menu {
    position: relative; 
	top:0px;
	display:block;
	float: none;
	background: #f2f2f2;
	box-shadow: none;
}
#menu .collapse.in .dropdown-menu a {
    color: #222;
}
.modal-dialog .wrapper {
	width: auto;
}
.owl-item img {
    margin: 0 auto;
}
.payments {
	text-align: center;
}
#simplecheckout_payment label {
	font-weight: 700;
}
#simplecheckout_payment .form-group label {
	font-weight: 400;
}
.alert-success {
    color: #fff;
    background-color: #75da4c;
    border-color: transparent;
}
.alert-success a {
    color: #fff;
	font-weight: 700;
	text-decoration: underline;
}
.artimg {
	display: none;
}
header.cloned {
    border-bottom: 4px solid #5ea0b6;
}
.modal-content {
    border-radius: 0px;
}
.article .grey {
	padding: 20px;
	border-radius: 20px;
}