
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-ExtraBold.woff') format('woff'),
        url('Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Heavy.woff') format('woff'),
        url('Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-SemiBold.woff') format('woff'),
        url('Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Light.woff') format('woff'),
        url('Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Regular.woff') format('woff'),
        url('Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Medium.woff') format('woff'),
        url('Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-UltraLight.woff') format('woff'),
        url('Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Bold.woff') format('woff'),
        url('Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Thin.woff') format('woff'),
        url('Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Black.woff') format('woff'),
        url('Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    color: #333333;
    font-family: 'Gilroy';
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #005c5f;
}
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: #fff;
	color: #005c5f;
}
/* 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 #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #005c5f, #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;
}
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */
#search {
	margin-bottom: 10px;
}

/* cart */
#cart {
	margin-top: 7px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: none;
    border: 0px solid #E6E6E6;
    color: #666;
    box-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;
    width: auto;
}
#cart .dropdown-menu li > div {
	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 .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
}
#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;
    clear: both;
    line-height: 20px;
    color: #333333;
    padding: 0px 12px;
    font-size: 16px;
    font-weight: 500;
}
#menu .dropdown-inner li a:hover {
	color: #333333;
}
#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, #005c5f, #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, #005c5f, #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: #333333;
	}
	#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;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 0px solid #cccccc;
	border-radius: 4px;
}
.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, #eff2f6);
	background-repeat: repeat-x;
	border-color: #eff2f6 #eff2f6 #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, #005c5f, #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: #005c5f;
	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: 0px solid #eff2f6;
	color: #333333;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #005c5f;
    background: #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;
}
.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 {
    font-weight: 600;
    font-size: 18px;
    color: #464545;
    margin: 0;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	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;
	margin-right: 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;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border:0px !important;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 120px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#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-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-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;
}

/* OLD SITE  */



#menuopt2 {
    display: none;
}
#phonerf {
    display: none;
}

#phonerf2 {
    display: none;
}
#vsevm {
    background: #fff;
    text-align: center;
    margin: 5px;
    padding: 10px;
    box-shadow: 11px 14px 42px 25px rgba(218, 214, 214, 0.2);
}
#rass2 {
    max-width: 200px;
}
#obyavys {
    z-index: 1;
    background: #005c5f;
    width: 250px;
    position: absolute;
    height: 250px;
    color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 140px;
    margin-top: 270px;
}
#sp-f8ed82c7-049a-4c62-9d37-7b1126acc687 {
    width: 185px;
}
#kist {
    background: url(/kist.png) center top no-repeat;
    height: 60px;
    padding-top: 20px;
    max-width: 265px;
    padding-left: 25px;
}
#kist0 {
    background: url(/image/kist0.png) center top no-repeat;
    height: 60px;
    padding-top: 20px;
    max-width: 200px;
    padding-left: 25px;
}
#kist2 {
    padding-left: 25px;
}
#cocosn {
    text-align: center;
    padding-top: 60px;
}
#zagolfeat {
    min-height: 35px;
}
#zagolfeat2 {
    min-height: 190px;
}

#cocosn1 {
    padding-top: 20px;
}
table.table.table-striped.table-bordered {
    background: transparent;
    border-bottom: 1px solid #eff2f6;
}
#fotoobzor {
    float: right;
    width: 116px;
    min-height: 125px;
}
#derevopreim {
    background: #005c5f url(/image/derevotop.png) center top no-repeat;
    padding-top: 30px;
}
#derevodva {
    background: #005c5f url(/image/derevobottom.png) center bottom no-repeat;
    padding-bottom: 60px;
}
#derevopreim2 {
    background: #fff;
    min-height: 235px;
    margin: 5px;
    padding: 30px 20px;
    box-shadow: 11px 14px 75px 5px rgba(197, 195, 195, 0.2);
}
#derevodva2 {
    text-align: center;
    color: #fff;
    max-width: 750px;
    margin: 10px auto 125px auto;
}
#carousel14 {
    margin-top: -120px;
}
#fotokust2 {
    color: #2c2c2f;
    
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
#fotokust3 {
    font-size: 17px;
    color: #333333;
    max-width: 300px;
    margin: 0 auto;
    min-height: 145px;
    padding-bottom: 15px;
}
img.catt {
    border: 5px solid #fff;
    border-radius: 100px;
    box-shadow: 11px 14px 75px 5px rgba(197, 195, 195, 0.4);
}
#derevodva1 {
text-align: center;
    color: #fff;
    font-size: 32px;
    padding-top: 40px;
}
#fotokust4 {
    background: #005c5f;
    color: #fff;
    padding: 13px 10px;
    border-radius: 35px;
    text-align: center;
    
    font-size: 16px;
    max-width: 170px;
    margin: 0 auto;
    box-shadow: 8px 2px 25px 11px rgba(218, 214, 214, 0.2);
}
#fotokust4:hover {
    background: #6b9e48;
}
.katvyd {
    font-family: NeoSansPro-Medium;
}
i.fa.fa-cart-plus {
    font-size: 20px;
}
#polkons {
    background: #005c5f;
    color: #fff;
    padding: 16px 10px;
    border-radius: 35px;
    text-align: center;
    
    font-size: 15px;
    max-width: 250px;
    box-shadow: 8px 2px 25px 11px rgba(218, 214, 214, 0.2);
}
#polkons:hover {
    background: #6b9e48;
    cursor: pointer;
}
#bloksknopkami {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 35px;
}
#nachtr33 {
    font-size: 15px;
    color: #333333;
}
#nachtr2 {
    font-size: 15px;
    color: #333333;
    width: 235px;
}
#nachtr1 {
    width: 60px;
}
#perkat {
    text-align: center;
    padding: 10px 10px;
    
    font-size: 17px;
    color: #333333;
}
a.katper {
    text-decoration: underline;
}
#textobzor {
    max-width: 245px;
    float: left;
    min-height: 125px;
        text-align: right;
}


#katrf {
background: #ffffff url(/fonrf.png) left top no-repeat;
    overflow: hidden;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    min-height: 130px;
    box-shadow: 11px 14px 42px 25px rgba(218, 214, 214, 0.3);
}


#katrf1 {
    float: left;
    padding-left: 50px;
        width: 255px;
}

#katrf01 {
    float: left;
    padding-left: 0px;
}

#katrf2 {

    color: #232323;
    text-align: left;
    padding-top: 90px;
    padding-left: 20px;
    overflow: hidden;
    font-size: 32px;
    line-height: 1.1;
}

#katrf3 {
    overflow: hidden;
    color: #a9a6a6;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#katrf4 {
    border: 1px solid #f1ecec;
    overflow: hidden;
    padding: 11px;
    margin: 15px 0px;
    border-radius: 25px;
    text-align: center;
    max-width: 190px;
    
    color: #333333;
    background: #fed83a;
    font-size: 16px;
    box-shadow: 0px 8px 43px 9px rgba(173, 169, 169, 0.2);
}

#katrf4:hover {
    color: #fff;
    background: #333333;
}


#sobInput1 {
    padding: 15px 20px;
    border-radius: 40px;
    border: 1px solid #d6d4d4;
    max-width: 220px;
    margin-bottom: 10px;
    margin: 10px auto;
    text-align: center;
}
#sobInput2 {
    padding: 15px 20px;
    border-radius: 40px;
    border: 1px solid #d6d4d4;
    max-width: 220px;
    margin-bottom: 10px;
    margin: 10px auto;
    text-align: center;
}
#batkn {
    max-width: 220px;
    margin: 10px auto 10px auto;
}

button.newbut1 {
    margin-top: 20px;
}


#formarusfan2 a {
    color: #a09e9e;
}

#formarusfan2 {
    padding-top: 20px;
    font-size: 14px;
    color: #a09e9e;
}



h2.logo {
    color: #fff;
}


/**
 * Р С™Р Р…Р С•Р С—Р С”Р В° Р С—Р ВµРЎР‚Р ВµР С”Р В»РЎР‹РЎвЂЎР ВµР Р…Р С‘РЎРЏ Р С—Р В°Р Р…Р ВµР В»Р С‘
 * РЎвЂљР ВµР С– <label>
 */

.nav-toggle {
background: inherit;
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
    z-index: 2001;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}


/* Р С•Р С—РЎР‚Р ВµР Т‘Р ВµР В»РЎРЏР ВµР С РЎвЂљР ВµР С”РЎРѓРЎвЂљ Р С”Р Р…Р С•Р С—Р С”Р С‘ 
 * РЎРѓР С‘Р СР Р†Р С•Р В» Unicode (TRIGRAM FOR HEAVEN)
*/


/* РЎвЂ Р Р†Р ВµРЎвЂљ РЎвЂљР ВµР С”РЎРѓРЎвЂљР В° Р С—РЎР‚Р С‘ Р Р…Р В°Р Р†Р ВµР Т‘Р ВµР Р…Р С‘Р С‘ */

.nav-toggle:hover {
    color: #f4f4f4;
}


/**
 * Р РЋР С”РЎР‚РЎвЂ№РЎвЂљРЎвЂ№Р в„– РЎвЂЎР ВµР С”Р В±Р С•Р С”РЎРѓ (РЎвЂћР В»Р В°Р В¶Р С•Р С”)
 * Р Р…Р ВµР Р†Р С‘Р Т‘Р С‘Р С Р С‘ Р Р…Р ВµР Т‘Р С•РЎРѓРЎвЂљРЎС“Р С—Р ВµР Р… :)
 * Р С‘Р СРЎРЏ РЎРѓР ВµР В»Р ВµР С”РЎвЂљР С•РЎР‚Р В° Р В°РЎвЂљРЎР‚Р С‘Р В±РЎС“РЎвЂљ РЎвЂћР В»Р В°Р В¶Р С”Р В°
 */

[id='nav-toggle'] {
    position: absolute;
    display: none;
}


/**
 * Р С‘Р В·Р СР ВµР Р…Р ВµР Р…Р С‘Р Вµ Р С—Р С•Р В»Р С•Р В¶Р ВµР Р…Р С‘РЎРЏ Р С—Р ВµРЎР‚Р ВµР С”Р В»РЎР‹РЎвЂЎР В°РЎвЂљР ВµР В»РЎРЏ 
 * Р С—РЎР‚Р С‘ Р С—РЎР‚Р С•РЎРѓР СР С•РЎвЂљРЎР‚Р Вµ Р Р…Р В° Р СР С•Р В±Р С‘Р В»РЎРЉР Р…РЎвЂ№РЎвЂ¦ РЎС“РЎРѓРЎвЂљРЎР‚Р С•Р в„–РЎРѓРЎвЂљР Р†Р В°РЎвЂ¦
 * Р С”Р С•Р С–Р Т‘Р В° Р Р…Р В°Р Р†Р С‘Р С–Р В°РЎвЂ Р С‘РЎРЏ РЎР‚Р В°РЎРѓР С”РЎР‚РЎвЂ№РЎвЂљР В°, РЎР‚Р В°РЎРѓР С—Р С•Р В»Р С•Р С–Р В°Р ВµР С Р Р†Р Р…РЎС“РЎвЂљРЎР‚Р С‘ Р С—Р В°Р Р…Р ВµР В»Р С‘
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 2px;
    top: 1em;
}


/**
 * Р С™Р С•Р С–Р Т‘Р В° РЎвЂћР В»Р В°Р В¶Р С•Р С” РЎС“РЎРѓРЎвЂљР В°Р Р…Р С•Р Р†Р В»Р ВµР Р…, Р С•РЎвЂљР С”РЎР‚РЎвЂ№Р Р†Р В°Р ВµРЎвЂљРЎРѓРЎРЏ Р С—Р В°Р Р…Р ВµР В»РЎРЉ
 * Р С‘РЎРѓР С—Р С•Р В»РЎРЉР В·РЎС“Р ВµР С Р С—РЎРѓР ВµР Р†Р Т‘Р С•Р С”Р В»Р В°РЎРѓРЎРѓ:checked
 */

[id='nav-toggle']:checked ~ .nav {
    left: 0;
    box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}


/* 
 * РЎРѓР СР ВµРЎвЂ°Р ВµР Р…Р С‘Р Вµ Р С”Р С•Р Р…РЎвЂљР ВµР Р…РЎвЂљР В° РЎРѓРЎвЂљРЎР‚Р В°Р Р…Р С‘РЎвЂ РЎвЂ№
 * Р Р…Р В° РЎР‚Р В°Р В·Р СР ВµРЎР‚ РЎв‚¬Р С‘РЎР‚Р С‘Р Р…РЎвЂ№ Р С—Р В°Р Р…Р ВµР В»Р С‘,
 * РЎвЂћР С‘РЎв‚¬Р С”Р В° Р Р…Р ВµР С•Р В±РЎРЏР В·Р В°РЎвЂљР ВµР В»РЎРЉР Р…Р В°РЎРЏ, Р Р…Р В° Р В»РЎР‹Р В±Р С‘РЎвЂљР ВµР В»РЎРЏ
*/

[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}


/*
 * Р С‘Р В·Р СР ВµР Р…Р ВµР Р…Р С‘Р Вµ РЎРѓР С‘Р СР Р†Р С•Р В»Р В° Р С—Р ВµРЎР‚Р ВµР С”Р В»РЎР‹РЎвЂЎР В°РЎвЂљР ВµР В»РЎРЏ,
 * Р С—РЎР‚Р С‘Р Р†РЎвЂ№РЎвЂЎР Р…РЎвЂ№Р в„– Р С”РЎР‚Р ВµРЎРѓРЎвЂљР С‘Р С” (MULTIPLICATION X), 
 * Р Р†РЎвЂ№ Р СР С•Р В¶Р ВµРЎвЂљР Вµ Р С‘РЎРѓР С—Р В»РЎРЉР В·Р С•Р Р†Р В°РЎвЂљРЎРЉ Р В»РЎР‹Р В±Р С•Р в„– Р Т‘РЎР‚РЎС“Р С–Р С•Р в„– Р В·Р Р…Р В°РЎвЂЎР С•Р С”
*/



/**
 * Р С—РЎР‚Р С•РЎвЂћР С‘Р С”РЎРѓР С‘Р С Р В±Р В°Р С– Р Р† Android <= 4.1.2
 * РЎРѓР С: http://timpietrusky.com/advanced-checkbox-hack
 */



@-webkit-keyframes bugfix {
    to {
      padding: 0;
    }
}


/**
 * Р С—Р С•Р В·Р В°Р В±Р С•РЎвЂљРЎРЉРЎвЂљР С‘Р СРЎРѓРЎРЏ Р С• РЎРѓРЎР‚Р ВµР Т‘Р Р…Р С‘РЎвЂ¦ Р С‘ Р СР В°Р В»Р ВµР Р…РЎРЉР С”Р С‘РЎвЂ¦ РЎРЊР С”РЎР‚Р В°Р Р…Р В°РЎвЂ¦
 * Р СР С•Р В±Р С‘Р В»РЎРЉР Р…РЎвЂ№РЎвЂ¦ РЎС“РЎРѓРЎвЂљРЎР‚Р С•Р в„–РЎРѓРЎвЂљР Р†
 */

@media screen and (min-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
    .nav {
      width: 100%;
      box-shadow: none
    }
}


/**
 * Р В¤Р С•РЎР‚Р СР С‘РЎР‚РЎС“Р ВµР С РЎРѓРЎвЂљР С‘Р В»РЎРЉ Р В·Р В°Р С–Р С•Р В»Р С•Р Р†Р С”Р В° (Р В»Р С•Р С–Р С•РЎвЂљР С‘Р С—) Р С—Р В°Р Р…Р ВµР В»Р С‘ 
*/

.nav h2 {
float: left;
    width: 85%;
    padding: 0;
    margin: 15px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
button.btn.btn-success.pull-right {
  color: #fff;
    padding: 16px 10px;
    border-radius: 35px;
    text-align: center;
    
    font-size: 15px;
    max-width: 250px;
    padding: 14px 15px;
    border-color: #8e908e;
    font-size: 15px;
}
.nav h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}


/*Р С—Р В»Р В°Р Р†Р Р…Р С•Р Вµ Р С—Р С•РЎРЏР Р†Р В»Р ВµР Р…Р С‘Р Вµ Р В·Р В°Р С–Р С•Р В»Р С•Р Р†Р С”Р В° (Р В»Р С•Р С–Р С•РЎвЂљР С‘Р С—Р В°) Р С—РЎР‚Р С‘ РЎР‚Р В°РЎРѓР С”РЎР‚РЎвЂ№РЎвЂљР С‘Р С‘ Р С—Р В°Р Р…Р ВµР В»Р С‘ */

[id='nav-toggle']:checked ~ .nav h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


/**
 * РЎвЂћР С•РЎР‚Р СР С‘РЎР‚РЎС“Р ВµР С Р Р…Р ВµР С—Р С•РЎРѓРЎР‚Р ВµР Т‘РЎРѓРЎвЂљР Р†Р ВµР Р…Р Р…Р С• РЎРѓР В°Р СР С• Р СР ВµР Р…РЎР‹
 * Р С‘РЎРѓР С—Р С•Р В»РЎРЉР В·РЎС“Р ВµР С Р Р…Р ВµРЎС“Р С—Р С•РЎР‚РЎРЏР Т‘Р С•РЎвЂЎР ВµР Р…Р Р…РЎвЂ№Р в„– РЎРѓР С—Р С‘РЎРѓР С•Р С” Р Т‘Р В»РЎРЏ Р С—РЎС“Р Р…Р С”РЎвЂљР С•Р Р† Р СР ВµР Р…РЎР‹
 * Р С—РЎР‚Р С‘Р С”РЎР‚РЎС“РЎвЂљР С‘Р С РЎвЂљРЎР‚Р В°Р Р…РЎРѓРЎвЂћР С•Р СР В°РЎвЂ Р С‘Р С‘ Р С‘ Р С—Р В»Р В°Р Р†Р Р…РЎвЂ№Р Вµ Р С—Р ВµРЎР‚Р ВµРЎвЂ¦Р С•Р Т‘РЎвЂ№
 */

.nav > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle']:checked ~ .nav > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


/* Р С•Р С—РЎР‚Р ВµР Т‘Р ВµР В»РЎРЏР ВµР С Р С‘Р Р…РЎвЂљР ВµРЎР‚Р Р†Р В°Р В»РЎвЂ№ Р С—Р С•РЎРЏР Р†Р В»Р ВµР Р…Р С‘РЎРЏ Р С—РЎС“Р Р…Р С”РЎвЂљР С•Р Р† Р СР ВµР Р…РЎР‹ */

.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}


/**
 * Р С•РЎвЂћР С•РЎР‚Р СР В»Р ВµР Р…Р С‘Р Вµ РЎРѓРЎРѓРЎвЂ№Р В»Р С•Р С” Р С—РЎС“Р Р…Р С”РЎвЂљР С•Р Р† Р СР ВµР Р…РЎР‹
 */

.nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-weight: 300;
    color: #dadada;
    width: 100%;
    text-decoration: none;
    /* Р С—Р В»Р В°Р Р†Р Р…РЎвЂ№Р в„– Р С—Р ВµРЎР‚Р ВµРЎвЂ¦Р С•Р Т‘ */
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}


/**
 * РЎРѓР С•РЎРѓРЎвЂљР С•РЎРЏР Р…Р С‘Р Вµ РЎРѓРЎРѓРЎвЂ№Р В»Р С•Р С” Р СР ВµР Р…РЎР‹ Р С—РЎР‚Р С‘ Р Р…Р В°Р Р†Р ВµР Т‘Р ВµР Р…Р С‘Р С‘
 */

.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
    color: white;
    padding-left: 15px;
}


/**
 * Р В»Р С‘Р Р…Р С‘РЎРЏ Р С—Р С•Р Т‘РЎвЂЎР ВµРЎР‚Р С”Р С‘Р Р†Р В°Р Р…Р С‘РЎРЏ РЎРѓРЎРѓРЎвЂ№Р В»Р С•Р С” Р СР ВµР Р…РЎР‹
 */

.nav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #474748;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}


/**
 * Р В°Р Р…Р С‘Р СР С‘РЎР‚РЎС“Р ВµР С Р В»Р С‘Р Р…Р С‘РЎР‹ Р С—Р С•Р Т‘РЎвЂЎР ВµРЎР‚Р С”Р С‘Р Р†Р В°Р Р…Р С‘РЎРЏ 
 * РЎРѓРЎРѓРЎвЂ№Р В»Р С•Р С” Р С—РЎР‚Р С‘ Р Р…Р В°Р Р†Р ВµР Т‘Р ВµР Р…Р С‘Р С‘
 */

.nav > ul > li > a:hover:before {
    width: 0%;
    background: #fedf60;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}


/* РЎвЂћР С•Р Р… Р В·Р В°РЎвЂљР ВµР СР Р…Р ВµР Р…Р С‘РЎРЏ Р Р…Р В° Р С•РЎРѓР Р…Р С•Р Р†Р Р…Р С•Р в„– Р С”Р С•Р Р…РЎвЂљР ВµР Р…РЎвЂљ 
 * Р С—РЎР‚Р С‘ РЎРЊРЎвЂљР С•Р С РЎРЊР В»Р ВµР СР ВµР Р…РЎвЂљРЎвЂ№ Р В±Р В»Р С•Р С”Р С‘РЎР‚РЎС“РЎР‹РЎвЂљРЎРЏ
 * РЎРѓР С—Р С•РЎР‚Р Р…Р В°РЎРЏ РЎвЂљР В°Р С”Р В°РЎРЏ РЎвЂћР С‘РЎвЂЎР В°, Р ВµРЎРѓР В»Р С‘ Р С•Р Р…Р С• Р Р†Р В°Р С Р Р…Р В°Р Т‘Р С•
 * Р С—РЎР‚Р С•РЎРѓРЎвЂљР С• РЎР‚Р В°РЎРѓР С”Р С•Р СР СР ВµР Р…РЎвЂљР С‘РЎР‚РЎС“Р в„–РЎвЂљР Вµ
*/

/*
.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
}

[id='nav-toggle']:checked ~ .mask-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}
*/









#zakrrusf {
        float: right;
    z-index: 9999;
    position: relative;
    padding-top: 7px;
}


#cocdetali {
    clear: both;
    padding-top: 10px;
    padding-bottom: 30px;
        color: #333333;
}

#textobzor2 {
    font-size: 14px;
}

#textobzor1 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 14px;
        color: #16b5f3;
}

#slideshow0 {
        background: #fff;
}

.owl-wrapper-outer {
    margin: 0 auto;
    max-width: 1140px;
}

#fotoobzor3 {
    float: left;
    padding-right: 15px;
}

#textobzor33 {
    max-width: 245px;
    float: left;
    min-height: 125px;
}



label {

    margin-top: 10px;
}

input.form-control3 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    display: block;
    font-size: 14px;
    height: 48px;
    border-radius: 35px;
    line-height: 1.42857143;
    o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    width: 240px;
    float: left;
    margin: 5px;
}
.product-thumb7 {
    background: #fff;
    padding: 10px;
    min-height: 130px;
    max-width: 460px;
    box-shadow: 11px 14px 112px 25px rgba(218, 214, 214, 0.2);
    margin: 0px 5px 20px 5px;
    overflow: hidden;
}
.product-thumb7.transition:hover {
    background: #005c5f;
    color: #fff;
}
#zagnewsnew {
    font-family: NeoSansPro-Medium;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#poppozfon334 {
    padding-top: 20px;
    padding-bottom: 30px;
}
.captionan7 {
    padding: 0 20px;
    padding-bottom: 10px;
    min-height: 245px;
}
.chitdal2 {
    padding: 0px 20px 20px 20px;
    color: #005c5f;
    font-family: NeoSansPro-Medium;
    font-size: 17px;
}
.chitdal2 a {
    color: #005c5f;
}
#poppozfon3348 {
    padding-top: 20px;
    padding-bottom: 30px;
}
#poppozfon337 {
    background: #f9f9f9 url(/image/leftbg.png) center bottom no-repeat;
    min-height: 800px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #333 !important;
    font-weight: 700;
}
.data7 {
    font-size: 14px;
}
#white {
    background: #f3f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}
#phne {
    padding: 18px 15px 0px 15px;
    font-size: 14px;
    line-height: 1.0;
    
}
li.dropdown {
    text-align: center;
}
#phn {
    padding-top: 7px;
    text-align: center;
    font-size: 17px;
    margin: 0 0 0 0px;
}
a.optov {
    background: #005c5f;
    color: #fff !important;
}
a.optov:hover {
    background: #005c5f;
    color: #fff !important;
}
#menutwig li.dropdown {
    padding: 5px 0 0 0;
}
.phnj {
    font-weight: 700;
    font-size: 19px;
    padding: 10px 0 0 0;
    
}
.probdenkorz3 {
      line-height: 18px;
    color: #fff;
    padding: 15px 20px 15px 20px;
    background: #1b1b1b;
    border-radius: 30px;
    width: 240px;
    
     
    margin: 5px;
    outline: none;
    border: 0;
    font-size: 14px;
    font-weight: bold;
}

#formanovaya {
    padding-top: 20px;
    padding-bottom: 20px;
}


#vmenu {
    margin: 0 auto;
    text-align: center;
}

select
{ -webkit-appearance: none; -webkit-border-radius:0; border-radius:0; }


#sred {
    border: 1px solid #f3eded;
    border-radius: 6px;
    min-height: 200px;
    margin: 30px 10px;
     
}

#blfix{
    display:none;
    position:fixed;
    top:0; 
    background-color: #fff;
    width: 100%;
    padding: 0px;
    opacity: 0.9;
        z-index: 9999999999999999;
}

#whiteblock {
    background: #fff;
        padding-bottom: 50px;
}

#prday {
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 25px;
    color: #f4f7f9;
     
    text-align: center;
}

#prdaydesc {
    color: #bff7b8;
    font-size: 25px;
     
    text-align: center;
    /* padding-top: 15px; */
    padding-bottom: 30px;
}


.input-group.btn-block {
    width: 50px;
}

.probdenkorz2 {
    font-size: 16px;
    line-height: 18px;
    color: #343434;
    padding: 16px 20px 16px 20px;
    background: #f4f7f9;
    border-radius: 30px;
    width: 240px;
     
    margin-top: 20px;
    outline: none;
    border: 0;
    /* margin: 0 auto; */
    float: none;
}

#katv {
    color: #fff;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.nizmenn {
    padding: 0px 0px 1px 0px;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
}
.nizmenn:hover {
    color: #fff;
}
#search .input-lg::placeholder {
    color: #555A64;
    font-weight: 500;
    font-size: 14px;
}
#textokomp {
    font-size: 17px;
}
#okomp {
    padding: 40px 0 40px 0;
}
#chertamas2 {
    margin: 0 35px 0 -35px;
}
footer li {
    padding: 0px 0 7px 0;
}

#vkont {
    margin-bottom: 80px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    min-height: 130px;
    max-width: 260px;
    box-shadow: 11px 14px 42px 25px rgba(218, 214, 214, 0.3);
}

#nizhcvet {
color: #3c3b3b;
    font-size: 16px;
}

#grfon {
    background: #f3f7f9 url(/grfon-min2.jpg) center top no-repeat;
    min-height: 350px;
}

#zaginst {
    font-size: 40px;
padding-top: 100px;
    padding-bottom: 25px;
    color: #383636;
     
    text-align: left;
    line-height: 1.1;
    max-width: 500px;
}

#zaginst2 {
    font-size: 40px;
padding-top: 10px;
    padding-bottom: 25px;
    color: #383636;
     
    text-align: left;
    line-height: 1.1;
    max-width: 500px;
}

.gallery_gallery_grid {
    padding-top: 55px;
    padding-bottom: 55px;
}

#textinst {
    color: #8f8f9d;
    font-size: 19px;
     
    text-align: left;
    padding-top: 15px;
    padding-bottom: 30px;
    max-width: 500px;
}

#impinst {
    padding-top: 30px;
    padding-bottom: 30px;
}
#obyavys2 {
    padding-top: 15px;
}
#obyavys1 {
    padding-top: 10px;
}

#obyavys0 {
    z-index: 99;
    background: #005c5f;
    width: 220px;
    height: 220px;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 17px;
    border-radius: 140px;
    margin: 0px auto 10px auto;
}

#cop {
    min-height: 50px;
    padding-bottom: 20px;
    border-top: 1px solid #5f5e5e;
    background: #4b4b4b;
}

#coptext {
    padding-top: 35px;
    font-size: 10px;
    padding-bottom: 20px;
    font-weight: 300;
    text-align: center;
    opacity: 0.5;
    line-height: 0.8;
}

#sinbl {
    background: #1b1b1b;
    padding: 20px;
    color: #fff;
        min-height: 215px;
}

#whitebl {
    background: #ffffff;
    color: #383636;
    text-align: center;
        min-height: 215px;
    overflow: hidden;
}

#sinblzag {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
}
#katblog0 {
    float: left;
    padding-right: 20px;
}

#katblog1 {
    box-shadow: 4px 0px 29px 9px rgba(208, 202, 202, 0.2);
    background: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 15px;
    min-height: 280px;
    margin-bottom: 75px;
}

#katblog1:hover {
    background: #e8e8e8;
    cursor: pointer;
}

#rusfankatalig8 {
    padding-top: 95px;
    padding-bottom: 95px;
}

#katblog0 {
    float: left;
    padding-right: 20px;
    margin-top: -80px;
}

#katblog2 {
    
    color: #232323;
    padding-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#katblog3 {
    color: #a9a6a6;
}

#vseotzyvy {
    width: 30%;
    float: left;
    /* font-size: 20px; */
}

#nazgl4 {
    min-height: 100px;
}
#vsevm11 {
    padding: 13px 20px;
    border-radius: 35px;
    text-align: center;
    
    font-size: 16px;
    max-width: 230px;
    margin-top: 15px;
    margin: 0 auto 15px auto;
}
#ogran {
    margin: 0px 5px;
}
#categgs {
    padding-bottom: 20px;
}
#vsevm11345 {
    padding-bottom: 15px;
}
#vsevm0 {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 500;
    min-height: 60px;
    
}
input.inp {
    width: 100%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #333333;
    background: none;
    border: 0px solid #ccc;
    background: #f0f0f0;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    padding: 20px 10px;
}
#f1 {
    padding: 15px 0;
    max-width: 800px;
    margin: 0 auto;
}
.formpodb2 #f10 {
    padding-left: 10px;
}
#f10 {
    
    padding-bottom: 20px;
}
.ocf-option-values {
    margin: 0 5px;
}
#vsevm12 {
    min-height: 195px;
    text-align: center;
}
#button-cart {
    background: #005c5f;
    color: #fff;
    padding: 17px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 190px;
    transition: 0.8s;
}

#vsevm11 a {
    background: #005c5f;
    color: #fff;
    padding: 12px 40px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0px 3px 5px 0px rgba(177, 177, 177, 0.2);
    text-decoration: none;
}
#vsevm11 a:hover {
    background: #e66c0a;
    color: #fff;
    background: #d2301b;
}
#rusfanpreim {
    background: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    min-height: 130px;
    box-shadow: 11px 14px 29px 9px rgba(218, 214, 214, 0.2);
}

.quote {
    background: #1b1b1b;
    min-height: 300px;
    padding-top: 95px;
    transform: skewY(-3deg);
    padding-bottom: 95px;
    color: #fff;
}

.quote2 {
    transform: skewY(3deg);
}

#zagrf2 {
    padding-bottom: 40px;
    padding-top: 15px;
    text-align: center;
}

#zagrf4 {
    color: #a29d9d;
    
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

#zagrf3 {
    max-width: 60px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#zagrf5 {
    text-align: center;
    color: #a29d9d;
    max-width: 240px;
    margin: 0 auto;
}

#zagrf1 {
    
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
}

#katblog4 {
    border: 2px solid #333333;
    overflow: hidden;
    padding: 10px;
    margin: 15px 0;
    border-radius: 25px;
    text-align: center;
    max-width: 200px;
    
    color: #333333;
}
#katblog4:hover {
    background: #fed83a;
    border: 2px solid #debd32;
}

#rusfanzag {
    
    color: #232323;
    text-transform: uppercase;
    font-size: 35px;
}
#rusfanzag2 {
    padding-bottom: 40px;
    padding-top: 15px;
}
/* Р  РІР‚ВР  Р’В°Р  Р’В·Р  РЎвЂўР  Р вЂ Р РЋРІР‚в„–Р  Р’Вµ Р РЋР С“Р РЋРІР‚С™Р  РЎвЂР  Р’В»Р  РЎвЂ Р РЋР С“Р  Р’В»Р  РЎвЂўР РЋР РЏ Р  Р’В·Р  Р’В°Р РЋРІР‚С™Р  Р’ВµР  РЎВР  Р вЂ¦Р  Р’ВµР  Р вЂ¦Р  РЎвЂР РЋР РЏ Р  РЎвЂ Р  РЎВР  РЎвЂўР  РўвЂР  Р’В°Р  Р’В»Р РЋР Р‰Р  Р вЂ¦Р  РЎвЂўР  РЎвЂ“Р  РЎвЂў Р  РЎвЂўР  РЎвЂќР  Р вЂ¦Р  Р’В°  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* Р РЋРІР‚С›Р  РЎвЂўР  Р вЂ¦ Р  Р’В·Р  Р’В°Р РЋРІР‚С™Р  Р’ВµР  РЎВР  Р вЂ¦Р  Р’ВµР  Р вЂ¦Р  РЎвЂР РЋР РЏ */
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed; /* Р РЋРІР‚С›Р  РЎвЂР  РЎвЂќР РЋР С“Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  Р вЂ¦Р  РЎвЂўР  Р’Вµ Р  РЎвЂ”Р  РЎвЂўР РЋРІР‚ Р  РЎвЂР  Р’В·Р  РЎвЂР  РЎвЂўР  Р вЂ¦Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  РЎвЂР  Р’Вµ */
    cursor: default; /* Р РЋРІР‚С™Р  РЎвЂР  РЎвЂ” Р  РЎвЂќР РЋРЎвЂњР РЋР вЂљР РЋР С“Р  Р’В°Р РЋР вЂљР  Р’В° */
}
/* Р  Р’В°Р  РЎвЂќР РЋРІР‚С™Р  РЎвЂР  Р вЂ Р  РЎвЂР РЋР вЂљР РЋРЎвЂњР  Р’ВµР  РЎВ Р РЋР С“Р  Р’В»Р  РЎвЂўР  РІвЂћвЂ“ Р  Р’В·Р  Р’В°Р РЋРІР‚С™Р  Р’ВµР  РЎВР  Р вЂ¦Р  Р’ВµР  Р вЂ¦Р  РЎвЂР РЋР РЏ */
.overlay:target {
    display: block;
}
/* Р РЋР С“Р РЋРІР‚С™Р  РЎвЂР  Р’В»Р  РЎвЂ Р  РЎВР  РЎвЂўР  РўвЂР  Р’В°Р  Р’В»Р РЋР Р‰Р  Р вЂ¦Р  РЎвЂўР  РЎвЂ“Р  РЎвЂў Р  РЎвЂўР  РЎвЂќР  Р вЂ¦Р  Р’В° */
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 350px;
/* Р РЋРІР‚С›Р  РЎвЂР  РЎвЂќР РЋР С“Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  Р вЂ¦Р  РЎвЂўР  Р’Вµ Р  РЎвЂ”Р  РЎвЂўР  Р’В·Р  РЎвЂР РЋРІР‚ Р  РЎвЂР  РЎвЂўР  Р вЂ¦Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  РЎвЂР  Р’Вµ, Р  РЎвЂўР  РЎвЂќР  Р вЂ¦Р  РЎвЂў Р РЋР С“Р РЋРІР‚С™Р  Р’В°Р  Р’В±Р  РЎвЂР  Р’В»Р РЋР Р‰Р  Р вЂ¦Р  РЎвЂў Р  РЎвЂ”Р РЋР вЂљР  РЎвЂ Р  РЎвЂ”Р РЋР вЂљР  РЎвЂўР  РЎвЂќР РЋР вЂљР РЋРЎвЂњР РЋРІР‚С™Р  РЎвЂќР  Р’Вµ */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #0155b8;;
/* Р РЋР С“Р  РЎвЂќР РЋР вЂљР РЋРЎвЂњР  РЎвЂ“Р  Р’В»Р  Р’ВµР  Р вЂ¦Р  РЎвЂР  Р’Вµ Р РЋРЎвЂњР  РЎвЂ“Р  Р’В»Р  РЎвЂўР  Р вЂ  */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;

/* Р  Р вЂ Р  Р вЂ¦Р  Р’ВµР РЋРІвЂљВ¬Р  Р вЂ¦Р РЋР РЏР РЋР РЏ Р РЋРІР‚С™Р  Р’ВµР  Р вЂ¦Р РЋР Р‰ */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* Р  Р’В°Р  РЎвЂќР РЋРІР‚С™Р  РЎвЂР  Р вЂ Р  РЎвЂР РЋР вЂљР РЋРЎвЂњР  Р’ВµР  РЎВ Р  РЎВР  РЎвЂўР  РўвЂР  Р’В°Р  Р’В»Р РЋР Р‰Р  Р вЂ¦Р РЋРІР‚в„–Р  РІвЂћвЂ“ Р  Р’В±Р  Р’В»Р  РЎвЂўР  РЎвЂќ */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10%;
}

/* Р  Р’В°Р  РЎвЂќР РЋРІР‚С™Р  РЎвЂР  Р вЂ Р  РЎвЂР РЋР вЂљР РЋРЎвЂњР  Р’ВµР  РЎВ Р  РЎВР  РЎвЂўР  РўвЂР  Р’В°Р  Р’В»Р РЋР Р‰Р  Р вЂ¦Р РЋРІР‚в„–Р  РІвЂћвЂ“ Р  Р’В±Р  Р’В»Р  РЎвЂўР  РЎвЂќ */
.overlay:target+.popup2 {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 190px;
}
/* Р РЋРІР‚С›Р  РЎвЂўР РЋР вЂљР  РЎВР  РЎвЂР РЋР вЂљР РЋРЎвЂњР  Р’ВµР  РЎВ Р  РЎвЂќР  Р вЂ¦Р  РЎвЂўР  РЎвЂ”Р  РЎвЂќР РЋРЎвЂњ Р  Р’В·Р  Р’В°Р  РЎвЂќР РЋР вЂљР РЋРІР‚в„–Р РЋРІР‚С™Р  РЎвЂР РЋР РЏ */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #333333;
    -moz-box-shadow: 0px 0px 10px #333333;
    box-shadow: 0px 0px 10px #333333;
    text-align: center;
    text-decoration: none;
    
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* Р  РЎвЂР  Р’В·Р  РЎвЂўР  Р’В±Р РЋР вЂљР  Р’В°Р  Р’В¶Р  Р’ВµР  Р вЂ¦Р  РЎвЂР РЋР РЏ Р  Р вЂ Р  Р вЂ¦Р РЋРЎвЂњР РЋРІР‚С™Р РЋР вЂљР  РЎвЂ Р  РЎвЂўР  РЎвЂќР  Р вЂ¦Р  Р’В° */
.popup img {
    width: 100%;
    height: auto;
}
/* Р  РЎВР  РЎвЂР  Р вЂ¦Р  РЎвЂР  Р’В°Р РЋРІР‚С™Р РЋР вЂ№Р РЋР вЂљР РЋРІР‚в„– Р РЋР С“Р  Р’В»Р  Р’ВµР  Р вЂ Р  Р’В°/Р РЋР С“Р  РЎвЂ”Р РЋР вЂљР  Р’В°Р  Р вЂ Р  Р’В° */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* Р РЋР РЉР  Р’В»Р  Р’ВµР  РЎВР  Р’ВµР  Р вЂ¦Р РЋРІР‚С™Р РЋРІР‚в„– Р  РЎВ-Р  РЎВР  Р’ВµР  РўвЂР  РЎвЂР  Р’В°, Р РЋРІР‚С›Р РЋР вЂљР  Р’ВµР  РІвЂћвЂ“Р  РЎВР РЋРІР‚в„– */
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 { /* Р  Р’В·Р  Р’В°Р  РЎвЂ“Р  РЎвЂўР  Р’В»Р  РЎвЂўР  Р вЂ Р  РЎвЂўР  РЎвЂќ 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* Р  РЎвЂ”Р  Р’В°Р РЋР вЂљР  Р’В°Р  РЎвЂ“Р РЋР вЂљР  Р’В°Р РЋРІР‚С›Р РЋРІР‚в„– */
.popup p {margin: 0; padding: 5px 0}

.wrapper { 
  margin: 0 auto;
  width: 555px;
  overflow: hidden;
  margin-top: 20px;
}
@keyframes fade {
  0%{ opacity: 0; }
  10%{ opacity: 1; }
  20%{ opacity: 1; }
  30%{ opacity: 1; }
  40%{ opacity: 0; }
  50%{ opacity: 0; }
  60%{ opacity: 0; }
  70%{ opacity: 0; }
  80%{ opacity: 0; }
  90%{ opacity: 0;} 
  100% { opacity: 0; }
}	

.wrapper img { 
  position:absolute; 
  margin: 0 auto;
  width: 555px;
  overflow: hidden;
  opacity:0; 
  animation-name: fade; 
  animation-duration: 10s; 
  animation-iteration-count: infinite; 
}
.wrapper img:nth-child(1) { animation-delay: 0s;  }
.wrapper img:nth-child(2) { animation-delay: 3s;  }
.wrapper img:nth-child(3) { animation-delay: 6s;  }
.wrapper img:nth-child(4) { animation-delay: 9s;  }

#blfix{
position: fixed;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    padding: 0px;
    opacity: 1;
    height: 40px;
    z-index: 999999;
    border-bottom: 1px solid #f3eeee;
}

#shir {
    margin: 0 auto;
    max-width: 1020px;
    padding: 10px;
}

#zavtrak {
    border: 1px solid #f3eded;
    border-radius: 6px;
    min-height: 200px;
margin: 30px 10px;
     
}

#perekusodin {
    border: 1px solid #f3eded;
    border-radius: 6px;
    min-height: 200px;
margin: 30px 10px;
     
}

#obed {
    border: 1px solid #f3eded;
    border-radius: 6px;
    min-height: 200px;
margin: 30px 10px;
     
}

#perekusdva {
    border: 1px solid #f3eded;
    border-radius: 6px;
    min-height: 200px;
margin: 30px 10px;
     
}


#uzhin {
    border: 1px solid #f3eded;
    border-radius: 6px;
    min-height: 200px;
margin: 30px 10px;
     
}


#kolvomenu {
    background: #f7f7f7;
    height: 80px;
    padding: 20px;
        color: #949393;
}

#ccalden {
    color: #949393;
     
    font-weight: normal;
    padding-top: 15px;
}



#ccaldenkol {
    color: #1b1b1b;
    font-size: 21px;
}

#otstp {
    padding: 20px;
    background: #fff;
}

#zagmenu {
    width: 65%;
    float: left;
    font-size: 20px;
}


#vibmen {
     
    text-align: center;
    font-weight: bold;
    height: 450px;
    padding-top: 240px;
}

#vibmenramc {
border: 1px solid #e0dede;
    padding: 13px 0px 13px 0px;
    max-width: 260px;
    margin: 0 auto;
    border-radius: 24px;
    font-size: 15px;
}

#vremyamenu {
width: 35%;
    float: left;
    font-size: 20px;
    background: #ef2a2a;
    color: #fff;
    text-align: center;
    border-radius: 7px;
}

#opismenu {
    padding-top: 40px;
    color: #333333;
    font-size: 18px;
    min-height: 78px;
}

a.days {
padding: 5px;
}




a.days:focuse {
    background: #0ac33b;
    color: #fff;
    border-radius: 25px;
    padding: 5px;

}

a.days:hover {
    background: #0ac33b;
    color: #fff;
    border-radius: 25px;
    padding: 5px;

}

a.days:visited {


}

a.days:active {
    background: #0ac33b;
    color: #fff;
    border-radius: 25px;
    padding: 5px;
        margin: 3px;
}

#progname {
font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #383636;
    text-transform: uppercase;
     
    float: left;
    width: 70%;
}

#kal {
    font-size: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #1b1b1b;
     
    float: left;
    width: 30%;
}

#kaldesc {
    /* color: #a59f9f; */
    color: #8f8f9d;
    font-size: 16px;
     
}

#progname:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 43%;
    height: 1px;
    background: #e2e8e4;
    border: solid #FFF;
    border-width: 0 10px;
}

#progdescrip {
    color: #8f8f9d;
    font-size: 16px;
     
    padding-top: 15px;
    padding-bottom: 15px;
        min-height: 213px;
}
#cartosn {
    padding-top: 5px;
}
span.deyat {
    font-size: 29px;
    line-height: 1.2;
    padding-top: 80px;
    color: #2c2c2f;
    font-family: NeoSansPro-Medium;
}
span.deyat2 {
    font-size: 27px;
    line-height: 1.2;
    padding-top: 80px;
    color: #005c5f;
    
}
#derevo33 {
    font-size: 17px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 600px;
}
#derevopreim3 {
    width: 85px;
}
#derevo2 {
    background: #005c5f;
    color: #fff;
    padding: 16px 10px;
    border-radius: 35px;
    text-align: center;
    
    font-size: 16px;
    max-width: 200px;
    box-shadow: 8px 2px 25px 11px rgba(218, 214, 214, 0.2);
}
#derevo2:hover {
    background: #6b9e48;
}
#poppoz {
    padding-top: 20px;
    padding-bottom: 30px;
}
#poppoz1 {
    padding-left: 25px;
    padding-top: 10px;
}
#poppozfon {
    padding-top: 40px;
    background: #f9f9f9 url(/image/rightbg2.png) center top no-repeat;
}
#descriptt {
    min-height: 143px;
    padding-bottom: 20px;
}
#descriptt2 {
    min-height: 35px;
}
label.col-sm-2.control-label {
    margin-right: 15px;
}
#derevopreim4 {
    color: #2c2c2f;
    
    padding-bottom: 10px;
}
#derevo {
    background: #f8f8f8 url(/image/rightbg.png) center top no-repeat;
    padding-bottom: 30px;
}
#derevopreim5 {
    font-size: 17px;
    color: #333333;
}
#wh2 {
    padding-top: 40px;
    padding-bottom: 30px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 10px;
    text-align: left;
}
.well {
    margin: 0 25px 0 0px;
}
#derevo1 {
    padding-top: 25px;
}
button {
background: #fff;
    color: #333333;
    padding: 13px 25px;
    border-radius: 35px;
    text-align: center;
    border: 2px solid #ffc501;
    
    font-size: 16px;
    font-weight: 500;
}
#rass1 {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}
#descriptt3 {
    font-family: NeoSansPro-Medium;
}


#nazgl2 {
    min-height: 100px;
}

.razdel {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 15px 20px 15px 20px;
    background: #1b1b1b;
    border-radius: 30px;
     
    outline: none;
    border: 0;
    margin-left: 15px;
    /* padding: 12px 12px 23px 30px; */
    float: left;
    text-transform: uppercase;
}

select {
    font-size: 16px;
    line-height: 18px;
    padding: 13px 35px 13px 30px;
    width: 190px;
    outline: none;
    background-repeat: no-repeat;
    background-position: left;
}



p.price {
    
    font-size:18px;
}

#kartleft {
    margin-left: -15px;
}

#bloktab {
    background: #fff;
    min-height: 343px;
box-shadow: 8px 10px 35px rgba(234, 223, 223, 0.6);
border-radius: 0px 20px 20px 0px;
        margin-bottom: 30px;
        text-align: left;
}

.options {
    float: left;
    min-width: 200px;
}

.options {
    min-height: 0 !important;
}

#glav {
    font-size: 29px;
    line-height: 1.2;
    padding-top: 80px;
    color: #2c2c2f;
    font-family: NeoSansPro-Medium;
}

.probdenkorz {
font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 16px 20px 16px 20px;
    background: #1b1b1b;
    border-radius: 30px;
    width: 240px;
     
    margin-top: 20px;
    outline: none;
    border: 0;
}

#probden {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #09090a;
    font-size: 31px;
     
}

#oprobnom {
    color: #4d4d54;
    font-size: 19px;
     
}


#descr {
        padding-bottom: 15px;
    font-size: 15px;
}

#glav2 {
    color: #09090a;
    font-size: 20px;
    padding-top: 15px;
    max-width: 400px;
}

#menurusfan {
    text-align: center;
        padding-top: 10px;
}

#blokzakaz {
    max-width: 500px;
height: 240px;
overflow: hidden;
    padding: 20px;
}

/*Р вЂќР С•Р В±Р В°Р Р†Р В»РЎРЏР ВµР С Р С—Р С•Р В»РЎРЏ*/
.faq-section{

}

/*Р РЋР С”РЎР‚РЎвЂ№Р Р†Р В°Р ВµР С РЎвЂЎР ВµР С”Р В±Р С•Р С”РЎРѓРЎвЂ№ Р С‘ Р В°Р В±Р В·Р В°РЎвЂ РЎвЂ№*/
.faq-section input,
.faq-section p{
        display: none;
}

/*Р СџР С•Р С”Р В°Р В·РЎвЂ№Р Р†Р В°Р ВµР С РЎвЂљР С•Р В»РЎРЉР С”Р С• Р С•Р В±РЎР‚Р ВµР В·Р В°Р Р…Р Р…Р С•Р Вµ Р Р†Р Р†Р ВµР Т‘Р ВµР Р…Р С‘Р Вµ */
.faq-section label+p{
        display: block;
        color: #999;
        font-size: .85em;
        transition: all .15s ease-out;
        /* Clipping text */
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}

/*Р вЂўРЎРѓР В»Р С‘ РЎвЂЎР ВµР С”Р В±Р С•Р С”РЎРѓ Р С•РЎвЂљР СР ВµРЎвЂЎР ВµР Р…, Р С—Р С•Р С”Р В°Р В·РЎвЂ№Р Р†Р В°Р ВµР С Р Р†РЎРѓР Вµ Р В°Р В±Р В°Р В·Р В°РЎвЂ РЎвЂ№*/
.faq-section input[type=checkbox]:checked~p{
        display: block;
        color: #444;
        font-size: 1em;
        /* Р вЂ™Р С•РЎРѓРЎРѓРЎвЂљР В°Р Р…Р В°Р Р†Р В»Р С‘Р Р†Р В°Р ВµР С Р С•Р В±РЎР‚Р ВµР В·Р В°Р Р…Р С‘Р Вµ Р С—Р С• РЎС“Р СР С•Р В»РЎвЂЎР В°Р Р…Р С‘РЎР‹РЎвЂ№ */
        text-overflow: clip;
        white-space: normal;
        overflow: visible;
}

/*Р РЋРЎвЂљР С‘Р В»Р С‘ Р Т‘Р В»РЎРЏ Р СР ВµРЎвЂљР С”Р С‘*/
.faq-section label{
font-size: 1.2em;
    cursor: pointer;
    background: #fff;
    display: block;
    position: relative;
    padding: 7px 10px;
    font-weight: bold;
    border: 0px solid #ddd;
    border-left: 3px solid #888;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    transition: all .15s ease-out;
}

/*Р Р€Р Т‘Р В°Р В»РЎРЏР ВµР С Р Р†РЎвЂ№Р Т‘Р ВµР В»Р ВµР Р…Р С‘Р Вµ РЎвЂљР ВµР С”РЎРѓРЎвЂљР В° Р С—РЎР‚Р С‘ Р С—Р ВµРЎР‚Р ВµР С”Р В»РЎР‹РЎвЂЎР ВµР Р…Р С‘Р С‘*/
.faq-section label::selection{
        background: none;
}

.faq-section label:hover{
        background: #f5f5f5;
}

/*Р вЂўРЎРѓР В»Р С‘ РЎвЂЎР ВµР С”Р В±Р С•Р С”РЎРѓ Р С•РЎвЂљР СР ВµРЎвЂЎР ВµР Р…, РЎС“РЎРѓРЎвЂљР В°Р Р…Р В°Р Р†Р В»Р С‘Р Р†Р В°Р ВµР С РЎРѓРЎвЂљР С‘Р В»Р С‘ РЎРѓР С•Р С•РЎвЂљР Р†Р ВµРЎвЂљРЎРѓРЎвЂљР Р†Р ВµР Р…Р Р…Р С•*/
.faq-section input[type=checkbox]:checked~label{

}

/*Р РЋРЎвЂљРЎР‚Р ВµР В»Р С”Р В° Р СР ВµРЎвЂљР С”Р С‘ - РЎРѓР С•РЎРѓРЎвЂљР С•РЎРЏР Р…Р С‘Р Вµ Р С—Р С• РЎС“Р СР С•Р В»РЎвЂЎР В°Р Р…Р С‘РЎР‹*/
.faq-section label::before{
        content: '';
        position: absolute;
        right: 4px;
        top: 50%;
        margin-top: -6px;
        border: 6px solid transparent;
        border-left-color: inherit;
}

/*Р С›Р В±Р Р…Р С•Р Р†Р В»РЎРЏР ВµР С РЎРѓРЎвЂљРЎР‚Р ВµР В»Р С”РЎС“ РЎРѓР С—РЎР‚Р В°Р Р†Р В°*/
.faq-section input[type=checkbox]:checked~label::before{

}


.tooltip .tooltiptext {
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
        display: none;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    display: none;
}

#vect {
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e6ea;
}

#punkt {
    min-height: 30px;
        color: #666;
}
#shapkav {
    min-height: 570px;
}

i.fa.fa-bars {
    color: #fff;
    font-size: 20px;
}
@media (max-width: 1000px) {

}

#glav3 {
    padding-top: 20px;
    font-size: 18px;
}

a.knopka {
  color: #fff; /* Р РЋРІР‚ Р  Р вЂ Р  Р’ВµР РЋРІР‚С™ Р РЋРІР‚С™Р  Р’ВµР  РЎвЂќР РЋР С“Р РЋРІР‚С™Р  Р’В° */
  text-decoration: none; /* Р РЋРЎвЂњР  Р’В±Р  РЎвЂР РЋР вЂљР  Р’В°Р РЋРІР‚С™Р РЋР Р‰ Р  РЎвЂ”Р  РЎвЂўР  РўвЂР РЋРІР‚РЋР РЋРІР‚ВР РЋР вЂљР  РЎвЂќР  РЎвЂР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  РЎвЂР  Р’Вµ Р РЋРЎвЂњ Р РЋР С“Р РЋР С“Р РЋРІР‚в„–Р  Р’В»Р  РЎвЂўР  РЎвЂќ */
  user-select: none; /* Р РЋРЎвЂњР  Р’В±Р  РЎвЂР РЋР вЂљР  Р’В°Р РЋРІР‚С™Р РЋР Р‰ Р  Р вЂ Р РЋРІР‚в„–Р  РўвЂР  Р’ВµР  Р’В»Р  Р’ВµР  Р вЂ¦Р  РЎвЂР  Р’Вµ Р РЋРІР‚С™Р  Р’ВµР  РЎвЂќР РЋР С“Р РЋРІР‚С™Р  Р’В° */
  background: #1b1b1b; /* Р РЋРІР‚С›Р  РЎвЂўР  Р вЂ¦ Р  РЎвЂќР  Р вЂ¦Р  РЎвЂўР  РЎвЂ”Р  РЎвЂќР  РЎвЂ */
  padding: .6em 1.0em; /* Р  РЎвЂўР РЋРІР‚С™Р РЋР С“Р РЋРІР‚С™Р РЋРЎвЂњР  РЎвЂ” Р  РЎвЂўР РЋРІР‚С™ Р РЋРІР‚С™Р  Р’ВµР  РЎвЂќР РЋР С“Р РЋРІР‚С™Р  Р’В° */
  outline: none; /* Р РЋРЎвЂњР  Р’В±Р  РЎвЂР РЋР вЂљР  Р’В°Р РЋРІР‚С™Р РЋР Р‰ Р  РЎвЂќР  РЎвЂўР  Р вЂ¦Р РЋРІР‚С™Р РЋРЎвЂњР РЋР вЂљ Р  Р вЂ  Mozilla */
} 
a.knopka:hover { background: #fed83a;    text-decoration: none; } /* Р  РЎвЂ”Р РЋР вЂљР  РЎвЂ Р  Р вЂ¦Р  Р’В°Р  Р вЂ Р  Р’ВµР  РўвЂР  Р’ВµР  Р вЂ¦Р  РЎвЂР  РЎвЂ Р  РЎвЂќР РЋРЎвЂњР РЋР вЂљР РЋР С“Р  РЎвЂўР РЋР вЂљР  Р’В° Р  РЎВР РЋРІР‚в„–Р РЋРІвЂљВ¬Р  РЎвЂќР  РЎвЂ */
a.knopka:active { background: #fed83a;     text-decoration: none; } /* Р  РЎвЂ”Р РЋР вЂљР  РЎвЂ Р  Р вЂ¦Р  Р’В°Р  Р’В¶Р  Р’В°Р РЋРІР‚С™Р  РЎвЂР  РЎвЂ */


a.knopkanews {
  color: #fff; /* Р РЋРІР‚ Р  Р вЂ Р  Р’ВµР РЋРІР‚С™ Р РЋРІР‚С™Р  Р’ВµР  РЎвЂќР РЋР С“Р РЋРІР‚С™Р  Р’В° */
  text-decoration: none; /* Р РЋРЎвЂњР  Р’В±Р  РЎвЂР РЋР вЂљР  Р’В°Р РЋРІР‚С™Р РЋР Р‰ Р  РЎвЂ”Р  РЎвЂўР  РўвЂР РЋРІР‚РЋР РЋРІР‚ВР РЋР вЂљР  РЎвЂќР  РЎвЂР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  РЎвЂР  Р’Вµ Р РЋРЎвЂњ Р РЋР С“Р РЋР С“Р РЋРІР‚в„–Р  Р’В»Р  РЎвЂўР  РЎвЂќ */
  user-select: none; /* Р РЋРЎвЂњР  Р’В±Р  РЎвЂР РЋР вЂљР  Р’В°Р РЋРІР‚С™Р РЋР Р‰ Р  Р вЂ Р РЋРІР‚в„–Р  РўвЂР  Р’ВµР  Р’В»Р  Р’ВµР  Р вЂ¦Р  РЎвЂР  Р’Вµ Р РЋРІР‚С™Р  Р’ВµР  РЎвЂќР РЋР С“Р РЋРІР‚С™Р  Р’В° */
  background: #005c5f;/* Р РЋРІР‚С›Р  РЎвЂўР  Р вЂ¦ Р  РЎвЂќР  Р вЂ¦Р  РЎвЂўР  РЎвЂ”Р  РЎвЂќР  РЎвЂ */
      padding: 5px 10px 6px 10px;
  outline: none; /* Р РЋРЎвЂњР  Р’В±Р  РЎвЂР РЋР вЂљР  Р’В°Р РЋРІР‚С™Р РЋР Р‰ Р  РЎвЂќР  РЎвЂўР  Р вЂ¦Р РЋРІР‚С™Р РЋРЎвЂњР РЋР вЂљ Р  Р вЂ  Mozilla */
} 
a.knopkanews:hover { background: #6b9e48;    text-decoration: none; } /* Р  РЎвЂ”Р РЋР вЂљР  РЎвЂ Р  Р вЂ¦Р  Р’В°Р  Р вЂ Р  Р’ВµР  РўвЂР  Р’ВµР  Р вЂ¦Р  РЎвЂР  РЎвЂ Р  РЎвЂќР РЋРЎвЂњР РЋР вЂљР РЋР С“Р  РЎвЂўР РЋР вЂљР  Р’В° Р  РЎВР РЋРІР‚в„–Р РЋРІвЂљВ¬Р  РЎвЂќР  РЎвЂ */
a.knopkanews:active { background: #6b9e48;     text-decoration: none; } /* Р  РЎвЂ”Р РЋР вЂљР  РЎвЂ Р  Р вЂ¦Р  Р’В°Р  Р’В¶Р  Р’В°Р РЋРІР‚С™Р  РЎвЂР  РЎвЂ */



#napol {
    max-width: 535px;
    float: left;
}

#kn {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* default font size */
.fa {
	font-size: 14px;
}
.boldst {
    
}
.yell {
    color: #fedf60;
}
#menurusfan2 {
    padding-top: 12px;
    font-size: 22px;
}
/* Override the bootstrap defaults */
h1 {
    color: #333333;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}
h2 {
    color: #333333;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}
h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

input#input-password {
    margin-bottom: 10px;
}
a {
	color: #272929;
}
a:hover {
	text-decoration: none;
	color: #005c5f;
}
.table-responsive {
    background: #fff;
    border: 0px solid #eaeaea;
}
button.btn.btn-primary {
    padding: 15px;
}
button.btn.btn-danger {
    padding: 15px;
}
#socc1 a {
    color: #848080;
}
i.fa.fa-vk {
    font-size: 20px;
}
i.fa.fa-instagram {
    font-size: 18px;
}
i.fa.fa-odnoklassniki {
    font-size: 16px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	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: 14px;
}
.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;
}
/* top */
#top {
	background-color: #f8f9fb;
    border-bottom: 1px solid #f3eeee;
	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;
}
#proizved {
    padding-left: 25px;
}

.captionan {
    padding: 0 20px;
        padding-bottom: 10px;
        min-height: 355px;
}

#textnews {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    min-height: 235px;
    overflow: hidden;
}

#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #1b1b1b;
	background-image: linear-gradient(to bottom, #005c5f, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	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 {
}
#top-links a + a {
	margin-left: 15px;
}
span.caret {
    display: none;
}

/* logo */
#logo {
    text-align: center;
    margin: -3px auto 0px auto;
    padding: 0px 0 0 0;
}

span.emrusf {
color: #fedf60;
    text-decoration: none;
    border-bottom: #fedf60 1px dotted;
}

#rusfanpreim888 {
border: 1px solid #f1ecec;
    overflow: hidden;
    padding: 11px;
    margin: 15px auto;
    border-radius: 25px;
    text-align: center;
    max-width: 190px;
    
    color: #333333;
    background: #fed83a;
    font-size: 16px;
    box-shadow: 0px 8px 43px 9px rgba(173, 169, 169, 0.2);
}

#rusfanpreim888:hover {
    color: #fff;
    background: #252525;
}

#rusfanpreim888 a:hover {
    color: #fff;
}

#nashiraboty {
    padding-top: 95px;
    padding-bottom: 95px;
}
#kabinet {
    margin: 10px 0;
    text-align: center;
}

#rusfanpreim2 {
    
    color: #232323;
    text-align: center;
    padding-top: 20px;
    font-size: 22px;
}

#rusfanpreim3 {
    border-bottom: 3px solid #333333;
    max-width: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1;
}

#rusfanpreim4 {
    color: #a9a6a6;
    text-align: center;
}

#maks {
    max-width: 50px;
    margin: 0 auto;
}

#menurusfan3 {
    padding-top: 3px;
    font-size: 26px;
}

#socsss {
    max-width: 90px;
    margin: 10px auto;
}

#logoniz {
margin: 40px auto;
    width: 90px;
}

#svmaket2 {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 11px 14px 42px 25px rgba(218, 214, 214, 0.3);
}

#oplopl {
    padding-top: 20px;
}
@media (min-width: 767px) {
    #skrkomp {
    display: none;
}
}



@media (max-width: 767px) {
    #skrmob {
    display: none;
}
    #skrkomp {
    float: right;
}
.navbar-toggle {
    position: absolute;
    margin-top: 0px;
}
#cart {
    margin-top: 0px;
    margin-bottom: 5px;
}
#poppozfon337 {
    min-height: 600px;
}
 #logo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}   

 #logoniz {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 150px;
}   
}

/* search */
#search {
    display: block;
    max-width: 600px;
    margin: 0 0 0 -85px;
}
#search .input-lg {
    height: 60px;
    line-height: 20px;
    padding: 0 40px 0 35px;
    width: 100%;
    border-radius: 0px;
    margin: 0 auto;
    border: 0px;
    display: block;
    background: #ffffff;
    font-size: 16px;
    border: 2px solid #005c5f;
    border-radius: 8px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
#search07 .form-control {
    box-shadow: none;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 35px;
    background: transparent;
    color: #000;
    width: 69px;
    margin: 0px 0 0 -70px;
    border-radius: 5px;
}
i.fa.fa-search {
    font-size: 17px;
}
.dropdown-menu>li>a {
    font-size: 14px;
}
.dropdown-menu>li>a:hover {
    
}
#d_quickcheckout label {
    font-size: 15px !important;
    font-weight: normal;
}

#d_quickcheckout .form-horizontal .control-label {
    text-align: left !important;
}
#d_quickcheckout .btn-group > .btn, #d_quickcheckout .btn-group > .dropdown-menu, #d_quickcheckout .btn-group > .popover {
    font-size: 15px !important;
}
.radio-input.radio img {
    display: none;
}

input.btn.btn-primary {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding: 12px;
    background: #005c5f;
    border-radius: 5px;
    color: #fff;
    width: 200px;
    
}
.well {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/* cart */
#cart {
    max-width: 145px;
    display: block;
    float: right;
}
#cart > .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
    background: none;
    border-radius: 30px;
        max-width: 200px;
        color:#333333;
        margin: -9px 0 0 0;
}
#cart.open > .btn {
	background-image: none;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #ffffff;
	color: #333333;
	font-size: 15px;
	z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 300px;
    margin: 0px 0 0 0px;
    padding: 0;
    border: 0px;
    max-width: 300px;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	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 {
    min-height: 40px;
    margin: 0 0 0 0px;
}
#menu .nav > li > a {
color: #ffffff;
    padding: 10px 0px 5px 0px;
    min-height: 15px;
    background-color: transparent;
    font-size: 16px;
    
    margin: 0 12px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
color: #f9ff05;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 5px 20px 0px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

#zaglav {
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 25px;
    color: #383636;
     
    text-align: center;
}

#inst {
    background: url(/instright-min.png) right top no-repeat;
}

#inst2 {

background: url(/instleft-min.png) left bottom no-repeat;
}
#zaglav5 {
    font-size: 30px;
    padding-top: 60px;
    padding-bottom: 25px;
    color: #383636;
     
    text-align: center;
}

#preimpunktytext {
    padding-bottom: 40px;
    padding-top: 15px;
    color: #09090a;
    font-size: 13px;
     
    font-weight: bold;
        text-align: center;
        min-height: 90px;
}


#preimpunktyris {
    text-align: center;
    padding-top: 20px;
}

#podzaglav {
    color: #8f8f9d;
    font-size: 19px;
     
    text-align: center;
    padding-top: 15px;
    
    padding-bottom: 30px
}


#proizv {
    padding: 20px 30px 20px 30px;
    font-weight: 700;
    font-size: 16px;
    background: #005c5f;
    width: 100%;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: uppercase;
}
.ocfilter-option .ocf-option-name {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    padding: 20px 15px 5px 12px;
    /*  */
    
}

#verhshapka {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #005c5f;
    color: #fff;
    width: 100%;
    z-index: 999;
    position: fixed;
}

ul.nav.navbar-nav {
    margin: 0 0 0 0px;
        display: -webkit-box;
}
#socc {
    max-width: 95px;
    margin: 0 auto;
    text-align: center;
}

#vtorstroka {
    color: #8f8f9d;
    font-size: 20px;
    padding-top: 20px;
    padding-left: 10px;
}

@media (max-width: 767px) {
    #vtorstroka {
    color: #8f8f9d;
    font-size: 20px;
     
    padding-top: 10px;
    padding-left: 10px;
    max-width: 250px;
    margin: 0 auto;
}
}
    

.title:before,
.title:after {
       content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
height: 1px;
    background-color: #f8f9fb;
    position: relative;
}
.title:before {
    /* Р РЋР СР ВµРЎвЂ°Р В°Р ВµР С Р В»Р ВµР Р†РЎС“РЎР‹ Р В»Р С‘Р Р…Р С‘РЎР‹ Р Р…Р В° 100% Р Р†Р В»Р ВµР Р†Р С•, РЎвЂЎРЎвЂљР С•Р В±РЎвЂ№ Р В»Р С‘Р Р…Р С‘РЎРЏ 
    ** Р Р†РЎРѓРЎвЂљР В°Р В»Р В° РЎР‚РЎРЏР Т‘Р С•Р С РЎРѓ РЎвЂљР ВµР С”РЎРѓРЎвЂљР С•Р С РЎРѓР В»Р ВµР Р†Р В° */
    margin-left: -100%;
    /* Р Р€Р С”Р В°Р В·РЎвЂ№Р Р†Р В°Р ВµР С Р Р† Р С—Р С‘Р С”РЎРѓР ВµР В»РЎРЏРЎвЂ¦ Р С•РЎвЂљРЎРѓРЎвЂљРЎС“Р С— Р В»Р С‘Р Р…Р С‘Р С‘ Р С•РЎвЂљ РЎвЂљР ВµР С”РЎРѓРЎвЂљР В° Р В·Р В°Р С–Р С•Р В»Р С•Р Р†Р С”Р В° */
    left: -14px;
}
.title:after {
    /* Р РЋР СР ВµРЎвЂ°Р В°Р ВµР С Р С—РЎР‚Р В°Р Р†РЎС“РЎР‹ Р В»Р С‘Р Р…Р С‘РЎР‹ Р Р…Р В° 100% Р Р†Р С—РЎР‚Р В°Р Р†Р С•, РЎвЂЎРЎвЂљР С•Р В±РЎвЂ№ 
    ** Р В»Р С‘Р Р…Р С‘РЎРЏ Р Р†РЎРѓРЎвЂљР В°Р В»Р В° РЎР‚РЎРЏР Т‘Р С•Р С РЎРѓ РЎвЂљР ВµР С”РЎРѓРЎвЂљР С•Р С РЎРѓР С—РЎР‚Р В°Р Р†Р В° */
    margin-right: -100%;
    /* Р Р€Р С”Р В°Р В·РЎвЂ№Р Р†Р В°Р ВµР С Р Р† Р С—Р С‘Р С”РЎРѓР ВµР В»РЎРЏРЎвЂ¦ Р С•РЎвЂљРЎРѓРЎвЂљРЎС“Р С— Р В»Р С‘Р Р…Р С‘Р С‘ Р С•РЎвЂљ РЎвЂљР ВµР С”РЎРѓРЎвЂљР В° Р В·Р В°Р С–Р С•Р В»Р С•Р Р†Р С”Р В° */
    right: -14px;
}

#menu .dropdown-inner li a:hover {
	color: #000000;
}
#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: #1b1b1b;
	background-image: linear-gradient(to bottom, #005c5f, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {

    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #232222;
}
#menu .btn-navbar {
font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 8px 21px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
.navbar-header {

}
}

@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: #333333;
	}
	#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: 480px;
    padding-bottom: 40px;

}

.navy>li {
    display: block;
    position: relative;
}
.navy-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.navy-tabs {
    margin-bottom: 15px;
}
ul.navy.nav-tabs {
    overflow: hidden;
    width: 100%;
    height: 40px;
}

.navy>li>a {
    display: block;
    padding: 4px 12px;
    position: relative;
}
#footniz1 p:nth-child(1) {
    color: #fff;
    font-size: 14px;
    margin: -2px 0 13px 0;
    max-width: 175px;
}
#footniz2 p:nth-child(1) {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 5px 0;
}
/* footer */
footer {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 16px;
    background: #4b4b4b;
    color: #fff;
    position: relative;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
#oplopl2 {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #005c5f;
}
footer h5 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0px 0px 10px -20px;
    padding: 8px 0;
    font-size: 12px;
}
.breadcrumb a {
    color: #333333;
    opacity: 0.5;
}
.breadcrumb i {
	font-size: 12px;
}
.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: 1px;
    right: -5px;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #d5d0d0;
    -webkit-transform: rotate(-80deg);
    -moz-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
}
.list-group {
    max-width: 315px;
    background: #EFF2F6;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.sidebar {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    min-height: 130px;
    max-width: 260px;
    box-shadow: 11px 14px 42px 25px rgba(218, 214, 214, 0.3);
}

.kvota1 {
    background: #f5f4fa;
    min-height: 300px;
    padding-top: 95px;
    transform: skewY(-3deg);
    padding-bottom: 95px;
}

.kvota2 {
    transform: skewY(3deg);
    text-align: center;
}

.kvota3 {
    
    color: #232323;
    text-transform: uppercase;
    font-size: 42px;
    text-align: center;
}

.kvota4 {
    color: #a29d9d;
    max-width: 500px;
    font-size: 16px;
    padding: 5px 15px 10px 15px;
    text-align: center;
}

.pagination {
    margin: 30px 0;
    float: right;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {

}

#blokzakazcont {

    background: #ffffff;
    box-shadow: 8px 10px 35px rgba(234, 223, 223, 0.6);
    border-radius: 20px;
    margin-top: 60px;
    padding: 20px;
}
#sogl2 {
    font-size: 12px;
    margin: 5px auto 26px auto;
}
#zaginpp {
    text-align: center;
    font-size: 15px;
    max-width: 260px;
    margin: 0px auto 0px auto;
}
#zaginpp2 {
    font-family: NeoSansPro-Medium;
    font-size: 17px;
    padding-bottom: 5px;
}
#blokzakazcont7 {

    background: #ffffff;
    box-shadow: 8px 10px 35px rgba(234, 223, 223, 0.6);
    margin-top: 0px;
    padding: 20px;
    text-align: center;
}

#input-quantity {
    max-width: 60px;
    height: 50px;
    border-radius: 3px;
    margin: 0px 10px 0px 10px;
    text-align: center;
    border: 0px;
    font-weight: 600;
    background: #f0f0f0;
}
span.my_minus {
    font-size: 20px;
    font-weight: 600;
}
span.my_plus {
    font-size: 20px;
    font-weight: 600;
}
a.thumbnail {
    border: 0px solid #fff !important;
}
.my_quantity {
    float: left;
    margin: 0 10px 0px 0;
}

#formanovaya2 {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 760px;
    margin: 0 auto;
        color: #fff;
}

.probdenkorz4 {
    line-height: 18px;
    color: #333333;
    padding: 15px 20px 15px 20px;
    background: #ffffff;
    border-radius: 30px;
    width: 240px;
     
    margin: 5px;
    outline: none;
    border: 0;
    font-size: 14px;
    font-weight: bold;
}

button.btn.btn-default.btn-lg {
    padding: 13px 15px 13px 15px;
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	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 {
font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 12px;
    background: #1b1b1b;
    border-radius: 30px;
    width: 200px;
}

input.form-control {
    height: 52px;
}

.tab-content {
    min-height: 300px;
    margin-top: 10px;
}

#svmaket {
    padding-top: 95px;
    padding-bottom: 95px;
}

a.btn.btn-primary {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 12px;
    background: #005c5f;
    width: 150px;
    
}
#daddet {
    background: #005c5f;
    color: #fff;
    width: 65px;
    overflow: hidden;
    height: 40px;
    float: left;
    padding: 10px 5px;
    font-size: 18px;
    text-align: center;
    
    margin: -2px 15px 0 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {

}
.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] {
}
.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: #005c5f;
	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 {

}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {

}
.noUi-pips.noUi-pips-horizontal {
    display: none;
}
/* list group */
.list-group a {
    padding: 22px 5px;
    font-size: 14px;
    font-weight: 500;
}
.list-group a.active:hover, .list-group a:hover {
    color: #005c5f;
    background: #005c5f;
}
/* 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 {
    padding: 15px;
    min-height: 330px;
    max-width: 350px;
    margin: 0px 5px 20px 5px;
    overflow: hidden;
    border: 0px solid #eff2f6;
    position: relative;
    border-radius: 5px;
    text-align: center;
}
#carousel19 {
    padding: 10px 0 0 0;
}
#carousel20 {
    padding: 0px 0 0 0;
    margin: 0px -5px 0 -5px;
}
#trigsam1 {
    background: #ebf1f4 url(/image/fonsam1.png) left bottom no-repeat;
    padding: 20px;
    margin: 10px;
    min-height: 290px;
}
#trigsam4 {
    background: #2b2b2b url(/image/fonsam2.png) left bottom no-repeat;
    color: #fff;
    padding: 20px;
    margin: 10px;
    min-height: 290px;
}
#trigsam8 {
    background: #ffc501 url(/image/fonsam3.png) left 440px no-repeat;
    padding: 20px;
    margin: 10px;
    min-height: 590px;
}
#bloggzagg {
    min-height: 35px;
}
#svmaket5 {
    
    color: #232323;
    text-transform: uppercase;
    font-size: 28px;
}

#svmaket4 {
    padding: 50px 15px 30px 15px;
}

#svmaket7 {
    border-left: 2px solid #fed83a;
    height: 50px;
    max-width: 5px;
    margin: 0 auto;
}

#svmaket10 {
    border: 1px solid #bdb9b9;
    overflow: hidden;
    padding: 15px;
    margin: 15px 0;
    border-radius: 25px;
    text-align: center;
    max-width: 300px;
    
    background: #fed83a;
}

#svmaket10:hover {
    background: #1b1b1b;
}
#socc1 a:hover {
    color: #005c5f;
}
#svmaket010 a:hover {
    color: #fff;
}
#svmaket6 {
    color: #a29d9d;
    max-width: 500px;
    font-size: 19px;
    padding: 5px 0 10px 0;
}

#svmaket8 {
    
    color: #a29d9d;
    text-transform: uppercase;
    font-size: 27px;
    padding: 0 10px;
    text-align: center;
}

.owl-pagination {
    display: none;
}

.name {
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .image {
    text-align: center;
    padding-bottom: 10px;
    margin: 0px 0px 0 0px;
}
.product-thumb .image a {
	display: block;
	
}


.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 .caption {
padding: 0px 0px 0px 0px;
    padding-bottom: 20px;
}
.caption {

}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	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;
    padding-top: 5px;
    font-size: 19px;
    min-height: 40px;
    line-height: 1.1;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
    color: #cecece;
    font-size: 17px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #333333;
    font-weight: 500;
    margin-bottom: 15px;
    
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
    color: #555A64;
    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 {
    border:0px solid #ddd !important;
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	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: 120px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 0px;
}

@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%;
    }
}


#progname2 {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #383636;
    text-transform: uppercase;
     
    float: left;
    width: 70%;
}

#whiteblockkart {
    background: url(/cantermenu-min.png) center top no-repeat;
    min-height: 631px;
    text-align: left;
}

/* 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;
}

/* Р‘Р°Р·РѕРІС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ С‚Р°Р±РѕРІ */
.tabs {
	min-width: 320px;
	padding: 0px;
    margin: 0 -15px;
}
/* РЎС‚РёР»Рё СЃРµРєС†РёР№ СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј */
.tabs>section {
	display: none;
	background: #fff;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* РїСЂРёРєСЂСѓС‚РёРј Р°РЅРёРјР°С†РёСЋ */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* РћРїРёСЃС‹РІР°РµРј Р°РЅРёРјР°С†РёСЋ СЃРІРѕР№СЃС‚РІР° opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* РџСЂСЏС‡РµРј С‡РµРєР±РѕРєСЃС‹ */
.tabs>input {
	display: none;
	position: absolute;
}
/* РЎС‚РёР»Рё РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє (С‚Р°Р±РѕРІ) */
.tabs>label {
    display: inline-block;
    padding: 15px 0px 5px 0px;
    margin: 0 50px 0 0px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #9c9b9b;
    border: 0px solid #ddd;
    
}

/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */
 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */
.tabs>input:checked+label {
    color: #333333;
    font-weight: 900;
    
    font-size: 51px;
}

/* РђРєС‚РёРІР°С†РёСЏ СЃРµРєС†РёР№ СЃ РїРѕРјРѕС‰СЊСЋ РїСЃРµРІРґРѕРєР»Р°СЃСЃР° :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block !important;
}
/* РЈР±РёСЂР°РµРј С‚РµРєСЃС‚ СЃ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ 
* Рё РѕСЃС‚Р°РІР»СЏРµРј РёРєРѕРЅРєРё РЅР° РјР°Р»С‹С… СЌРєСЂР°РЅР°С…
*/
 
 
 
 
 
 
 
 
 /* Р‘Р°Р·РѕРІС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ С‚Р°Р±РѕРІ */
.tabs2 {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}
/* РЎС‚РёР»Рё СЃРµРєС†РёР№ СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј */
.tabs2>section {
	display: none;
	padding: 15px;
	background: #fff;
	text-align: left;
}
.tabs2>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* РїСЂРёРєСЂСѓС‚РёРј Р°РЅРёРјР°С†РёСЋ */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* РћРїРёСЃС‹РІР°РµРј Р°РЅРёРјР°С†РёСЋ СЃРІРѕР№СЃС‚РІР° opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* РџСЂСЏС‡РµРј С‡РµРєР±РѕРєСЃС‹ */
.tabs2>input {
	display: none;
	position: absolute;
}
/* РЎС‚РёР»Рё РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє (С‚Р°Р±РѕРІ) */
.tabs2>label {
    display: inline-block;
    padding: 15px 0px;
    margin: 0 20px;
    text-align: center;
    font-size: 28px;
    color: #333333;
    border: 0px solid #ddd;
    border-bottom: 1px dashed #333333;
    
}

/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */
 
.tabs2>label:hover {
	color: #888;
	cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */
.tabs2>input:checked+label {
    color: #333333;
    border-bottom: 2px solid #005c5f;
    background: #fff;
    font-weight: 500;
    
}

/* РђРєС‚РёРІР°С†РёСЏ СЃРµРєС†РёР№ СЃ РїРѕРјРѕС‰СЊСЋ РїСЃРµРІРґРѕРєР»Р°СЃСЃР° :checked */
#tab01:checked~#content-tab01, #tab02:checked~#content-tab02 {
	display: block !important;
}
/* РЈР±РёСЂР°РµРј С‚РµРєСЃС‚ СЃ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ 
* Рё РѕСЃС‚Р°РІР»СЏРµРј РёРєРѕРЅРєРё РЅР° РјР°Р»С‹С… СЌРєСЂР°РЅР°С…
*/






 /* Р‘Р°Р·РѕРІС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ С‚Р°Р±РѕРІ */
.tabs4 {
	min-width: 320px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}
/* РЎС‚РёР»Рё СЃРµРєС†РёР№ СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј */
.tabs4>section {
	display: none;
	padding: 15px;
	background: #fff;
	text-align: left;
}
.tabs4>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* РїСЂРёРєСЂСѓС‚РёРј Р°РЅРёРјР°С†РёСЋ */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* РћРїРёСЃС‹РІР°РµРј Р°РЅРёРјР°С†РёСЋ СЃРІРѕР№СЃС‚РІР° opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* РџСЂСЏС‡РµРј С‡РµРєР±РѕРєСЃС‹ */
.tabs4>input {
	display: none;
	position: absolute;
}
/* РЎС‚РёР»Рё РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє (С‚Р°Р±РѕРІ) */
.tabs4>label {
    display: inline-block;
    padding: 15px 0px;
    margin: 0 20px;
    text-align: center;
    font-size: 28px;
    color: #333333;
    border: 0px solid #ddd;
    border-bottom: 1px dashed #333333;
    
}

/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */
 
.tabs4>label:hover {
	color: #888;
	cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */
.tabs4>input:checked+label {
    color: #333333;
    border-bottom: 2px solid #005c5f;
    background: #fff;
    font-weight: 500;
    
}

/* РђРєС‚РёРІР°С†РёСЏ СЃРµРєС†РёР№ СЃ РїРѕРјРѕС‰СЊСЋ РїСЃРµРІРґРѕРєР»Р°СЃСЃР° :checked */
#tab0001:checked~#content-tab0001, #tab0002:checked~#content-tab0002, #tab0003:checked~#content-tab0003 {
	display: block !important;
}
/* РЈР±РёСЂР°РµРј С‚РµРєСЃС‚ СЃ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ 
* Рё РѕСЃС‚Р°РІР»СЏРµРј РёРєРѕРЅРєРё РЅР° РјР°Р»С‹С… СЌРєСЂР°РЅР°С…
*/





/* Р‘Р°Р·РѕРІС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ С‚Р°Р±РѕРІ */
.tabsss {
	min-width: 320px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}
/* РЎС‚РёР»Рё СЃРµРєС†РёР№ СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј */
.tabsss>#smesh>section {
	display: none;
	padding: 15px;
	background: #fff;
	text-align: left;
}
.tabsss>#smesh>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* РїСЂРёРєСЂСѓС‚РёРј Р°РЅРёРјР°С†РёСЋ */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* РћРїРёСЃС‹РІР°РµРј Р°РЅРёРјР°С†РёСЋ СЃРІРѕР№СЃС‚РІР° opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* РџСЂСЏС‡РµРј С‡РµРєР±РѕРєСЃС‹ */
.tabsss>input {
	display: none;
	position: absolute;
}
/* РЎС‚РёР»Рё РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє (С‚Р°Р±РѕРІ) */
.tabsss>label {
    display: block;
    padding: 10px 10px;
    max-width: 200px;
    margin: 10px 20px;
    text-align: left;
    font-size: 24px;
    color: #333333;
    border: 0px solid #ddd;
    
}

/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */
 
.tabsss>label:hover {
	color: #888;
	cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */
.tabsss>input:checked+label {
color: #333333;
    background: #ffbe01;
    font-weight: 500;
    
}

/* РђРєС‚РёРІР°С†РёСЏ СЃРµРєС†РёР№ СЃ РїРѕРјРѕС‰СЊСЋ РїСЃРµРІРґРѕРєР»Р°СЃСЃР° :checked */
#tab001:checked~div #content-tab001, #tab002:checked~div #content-tab002, #tab003:checked~div #content-tab003 {
	display: block !important;
}
.tabsss #smesh {
    float: right;
    margin: -175px 0 0 0;
    width: 950px;
    border-left: 1px solid #e2dede;
}
/* РЈР±РёСЂР°РµРј С‚РµРєСЃС‚ СЃ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ 
* Рё РѕСЃС‚Р°РІР»СЏРµРј РёРєРѕРЅРєРё РЅР° РјР°Р»С‹С… СЌРєСЂР°РЅР°С…
*/


@media (max-width: 1220px) {
    
    #zagmenu {
    width: 100%;
    float: none;
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
}
    
    
    #vremyamenu {
    width: 110px;
    float: none;
    margin: 0 auto;
    font-size: 20px;
    background: #ef2a2a;
    color: #fff;
    text-align: center;
    border-radius: 7px;
}
#opismenu {
    padding-top: 15px;
    color: #333333;
    font-size: 17px;
    min-height: 78px;
}

#kolvomenu {
    background: #f7f7f7;
    height: 80px;
    padding: 20px;
    font-size: 12px;
    color: #949393;
}
    
}







@media (max-width: 767px) {
    #cartosn {
    padding-top: 8px;
    max-width: 220px;
    margin: 0 auto;
}

#filtrf {
    display: none;
}

#bordershapka {
    display: none;
}

#glav {
    padding-top: 25px;


}


#napol {
    max-width: 485px;
    margin: 0 auto;
    float: none;
}



#glav2 {
    padding-top: 10px;
    color: #09090a;
    font-size: 24px;
    text-align: center;
}

#blokzakaz {
height: 240px;
    max-width: 470px;
    background: #e7f7fb;
    box-shadow: 8px 10px 35px rgb(240, 245, 247);
    border-radius: 20px;
    margin-top: 60px;
    padding: 20px;
}

#probden {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #09090a;
    font-size: 25px;
     
}

#oprobnom {
    color: #8f8f9d;
    font-size: 18px;
     
}

#zaglav {
    font-size: 27px;
    padding-top: 60px;
    padding-bottom: 15px;
    color: #383636;
     
    text-align: center;
}

#podzaglav {
    color: #8f8f9d;
    font-size: 17px;
     
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}
#whiteblock {
    background: #fff;
    padding-bottom: 10px;
}

#kartleft {
    margin-left: 0px;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 20px;
    padding-top: 20px;
}

#bloktab {
    background: #fff;
    min-height: 343px;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
}

#progname {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #383636;
    text-transform: uppercase;
     
    float: left;
    width: 100%;
}

#progname:after {
    display: none;
}

#progname2 {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #383636;
    text-transform: uppercase;
     
    float: left;
    width: 100%;
}


#kal {
    font-size: 21px;
    padding-bottom: 15px;
    color: #1b1b1b;
     
    float: left;
    width: 100%;

}

#progdescrip {
    color: #8f8f9d;
    font-size: 17px;
     
    padding-top: 15px;
    padding-bottom: 20px;
}

p.price {
    color: #d33e50;
     
    min-height: 50px;
}

.options {
    float: none;
}

#vremyamenu {
    max-width: 110px;
    min-width: 106px;
    float: left;
    font-size: 20px;
    background: #ef2a2a;
    color: #fff;
    text-align: center;
    border-radius: 7px;
}

#prdaydesc {
    color: #bff7b8;
    font-size: 17px;
     
    text-align: center;
    padding-top: 0px;
    padding-bottom: 5px;
}

#prday {
    font-size: 27px;
    padding-top: 60px;
    padding-bottom: 25px;
    color: #f4f7f9;
     
    text-align: center;
}

#zaginst {
    font-size: 27px;
    padding-top: 30px;
    padding-bottom: 25px;
    color: #383636;
     
    text-align: center;
    line-height: 1.1;
    max-width: 100%;
}

#zaginst2 {
    font-size: 27px;
    padding-top: 20px;
    padding-bottom: 25px;
    color: #383636;
     
    text-align: center;
    line-height: 1.1;
    max-width: 100%;
}

#textinst {
    color: #8f8f9d;
    font-size: 17px;
     
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
    max-width: 100%;
}

#vseotzyvy {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
}

#ssinst {
    max-width: 155px;
    float: none;
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto;
}
#logo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}

#nizhcvet {
    color: #bbbaba;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

#coptext {
    text-align: center;
}

h2 {
    text-transform: inherit;
    font-size: 18px;
}

.probdenkorz {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 16px 20px 16px 20px;
    background: #1b1b1b;
    border-radius: 30px;
    width: 240px;
     
margin-top: 0px;
    outline: none;
    border: 0;
}



.razdel {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 15px 20px 15px 20px;
    background: #1b1b1b;
    border-radius: 30px;
     
    outline: none;
    border: 0;
    margin-left: 15px;
    float: none;
    max-width: 212px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 15px;
}

#vibmen {
     
    text-align: center;
    font-weight: bold;
height: 100px;
padding-top: 0px;
}





#whiteblockkart {
    background: #fff;
    min-height: 631px;
    text-align: left;
}

.probdenkorz {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    background: #1b1b1b;
    border-radius: 30px;
    width: 240px;
     
    margin-top: 20px;
    outline: none;
    border: 0;
}

}




@media (max-width: 767px) {
    
    #zagmenu {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 20px;
}

#vremyamenu {
    max-width: 110px;
    min-width: 106px;
    float: none;
    font-size: 20px;
    background: #ef2a2a;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

#opismenu {
    padding-top: 25px;
    color: #333333;
    font-size: 18px;
    min-height: 79px;
}

#kolvomenu {
    background: #f7f7f7;
    height: 80px;
    padding: 20px;
    color: #949393;
    font-size: 12px;
}

#prday {
    font-size: 27px;
    padding-top: 40px;
    padding-bottom: 25px;
    color: #f4f7f9;
     
    text-align: center;
}

#oprobnom {
    color: #8f8f9d;
    font-size: 16px;
     
}

#probden {
    padding-bottom: 10px;
    padding-top: 0px;
    color: #09090a;
    font-size: 20px;
     
}


.razdel {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    padding: 10px 15px 10px 15px;
    background: #1b1b1b;
    border-radius: 30px;
     
    outline: none;
    border: 0;
    margin-left: 15px;
    float: none;
    max-width: 175px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 15px;
}

#blokzakaz {
    height: auto;
    margin-bottom: 20px;
    max-width: 800px;
    background: #ffffff;
    box-shadow: 8px 10px 35px rgba(234, 223, 223, 0.6);
    border-radius: 20px;
    margin-top: 60px;
    padding: 20px;
}


input.form-control3 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    display: block;
    font-size: 14px;
    height: 48px;
    border-radius: 35px;
    line-height: 1.42857143;
    o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    width: 240px;
    float: none;
    margin: 5px auto;
}




}







/* Р  РІР‚ВР  Р’В°Р  Р’В·Р  РЎвЂўР  Р вЂ Р РЋРІР‚в„–Р  Р’Вµ Р РЋР С“Р РЋРІР‚С™Р  РЎвЂР  Р’В»Р  РЎвЂ Р РЋР С“Р  Р’В»Р  РЎвЂўР РЋР РЏ Р  Р’В·Р  Р’В°Р РЋРІР‚С™Р  Р’ВµР  РЎВР  Р вЂ¦Р  Р’ВµР  Р вЂ¦Р  РЎвЂР РЋР РЏ Р  РЎвЂ Р  РЎВР  РЎвЂўР  РўвЂР  Р’В°Р  Р’В»Р РЋР Р‰Р  Р вЂ¦Р  РЎвЂўР  РЎвЂ“Р  РЎвЂў Р  РЎвЂўР  РЎвЂќР  Р вЂ¦Р  Р’В°  */
.overlay2 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* Р РЋРІР‚С›Р  РЎвЂўР  Р вЂ¦ Р  Р’В·Р  Р’В°Р РЋРІР‚С™Р  Р’ВµР  РЎВР  Р вЂ¦Р  Р’ВµР  Р вЂ¦Р  РЎвЂР РЋР РЏ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* Р РЋРІР‚С›Р  РЎвЂР  РЎвЂќР РЋР С“Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  Р вЂ¦Р  РЎвЂўР  Р’Вµ Р  РЎвЂ”Р  РЎвЂўР РЋРІР‚ Р  РЎвЂР  Р’В·Р  РЎвЂР  РЎвЂўР  Р вЂ¦Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  РЎвЂР  Р’Вµ */
    cursor: default; /* Р РЋРІР‚С™Р  РЎвЂР  РЎвЂ” Р  РЎвЂќР РЋРЎвЂњР РЋР вЂљР РЋР С“Р  Р’В°Р РЋР вЂљР  Р’В° */
}
/* Р  Р’В°Р  РЎвЂќР РЋРІР‚С™Р  РЎвЂР  Р вЂ Р  РЎвЂР РЋР вЂљР РЋРЎвЂњР  Р’ВµР  РЎВ Р РЋР С“Р  Р’В»Р  РЎвЂўР  РІвЂћвЂ“ Р  Р’В·Р  Р’В°Р РЋРІР‚С™Р  Р’ВµР  РЎВР  Р вЂ¦Р  Р’ВµР  Р вЂ¦Р  РЎвЂР РЋР РЏ */
.overlay2:target {
    display: block;
}
/* Р РЋР С“Р РЋРІР‚С™Р  РЎвЂР  Р’В»Р  РЎвЂ Р  РЎВР  РЎвЂўР  РўвЂР  Р’В°Р  Р’В»Р РЋР Р‰Р  Р вЂ¦Р  РЎвЂўР  РЎвЂ“Р  РЎвЂў Р  РЎвЂўР  РЎвЂќР  Р вЂ¦Р  Р’В° */
.popup2 {
    top: -200%;
    right: 0;
    left: 50%;
    font-size: 17px;
    z-index: 10;
    margin: 0;
    width: 100%;
    min-width: 320px;
    max-width: 1200px;
    position: absolute;
    padding: 25px 40px;
    border: 0px solid #383838;
    background: #fefefe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 8px;
    z-index: 20;
}
/* Р  Р’В°Р  РЎвЂќР РЋРІР‚С™Р  РЎвЂР  Р вЂ Р  РЎвЂР РЋР вЂљР РЋРЎвЂњР  Р’ВµР  РЎВ Р  РЎВР  РЎвЂўР  РўвЂР  Р’В°Р  Р’В»Р РЋР Р‰Р  Р вЂ¦Р РЋРІР‚в„–Р  РІвЂћвЂ“ Р  Р’В±Р  Р’В»Р  РЎвЂўР  РЎвЂќ */
.overlay2:target+.popup2 {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* Р РЋРІР‚С›Р  РЎвЂўР РЋР вЂљР  РЎВР  РЎвЂР РЋР вЂљР РЋРЎвЂњР  Р’ВµР  РЎВ Р  РЎвЂќР  Р вЂ¦Р  РЎвЂўР  РЎвЂ”Р  РЎвЂќР РЋРЎвЂњ Р  Р’В·Р  Р’В°Р  РЎвЂќР РЋР вЂљР РЋРІР‚в„–Р РЋРІР‚С™Р  РЎвЂР РЋР РЏ */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #333333;
    -moz-box-shadow: 0px 0px 10px #333333;
    box-shadow: 0px 0px 10px #333333;
    text-align: center;
    text-decoration: none;
    
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* Р  РЎвЂР  Р’В·Р  РЎвЂўР  Р’В±Р РЋР вЂљР  Р’В°Р  Р’В¶Р  Р’ВµР  Р вЂ¦Р  РЎвЂР РЋР РЏ Р  Р вЂ Р  Р вЂ¦Р РЋРЎвЂњР РЋРІР‚С™Р РЋР вЂљР  РЎвЂ Р  РЎвЂўР  РЎвЂќР  Р вЂ¦Р  Р’В° */
.popup2 img {
    width: 100%;
    height: auto;
}
/* Р  РЎВР  РЎвЂР  Р вЂ¦Р  РЎвЂР  Р’В°Р РЋРІР‚С™Р РЋР вЂ№Р РЋР вЂљР РЋРІР‚в„– Р РЋР С“Р  Р’В»Р  Р’ВµР  Р вЂ Р  Р’В°/Р РЋР С“Р  РЎвЂ”Р РЋР вЂљР  Р’В°Р  Р вЂ Р  Р’В° */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* Р РЋР РЉР  Р’В»Р  Р’ВµР  РЎВР  Р’ВµР  Р вЂ¦Р РЋРІР‚С™Р РЋРІР‚в„– Р  РЎВ-Р  РЎВР  Р’ВµР  РўвЂР  РЎвЂР  Р’В°, Р РЋРІР‚С›Р РЋР вЂљР  Р’ВµР  РІвЂћвЂ“Р  РЎВР РЋРІР‚в„– */
.popup2 embed, 
.popup2 iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup2 h2 { /* Р  Р’В·Р  Р’В°Р  РЎвЂ“Р  РЎвЂўР  Р’В»Р  РЎвЂўР  Р вЂ Р  РЎвЂўР  РЎвЂќ 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.3;
}
/* Р  РЎвЂ”Р  Р’В°Р РЋР вЂљР  Р’В°Р  РЎвЂ“Р РЋР вЂљР  Р’В°Р РЋРІР‚С›Р РЋРІР‚в„– */
.popup2 p {margin: 0; padding: 5px 0}

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}


/* Р вЂР В°Р В·Р С•Р Р†РЎвЂ№Р Вµ РЎРѓРЎвЂљР С‘Р В»Р С‘ РЎРѓР В»Р С•РЎРЏ Р В·Р В°РЎвЂљР ВµР СР Р…Р ВµР Р…Р С‘РЎРЏ Р С‘ Р СР С•Р Т‘Р В°Р В»РЎРЉР Р…Р С•Р С–Р С• Р С•Р С”Р Р…Р В°  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: none;
/* РЎвЂћР С•Р Р… Р В·Р В°РЎвЂљР ВµР СР Р…Р ВµР Р…Р С‘РЎРЏ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* РЎвЂћР С‘Р С”РЎРѓР С‘РЎР‚Р С•Р Р†Р В°Р Р…Р Р…Р С•Р Вµ Р С—Р С•РЎвЂ Р С‘Р В·Р С‘Р С•Р Р…Р С‘РЎР‚Р С•Р Р†Р В°Р Р…Р С‘Р Вµ */
    cursor: default; /* РЎвЂљР С‘Р С— Р С”РЎС“РЎР‚РЎРѓР В°РЎР‚Р В° */
}
/* Р В°Р С”РЎвЂљР С‘Р Р†Р С‘РЎР‚РЎС“Р ВµР С РЎРѓР В»Р С•Р в„– Р В·Р В°РЎвЂљР ВµР СР Р…Р ВµР Р…Р С‘РЎРЏ */
.overlay:target {
    display: block;
}
/* РЎРѓРЎвЂљР С‘Р В»Р С‘ Р СР С•Р Т‘Р В°Р В»РЎРЉР Р…Р С•Р С–Р С• Р С•Р С”Р Р…Р В° */
.popup {
       top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 100%;
    min-width: 320px;
    max-width: 460px;
    position: fixed;
    padding: 15px 35px;
    border: 0px solid #383838;
    background: #fefefe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 20px rgb(0 0 0 / 22%), 0 19px 60px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgb(0 0 0 / 22%), 0 19px 60px rgb(0 0 0 / 30%);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    padding: 15px 35px 20px 35px;
}
/* Р В°Р С”РЎвЂљР С‘Р Р†Р С‘РЎР‚РЎС“Р ВµР С Р СР С•Р Т‘Р В°Р В»РЎРЉР Р…РЎвЂ№Р в„– Р В±Р В»Р С•Р С” */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10%;
}
/* РЎвЂћР С•РЎР‚Р СР С‘РЎР‚РЎС“Р ВµР С Р С”Р Р…Р С•Р С—Р С”РЎС“ Р В·Р В°Р С”РЎР‚РЎвЂ№РЎвЂљР С‘РЎРЏ */
.close {
    top: 33px;
    right: 38px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 0px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    color: #000;
}
.close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* Р С‘Р В·Р С•Р В±РЎР‚Р В°Р В¶Р ВµР Р…Р С‘РЎРЏ Р Р†Р Р…РЎС“РЎвЂљРЎР‚Р С‘ Р С•Р С”Р Р…Р В° */
.popup img {
    width: 100%;
    height: auto;
}
/* Р СР С‘Р Р…Р С‘Р В°РЎвЂљРЎР‹РЎР‚РЎвЂ№ РЎРѓР В»Р ВµР Р†Р В°/РЎРѓР С—РЎР‚Р В°Р Р†Р В° */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* РЎРЊР В»Р ВµР СР ВµР Р…РЎвЂљРЎвЂ№ Р С-Р СР ВµР Т‘Р С‘Р В°, РЎвЂћРЎР‚Р ВµР в„–Р СРЎвЂ№ */
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 { /* Р В·Р В°Р С–Р С•Р В»Р С•Р Р†Р С•Р С” 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* Р С—Р В°РЎР‚Р В°Р С–РЎР‚Р В°РЎвЂћРЎвЂ№ */
.popup p {margin: 0; padding: 5px 0}


@media (max-width: 1200px) {
#fotoobzor {
    display: none;
}

#fotoobzor3 {
    display: none;
}
#cocosn {
    text-align: center;
    padding-top: 220px;
}



#sinblzag {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
}

#sinbl {
    background: #1b1b1b;
    padding: 20px;
    color: #fff;
    min-height: 215px;
    font-size: 15px;
}

#textobzor {
    max-width: 245px;
    float: left;
    min-height: 125px;
    text-align: center;
}

#textobzor33 {
    max-width: 245px;
    float: left;
    min-height: 125px;
    text-align: center;
}



#vtorstroka {
    color: #8f8f9d;
    font-size: 17px;
     
    padding-top: 10px;
    padding-left: 25px;
}

}
@media (max-width: 1150px) {


#blokzakaz {
    max-width: 500px;
    height: 240px;
    overflow: hidden;
    padding: 20px 10px;
}

#glav2 {
    padding-left: 0px;
}
#katrf {
    max-width: 590px;
    margin: 0px auto 25px auto;
}
#rusfanpreim4 {
    color: #a9a6a6;
    text-align: center;
    font-size: 17px;
}
#zagrf5 {
    font-size: 17px;
    padding-bottom: 20px;
}
.kvota4 {
    min-height: 60px;
}
}
@media (max-width: 1000px) {
    
    #sinbl {
    background: #1b1b1b;
    padding: 20px;
    color: #fff;
    min-height: 215px;
    font-size: 13px;
}
    
    #socc {
    max-width:90px;
    margin: 0 auto;
}

span.vibb {
    display: none;
}

#email {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

#cocosn {
    display: none;
}
#fotoobzor {
    display: none;
}

#fotoobzor3 {
    display: none;
}

#textobzor {
    max-width: 245px;
    float: left;
    min-height: 125px;
    text-align: center;
}
#whitebl {
    background: #ffffff;
    color: #383636;
    text-align: center;
    min-height: 215px;
    width: 100%;
    overflow: hidden;

}
    
}


@media (max-width: 767px) {
    
    #katrf1 {
    float: none;
    padding-left: 0px;
    width: 170px;
    margin: 0 auto;
}

img.img-responsive {
    margin: 0 auto;
}

#katrf4 {
    margin: 15px auto;
}

#cartosn {
    padding-top: 0px;
    max-width: 195px;
    margin: 0 auto;
}

#katrf2 {
    
    color: #232323;
    padding-top: 35px;
    padding-left: 0px;
    overflow: hidden;
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
}

#svmaket5 {
    font-size: 24px;
}

#svmaket10 {
    border: 1px solid #bdb9b9;
    overflow: hidden;
    padding: 15px;
    margin: 15px auto;
    border-radius: 25px;
    text-align: center;
    max-width: 233px;
    
    background: #fed83a;
    font-size: 15px;
}

.product-thumb.transition {
    margin: 5px auto;
}

.product-thumb {
    margin: 5px auto;
}

.content {padding-left: 10px;padding-right: 10px;}


#katrf {
    background: #fff;
    /* max-width: 340px; */
}
    
    
#whitebl {
    background: #ffffff;
    color: #383636;
    text-align: center;
    min-height: 215px;
    width: 100%;
    overflow: hidden;
    display: none;
}

h1 {
    font-size: 18px;
}


#blokzakaz {
    height: auto;
    margin-bottom: 20px;
    max-width: 300px;
    background: #ffffff;
    box-shadow: 8px 10px 35px rgba(234, 223, 223, 0.2);
    border-radius: 20px;
    margin: 0px auto 30px auto;
    padding: 20px;
        z-index: 9;
    position: relative;
}
#glav {
    padding-top: 25px;
    text-align: center;
}
#glav2 {
    max-width: 450px;
}

#menurusfan3 {
    padding-top: 10px;
    font-size: 26px;
}

#komprf {
    display: none;
}

#phonerf2 {
    display: block;
        max-width: 160px;
    padding-top: 10px;
    margin: 0 auto;
    text-align:center;
}

span.emrusf {
    color: #101010;
    text-decoration: none;
    border-bottom: #0a0a0a 1px dotted;
}


.wrapper img {
    position: absolute;
    margin: 0 auto;
    width: 255px;
    overflow: hidden;
    opacity: 0;
    animation-name: fade;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.wrapper {
    margin: 0 auto;
    width: 255px;
    overflow: hidden;
    margin-top: 20px;
}

#zagrf5 {
    padding-bottom: 30px;
}

#formarusfan2 {
    text-align: center;
}

.kvota4 {
    max-width: 300px;
    margin: 0 auto;
}
#rusfanzag {
    text-align: center;
}
#rusfanzag2 {
    max-width: 60px;
    margin: 0 auto;
}
#svmaket3 {
    display: none;
}
#rusfanzag2 {
    padding-bottom: 30px;
    padding-top: 15px;
}

}





@media (max-width: 760px) {
#logo {
    margin: 0 auto;
}
}

@media (max-width: 500px) {
    
    #glav {
    font-size: 30px;
}

#glav2 {
    padding-top: 10px;
    color: #09090a;
    font-size: 19px;
     
    text-align: center;
}

#blokzakaz {
        height: 260px;
    margin-bottom: 20px;
    max-width: 800px;
    background: #ffffff;
    box-shadow: 8px 10px 35px rgba(234, 223, 223, 0.6);
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
}

#probden {
    padding-bottom: 10px;
    padding-top: 0px;
    color: #09090a;
    font-size: 24px;
    text-align: center;
     
}

#oprobnom {
    color: #8f8f9d;
    text-align: center;
    font-size: 19px;
     
}


#nazgl2 {
    min-height: 60px;
}

.captionan {
    padding: 0 20px;
    padding-bottom: 10px;
    min-height: 255px;
}

.gallery_gallery_grid {
    padding-top: 0px;
    padding-bottom: 40px;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

#wv {
    text-align: center;
}

#sinblzag {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 10px;
}

#sinbldesc {
    font-size: 14px;
}






    
}

/* Р вЂ™РЎРЏРЎвЂљР С”Р В° */

@media (max-width: 1200px) {

    #menu .nav > li > a {
    font-size: 14px;
    margin: 0 7px;
}
}  

@media (max-width: 991px) {

#kist {
    margin: 0 auto;
    text-align: center;
}
#kist0 {
    margin: 0 auto;
    text-align: center;
}
#rass2 {
    margin: 0 auto;
}
span.deyat2 {
    text-align: center;
}
#poppoz1 {
    text-align: center;
}
    #verhshapka {
    position: relative;

}
#cartosn {
    max-width: 200px;
    margin: 0 auto;
}
#logo {
    text-align: center;
    margin: 0px auto;
}
#verh {
    padding-top: 10px;
}
#phn {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 280px;
    margin: 0 auto;
}
#phne {
    padding-top: 5px;
    padding-bottom: 10px;
}
#socc {
    padding-top: 10px;
}
#glav {
    padding-top: 30px;
    text-align: center;
}
#napol {
    max-width: 535px;
    float: none;
    margin: 0 auto;
}
#glav2 {
    margin: 0 auto;
    text-align: center;
}
#phonerf {
    display: block;
        height: 300px;
}
.wrapper img {
    width: 355px;
}
.wrapper {
    padding-top: 20px;
    width: 300px;
}
#derevo1 {
    padding-top: 50px;
    text-align: center;
}
#derevo33 {
    max-width: 100%;
}
#derevo2 {
    margin: 0 auto;
}
}  


@media (max-width: 768px) {
    
    #vtorstroka {
    padding-left: 0px;
}
#verhshapka {
    position: fixed;
}
#menu .btn-navbar {
    padding: 0px 21px;
}
#menu .btn-navbar {
    color: #333333;
}
#menu .nav > li > a {
    color: #fff;
}
#menu .nav > li > a:hover {
    color: #333333;
}
ul.nav.navbar-nav {
    text-align: center;
}
.navbar-toggle {
    margin-right: 0px;
}
#vtorstroka {
    padding-top: 40px;
}
#derevo33 {
    text-align: left;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #333333;
}
#derevopreim3 {
    display: none;
}
#menuopt2 {
    display: block;
}
.wrapper img {
    width: 255px;
}
#phonerf {
    height: 230px;
}
.wrapper {
    width: 255px;
}
#derevopreim2 {
    min-height: 155px;
}
#polkons {
    margin: 10px auto;
}
#nachtr1 {
    display: none;
}
#nachtr33 {
    max-width: 230px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
}
#nachtr2 {
    max-width: 230px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
}
#glav {
    font-size: 22px;
}
#glav2 {
    font-size: 19px;
}
#poppoz {
    text-align: center;
}
#poppozfon334 {
    text-align: center;
}
#poppozfon3348 {
    text-align: center;
}
#vsevm0 {
    text-align: center;
}
#vsevm11 {
    margin: 20px auto 5px auto;
}
}

@media (min-width: 1200px) {
    

#fotoobzormob {
    display: none;
}

#fotoobzor3mob {
    display: none;
}
}

#fotoobzormob {
    padding-top: 10px;
    padding-bottom: 10px;
}

#fotoobzor3mob {
    padding-top: 10px;
    padding-bottom: 10px;
}





@media (max-width: 500px) {

#textobzor {
    max-width: 245px;
    float: left;
    min-height: 125px;
    text-align: center;
}

#textobzor33 {
    max-width: 245px;
    float: left;
    min-height: 125px;
    text-align: center;
}
}



/* END OLD SITE */


a.orkn {
    background: #005c5f;
    color: #333333;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 500;
}
a.orkn i.fa.fa-bars {
    color: #333333;
    padding: 0px 5px 0 0;
}
#katalog07 {
    padding: 25px 0 0 0;
}
#zakzv {
    font-size: 11px;
    margin: 2px 0 0 0;
}
a.vybgor {
    font-weight: 600;
    color: #aeadad;
}
i.fa.fa-chevron-down {
    font-size: 11px;
    color: #005c5f;
}
i.fa.fa-clock-o {
    color: #005c5f;
    font-size: 16px;
    padding: 0 5px 0 0;
    float: left;
}
#citys2 ul {
    list-style: none;
    margin: 20px 0 20px 0;
}
#citys2 ul li {
    font-size: 22px;
    
    padding: 10px 0;
}
#citys2 ul li a {
    border-bottom: 2px dotted;
}
#myseti {
    margin: 0 0 0 -15px;
}
footer i.fa.fa-phone {
    color: #fff;
}
footer i.fa.fa-envelope {
    color: #fff;
}
footer i.fa.fa-clock-o {
    color: #fff;
}
i.fa.fa-phone {
    padding: 0 5px 0 0;
    font-size: 17px;
    color: #005c5f;
}
i.fa.fa-map-marker {
    color: #005c5f;
    font-size: 15px;
    padding: 0 5px 0 0;
}
#izb2 {
font-size: 13px;
    font-weight: 500;
    text-align: center;
    
}
#izb1 {
    text-align: center;
    margin: 9px 0 0 0;
    border: 2px solid #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    background: url(/image/trik2.png) center 0% no-repeat;
}
i.fa.fa-heart-o {
    font-size: 25px;
    color: #fff;
    margin: 12px 0 0 0;
}
.navbar-nav>li>a {
    color: #fff;
}
#fonprod .nav>li>a {
    position: relative;
    display: block;
    margin: 0px 0px !important;
    font-size: 26px;
    color: #a4a3a3;
    text-transform: uppercase;
    font-weight: 900;
}
#fonprod .nav>li a {
    padding: 0px 20px 15px 0px;
}
#vnalart ul {
    list-style: none;
    display: -webkit-box;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 500;
}
li.odpar {
    margin: 0 40px 0 0;
}
li.dropdown a span {
    color: #333333;
    
}
#baid01 {
    background: url(/image/bd1.png) center top no-repeat;
    height: 154px;
    margin: 5px;
    padding: 20px;
}
#baid02 {
    background: url(/image/bd2.png) center top no-repeat;
    height: 154px;
    margin: 5px;
    padding: 20px;
}
#baid03 {
    background: url(/image/bd3.png) center top no-repeat;
    height: 154px;
    margin: 5px;
    padding: 20px;
}
#baid2 {
    font-size: 25px;
    padding: 25px 0 0 20px;
    
}
a.belpodl {
    background: #fff;
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    
}
a.belpodl:hover {
    background: #005c5f;
    color: #fff;
    text-decoration: none;
}
#baid3 {
    padding: 5px 0 0 18px;
}
#specopt0 {
    background: #e5e9e7;
    color: #333333;
    overflow: hidden;
    margin: 85px 0px 10px 0px;
    min-height: 155px;
    padding: 20px 20px 25px 20px;

}
#sam012 {
    font-size: 27px;
    color: #333333;
    
    text-transform: uppercase;
    line-height: 1;
    max-width: 350px;
}
#sam010 {
    float: left;
    overflow: hidden;
    padding-right: 10px;
    min-height: 50px;
    width: 65px;
}
#sam01 #sam010 {
    width: 80px;
}
#sam02 #sam010 {
    margin: -6px 0 0 0;
}
#sam0132 {
    
    font-size: 21px;
    color: #005c5f;
    transition: 0.8s ease;
}
#sam020 {
    float: left;
    width: 37px;
}
#sam011 {
    font-size: 25px;
    color: #dcdcdc;
    
    padding: 35px 0 150px 0;
}
#sam014 {
    font-size: 30px;
    color: #333333;
    
    padding: 25px 0 0 0;
}
a.vkat {
    background: #ffc501;
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0px 3px 5px 0px rgba(177, 177, 177, 0.2);
}
#sam013 {
    font-size: 17px;
    color: #6f6e6e;
    padding: 10px 0 10px 0px;
    
    max-width: 280px;
}
#sam015 {
    padding: 35px 0 0 0;
}
#sam021 {
    font-size: 30px;
    color: #333333;
    
    padding-left: 10px;
    overflow: hidden;
}
#sam022 {
    font-size: 17px;
    color: #6f6e6e;
    padding: 5px 0 0 48px;
    max-width: 240px;
}
#samvse02 {
    overflow: hidden;
    padding: 40px 0 0 25px;
    max-width: 400px;
}
#sam032 {
    font-size: 17px;
    color: #6f6e6e;
    padding: 10px 0 10px 0px;
    
    max-width: 185px;
}
#sam033 {
    max-width: 165px;
    margin: 185px auto 0 auto;
}
#sam041 {
    font-size: 30px;
    color: #333333;
    
    border-left: 5px solid #ffc501;
    padding-left: 10px;
    margin: 45px 0 0 0;
}
#sam043 {
    margin: 30px 0 0 15px;
}
#sam051 {
    font-size: 30px;
    color: #333333;
    
    border-left: 5px solid #ffc501;
    padding-left: 10px;
    margin: 45px 0 0 141px;
}
#sam053 {
    margin: 30px 0 0 160px;
}
#sam023 {
    padding: 30px 0 0 0;
}
#specopt2 {
    padding: 10px 0px 2px 40px;
    font-size: 24px;
    margin: -5px 0 0 0;
}
#specopt3 {
    padding: 0px 0px 0px 5px;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0px 0 0px 32px;
    font-weight: 500;
    
}
#specopt4 {
    font-size: 15px;
    font-weight: 500;
    padding: 30px 17px 0px 40px;
    max-width: 400px;
    
}
#specopt4 b {
    color: #fff;
}
#hattrig {
    padding: 40px 0 40px 0;
}
#hattrig1 {
    text-align: center;
    font-size: 27px;
    
    text-transform: uppercase;
    margin: 30px 0 35px 0;
}
#hattrig2 {
    padding-bottom: 30px;
    text-align: center;
    color: #989898;
    font-weight: 500;
    font-size: 17px;
    margin: -5px auto 0 auto;
    max-width: 300px;
    
}
#hattrig3 {
    color: #fff;
}
#hattrig3 p:nth-child(1) {
    min-height: 65px;
    float: left;
    width: 120px;
}
#hattrig3 p:nth-child(2) {
    font-size: 23px;
    font-weight: 500;
    padding: 7px 0 0px 0;
    
}
#hattrig3 p:nth-child(3) {
    padding-bottom: 30px;
    font-size: 18px;
    max-width: 400px;
}
#pochrealt {
    padding: 30px 0 20px 0;
}
#tribayd {
    padding: 10px 0 0px 0;
}
#komand {
    padding: 40px 0 80px 0px;
    background: url(/image/predfooter.jpg) center top no-repeat;
}
#phsnizu3 {
    padding: 0 0 0 15px;
}
#phsnizu3 ul.setim a {
    color: #fff;
}
#omagaz {
    font-size: 42px;
    line-height: 1.0;
    color: #191919;
    
}
#omagaz:after {
content: "";
    border-bottom: 4px solid #ffc501;
    width: 65px;
    overflow: hidden;
    display: block;
    margin: 10px 0 0 0;
}
#omagaz2 {
    font-size: 17px;
    line-height: 1.2;
    padding: 25px 35px 25px 0;
    
    color: #989898;
    max-width: 320px;
}
a.omagaz4 {
    border: 1px solid #696565;
    padding: 15px 35px;
    border-radius: 50px;
    color: #696565;
    font-weight: 500;
    font-size: 16px;
    
}
#omagaz3 {
    padding: 45px 0 25px 0;
}
#omagaz5 {
    font-size: 31px;
    font-weight: 800;
    line-height: 1.0;
    color: #191919;
    
}
#omagaz6 {
    font-size: 23px;
    line-height: 1.2;
    font-style: italic;
    padding: 5px 17px 35px 25px;
    max-width: 300px;
    
}
#omagaz0 {
    padding: 10px 0 0 0;
}
#omagaz7 img {
    width: 220px;
    margin: 32px 0 0 0;
}
#omagaz8 img {
    width: 220px;
}
#omagaz9 img {
    width: 240px;
    margin: 0 0 20px 0;
}
#omagaz10 img {
    width: 240px;
}
#hit {
    background: #ffc501;
    width: 50px;
    height: 33px;
    padding: 7px 5px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    
}
#hitnew {
    background: #f00505;
    width: 50px;
    height: 33px;
    padding: 7px 5px;
    border-radius: 8px;
    color:#fff;
    font-size: 15px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    
}
#tribayd222 .container {
    width: 1210px;
}
.swiper-viewport {
    padding-bottom: 10px;
}
#datadd {
    color: #fff;
    font-size: 16px;
    
}
#newsblog {
    padding: 0 0 50px 0;
}
#menutwig .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 500;
    border-bottom: 1px solid #e9e6ed;
}
i.fa.fa-circle {
    color: #005c5f;
    font-size: 8px;
    margin: 4px 10px 0px 0px;
    display: block;
}
#prodlev button#vsevm11 {
    border: 0px;
    padding: 0;
    margin: -28px 0 0px 0;
    right: 40px;
    position: absolute;
    padding: 15px 18px;
    border-radius: 5px;
    background: #005c5f;
}
#cits {
    padding: 0px 0 0 0;
    font-weight: 600;
}
#zakzv a {
    color: #ffffff;
    font-weight: 600;
}
ul.vsplmenu {
    display: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    width: 200px;
    margin: 0px 0 0 0;
    padding: 15px;
    font-size: 15px;
    list-style: none;
}
.snizom:hover .vsplmenu {
    display: block;
}
#banhatoptvn {
    background: #efefef;
    height: 500px;
    padding: 20px;
    margin: 10px 0 0 0;
    overflow: hidden;
}
#banhatopt2 {
    font-size: 30px;
    color: #333333;
    
    text-transform: uppercase;
    max-width: 500px;
}
#epsoptcart {
    float: left;
    width: 55px;
    height: 40px;
    margin: 3px 0 0 0;
}
#banhatopt3 {
    font-size: 20px;
    font-weight: 300;
    padding: 15px 0 15px 55px;
}
#hattrigopt {
    padding: 40px 0 40px 0;
    background: url(/image/fonpreim.jpg) center top no-repeat;
    min-height: 723px;
}
#optov {
    padding: 30px 0 0 0;
}
#epsopt {
    font-size: 25px;
    color: #dcdcdc;
    
    padding: 110px 0 0px 0;
}
#banhatopt4 {
    margin: 0 0 0 55px;
}
#optvmest {
    padding: 50px 0 0 0px;
}
a.optprice {
    background: #005c5f;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 25px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    
}
a.optprice:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
}
.thumbnail.media .thumbnail .caption {
    padding: 9px;
    color: #333;
    font-size: 15px;
    color: #9a9898;
}
.thumbnail {
    border: 0px solid #ddd;
}
.caption.media-body h4 {
    padding: 0px 0 0 0;
    font-size: 18px;
    
}
.thumbnail .caption {
    font-size: 15px;
    
    padding: 35px 20px;
}
td.nazvatr {
    width: 129px;
    font-weight: 600;
}
#artname {
    font-weight: 600;
}
#myart {
    padding: 0 30px 10px 0px;
    float: left;
}
ul.nav.nav-tabs {
    margin: 40px 0 0px 0;
}
#attribs {
    font-size: 15px;
    padding: 0px 0 21px 0;
    overflow: hidden;
    min-height: 75px;
    display: none;
}
#nazgl {
    min-height: 65px;
}
#pochpok {
    background: #f2fcfe;
    padding: 35px 0;
}
#f13 {
    
    font-size: 15px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
#f13 a {
    color: #005c5f;
}
#sogl2 a {
    color: #005c5f;
    border-bottom: 1px solid;
}
#pochpok1 {
    text-align: center;
    font-size: 37px;
    font-weight: 600;
    padding: 25px 0 70px 0;
}
#pochpok2 {
    min-height: 150px;
    margin-top: -20px;
}
#pochpok2 p:nth-child(1) {
    min-height: 170px;
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
}
#pochpok2 p:nth-child(2) {
    text-align: center;
    font-size: 23px;
    max-width: 290px;
    margin: 0 auto 30px auto;
    font-weight: 500;
    
}
#pochpok2 p:nth-child(3) {
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
    max-width: 330px;
    margin: 0 auto;
    line-height: 1.4; 
    min-height: 195px;
    
}
#f12 input[type="submit"] {
    background: #005c5f;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 20px 25px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    
}
#f12 {
    text-align: center;
    padding: 25px 0px 0 0;
}
#volna {
    background: url(/image/volna.png) center top no-repeat;
    min-height: 440px;
}
#volna2 {
    background: url(/image/volna.png) center top no-repeat;
    min-height: 440px;
}
#marketpodder {
    padding: 35px 0;
}
#marketpodder1 p:nth-child(1) {
    font-size: 28px;
    font-weight: 300;
}
#marketpodder1 p:nth-child(2) {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 47px;
    color: #00b5fd;
    margin: -10px 0 25px 0;
    
}
#marketpodder3 {
    font-size: 17px;
    font-weight: 300;
}
#zaprosopt {
    padding: 50px 0 35px 0;
    text-align: center;
}
#zaprosopt1 p:nth-child(1) {
    text-align: center;
    font-size: 27px;
    
    text-transform: uppercase;
}
#optovzayavka {
    border: 1px solid #e2e2e2;
    padding: 35px 20px;
    border-radius: 4px;
}
#zaprosopt1 p:nth-child(2) {
    padding: 5px 0 0px 0;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    
}
#zaprosopt1 p:nth-child(3) {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    
    padding: 0 0 30px 0;
    margin: -7px 0 0 0;
}
#coptext p {
    color: #b5b5b5;
    font-size: 12px;
    margin: 0 0 8px 0;
}
#coptext img {
    margin: 10px 0 0 0;
    opacity: 0.5;
}
#farantiiivozvr1 {
    font-size: 17px;
    overflow: hidden;
}
#farantiiivozvr2 p:nth-child(1) {
    font-size: 32px;
    padding: 10px 0 20px 0;
    line-height: 1;
}
#farantiiivozvr3 {
    text-align: center;
    padding-right: 25px;
    padding-top: 5px;
}
#farantiiivozvr {
    padding-bottom: 40px;
}
#farantiiivozvr4 {
    width: 50px;
    background: #00b0f4;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    float: right;
    margin-right: 40px;
}
#oplkart {
    overflow: hidden;
    padding: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
p.zagopl {
    font-size: 16px;
}
p.zagopl2 {
    text-align: center;
}
input.oplf {
    background: none;
    border: 0px;
    border-bottom: 1px solid;
    width: 100%;
    max-width: 300px;
    height: 40px;
}
input.subopl {
    background: #fff;
    border: 0px;
    padding: 18px 80px;
    font-weight: 500;
    border-radius: 50px;
    margin: 10px 0 0 0px;
}
#farantiiivozvr55 {
    text-align: center;
}
#farantiiivozvr23 {
    font-size: 14px;
    padding: 10px 0;
}
#linheader {
    padding: 10px 0 0 0;
}
#citys{  
    min-height: 250px;
}

#citys3{  
    min-height: 250px;
        border: 10px solid #e8e8e8;
}
#citys4{  
    min-height: 250px;
        border: 10px solid #e8e8e8;
}

.mci.letter-list {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mci3.letter-list3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mci4.letter-list4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
    
#citys ul{margin-bottom:0px;}
#citys ul li{ list-style:none;display:inline-block;font-size: 20px; margin-left:0;margin-right:5px;padding-left:3px;cursor:pointer;}
#citys ul li a{text-decoration:none;padding-bottom: 5px;font-size:17px;font-weight: 500;text-shadow:0 1px 2px #fff;color:#000}
#citys ul li a:hover{border-bottom:1px dotted #000000;color:#000000}
.letter-list ul li:hover{border-bottom:1px dotted #000000;color:#000000}
#citys ul div{position:absolute;display:none;}
#citys #gor ul li{width:160px;vertical-align:top;}
#citys ul#main-citys{display:inline-block;}
#citys ul#main-citys li{width:140px;}
#city{cursor:pointer;display:inline-block;    border-bottom: #a1969b 1px dotted;}
.span2{width:210px !important;}
.halftop h4{min-height:50px;}
.mci{}
.letter-list ul{}
#current-choice{margin-bottom:15px; }
.active-letter{border-bottom:1px dotted #000000;    font-weight: bold;color:#000000}
.cit{cursor:pointer;display:block;height:0px;font-style:bold;text-shadow:0 1px 0 #fff;}



#citys3 ul{margin-bottom:0px;}
#citys3 ul li{list-style:none;display:inline-block;margin-left:0;margin-right:5px;padding-left:3px;cursor:pointer;}
#citys3 ul li a{text-decoration:none;font-size:15px;text-shadow:0 1px 2px #fff;color:#0091d9}
#citys3 ul li a:hover{border-bottom:1px dotted #000000;color:#000000}
.letter-list3 ul li:hover{border-bottom:1px dotted #000000;color:#000000}
#citys3 ul div{position:absolute;display:none;}
#citys3 #gor ul li{width:160px;vertical-align:top;}
#citys3 ul#main-citys{display:inline-block;}
#citys3 ul#main-citys li{width:140px;}
#city3{cursor:pointer;display:inline-block;    border-bottom: #a1969b 1px dotted;}
.span2{width:210px !important;}
.halftop3 h4{min-height:50px;}
.mci3{}
.letter-list3 ul{}
#current-choice3{margin-bottom:15px; }
.active-letter3{border-bottom:1px dotted #000000;    font-weight: bold;color:#000000}
.cit3{cursor:pointer;display:block;height:0px;font-style:bold;text-shadow:0 1px 0 #fff;}



#citys4 ul{margin-bottom:0px;}
#citys4 ul li{list-style:none;display:inline-block;margin-left:0;margin-right:5px;padding-left:3px;cursor:pointer;}
#citys4 ul li a{text-decoration:none;font-size:15px;text-shadow:0 1px 2px #fff;color:#0091d9}
#citys4 ul li a:hover{border-bottom:1px dotted #000000;color:#000000}
.letter-list4 ul li:hover{border-bottom:1px dotted #000000;color:#000000}
#citys4 ul div{position:absolute;display:none;}
#citys4 #gor ul li{width:160px;vertical-align:top;}
#citys4 ul#main-citys{display:inline-block;}
#citys4 ul#main-citys li{width:140px;}
#city4{cursor:pointer;display:inline-block;    border-bottom: #a1969b 1px dotted;}
.span2{width:210px !important;}
.halftop3 h4{min-height:50px;}
.mci3{}
.letter-list4 ul{}
#current-choice4{margin-bottom:15px; }
.active-letter4{border-bottom:1px dotted #000000;    font-weight: bold;color:#000000}
.cit4{cursor:pointer;display:block;height:0px;font-style:bold;text-shadow:0 1px 0 #fff;}

/* demo РєРѕРЅС‚РµР№РЅРµСЂ */
.demo {
    margin: 13px 0 0 0;
}
/* СЃРєСЂС‹РІР°РµРј С‡РµРєР±РѕРєСЃС‹ Рё Р±Р»РѕРєРё СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј */
.hide,
.hide + label ~ div {
    display: none;
    position: absolute;
    background: #fff;
    width: 1250px;
    top: 110px;
    min-height: 400px;
    z-index: 10;
    left: -400px;
    box-shadow: 11px 14px 75px 5px rgba(202, 199, 199, 0.4);
}
/* РІРёРґ С‚РµРєСЃС‚Р° label */
.hide + label {
    margin: 0 0 0 -12px;
    padding: 17px 30px 10px 30px;
    background: #005c5f;
    cursor: pointer;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    
}
/* РІРёРґ С‚РµРєСЃС‚Р° label РїСЂРё Р°РєС‚РёРІРЅРѕРј РїРµСЂРµРєР»СЋС‡Р°С‚РµР»Рµ */
.hide:checked + label {
    color: #fff;
    border-bottom: 0;
    background: #1baae3;
}
/* РєРѕРіРґР° С‡РµРєР±РѕРєСЃ Р°РєС‚РёРІРµРЅ РїРѕРєР°Р·С‹РІР°РµРј Р±Р»РѕРєРё СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј  */
.hide:checked + label + div {
    display: block; 
    margin-left: 20px;
    padding: 20px;
    /* С‡СѓС‚РѕС‡РєСѓ Р°РЅРёРјР°С†РёРё РїСЂРё РїРѕСЏРІР»РµРЅРёРё */
     -webkit-animation:fade ease-in 0.5s; 
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s; 
}
/* Р°РЅРёРјР°С†РёСЏ РїСЂРё РїРѕСЏРІР»РµРЅРёРё СЃРєСЂС‹С‚С‹С… Р±Р»РѕРєРѕРІ */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hide + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #333333;
    content: "\f0c9";
    display: block;
    float: left;
    font-size: 14px; 
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 0px 5px 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\f00d";
    color:#fff;
}
a.closebd {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 0px;
    color: #bbbaba;
}
#tovhatmen {
    min-height: 250px;
    padding: 0 10px;
}
#tovhatmen p:nth-child(1) {
    
}
#tovhatmen p:nth-child(2) {
    font-weight: 600;
    
    
}
#tovhatmen p:nth-child(3) {
    font-size: 15px;
    color: #9a9898;
    
}
#tovhatmen a {
    color:#fff;
}
#input-sort {
    border: 0px;
    background: none;
    text-align: left;
}
#column-right {
    padding-left: 20px;
    padding-bottom: 80px;
}
#jelt {
    background: #005c5f;
    color: #fff;
    padding: 3px 9px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 50px;
    font-size: 14px;
}
#prodlev {
    max-width: 150px;
    float: left;
}
#prodlev2 {
    font-size: 10px;
    padding: 30px 0px 0px 9px;
    overflow: hidden;
    font-size: 15px;
}
#prodlev2 a {
    color: #06a3e2;
    font-weight: 600;
    border-bottom: 2px dotted !important;
}
#uznopt {
    font-size: 15px;
    padding: 10px 0px;
    
}
#vsepoakc2 {
    padding: 30px 0 30px 0;
}
#vsepoakc2 a {
    color: #005c5f;
    border-bottom: 2px dotted;
    padding-bottom: 2px;
    font-size: 17px;
    font-weight: bold;
}
#chertamas {
    padding: 0 25px 0 0;
}
#textnov {
    font-size: 19px;
    color: #726c6c;
    padding: 0 5px;
    
}
#daddet2 img {
    margin: -3px 5px 0 0;
}
#fonprod .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    font-size: 23px;
    margin: 0 5px 0 0px;
}
#fonprod .nav-tabs>li.active>a, #fonprod .nav-tabs>li.active>a:focus, #fonprod .nav-tabs>li.active>a:hover {
    cursor: default;
    border: 0px;
    color: #000;
    border-radius: 5px;
    font-weight: 900;
}
#fonprod .nav-tabs {
    border-radius: 5px;
    margin: 40px 0px 20px 0px;
    border: 0px;
}
.rating a {
    font-size: 16px;
    color: #656464;
    font-weight: 500;
    padding-left: 10px;
    
}
.list-unstyled7 {
    list-style: none;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0;
}
.list-unstyled7 li {
    display: inline-block;
}
#fonprod h2 {
font-weight: 700;
    margin: 0;
    font-size: 24px;
    
}
li.nizhe {
    padding: 0px 0px 4px 21px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500;
    
}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
li.nizhe a {
    color: #005c5f;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none;
}
ul.vsplmenu i.fa.fa-circle {
    color: #dadad8;
    font-size: 6px;
    padding-right: 10px;
}
ul.vsplmenu li {
    padding: 5px 0;
    font-weight: 500;
    
}
ul.vsplmenu li a {
    color:#333333;
}
.addthis_toolbox.addthis_default_style {
    display: none !important;
}
ul.setim a {
    color: #6d6d6d;
}
ul.setim {
    list-style: none;
    margin: 0 0px 0 -15px;
    padding: 0;
}
ul.setim li {
    padding: 0 0 0 4px;
}
i.fa.fa-facebook {
    font-size: 17px;
}
ul.setim li {
    display: inline;
}
i.fa.fa-youtube-play {
    font-size: 20px;
}
i.fa.fa-key {
    color: #005c5f;
}
#cart .btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    margin-left: 0px;
}
#cart-dvig {
    width: 23px;
    height: 23px;
    padding: 3px 0 0 0;
    text-align: center;
    font-size: 12px;
    background: #005c5f;
    border-radius: 50px;
    margin: 5px 0 0 35px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}
#cart-totalk {
font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin: 0 0px 0px 60px;
    
}
#izb {
    margin: 15px 0 0 10px;
    padding: 0 0 0 25px;
}
#cart-totalkhat {
    margin: -26px 0 0 0;
    position: relative;
    z-index: 1;
    float: left;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #eff2f6 url(/image/korzhat.png) center 55% no-repeat;
    border-radius: 150px;
    background-size: 55%;
}
#phonehat {
    padding: 0 6px 0 0px;
}
#phsnizu1 {
    color: #fff;
    font-weight: 600;
}
ul.socvnizu {
    list-style: none;
}
ul.socvnizu li {
    display: inline;
    padding: 0 4px 0 0;
}
ul.socvnizu {
    list-style: none;
    padding: 0;
    margin: 18px 0 10px 0;
}
#smesh a {
    color: #333333;
}
#smesh a:hover {
    color: #1baae3;
}
.list-group-item {
    background: none;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: none;
}
#jird label {
    font-weight: 600;
    font-size: 18px;
}
#input-sort {
    padding-left: 10px;
}
.input-option2 {
	margin-right: 10px;
	width: 100%;
    min-height: 50px;
    overflow: hidden;
    margin-bottom:20px;
}
a.zakodkl2 {
    color: #333333;
    text-decoration: none;
    font-size: 26px;
    font-weight: 900;
    
}
a.zakodkl2:hover {
    
}
#zakodkl {
    float: left;
    margin: 6px 25px 6px 25px;
}
.price-old {
    font-weight: 500;
    color: #555A64;
    margin-left: 10px;
    font-size: 20px;
}
a.zakodklwha2 {
    color: #02a258;
    font-weight: 500;
    font-size: 18px;
    
}
i.fa.fa-whatsapp {
    font-size: 20px;
}
h2.price.price-old {
    color: #333333;
}
#artname2 {
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    
}
#zakodklwha {
    padding: 5px 0 0 8px;
    overflow: hidden;
}
.input-option2 input[type=radio] {
	display: none;
}
.input-option2 label {
    font-size: 20px;
}
 .salles .bx-wrapper
{ margin: 0 !important; }

.sale-block img{position: absolute;right: 10px;top: -6px;}

.block-city ul {display: none;}

.this-city
{
    padding: 20px;
    position: relative;
    background-color: #f1f1f1;
    cursor: pointer;
    margin: 20px 10px;
    
}
.tal ul li {
    list-style: none;
}
#puvyd {
    padding: 40px 0;
    
    font-size: 23px;
    border-bottom: 1px solid #f1f1f1;
}
.this-city:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    color: #dedddd;
    float: right;
}
.arrow-span
{
    position: absolute;
    right: 20px;
    top: 10px;
}
/* Checked */
.input-option2 input[type=radio]:checked + label {
	font-weight: 600;
}

#product .radio input[type="radio"]:checked + .input-option2  {
    border-bottom: 0px solid #00b2f6;
	font-weight: 600;
}
/* Disabled */
.input-option2 input[type=radio]:checked ~ label {
	font-weight: 600;
}
#cvkrasn {
    width: 40px;
    height: 40px;
    background: #f30606;
    border-radius: 50px;
    margin: 10px 0 0 0px;
}
#cvoranj {
        width: 40px;
    height: 40px;
    background: #ff7e00;
    border-radius: 50px;
    margin: 10px 0 0 0px;
}
#cvjelt {
        width: 40px;
    height: 40px;
    background: #ffc501;
    border-radius: 50px;
    margin: 10px 0 0 0px;
}
#cvsin {
        width: 40px;
    height: 40px;
    background: #223ebb;
    border-radius: 50px;
    margin: 10px 0 0 0px;
}
#cvzel {
        width: 40px;
    height: 40px;
    background: #1b7907;
    border-radius: 50px;
    margin: 10px 0 0 0px;
}
#krasn {
    float: left;
    width: 20px;
    height: 20px;
    background: #f70808;
    border-radius: 50px;
    margin: 6px 8px 0 0px;
    padding-left: 0px !important;
}
#oranj {
    float: left;
    width: 20px;
    height: 20px;
    background: #ff7e00;
    border-radius: 50px;
    margin: 6px 8px 0 0px;
    padding-left: 0px !important;
}
#jeltt {
    float: left;
    width: 20px;
    height: 20px;
    background: #ffc501;
    border-radius: 50px;
    margin: 6px 8px 0 0px;
    padding-left: 0px !important;
}
#sin {
    float: left;
    width: 20px;
    height: 20px;
    background: #223ebb;
    border-radius: 50px;
    margin: 6px 8px 0 0px;
    padding-left: 0px !important;
}
#zel {
    float: left;
    width: 20px;
    height: 20px;
    background: #1b7907;
    border-radius: 50px;
    margin: 6px 8px 0 0px;
    padding-left: 0px !important;
}
.checkbox label, .radio label {
    padding-left: 0px;
}
#peremvyb {
    border-radius: 5px;
    margin: 25px 0 0 0;
}
#input-coupon {
    max-width: 300px;
    float: left;
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #ececec;
}
#button-coupon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 51px;
    background: #fff;
    color: #333333;
    border: 1px solid #d2cdcd;
}
#svoya {
background: #005c5f;
    padding: 20px 25px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    
    border: 0px;
    color: #333333;
    width: 250px;
}
#d_quickcheckout .panel-default > .panel-heading {

}
#d_quickcheckout .panel-default {

}
#d_quickcheckout form.form-horizontal {
    border: 0px solid #e2e2e2;
}
#d_quickcheckout .panel-default > .panel-heading {
    padding: 20px 15px 10px 15px;
    color: #333;
    border: 0px;
    background-color: #ffffff !important;
    border-color: #eff2f6;
    
}
#payment_address_heading_heading {
    display: none;
}
#d_quickcheckout .table-bordered {
    border: 0px solid #eff2f6;
}
#d_quickcheckout .table-bordered > tbody > tr > td, #d_quickcheckout .table-bordered > tbody > tr > th, #d_quickcheckout .table-bordered > tfoot > tr > td, #d_quickcheckout .table-bordered > tfoot > tr > th, #d_quickcheckout .table-bordered > thead > tr > td, #d_quickcheckout .table-bordered > thead > tr > th {
    border: 0px solid #eff2f6 !important;
}
#d_quickcheckout .table-bordered > tbody > tr > td, #d_quickcheckout .table-bordered > tbody > tr > th, #d_quickcheckout .table-bordered > tfoot > tr > td, #d_quickcheckout .table-bordered > tfoot > tr > th, #d_quickcheckout .table-bordered > thead > tr > td, #d_quickcheckout .table-bordered > thead > tr > th {
    border: 0px solid #eff2f6 !important;
}
#d_quickcheckout .table-bordered {
    border: 0px solid #eff2f6 !important;
}
td.qc-name a {
    
    color: #000 !important;
    font-size: 17px;
}
td.qc-total {
    
}
td.qc-name {
    max-width: 200px;
    line-height: 0.9 !important;
}
#d_quickcheckout thead {
    display:none;
}
#overss {
    height: 385px;
    overflow: hidden;
}
#overss img {
    border: 1px solid #eaecec;
    border-radius: 5px;
}
#tab-description {
    line-height: 1.3;
    font-weight: 500;
}
#tab-specification table {
    width: 100%;
    margin-bottom: 18px;
    table-layout: auto;
    min-width: 500px;
}
#tab-specification table tbody>tr:nth-child(odd)>td, .table tbody>tr:nth-child(odd)>th {
    background-color: #f5f5f5;
}
#phvyd {
    padding: 0 0px 0 30px;
    font-weight: 900;
}
#tab-specification table th, .item-pages table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #d9eff7;
    border-bottom: 1px solid #d9eff7;
    border-right: 1px solid #d9eff7;
    border-left: 1px solid #d9eff7;
}
#tab-specification {
    font-weight: 500;
    
}
#form-review {
    padding: 30px 35px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
#form-review h2 {
    font-weight: 600;
    margin: 0;
    font-size: 28px;
    
}
.tab-content>.tab-pane {
    margin: 0 0px;
}
a.omagaz4:hover {
    border: 1px solid #00aef9;
    color: #00aef9;
}
select.form-control {
    height: 53px;
    margin: 0 10px;
}
label.checkbox-inline {
    margin: 20px 0px 0 25px;
}
.alert-success {
    color: #005c5f;
    background-color: #eff2f6;
    border-color: #eff2f6;
    margin-top: 20px;
}
a.neakt {
    pointer-events: none;
}
#footniz1 {
    max-width: 250px;
}
.panel2.panel-default1 {
    border: 1px solid #eff2f6;
    border-radius: 8px;
    margin: 0 0 40px 0;
    padding: 15px;
    max-width: 315px;
}
.formobrsv2 {
    font-size: 27px;
    color: #333333;
    font-weight: 500;
}
.formobrsv {
    padding: 40px;
    border: 1px solid #005c5f;
    border-radius: 5px;
}
#blokkont1 {
    width: 70px;
    float: left;
    height: 80px;
    padding-right: 10px;
}
#blokkont2 p:nth-child(1) {
    font-size: 14px;
    color: #9e9898;
}
#blokkont2 p:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
    margin: -5px 0 5px 0;
}
#blokkont2 p:nth-child(3) {
    font-size: 14px;
    color: #005c5f;
    font-weight: 600;
}
.buttons {
    overflow: hidden;
}
#kartaboat {
    padding: 10px 0 50px 0;
}
#zaginpp134 {
    padding: 15px 0 25px 0;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
#zaginpp1342 {
    padding-bottom: 23px;
    text-align: center;
    color: #302f2f;
    font-weight: 300;
    line-height: 1.1;
    font-size: 15px;
}
#zaginpp1343 {
    text-align: center;
    font-size: 16px;
    padding: 0px 0 15px 0;
    
}
#zaginpp1344 {
    text-align: center;
    padding-bottom: 15px;
}
input.hatforma {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #333;
    background: #fff;
    padding: 0 20px;
}
input.hatforma::placeholder {
    color: #333;
}
input.hatformabut {
background: #005c5f;
    color: #fff;
    padding: 14px 25px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
    width: 100%;
}
#vybmag {
    margin: 0 -35px 0 0px;
    position: relative;
    z-index: 1;
    display: inline-flex;
}
#zaginpp1345 {
    text-align: center;
    padding-bottom: 15px;
}
#farantiiivozvr2 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}
#komandstr {
    margin: 35px 0;
    min-height: 250px;
}
#komandstr p:nth-child(1) {
    font-size: 17px;
    
}
#komandstr p:nth-child(2) {
    color: #005c5f;
    font-size: 16px;
    
    margin: -5px 0 0 0;
}
#komandstr p:nth-child(3) {
    font-size: 16px;
    margin: 5px 0 0 0;
}
#negl #podnsotr {
    background: #005c5f;
    color: #fff;
    padding: 15px 20px;
    margin: -120px 0 0 45px;
    max-width: 320px;
    position: relative;
}
#komandstr #negl p:nth-child(2) {
    color: #ffffff;
}
#form-xreviews .btn-primary {
    color: #fff !important;
    border-radius: 4px;
    padding: 15px 20px !important;
    background-color: #005c5f !important;
    background: #005c5f !important;
    font-weight: 600;
    font-size: 20px;
    box-shadow: none;
}
.table-bordered {
    border: 0px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0px solid #ddd;
}
thead {
    color: #000000;
    padding-bottom: 20px;
}
table.table.table-bordered thead td {


}
table.table.table-bordered .img-thumbnail {
    border: 0px solid #ddd;
}
#nows {
    
    font-size: 25px;
    padding: 50px 0;
    text-align: center;
}
#nazvvkorz {
    
    padding: 20px 0 0 0;
}
#udalkorz {
    background: none;
    color: #333333;
    font-size: 20px;
    padding: 40px 0 0 0;
}
input.optfgl {
    background: none;
    border: 0px;
    border-bottom: 1px solid #212020;
    height: 40px;
    color: #333333;
    float: left;
}
input.optfglsub {
    background: #005c5f;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    
    border: 0px;
    color: #333333;
    margin: 0 0px 0 10px;
}
#specopt77 {
    padding: 10px 0 0 0;
}
input.optfgl::placeholder {
    color: #333333;
    font-size: 15px;
}
button#qc_confirm_order {
    background: #fff !important;
    background-color: #fff !important;
    max-width: 300px;
    border-radius: 50px !important;
    border: 2px solid #dad7d7 !important;
    height: 50px;
    font-family: 'Museo Sans Cyrl 700', sans-serif !important;
    color: #929292 !important;
}
#blokkont {
    overflow: hidden;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}
#platezhi {
    padding: 20px 0 0 0;
}
.messages {
    background: #f5f5f5;
    text-align: center;
}
.messages2 {
    background: #f5f5f5;
    text-align: center;
}
.messages3 {
    background: #f5f5f5;
    text-align: center;
}
.messages4 {
    background: #f5f5f5;
    text-align: center;
}
.messages6 {
    margin: 3px 0 0 0;
    padding: 0;
    font-size: 12px;
}
span.optvtov a {
    color: #333333;
}
.nav2 {
    width: 370px;
    min-width: 370px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: -370px;
    padding: 15px 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background: #ffffff;
    z-index: 2010;
}
.nav3 {
    width: 370px;
    min-width: 370px;
    height: 100%;
    position: fixed;
    top: 77px;
    bottom: 0;
    margin: 0;
    left: -370px;
    padding: 15px 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background: #eff2f6;
    z-index: 2010;
}



.nav2-toggle {
padding: 0px 15px 0 15px;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.nav3-toggle {
padding: 3px 15px 0 15px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

#world {
    list-style: none;
}
#world2 {
    list-style: none;
}
#world3 {
    list-style: none;
}
#world4 {
    list-style: none;
}
#world5 {
    list-style: none;
}
.nav2-toggle:after {
    content: " ";
    text-decoration: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.nav2-toggle:hover {
    color: #068d9c;;
}
.nav3-toggle:hover {
    color: #068d9c;;
}
#emtr:hover {
    background: #359fe2;
}

[id='nav2-toggle'] {
    position: absolute;
    display: none;
}

[id='nav2-toggle']:checked ~ .nav2 > .nav2-toggle {
    left: auto;
    right: 2px;
    top: 1em;
}

[id='nav2-toggle']:checked ~ .nav2 {
    left: 0;
    box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}

[id='nav2-toggle']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}
[id='nav2-toggle']:checked ~ .nav2 > .nav2-toggle:after {
    content: '\2715';
}



[id='nav3-toggle'] {
    position: absolute;
    display: none;
}

[id='nav3-toggle']:checked ~ .nav3 > .nav3-toggle {
    left: auto;
    right: 2px;
    top: 1em;
}

[id='nav3-toggle']:checked ~ .nav3 {
    left: 0;
    overflow-y: auto;
}

[id='nav3-toggle']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}
[id='nav3-toggle']:checked ~ .nav3 > .nav3-toggle:after {
    content: '\2715';
}









.nav2 h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.nav2 h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}


[id='nav2-toggle']:checked ~ .nav2 h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


.nav2 > ul {
    display: block;
    margin: 0;
    padding: 100px 0 0 0;
    list-style: none;
}

.nav2 > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav2-toggle']:checked ~ .nav2 > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.nav2 > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav2 > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav2 > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav2 > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav2 > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav2 > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav2 > ul > li > a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #333333;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}


.nav2 > ul > li > a:hover,
.nav2 > ul > li > a:focus {
    color: #333333;
    padding-left: 15px;
}




.nav2-toggle2 {
    right: 20px;
    display: block;
    z-index: 999;
    position: absolute;
    top: 15px;
    cursor: pointer;
}

.nav2 > ul > li > a:hover:before {
    width: 0%;
    background: #005282;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav2 > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}
i.fa.fa-times-circle-o {
    color: #333333;
    font-size: 18px;
}
nav.nav2 {
    font-size: 16px;
    
}

.nav3 h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.nav3 h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}


[id='nav3-toggle']:checked ~ .nav3 h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


.nav3 > ul {
    display: block;
    margin: 0;
    padding: 100px 0 0 0;
    list-style: none;
}

.nav3 > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav3-toggle']:checked ~ .nav3 > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.nav3 > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav3 > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav3 > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav3 > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav3 > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav3 > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav3 > ul > li > a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #333333;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}


.nav3 > ul > li > a:hover,
.nav3 > ul > li > a:focus {
    color: #333333;
    padding-left: 15px;
}




.nav3-toggle2 {
    right: 20px;
    display: block;
    z-index: 999;
    position: absolute;
    top: 15px;
    cursor: pointer;
}

.nav3 > ul > li > a:hover:before {
    width: 0%;
    background: #005282;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav3 > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}
i.fa.fa-times-circle-o {
    color: #333333;
    font-size: 18px;
}
nav.nav3 {
    font-size: 16px;
    
}
#menutwigmob {
    position: fixed;
    width: 100%;
    background: #f1f1f1;
    z-index: 999;
    padding: 5px 0 5px 0;
}
#menutwigmob #phonetwig {
    text-align: center;
    padding: 10px 0 0 0px;
}
#menutwigmob #zakzv {
    font-size: 11px;
    margin: 2px 0 0 0;
    text-align: center;
}
#menutwigmob #cart {
    padding-top: 5px;
}
#menutwigmob {
    display: none;
}
button.btn.btn-primary {
    background: #005c5f;
    background-color: #005c5f;
}
i.fa.fa-arrow-circle-o-right {
    color: #00aef1;
    font-size: 25px;
}
p.zagopl {
    text-align: left;
}
p.zagopl3 {
    text-align: left;
    padding: 33px 0 25px 0;
}
#menuosn {
    margin: 5px 20px 0px -20px;
}
#menuosn .navbar-nav>li:hover {
    
}
li.nav-item.akc:hover a {
    color:#fff !important;
}
#input-option2 .radio input[type="radio"]:checked + label img {
    border: 2px solid #005c5f;
}
#input-option2 #netnal .radio input[type="radio"]:checked + label {
    background: #c7c4c4;
    border: 1px solid #5d5d5d;
    color: #fff;
}
#fn1 {
    background: url(/image/f1.jpg) center top repeat-x;
    height: 447px;
}
#fn2 {
    background: url(/image/f2.jpg) center top no-repeat;
    height: 447px;
}
#fn3 {
    background: url(/image/f3.jpg) center top repeat-x;
    height: 447px;
}
#fn4 {
    background: url(/image/f4.jpg) left top no-repeat;
    height: 447px;
}
#pochrealt p:nth-child(1) {
    color: #005c5f;
    font-size: 20px;
    
}
#pochrealt p:nth-child(2) {
    
    color: #fff;
    font-size: 26px;
    max-width: 300px;
}
#pochrealt p:nth-child(3) {
    color: #fff;
    max-width: 400px;
    font-size: 18px;
    padding: 5px 0 0 0;
}
#bl1 {
    padding: 75px 35px 0 0px;
    width: 220px;
    float: right;
    color: #fff;
}
#bl2 {
    padding: 75px 0px 0 35px;
    width: 220px;
    color: #fff;
}
#bl11 p:nth-child(1) {
    
    font-size: 21px;
    line-height: 1;
    max-width: 160px;
    padding: 15px 0 0 0;
}
#bl12 p:nth-child(2) {
    font-size: 16px;
}
#bl12 a {
    
    font-size: 16px;
    color: #fff;
    display: block;
    border: 2px solid;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    max-width: 155px;
    margin: 15px 0 0 0;
    text-decoration: none;
    transition: 0.8s ease;
}
#bl12 a:hover {
    margin: 15px 0 0 10px;
}
#bl10 {
    min-height: 65px;
}
#bl1 img {
    margin: 10px 0 0 0;
}
#aktualnews {
    color: #005c5f;
    font-size: 20px;
    
}
#okomp h3 {
    margin: 5px 0 5px 0;
    color: #333333;
    font-weight: 900;
    
    font-size: 49px;
}
#aktualnewstext {
    color: #726c6c;
    padding: 0 0 20px 0;
    max-width: 350px;
    
}
#okomp h4 {
    
    font-size: 20px;
    line-height: 1;
}
#daddet2 {
    color: #726c6c;
    
    padding: 10px 0 0 0;
}
#tagnov {
    font-size: 17px;
    background: #005c5f;
    width: 130px;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    position: absolute;
    top: 35px;
    left: 10px;
    
}
#okomp #sam0132 a {
    color: #005c5f;
}
#lkab {
    font-weight: 600;
}
#lkab img {
    margin: 0 5px 0 0;
}
#smglfon {
    margin: -20px 0 20px 0;
}
#prodlev button#vsevm11 {
    border: 0px;
    padding: 0;
    margin: -28px 0 0px 0;
    right: 40px;
    position: absolute;
    padding: 13px 15px;
    border-radius: 5px;
}
.rating .fa-stack {
    font-size: 8px;
}
i.fa.fa-shopping-cart {
    color: #fff;
    font-size: 23px;
}
.mknp {
    width: 40px;
    background: none;
    color: #333333;
}
.product-list .product-thumb {
    width: 100%;
    max-width: 100%;
    min-height: auto;
}
.product-list .image {
    max-width: 235px;
    margin-right: 20px;
}
.product-grid #artnazgl {
    display: none;
}
.product-list #artnazgl {
    display: block;
    padding-bottom: 10px;
    color: #afaaaa;
}
.product-list .product-thumb h4 {
    min-height: 30px;
}
.mknp.active {
    background: none;
    box-shadow: none;
    color: #005c5f;
}
#jird #input-sort {
    font-weight: 500;
    margin: 0px 0 0 0px;
    border-radius: 0px;
    font-size: 14px;
    width: 100%;
    max-width: 230px;
    background: #fff;
    border: 1px solid #333;
    padding: 5px 15px;
}
#tovcat {
    margin: 25px 0px 0 -20px;
}
#product-category h1 {
    padding-bottom: 15px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
    background: #f0f0f0 !important;
    color: #000 !important;
    border-radius: 7px;
    width: 40px;
    height: 40px;
    
    text-align: center;
}
.pagination>li>a, .pagination>li>span {
background-color: #fff;
    border: 0px solid #ddd;
    color: #2b2b2b;
    float: left;
    line-height: 1.42857143;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    
    font-size: 17px;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 10px;
}
ul.plitss {
    list-style: none;
    margin: 0;
    padding: 0;
}
#myseti p {
    padding: 0;
}
.live-search {
    margin-top: 60px !important;

}
h5 {
    color: #333333;
    font-weight: 900;
    
    font-size: 30px;
}
b, strong {
    font-weight: 700;
    
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
.form-control {
    border: 0px solid #ccc;
    background: #f3f6f8;
    border-radius: 0px;
    box-shadow: none;
}
form.form-horizontal {
    padding: 30px 35px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
#xreviews #input-text {
    margin-left: -15px;
    margin-right: -15px;
}
.xreviews-comment {
    font-size: 16px;
    
    margin-bottom: 15px;
    border-left: 4px solid #005c5f !important;
}
#xreviews #form-xreviews {
    margin: 20px 0;
}
.thumbnail.media {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 20px;
}
h3.pohtov {
    padding: 0 0 10px 0;
    font-weight: 900;
    font-size: 32px;
    margin-top: 80px;
    text-transform: uppercase;
}
#poakcf {
    color: #FF0000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}
#carousel217 {
    margin: 0 -15px;
}
#button-cart i.fa.fa-shopping-cart {
    color: #ffffff;
    font-size: 18px;
    padding: 0 5px 0 0;
}
#tab-specification77 table tbody>tr:nth-child(odd)>td, .table tbody>tr:nth-child(odd)>th {
    background-color: #f5f5f5;
}
#tab-specification77 {
    font-size: 16px;
    font-weight: 300;
    
}
.vyrcencart {
    width: 95px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
#tsnizu {
    border-top: 1px solid #eff2f6;
    margin: 0 -10px;
    padding: 10px 0 0 0;
}
#myudal {
    padding: 0 0 0 10px;
}
.itvs {
    width: 150px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
#perk {
    margin: 0px -10px 0px -10px;
}
#perk a {
    background: #005c5f;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
    border: 0px;
    display: block;
    max-width: 100%;
    margin: 0 15px 20px 15px;
    text-align: center;
}
#cart .img-thumbnail {
    border: 0px solid #ddd;
}
#skko {
    font-weight: 500;
    font-size: 12px;
}
#pustkorz {
    padding: 20px 20px 0px 20px;
    text-align: center;
}
#pustkorz1 img {
    width: 65px;
}
#pustkorz2 {
    font-size: 26px;
    padding: 10px 0 5px 0;
    
}
#pustkorz3 {
    color: #777;
    font-size: 14px;
    line-height: 1.1;
    padding: 0 0 15px 0;
    max-width: 350px;
    margin: 0 auto;
}
#pustkorz4 a {
    display: block;
    border-top: 1px solid #eff2f6;
    padding: 15px 0;
    font-size: 20px;
    margin: 0 -20px;
    background: #333333;
    color: #fff;
    
    font-weight: 700;
}
#komandstrzag p:nth-child(1) {
    color: #005c5f;
    font-size: 20px;
    
}
#komandstrzag p:nth-child(2) {
    font-size: 30px;
    color: #333333;
    
    text-transform: uppercase;
    line-height: 1;
}
#komandstrzag p:nth-child(3) {
    color: #726c6c;
    padding: 0 0 20px 0;
    max-width: 350px;
    
}
#komandstr img {
    max-width: 350px;
}
#podnsotr {
    background: #171717;
    color: #fff;
    padding: 15px 20px;
    margin: -120px 0 0 45px;
    max-width: 320px;
    position: relative;
}
#prvooil1 p:nth-child(1) {
    color: #005c5f;
    font-size: 30px;
    
    text-transform: uppercase;
}
#prvooil1 p:nth-child(2) {
    padding: 0 0 20px 0;
    max-width: 250px;
    
    margin: -5px 0 0 0;
    line-height: 1;
}
#description {
    
    line-height: 1.2;
}
li.nav-item.cataloil {
    background: #005c5f;
}
i.fa.fa-bars {
    color: #fff;
    font-size: 20px;
    padding: 0 10px 0 0;
}
#korzvsya {
    border: 1px solid #eff2f6;
    border-radius: 5px;
    margin: 30px 0 0 0;
    padding: 20px;
    font-size: 16px;
}
#checkout-cart img.img-thumbnail {
    width: 80px;
}
#nazvvkorz {
    padding: 5px 0 0 0;
    max-width: 500px;
    font-size: 15px;
}
#nows {
    font-size: 20px;
    padding: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
}
.my_quantity {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    max-width: 115px;
}
.my_quantity button {
    border: 0;
    padding: 0 10px 0 10px;
    height: 45px;
}
input.quant {
    border: 0;
    text-align: center;
    width: 35px;
}
#udalkorz {
    background: none;
    color: #8e8888;
    font-size: 15px;
    padding: 0px 0 0 0;
}
p.kupdesc {
    color: #777;
    font-size: 14px;
}
#input-coupon {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    max-width: 175px;
    float: left;
    margin: 0 5px 0 0px;
}
#button-coupon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 50px;
    background: #fff;
    color: #333333;
    border: 1px solid #d2cdcd;
    font-size: 15px;
    width: 180px;
}
#svoya {
background: #005c5f;
    padding: 16px 25px;
    display: block;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    border: 0px;
    color: #fff;
    width: 230px;
    margin: 14px 0 0 0;
    border-radius: 5px;
}
#modulicart {
    border-top: 1px solid #eff2f6;
    padding: 25px 0 0 0;
}
#myitogokartitvse {
    max-width: 200px;
    margin: 30px auto 0 auto;
}
#myitogokartit {
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 25px 0 0;
}
#myitogokart {
    font-size: 21px;
    font-weight: 700;
    margin: 0px 0 0 0;
    
}
#nizkorz {
    margin: 0;
}
#poztov {
    margin: 0 0 15px 0;
}
#korzvsya .table-responsive {
    background: #fff;
    border: 0px solid #eaeaea;
    overflow: hidden;
    margin: 0 0 10px 0;
}
#d_quickcheckout .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 0px solid #ccc  !important;
    background: #f0f0f0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    height: 45px !important;
}
#payment_address .panel-heading {
    display: none;
}
#cart_view .panel-heading {
    display: none;
}
#d_quickcheckout .panel-body {
    padding: 0px 15px 10px 15px !important;
}
button#qc_confirm_order {
    background: #005c5f !important;
    padding: 16px 25px !important;
    display: block !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    border: 0px !important;
    color: #fff !important;
    margin: 14px 0 0 0px !important;
}
#confirm_wrap form.form-horizontal {
    padding: 0;
}
#payment_address_form form.form-horizontal {
    padding: 0;
}
#d_quickcheckout .telephone-validation {
    padding-left: 10px !important;
}
#d_quickcheckout a {
    color: #005c5f !important;
}
.flag-container {
    display: none;
}
#d_quickcheckout .telephone-validation {
    padding-left: 10px;
}
#d_quickcheckout .btn-primary:hover, #d_quickcheckout .btn-primary:active, #d_quickcheckout .btn-primary.active, #d_quickcheckout .btn-primary.disabled, #d_quickcheckout .btn-primary[disabled] {
    background-color: #005c5f !important;
    border: 0px !important;
}
#d_quickcheckout .btn-default {
    color: #777 !important;
    text-shadow: none !important;
    background-color: #eff2f6 !important;
    background-image: none !important;
    background-repeat: repeat-x;
    border: 0px solid !important;
}
#shipping_method_list strong.title {
    display: none;
}
#payment_address form.form-horizontal {
    padding: 10px 0px 0px 0px !important;
}
#d_quickcheckout .qc-totals .row:last-child div, #d_quickcheckout .qc-totals .row:last-child label {
    font-family: 'Museo Sans Cyrl 900', sans-serif !important;
}
#product-product #input-quantity {
    max-width: 60px;
    height: 46px;
    padding: 5px;
    border-radius: 3px;
    margin: 0px 10px 0px 10px;
    text-align: center;
    border: 0px;
    font-weight: 600;
    background: #f3f6f8;
    width: 45px;
}
#product-product .my_quantity {
padding: 8px 10px;
    height: 63px !important;
    border-radius: 5px !important;
    background: #f3f6f8 !important;
    border: 1px solid #e2e2e2 !important;
    max-width: 130px;
}
#vydgl {
    
    font-size: 18px;
    color: #333333;
    line-height: 1;
}
#vydgl:hover {
    color: #005c5f;
}
#otstpglmen {
    padding: 5px 20px 15px 20px;
    min-height: 195px;
}
.vnutroil i.fa.fa-circle {
    color: #005c5f;
    font-size: 6px;
    margin: 0px 5px 0px 3px;
}
#vydglvsek {
    
    font-size: 17px;
    color: #005c5f;
}
ul.list-unstyled.vnutroil {
    
}
#vydgl2 {

    font-size: 16px;
    color: #333333;
    line-height: 1;
    display: block;
}
#vydgl2:hover {
    color: #005c5f;
}
#otstpglmen2 {
    padding: 5px 20px 5px 20px;
}
#menuosn .dropdown-menu {
    padding: 25px 53px;
}
#knopssnar {
    position: absolute;
    right: 10px;
    display: none;
}
#knopssnar i.fa.fa-heart-o {
    font-size: 20px;
    color: #333333;
    margin: 5px 0 0 0;
}
#knopssnar button {
    color: #333333;
    padding: 9px 13px;
    border-radius: 35px;
    text-align: center;
    border: 0px solid #ffc501;
    font-size: 16px;
    font-weight: 500;
    background: rgb(253, 253, 253, 0.8);
    transition: 0.8s ease;
}
i.fa.fa-bookmark {
    font-size: 18px;
    color: #8e8d8d;
    display: none;
}
i.fa.fa-bookmark:hover {
    font-size: 18px;
    color: #005c5f;
}
#product-search input.btn.btn-primary {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding: 17px;
    background: #005c5f;
    border-radius: 0px;
    color: #fff;
    width: 200px;
    
    margin: 0 0 0 5px;
}
#pbezotstp {
    margin: 0;
}
#d_quickcheckout .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #005c5f !important;
    background-image: linear-gradient(to bottom, #005c5f, #005c5f) !important;
    background-repeat: repeat-x;
    border-color: #005c5f #005c5f #005c5f !important;
}
.swiper-pagination-bullet-active {
    background: rgb(247 246 246 / 80%) !important;
    width: 15px !important;
    height: 15px !important;
}
.formpodb {
    border: 1px solid #e2e2e2;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px;
}
#dopinf {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.swiper-viewport img.img-responsive {

}
#brend {
    border: 0px solid #ccc;
    background: #f0f0f0;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    padding: 20px 10px;
    margin: 0 10px;
}
#produkt {
    border: 0px solid #ccc;
    background: #f0f0f0;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    padding: 20px 10px;
    margin: 0 10px;
}
#buttonpodbor {
    background: #005c5f;
    padding: 19px 25px;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    border: 0px;
    color: #fff;
    width: 100%;
    /* margin: 14px 0 0 0; */
}
#fpodb {
    margin: 0 10px;
}
select {
    appearance: auto;
}
#logo h1 {
    font-size: 25px;
}
h2.invr {
    text-align: center;
    padding: 0 0 25px 0;
}
#menuosn .container {
    padding-left: 0px;
    padding-right: 0px;
}
#deskrip {
    
    font-size: 16px;
    line-height: 1;
    margin: 18px 0 0 -15px;
}
#logzn {
    max-width: 213px;
    margin: 10px 0 15px 0;
}
#world2 li {
line-height: 1.2;
    padding: 7px 0 7px 0;
    /* border-bottom: 1px dotted #c9c8c8; */
    font-weight: 500;
        font-size: 12px;
    text-transform: uppercase;
}
#world3 li {
line-height: 1.2;
    padding: 7px 0 7px 0;
    /* border-bottom: 1px dotted #c9c8c8; */
    font-weight: 500;
        font-size: 12px;
    text-transform: uppercase;
}
#world4 li {
line-height: 1.2;
    padding: 7px 0 7px 0;
    /* border-bottom: 1px dotted #c9c8c8; */
    font-weight: 500;
        font-size: 12px;
    text-transform: uppercase;
}
#world5 li {
line-height: 1.2;
    padding: 7px 0 7px 0;
    /* border-bottom: 1px dotted #c9c8c8; */
    font-weight: 500;
        font-size: 12px;
    text-transform: uppercase;
}
.pokazsemsot {
    display: none;
}
#pokdva {
    display: none;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

#loader-wrapper #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader-wrapper #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader-wrapper #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #005c5f;
  z-index: 1000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section #loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section #loader-wrapper .loader-section.section-right {
  right: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
#carousel15 {
    background: url(/image/bgcol.jpg) center top no-repeat;
    min-height: 518px;
    margin: -20px 0 0 0;
}
#levkatr {
    margin: 90px 0 0 0;
}
#levkatr1 {
    font-weight: 900;
    
    font-size: 59px;
    line-height: 0.9;
}
#levkatr2 {
    font-size: 23px;
    line-height: 1.1;
    max-width: 400px;
    margin: 10px 0 20px 0;
}
#nazvcart {
    font-weight: 600;
    font-size: 14px;
    margin: -10px 0 0 30px;
    display: none;
}
ul.dvamod {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    list-style: none;
}
#levkatr3 a {
    background: #005c5f;
    display: block;
    line-height: 65px;
    padding: 0px 35px;
    border-radius: 5px;
    font-weight: 900;
    
    color: #fff;
    font-size: 23px;
    text-decoration: none;
}
#levkatr3 a:hover {
    background: #b30808;
}
li.prc a {
    font-size: 23px;
    font-weight: 900;
    
    padding: 0 0 0 30px;
    line-height: 65px;
}
li.prc img {
    margin: 0 5px 0 0;
}
.klass1 #bolbl {
    background: #f0eef3 url(/image/man.jpg) center top no-repeat;
    min-height: 442px;
    padding: 20px;
    margin: 0 10px 0 0;
    transition: 0.8s ease;
}
.klass1:hover #bolbl {
    background: #eceaed url(/image/man.jpg) -250% top no-repeat;
    transition: 0.8s ease;
}
.klass1:hover #bolbl2 {
    transition: 0.8s ease;
    margin: 287px auto 0 auto;
    background: rgb(201,158,103,0.8);
    text-decoration: none;
}
#bolbl1 {
    float: left;
    margin: 40px 20px 40px 0;
}
#bolbl2 {
font-weight: 900;
    
    font-size: 34px;
    background: rgb(0,0,0,0.7);
    color: #fff;
    max-width: 210px;
    text-align: center;
    padding: 20px;
    margin: 277px auto 0 auto;
    transition: 0.8s ease;
}
#bolbl2 p {
    margin: 0 0 0 0;
}
#bolbl3 {
    font-size: 23px;
    color: #2f2e2e;
    font-weight: 500;
    margin: 0 0 15px 0;
}
#bolbl:hover #bolbl4 a {
    transition: 0.8s ease;
    margin-left:10px;
}
#bolbl4 a {
    font-size: 30px;
    color: #005c5f;
    font-weight: 900;
    
    text-decoration: none;
    transition: 0.8s ease;
}
#bolbll {
    background: #f3f6f8;
    border-radius: 5px;
    min-height: 300px;
    padding: 40px 30px;
    margin: 5px;
}
#bolbll2 {
    font-weight: 900;
    
    font-size: 43px;
    margin: 10px 0 0 0;
}
#bolbll4 a {
    font-size: 30px;
    color: #005c5f;
    font-weight: 900;
    
    text-decoration: none;
    transition: 0.8s ease;
}
#bolbll:hover #bolbll4 a {
    transition: 0.8s ease;
    margin-left:10px;
}
#carousel20 .owl-wrapper-outer {
    margin: 0 auto;
    max-width: 100%;
}
#hattrig31 p:nth-child(1) {
    min-height: 60px;
}
#hattrig31 p:nth-child(2) {
    font-weight: 700;
    font-size: 21px;
    color: #030303;
    margin-bottom: 10px;
}
#hattrig31 p:nth-child(3) {
    font-size: 20px;
    font-weight: 500;
    color: #464545;
    line-height: 1.2;
}
#hattrigopt3 {
    background: url(/image/banakc.jpg) center top no-repeat;
    margin: 0px 0 20px 0;
    min-height: 501px;
    transition: 0.8s ease;
}
#dvigaem1:hover #hattrigopt3 {
    background: url(/image/banakc.jpg) 52% top no-repeat;
    transition: 0.8s ease;
}
#hattrigopt2 {
    padding: 60px 0 40px 0;
}
#hattrigopt6 {
    padding: 40px 0 40px 0;
}
#zavv {
    position: absolute;
    margin: 0 0 0 -200px;
}
#pochrealt1 {
    font-size: 93px;
    font-weight: 500;
    color: #2f2e2e;
    margin: 130px 0 0 0;
    line-height: 1.2;
    width: 550px;
    text-align: center;
    float: right;
}
#pochrealt1 p:nth-child(1) {
    color: #333333;
    font-weight: 900;
    
    font-size: 94px;
}
#pochrealt1 a {
    background: #333333;
    display: block;
    line-height: 65px;
    padding: 0px 35px;
    font-weight: 900;
    
    color: #fff;
    font-size: 26px;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
    transition: 0.8s ease;
    margin: 0 auto;
}
#hattrigopt3:hover #pochrealt1 a {
    transition: 0.8s ease;
}
#hattrigopt3:hover #pochrealt1 a {
    background: #005c5f;
}
#citys ul {
    padding: 0;
}
#hattrig31 {
    max-width: 250px;
    border-right: 1px solid #f0f0f0;
    padding: 0 10px 0 0;
}
.bgf1 {
    background: #f3f6f8 url(/image/dopkat1.png) left bottom no-repeat;
}
.bgf2 {
    background: #f3f6f8 url(/image/dopkat2.png) left bottom no-repeat;
}
.bgf3 {
    background: #f3f6f8 url(/image/dopkat3.png) left bottom no-repeat;
}
#pochrealt134 {
    border-radius: 5px;
    min-height: 300px;
    padding: 40px 30px;
    margin: 5px;
}
#pochrealt1341 {
    font-weight: 900;
    
    font-size: 43px;
    margin: 10px 0 10px 140px;
}
#pochrealt1342 a {
    font-size: 30px;
    color: #005c5f;
    font-weight: 900;
    
    text-decoration: none;
    transition: 0.8s ease;
}
#pochrealt134:hover a {
    transition: 0.8s ease;
    margin-left: 10px;
}
#pochrealt1342 {
    margin: 0 0 0 140px;
}
#pochrealt1 b {
    font-weight: 900;
    color: #333333;
}
#carousel115 {
    margin: 30px 0 0 0;
}
#comdalshe2 a {
font-size: 16px;
    color: #005c5f;
    font-weight: 500;
    text-decoration: none;
    transition: 0.8s ease;
}
.xreview-item:hover #comdalshe2 a {
   transition: 0.8s ease;
   margin-left: 10px;
}
.live-search ul li .product-add-cart {
    display: none;
}
#coptext a {
    color: #b5b5b5;
}
.swiper-viewport {
    margin: 15px 0 15px 0;
}
i.fa.fa-question-circle {
    font-size: 20px;
    color: #005c5f;
}
.owl-carousel .owl-buttons div i {
    color: #171717;
}
#carousel217 .product-thumb {
    min-height: 430px;
}
.alert1.alert-info1 {
    margin: 20px 0 20px 0;
    font-size: 20px;
}
i.fa.fa-info-circle {
    color: #005c5f;
    font-size: 18px;
}
.list-group-item {
    border: 0px solid #ddd;
}
.ocf-option-values {
    margin: 25px 0 0 0;
}
.ocfilter-option .ocf-option-name {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    padding: 20px 15px 2px 0px;
    
    font-size: 25px;
    font-weight: 900;
}
.owl-carousel .owl-buttons div i {
    font-size: 17px;
    margin: -20px 0 0;
    background: #005c5f;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 13px;
    color: #ffffff;
    text-align: center;
    box-shadow: 11px 14px 75px 5px rgb(197 195 195 / 40%);
}
.ocf-offcanvas {
    z-index: 2 !important;
}
#f2 #bolbl {
    background: #d6d8dc url(/image/woman.jpg) center top no-repeat;
}
#f2:hover #bolbl {
    background: #d6d8dc url(/image/woman.jpg) -250% top no-repeat;
    transition: 0.8s ease;
}
#pochrealt1 p:nth-child(2) {
    font-size: 29px;
    margin: -25px 0 10px 0;
}
#skdk {
    font-size: 15px;
    background: #333333;
    color: #fff;
    padding: 2px 7px;
    margin: -2px 0 0 10px;
    display: block;
    font-weight: 600;
    font-family: 'Gilroy';
}
#verhnb3 a {
    color: #fff;
    text-decoration: none;
}
#verhnb3 a:hover {
    color: #005c5f;
    text-decoration: none;
}
#verhnb3 {
    color: #aeadad;
    margin-top: 3px;
}
#sovrbann {
    width: 100%;
    height: 680px;
}
#blockleft {
    font-weight: 900;
    
    font-size: 94px;
    color: #333333;
    max-width: 330px;
    line-height: 0.9;
    margin: 260px 0 0 92px;
    text-align: left;
}
#blockright {
    margin: 330px 0 0 230px;
    font-size: 29px;
    max-width: 270px;
    font-weight: 500;
    text-align: left;
    line-height: 1.1;
}
.swiper-viewport a {
    color: #333333;
}
#blockright b {
    display: inline-block;
    background: #333333;
    color: #fff;
    padding: 5px;
    margin: 5px 0 5px 0;
}
#bchert #hattrig31 {
    border-right: 0px solid #f0f0f0;
}
#bannpodp {
    background: url(/image/bannpodp.jpg) center top no-repeat;
    height: 523px;
}
#podpiskajarr {
    margin: 40px 0 40px 0;
}
#formpodp {
    background: #fff;
    width: 400px;
    float: right;
    margin: 63px 100px 0 0;
    padding: 40px 40px;
}
#formpodp1 {
    
}
#formpodp1 p:nth-child(1) {
    color: #333333;
    font-weight: 900;
    
    font-size: 51px;
    line-height: 0.9;
}
#formpodp1 p:nth-child(2) {
    font-size: 21px;
}
#formpodp4 {
    font-size: 14px;
    color: #cfcdcf;
    margin: 10px 0 0 0;
}
#f22 {
    font-size: 34px;
    background: #005c5f;
    color: #fff;
    border: 0px;
    padding: 15px 20px;
    
    width: 100%;
    font-weight: 900;
    margin: 15px 0 0 0;
}
#f11 {
    border: 0px;
    border-bottom: 2px solid #333333;
    width: 100%;
    padding: 20px 10px;
}
#mylooks1 {
    color: #333333;
    font-weight: 900;
    
    font-size: 51px;
    margin-bottom: 25px;
}
#carousel1888 .owl-wrapper-outer {
    margin: 0 auto;
    max-width: 100%;
}
a.ssblog {
    background: #333333;
    display: block;
    line-height: 55px;
    padding: 0px 35px;
    font-weight: 900;
    
    color: #fff;
    font-size: 24px;
    max-width: 175px;
    text-align: center;
    text-decoration: none;
    transition: 0.8s ease;
}
#glpost:hover a.ssblog {
    background: #005c5f;
    transition: 0.8s ease;
}
#neglpost:hover a.ssblog {
    background: #005c5f;
    transition: 0.8s ease;
}
.blog_title a {
    min-height: 35px;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    line-height: 1;
}
.blog_title {
    padding: 0 0 20px 0;
    min-height: 40px;
}
#descrjarr {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #333333;
}
#glpost {
    max-width: 555px;
    overflow: hidden;
    border-radius: 8px;
}
.blog_stats {
    border-bottom: 0px solid #f1f1f1 !important;
}
#glpost img {
    height: auto;
    border-radius: 8px;
}
#glpost .image {
    margin: 0 0px 20px 0px;
    overflow: hidden;
    border-radius: 8px;
}
#neglpost img {
    height: auto;
}
#neglpost .image {
    margin: 0 0px 20px 0px;
    overflow: hidden;
    border-radius: 15px;
}
#blj1 {
    color: #333333;
    font-weight: 900;
    
    font-size: 51px;
    margin-bottom: 20px;
}
#blj2 {
    font-size: 22px;
    color: #464545;
    font-weight: 500;
}
#zagolblock {
    margin: 0 0 15px 0;
}
#looks {
    padding: 40px 0 0px 0;
}
#zagpop {
    color: #333333;
    font-weight: 900;
    
    font-size: 51px;
    margin-bottom: 20px;
}
#strels {
    list-style: none;
    display: -webkit-box;
    padding: 0;
    float: right;
    margin: 12px 0 0 0;
}
#strels li {
    margin: 0 10px;
}
#newstick {
    position: absolute;
    background: #005c5f;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 8px 15px;
    top: 10%;
}
#triosn {
    list-style: none;
    display: -webkit-box;
    padding: 0;
    float: right;
    margin: 10px 0 0 0;
}
#lup {
    margin: 15px 35px 0 0;
}
#serd {
    margin: 15px 15px 0 0;
}
#strokapoiska1 {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 100px 0 100px 0;
    top: 0;
    z-index: 3;
}
#strokapoiska {
    position: relative;
}
#verhnb1 {
    color: #aeadad;
    margin-top: 3px;
}
#verhnb2 {
    font-size: 17px;
    color: #333333;
    margin-top: 3px;
    font-weight: 600;
}
.swiper-viewport {
    border: 0px solid #fff !important;
}
#tvn1 {
    font-size: 14px;
    font-weight: 600;
    color: #5c5c5c;
    margin: 30px 0 0 0;
}
#tvn2 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: -5px 0 0 0;
}
#tvn3 {
    font-size: 14px;
    font-weight: 600;
    color: #5c5c5c;
    margin: 10px 0 0 0;
}
#cartimg img {
    width: 100%;
}
#cartimg {
    margin: 0 5px 0 0;
    max-height: 500px;
    overflow: hidden;
}
#galbrand {
    margin: 0;
}
#cartimg22 {
    margin: 0 5px 5px 0px;
}
#cartimg22 img {
    width: 100%;
}
#product-product .breadcrumb {
    padding: 0;
    margin-bottom: 0px;
}
#product-product h1 {
    margin: 15px 0 15px 0;
}
#product-product .rating {
    margin-bottom: 25px;
    margin-top: 0px;
}
#product-product .rating a {
    font-size: 16px;
    text-transform: unset;
    padding: 5px 0 0 0;
    display: block;
    color: #000;
}
span#zvezdprod {
    float: left;
    padding: 0 10px 0 0;
}
#product-product .rating a span {
    font-weight: 500;
    color: #333;
    padding: 0 0 0 20px;
}
#izojarr {
    margin: 0 0 0 15px;
}
#content ul.thumbnails button {
    background: #fff;
    color: #333333;
    padding: 5px 25px;
    border-radius: 5px;
    text-align: center;
    border: 0px solid #ffc501;
    font-size: 16px;
    font-weight: 500;
    background: #f1f1f1;
    width: 100%;
    margin-bottom: 15px;
}
#content ul.thumbnails i.fa.fa-chevron-down {
    font-size: 14px;
    color: #000000;
}
#rash {
    text-align: center;
    font-size: 12px;
    color: #d5d0d0;
}
#preimvkarte {
    margin: 40px 15px 20px 15px;
}
#preimvkarte1 {
    max-width: 300px;
    margin: 15px auto 0 auto;
}
#preimvkarte1 p:nth-child(1) {
    float: left;
    margin: 0 20px 0 0;
}
#preimvkarte1 p:nth-child(2) {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    max-width: 268px;
}
ul.pomkup {
    list-style: none;
    padding: 0;
    font-weight: 500;
    color: #656464;
}
ul.pomkup li {
    margin-bottom: 5px;
}
ul.pomkup li span {
    font-weight: 700;
    color: #333333;
}
#product-product h1 span {
    font-size: 23px;
    color: #656464;
    font-family: 'Gilroy';
    font-weight: 500;
    padding: 0 0 0 5px;
    text-transform: none;
}
.nav-tabs>li>a {
    border: 0px solid transparent;
}
#nemnspusk1 button.btn.btn-light {
    text-decoration: none;
    font-size: 26px;
    font-weight: 900;
    
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
}
#nemnspusk1 img {
    width: 30px;
    margin: 0 5px 0 0;
}
#nemnspusk2 a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
}
#nemnspusk2 img {
    width: 55px;
    margin: 0 5px 0 0;
}
#nemnspusk2 {
    margin: 10px 0 20px 0;
}
.imageleft {
    float: left;
    width: 110px;
    margin: 0 10px 10px 0;
    min-height: 165px;
}
.imageleft img {
    border: 3px solid #ffffff;
}
.activecl img {
    border: 3px solid #005c5f;
}
#vsevm1231 a {
    display: inline-block;
    cursor: pointer;
    margin: 0px 3px 3px 3px;
    line-height: 40px;
    padding: 0px 15px;
    padding-left: 13px !important;
    text-align: center;
    background: #ffffff;
    font-size: 24px;
    user-select: none;
    float: left;
    min-height: 42px;
    
    border: 1px solid;
    font-weight: 900;
}
h2.price-specail {
    color: #333333;
}
#bprosm a {
position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: rgb(253, 253, 253, 0.8);
    padding: 10px;
    border-radius: 50px;
    max-width: 190px;
    top: 30%;
    display: none;
    color: #333333;
    z-index: 2;
    font-size: 19px;
    font-weight: 600;
    
    text-align: center;
    transition: 0.8s ease;
}
i.fa.fa-eye {
    margin: 0px 2px 0 0;
}
#prodtag {
    position: absolute;
    left: 0;
    top: 30px;
    background: #005c5f;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 8px 15px;
}
#atrs {
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    color: #7c7979;
    display: none;
}
.product-thumb:hover #bprosm a {
    display: block;
    transition: 0.8s ease;
}
.product-thumb:hover #knopssnar {
    display: block;
    transition: 0.8s ease;
}
.item.text-left {
    position: relative;
    min-height: 1px;
}
.owl-carousel .owl-wrapper-outer {
    overflow: unset !important;
    overflow-x: clip !important;
}
#optcatrcat {
    float: left;
    background: #333333;
    margin: 0 3px 4px 0;
    padding: 8px;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
}
#sp11 {
    margin: 0;
}
#sp12 {
    margin: 0;
}
.list-group-item {
    padding: 0;
}
#verhnb1 a {
    color: #aeadad;
}
.blog .blog_title a {
    font-weight: 700;
    font-size: 18px;
    color: #464545;
    line-height: 1;
    font-family: 'Gilroy';
    text-transform: none;
}
.blog .blog_title {
    padding: 0 0 0px 0;
    min-height: auto;
}
#desbl {
    line-height: 1.2;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}
a#sskn {
    background: #005c5f;
    display: block;
    line-height: 45px;
    padding: 0px 35px;
    font-weight: 700;
    color: #fff;
    max-width: 175px;
    text-align: center;
    text-decoration: none;
    transition: 0.8s ease;
    border-radius: 5px;
    text-align: center;
}
.blog-category > ul > li > a {
    display: block;
    line-height: 25px !important;
    padding: 6px 12px;
    font-weight: 500 !important;
}
.blog-category > ul > li {
    position: relative;
    border-bottom: 0px solid #f5f5f5  !important;
}
.blog-module {
    margin-top: 20px;
}
.blog_item {
    margin-bottom: 50px !important;
}
.imagebk img {
    width: 90%;
}
.blog_post .blog_stats {
    margin: 0 0 0px;
}
.imagebk {
    overflow: hidden;
    margin: -5px 0 0 0;
    max-width: 300px;
}
.summary {
    margin: 20px 0 0 0;
}
.ocfilter-option label {
    color: #333333;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 500;
}
#tablrazm {
    font-size: 14px;
}
#verhnb2 a {
    color: #aeadad;
}
#zgmenu {
    color: #333333;
    text-transform: uppercase;
    font-weight: 900;
    
    font-size: 28px;
    margin: 0 0 0 20px;
}
.product-layout {
    height: max-content;
}
.product-thumb2 {
    min-height: 593px;
}
i.fa.fa-plus {
    margin: 0 10px 0 0;
    font-size: 8px;
}
nav.nav2 span#skdk {
    display: inherit;
}
nav.nav3 span#skdk {
    display: inherit;
}
#infoakc {
    background: #fff;
    color: #333333;
    border-top: 0px;
    text-align: center;
    padding: 35px 0 30px 0;
    font-weight: 500;
    font-size: 17px;
}
li.zels img {
    margin: 0 10px 0 0;
}
li.zels a {
    border: 2px solid #005c5f;
    padding: 10px 20px;
    border-radius: 100px;
    transition: 0.8s;
}
#verh .row {
    margin: 0;
}
#menutwig .row {
    margin: 0;
}
#infoakc p {
    margin: 0;
}
#infoakc1 a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid;
}
.scale {
    display: block; /* Строчно-блочный элемент */
   }
   .scale img {
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
   }
   .scale img:hover {
    transform: scale(1.1); /* Увеличиваем масштаб */
   }
#tribayd .container {
    width: 100%;
    max-width: 1920px;
}
#banglvse {
    margin: 0 10px 10px 0px;
    position: relative;
}
#banglvse img {
    width: 100%;
}
#blockleft1 {
    color: #fff;
    font-weight: 900;
    
    font-size: 72px;
    position: absolute;
    top: 450px;
    left: 0;
    right: 0;
}
#kpokupk a {
    max-width: 200px;
    text-align: center;
    font-size: 24px;
    background: #fff;
    padding: 20px 10px;
    margin: 15px auto 0 auto;
    display: block;
}
#banglvse1 {
    position: absolute;
    background: linear-gradient(0deg, #a19a9a, transparent);
    padding: 30px 30px 80px 50px;
    width: 100%;
    bottom: 0px;
    margin: 0 0px;
}
#banglvse11 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px 0;
    line-height: 0.9;
}
#banglvse12 a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid;
}
.swiper-viewport {
    margin: 0 0 0px;
}
#lup img {
    max-width: 25px;
}
#serd img {
    max-width: 28px;
}
#logzn img {

}
.swiper-pagination {
    display: none;
}
label.nav2-toggle img {
    width: 30px;
}
header.vnutfix #logo {
    text-align: center;
    margin: 15px auto 0px auto;
}
header.vnutfix.header_fixed {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
    min-height: 90px;
    padding: 5px 0 0px 0;
}
ul.podpikajarr {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    width: fit-content;
    float: right;
}
ul.podpikajarr input[type="text"] {
    border: 0px;
    border-bottom: 2px solid;
    height: 40px;
    margin: 0 10px 0 0;
}
ul.podpikajarr button {
    font-weight: 600;
    font-size: 22px;
    
    border: 0px;
    padding: 0;
    height: 40px;
}
#vsesekc {
    margin: 50px 0 0 0;
}
.set {
    font-weight: 900;
    margin: 0px 0 0 0;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #eff2f6;
}
.set .content {
    font-family: 'Gilroy';
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0 0 0;
    border-top: 1px solid #eff2f6;
    margin-top: 10px;
}
.set a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.set .fa {
    font-size: 27px;
    margin-right: 5px;
    margin-top: 0px;
}
#cart .dropdown-menu .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}
#cart .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px solid #ddd;
}
nav.nav2 .set {
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 12px;
    text-transform: uppercase;
}
nav.nav2 .set .fa {
    float: right;
    font-size: 18px;
    margin-right: 20px;
    color: #8d8989;
}
nav.nav2 .set ul.nav-child2.unstyled2.small2 {
    font-size: 12px;
    list-style: none;
    padding: 0 0 0 20px;
}
nav.nav2 .set ul.nav-child2.unstyled2.small2 li {
    padding: 0 0 10px 0;
}


nav.nav3 .set {
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 12px;
    text-transform: uppercase;
}
nav.nav3 .set .fa {
    float: right;
    font-size: 18px;
    margin-right: 20px;
    color: #8d8989;
}
nav.nav3 .set ul.nav-child2.unstyled2.small2 {
    font-size: 12px;
    list-style: none;
    padding: 0 0 0 20px;
}
nav.nav3 .set ul.nav-child2.unstyled2.small2 li {
    padding: 0 0 10px 0;
}
#menutwig .navbar-nav>li>a {
    color: #333333;
}
#infoakc ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -10px;
    display: -webkit-box;
}
#infoakc ul li {
    margin: 0 35px 0 0;
    font-size: 17px;
}
#menutwig ul.nav.navbar-nav {
    margin: -2px 0 0 -100px;
}
#verhnb22 {
    text-align: center;
}
#blockus {
    text-align: center;
    color: #555A64;
    margin: 5px 0 0 0;
}
#menuknop a {
    display: block;
    background: #005c5f;
    border-radius: 8px;
    color: #fff;
    line-height: 60px;
    margin: 5px 5px 0 7px;
    padding: 0 20px;
    font-size: 15px;
    max-width: 140px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
#menuknop {
    margin: 0 15px 0 0px;
}
#verhnb24 img {
    margin: 0 5px 0 0;
}
#verhnb23 {

}
#verhnb22 {
    text-align: right;
}
#sposopl ul {
    display: -webkit-box;
    list-style: none;
    margin: 0;
    padding: 0;
    mix-blend-mode: multiply;
}
#sposopl ul li {
    margin: 0 5px 0 0;
}
#fotlg1 {
    margin: -5px 0 20px 0;
}
#fotlg2 {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 250px;
}
#fotlg2 p:nth-child(1) {
    float: left;
    width: 25px;
}
#fotlg2 p:nth-child(2) {
    letter-spacing: 1px;
}
#fotlg3 {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 250px;
}
#fotlg3 p:nth-child(1) {
    float: left;
    width: 25px;
    height: 25px;
}
#fotlg3 p:nth-child(2) {
    font-weight: 700;
    color: #fff;
    margin: 0 0 2px 0;
    font-size: 18px;
}
#fotlg3 p:nth-child(3) {
    font-weight: bold;
    color: #333333;
}
#fotlg4 {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 250px;
}
#fotlg4 p:nth-child(2) {
    
}
#fotlg5 {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 250px;
    font-weight: 500;
    color: #fff;
}
#fotlg5 p:nth-child(2) {
    
}
#fotlg4 a {
    color: #fff;
}
#pustkorz {
    display: none;
}
#banvn img {
    width: 100%;
    border-radius: 5px;
}
#zelkl {
    background: #ABD6A5 url(/image/air-conditioner.png) 90% 90% no-repeat;
    margin: 15px;
    border-radius: 10px;
    padding: 30px;
    min-height: 345px;
}
#zelkl p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
#zelkl ul li a {
    color: #555A64;
}
#zelkl ul {
    list-style: none;
    padding: 0;
}
#zelkl ul li {
    padding: 0 0 20px 0;
}
#jeltkl {
    background: #FFF2B5 url(/image/kotel.png) 90% 90% no-repeat;
    margin: 15px;
    border-radius: 10px;
    padding: 30px;
    min-height: 345px;
}
#jeltkl p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
#jeltkl ul li a {
    color: #555A64;
}
#jeltkl ul {
    list-style: none;
    padding: 0;
    max-width: 170px;
}
#jeltkl ul li {
    padding: 0 0 20px 0;
}
#orjkl {
    background: #FFD9A0 url(/image/kamin.png) 90% 90% no-repeat;
    margin: 15px;
    border-radius: 10px;
    padding: 30px;
    min-height: 345px;
}
#orjkl p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
#orjkl ul li a {
    color: #555A64;
}
#orjkl ul {
    list-style: none;
    padding: 0;
    max-width: 150px;
}
#orjkl ul li {
    padding: 0 0 20px 0;
}
#sinkl {
    background: #BDE0FF url(/image/vodonagrev.png) 90% 90% no-repeat;
    margin: 15px;
    border-radius: 10px;
    padding: 30px;
    min-height: 345px;
}
#sinkl p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
#sinkl ul li a {
    color: #555A64;
}
#sinkl ul {
    list-style: none;
    padding: 0;
}
#sinkl ul li {
    padding: 0 0 20px 0;
}
#serkl {
    background: #F5F5F5 url(/image/radiator.png) 90% 90% no-repeat;
    margin: 15px;
    border-radius: 10px;
    padding: 30px;
    min-height: 345px;
}
#serkl p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
#serkl ul li a {
    color: #555A64;
}
#serkl ul {
    list-style: none;
    padding: 0;
}
#serkl ul li {
    padding: 0 0 20px 0;
}
#jelt2kl {
    background: #FFF2B5 url(/image/ochistka.png) 90% 90% no-repeat;
    margin: 15px;
    border-radius: 10px;
    padding: 30px;
    min-height: 345px;
}
#jelt2kl p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
#jelt2kl ul li a {
    color: #555A64;
}
#jelt2kl ul {
    list-style: none;
    padding: 0;
    max-width: 200px;
}
#jelt2kl ul li {
    padding: 0 0 20px 0;
}
#sindvakl {
    background: #BDE0FF url(/image/nasos.png) 90% 90% no-repeat;
    margin: 15px;
    border-radius: 10px;
    padding: 30px;
    min-height: 345px;
}
#sindvakl p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
#sindvakl ul li a {
    color: #555A64;
}
#sindvakl ul {
    list-style: none;
    padding: 0;
}
#sindvakl ul li {
    padding: 0 0 20px 0;
}
#ordvakl {
    background: #FFD9A0 url(/image/noun-radiator-93875-1.png) 90% 90% no-repeat;
    margin: 15px;
    border-radius: 10px;
    padding: 30px;
    min-height: 345px;
}
#ordvakl p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
#ordvakl ul li a {
    color: #555A64;
}
#ordvakl ul {
    list-style: none;
    padding: 0;
}
#ordvakl ul li {
    padding: 0 0 20px 0;
}
#popkateg {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 0 0;
}
#rmkzd {
    margin: 30px 0px 0 0px;
}
#preimkl {
    
}
#preimkl p:nth-child(1) {
    float: left;
    width: 90px;
    min-height: 100px;
}
#preimkl p:nth-child(2) {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    min-height: 50px;
}
#preimkl p:nth-child(3) {
    color: #555A64;
    max-width: 335px;
}
#preimkl {
    max-width: 380px;
}
#sertov {
    background: #EFF2F6;
    padding: 60px 30px;
    border-radius: 8px;
    max-width: 315px;
    overflow: hidden;
    margin: 45px 0px;
}
#sertov p:nth-child(1) {
    
}
#sertov p:nth-child(2) {
    font-size: 16px;
}
#sertov p:nth-child(3) {
    font-size: 32px;
    font-weight: 700;
}
#sertov p:nth-child(4) {
    color: #005c5f;
    font-size: 29px;
}
#sertov img {
    mix-blend-mode: multiply;
}
#kitsist {
    background: #287AC4 url(/image/noun-flowers-2117575-1.png) 90% 100% no-repeat;
    color: #fff;
    padding: 90px 30px;
    border-radius: 8px;
    max-width: 315px;
    overflow: hidden;
    margin: 45px 0px;
    text-align: center;
}
#kitsist p:nth-child(1) {
    font-size: 16px;
}
#kitsist p:nth-child(2) {
    font-size: 32px;
    font-weight: 700;
    padding: 0 0 15px 0;
}
#kitsist p:nth-child(3) {
    
}
#kitsist p:nth-child(3) img {
    width: 100%;
}
#kitsist p:nth-child(4) {
    font-size: 14px;
    padding: 25px 0 0 0;
}
#slzab {
    background: #005c5f url(/image/Vector.png) 100% 100% no-repeat;
    color: #fff;
    padding: 30px 30px;
    border-radius: 8px;
    max-width: 315px;
    overflow: hidden;
    margin: 45px 0px;
}
#slzab p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
}
#slzab p:nth-child(2) {
    font-size: 24px;
}
#slzab p:nth-child(3) {
    font-weight: 300;
}
#slzab p:nth-child(4) a {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
#slzab p:nth-child(4) {
    
}
#slzab p:nth-child(5) {
    
}
#slzab p:nth-child(6) {
    font-weight: 300;
    line-height: 1.5;
}
#slzab ul {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    margin: 25px 0 20px 0;
}
#slzab ul li {
    margin: 0 15px 0 0;
}
#rekomtov {
    margin: 30px 0 0px 0;
    min-height: 615px;
}
#zagolpopn1 {
    font-size: 32px;
    font-weight: 500;
}
#zagolpopn2 {
    text-align: right;
    padding: 15px 0 0 0;
}
#zagolpopn2 a {
    color: #005c5f;
    font-size: 16px;
}
#spudkvn2 {
    margin-bottom: 25px;
    margin-right: 0;
}
#zagolpopn11 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
}
#zagolpopn22 {
    text-align: right;
    padding: 15px 0 0 0;
}
#zagolpopn22 a {
    color: #005c5f;
    font-size: 16px;
}
.xreview-module {
    margin: 30px 0 30px 0;
    min-height: 420px;
}
.xreview-item23 {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 15px;
}
#spudkvn3 {
    margin-bottom: 25px;
    margin-right: 0;
}
#zagolpopn111 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
}
#zagolpopn222 {
    text-align: right;
    padding: 15px 0 0 0;
}
#zagolpopn222 a {
    color: #005c5f;
    font-size: 16px;
}
#rightstat1 {
    font-size: 24px;
    font-weight: 700;
}
ul.navss {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    margin: 0 auto 40px auto;
    max-width: fit-content;
}
ul.navss li {
    margin: 0 5px 0 0;
}
ul.navss li a {
    border-radius: 8px;
    padding: 6px 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}
ul.navss li.active a {
    background: transparent;
    color: #005c5f;
    border: 2px solid #005c5f;
}
ul.svul {
    list-style: none;
    padding: 0;
}
ul.svul li {
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}
ul.svul li::after {
    content: "";
    background: url(/image/uil_angle-down.png) no-repeat 0px 0px;
    top: 10px;
    right: 0px;
    position: relative;
    display: block;
    width: 5px;
    height: 8px;
    float: right;
}
#kategleft {
    margin: 0 -30px;
}
#strk1 {
    margin: 0 -15px;
}
span.skidka {
    background: #005c5f;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 4px;
    border-radius: 5px;
}
.fa-stack {
    width: 15px;
}
.us-product-attr-item.d-flex.justify-content-between {
    font-size: 12px;
    margin: 10px 0 0px 0;
    overflow: hidden;
}
span.item__label {
    float: left;
    color: #555A64;
}
span.item__cor {
    float: right;
    text-align: right;
    font-weight: 700;
}
#statkond1 {
    font-size: 14px;
    color: #005c5f;
}
ul.triosn {
    display: -webkit-box;
    list-style: none;
    padding: 0;
}
ul.triosn button {
    padding: 7px 15px;
    border: 0px solid #ffc501;
}
li.triosn1 button {
    background: #f24841;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 23px;
    width: 160px;
    text-transform: uppercase;
}
ul.triosn {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}
li.triosn2 button {
    background: #EFF2F6;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 0 0 10px;
    width: 40px;
    height: 37px;
}
li.triosn3 button {
    background: #EFF2F6;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 0 0 10px;
    width: 40px;
    height: 37px;
}
#abspos {
    position: absolute;
    top: 10px;
    left: 0px;
}
#abspos1 {
    color: #fff;
    background: #287AC4;
    padding: 2px 6px;
    border-radius: 3px;
    margin: 0 0 4px 0;
    text-align: center;
}
#abspos2 {
    color: #fff;
    background: #005c5f;
    padding: 2px 6px;
    border-radius: 3px;
    margin: 0 0 4px 0;
    text-align: center;
}
#righttov1 {
    background: #EFF2F6;
    margin: 0 0 0 20px;
    height: 475px;
    border-radius: 7px;
    padding: 35px 35px;
}
#righttov .product-thumb.transition img {
    mix-blend-mode: multiply;
    max-width: 150px;
}
#tovardn1 {
    font-size: 16px;
    font-weight: 700;
}
#tovardn2 {
    font-size: 16px;
    color: #005c5f;
    font-weight: 700;
    margin: 10px 0 0 0;
}
#zelkl ul li a:hover {
    color: #005c5f;
}
#jeltkl ul li a:hover {
    color: #005c5f;
}
#orjkl ul li a:hover {
    color: #005c5f;
}
#sinkl ul li a:hover {
    color: #005c5f;
}
#serkl ul li a:hover {
    color: #005c5f;
}
#jelt2kl ul li a:hover {
    color: #005c5f;
}
#sindvakl ul li a:hover {
    color: #005c5f;
}
#ordvakl ul li a:hover {
    color: #005c5f;
}
#skkac1 {
    font-size: 14px;
}
#skkac2 {
    font-size: 24px;
    font-weight: 700;
}
#skkac {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #005c5f;
    color: #fff;
    padding: 15px;
}
#righttov1 .product-thumb h4 {
    font-weight: 700;
    font-size: 16px;
    color: #464545;
    margin: 0;
}
#righttov1 .product-thumb .price-old {
    color: #555A64;
    font-size: 16px;
}
#righttov1 button {
    background: #005c5f;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 10px;
    border: 0px;
    margin: 0px 0 0 15px;
}
#kupsey {
    float: left;
    font-size: 24px;
}
#righttov1 .product-thumb .price-old {
    color: #555A64;
    text-decoration: line-through;
    margin-left: 0px;
    margin-bottom: 0px;
}
#righttov1 .product-thumb .price-new {
    display: -webkit-box;
}
#carousel01 {
    margin: 0 0 0 0;
}
#carousel02 {
    margin: 0 0 0 0;
}
#carousel01 .owl-buttons .owl-prev {
    left: -20px;
}
#carousel01 .owl-buttons .owl-next {
    right: -20px;
}
#carousel01:hover .owl-buttons div {
    opacity: 1; 
}
#carousel01 .owl-buttons div i {
    display: block;
    font-size: 17px;
    margin: -20px 0 0;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    padding: 9px;
    color: #ffffff;
    text-align: center;
    box-shadow: 1px 1px 3px 0px rgb(148 145 145 / 40%);
}
#ocrat {
    font-weight: 700;
}
#carousel115 .owl-wrapper-outer {
    max-width: 100%;
}
#blokctovotz {
    padding: 15px 20px 15px 20px;
}
.xreview-author {
    display: block;
}
#delimn {
    margin-bottom: 10px;
}
#icenotz {
    font-weight: 700;
    margin: 5px 10px 0 0px;
    display: block;
    float: left;
}
#xreviews #icenotz {
    margin: 5px 10px 0 -10px;
}
.blog_stats {
    margin: 0 0 0px;
}
.hoursl {
    font-weight: 500;
    padding: 0 0 10px 0;
}
#glpost #descrjarr {
    max-width: 500px;
}
a.ssblog11 {
    color: #005c5f;
}
#otdstat {
    border-bottom: 1px solid #eff2f6;
    padding: 15px 0;
}
.blog_title2 a {
    font-weight: 700;
    font-size: 16px;
}
#rightstat {
    max-width: 300px;
    overflow: hidden;
}
.hoursl2 {
    padding: 0 0 5px 0;
}
#vsestat a {
    color: #005c5f;
}
#vsestat {
    padding: 15px 0 0 0;
}
#vsevmma12 img {
    max-width: 75px;
}
#vsevmma {
    background: #fff;
    border: 1px solid #eff2f6;
    border-radius: 5px;
    margin: 0px 25px 25px 0;
    padding: 15px 20px;
    text-align: center;
}
#vsevmma12 {
    min-height: 75px;
}
#vsevm0 {
    padding-top: 20px;
    font-size: 14px;
    font-weight: bold;
    min-height: 75px;
    color: #333333;
}
#kncart1 a {
    background: #005c5f;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 17px 25px;
    margin: 15px 0 0 0;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
}
#kncart2 a {
    background: #ffffff;
    border: 2px solid #005c5f;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 16px 25px;
    margin: 0px 0 0 0;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.8s;
}
#kncart3 a {
    background: #EFF2F6;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    padding: 15px 25px;
    margin: 15px 0 15px 0;
    overflow: hidden;
    font-weight: 700;
}
ul.triosn2 {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    margin: 0px 0 0 0px;
}
li.triosn23 button span {
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 0 0 10px;
    width: 40px;
    height: 37px;
}
li.triosn23 button {
    border: 0px;
    padding: 15px 0px;
    font-size: 16px;
    width: auto;
    text-align: left;
    margin-right: 10px;
}
#sposdost {
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #555A64;
}
#sposdost span {
    font-weight: 600;
    color: #333;
}
#tovpoakc {
    background: #EFF2F6;
    max-width: 450px;
    border-radius: 5px;
    padding: 20px;
    border: 2px solid #B82A8C;
    overflow: hidden;
}
#opistab {
    font-size: 30px;
    padding: 10px 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
#harter {

}
ul.svul img {
    max-width: 30px;
}
#vyrblmenu123 img {
    max-width: 100px;
}
#glavkat33 {
    font-size: 16px;
    font-weight: 700;
}
#skrollims {
    list-style: none;
    font-size: 14px;
    margin: 0 0 0px 0;
    padding: 10px 0 0 0;
    font-weight: 500;
}
#skrollims li {
    margin: 0 0 5px 0;
}
#glavkat2 {
    min-height: 210px;
    max-width: 365px;
    margin: 20px auto 0 auto;
}
.popup2 {
    overflow-y: hidden;
    overflow-x: hidden;
}
li.zss a {
    color: #005c5f;
    border-bottom: 1px solid;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 0px;
}
#account-login .row {
    margin: 0;
}
.bezramk #preimkl {
    border-right: 0px solid #eff2f6;
}
.zelkns {
    width: 20px;
    height: 20px;
    padding: 3px 0 0 0;
    text-align: center;
    font-size: 12px;
    background: #005c5f;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    right: 29%;
}
#blockus1 {
    height: 20px;
}
#spusk1 {
    margin-bottom: 30px;
}
#tovcat22 ul {
    padding: 15px 0 0 0;
}
#tovcat22 ul li {
    list-style: none;
    position: inherit;
    background: url(/image/galsept.png) no-repeat 0px 3px;
    padding: 0px 0px 15px 25px;
}
#menutwig .nav>li>a:hover {
    color: #005c5f;
}
#obshpri1 {
    display: none;
    position: absolute;
}
#obshpri:hover #obshpri1 {
    display: block;
}
#obshpri11 {
    background: #fff;
    margin: 9px 0 0 0;
    width: 250px;
    padding: 20px 20px 10px 20px;
    text-align: center;
    box-shadow: 11px 14px 75px 5px rgb(133 129 129 / 20%);
    border-radius: 8px;
}
#obshpri11 p:nth-child(1) {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 0 8px 0;
}
#obshpri11 p:nth-child(2) a {
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid;
}
#obshpri12 ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    margin: 20px auto 15px auto;
    width: fit-content;
}
#obshpri13 p:nth-child(1) {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 0 0px 0;
}
#obshpri13 p:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 0 8px 0;
    margin: -5px 0 0 0;
}
#obshpri14 a {
    background: #005c5f;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
    border: 0px;
    margin: 0px 0 0 15px;
    display: block;
    max-width: 170px;
    margin: 0 auto;
}
#obshpri13 {
    border-top: 1px solid #eceef2;
    margin: 15px -20px 0 -20px;
    padding: 5px 0 0 0;
}
.youtkan {
    margin: 20px 0 0px 0;
    min-height: 310px;
    padding: 20px 0 20px 0;
}
#carousel1155 {
    margin: 40px 0 0 0;
}
#uotpodl img {
    border-radius: 8px;
}
#playbut {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 39%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#uotpodl {
    max-width: 380px;
    position: relative;
}
.close {
    opacity: 1;
}
#vsknpn {
    background: #EFF2F6;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 25px !important;
}
#svtiprow {
    margin: 30px -15px 30px -15px;
}
#blokctovotzobsh {
    border: 1px solid #eff2f6;
    padding: 35px;
    border-radius: 8px;
    margin: 0 15px;
}
#cart:hover .dropdown-menu {
    display: block;
}
a.prnamecart {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin: 0 0 5px 0;
}
td.udalkorz {
    padding: 8px 0 0 15px !important;
    font-size: 16px;
    color: #333;
}
td.text-right.itvs {
    text-align: right;
    padding: 10px 15px 5px 0;
}
#tsnizu table {
    width: 100% !important;
}
#tovvkorz {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0 5px 0;
}
#triskid {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 2;
}
#triskid1 {
    color: #fff;
    background: #287AC4;
    padding: 2px 6px;
    border-radius: 3px;
    margin: 0 0 4px 0;
    text-align: center;
}
#triskid2 {
    color: #fff;
    background: #005c5f;
    padding: 2px 6px;
    border-radius: 3px;
    margin: 0 0 4px 0;
    text-align: center;
}
#triskid3 {
    color: #fff;
    background: #B82A8C;
    padding: 2px 6px;
    border-radius: 3px;
    margin: 0 0 4px 0;
    text-align: center;
}
#harter0 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.feature {
	display: block;
	margin: 0;
	padding: 0;
	color: #555A64;
}
.feature li {
	display: block;
	letter-spacing: -1ex;
	margin: 5px 0;
}
.feature-left {
	margin-right: -50%;
	width: 60%;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	letter-spacing: normal;
}
.feature-left:after {
	content: '';
	display: inline-block;
	width: 100%;
	margin: 0 -99% 0 3px;
	vertical-align: baseline;
	border-bottom: 1px dotted #888;    
}
.feature-right {
    display: inline-block;
    letter-spacing: normal;
    padding-left: 3px;
    margin-left: 50%;
    width: 40%;
    vertical-align: bottom;
    font-weight: 600;
    color: #333;
}
#smvse a {
    font-size: 14px;
    color: #005c5f;
    font-weight: 400;
    text-decoration: none;
    transition: 0.8s ease;
    text-transform: unset;
    border-bottom: 1px solid;
}
#smvse {
    padding: 10px 0 0 0;
}
#economiya ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    margin: 0 0 10px 0;
}
li.znskds1 {
    background: #005c5f;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 5px;
    margin: 0 10px 0 0;
}
li.znskds2 {
    font-weight: 700;
    padding: 5px 0 0 0;
}
#modryad0 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}
#modryad ul {
    list-style: none;
    padding: 0;
}
#modryad ul li {
    background: #EFF2F6;
    border-radius: 5px;
    display: block;
    float: left;
    padding: 10px;
}
#modryad {
    overflow: hidden;
}
#modryad ul li {
    background: #EFF2F6;
    border-radius: 5px;
    display: block;
    float: left;
    padding: 10px 20px;
    font-weight: 500;
    margin: 0 8px 8px 0;
}
#modryad ul li.active {
    background: #005c5f;
    color: #fff;
}
#modryad ul li.active a {
    color: #fff;
}
#modryad ul li a {
    color: #333;
    text-decoration: none;
    text-transform: unset;
    font-weight: 500;
}
#tovpoakc0 {
    text-align: center;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 8px;
    float: left;
    margin: 0 10px 0 0;
    padding: 15px;
}
#tovpoakc1 {
    font-size: 14px;
    color: #B82A8C;
    font-weight: 600;
    margin: 0 0 3px 0;
}
#tovpoakc2 {
    margin: 0 0 3px 0;
}
#tovpoakc3 {
    margin: 0 0 3px 0;
}
#tovpoakc0 img {
    width: 100%;
    max-width: 40px;
}
#oldcenpod {
    color: #555A64;
    text-decoration: line-through;
}
#newcenpod {
    font-weight: 700;
    color: #000;
    padding: 0 10px 0 0;
}
#carousel217 .owl-wrapper-outer {
    max-width: 100%;
}
.strpoh {
    border: 0px solid #eff2f6;
    padding: 10px;
    border-radius: 5px;
}
.strpoh {
    margin: 0 0 0 0;
}
.strpoh .image {
    margin: 0 5px 0 0;
}
.strpoh span.price-old2 {
    color: #555A64;
    text-decoration: line-through;
    text-transform: unset;
    font-weight: 500;
}
.strpoh .product-thumb .price-new {
    font-weight: 600;
    margin: 0 10px 0 0;
}
#product-product .product-thumb .strpoh .rating {
    margin-bottom: 0px;
    margin-top: 0px;
}
.product-thumb .strpoh .price {
    color: #333333;
    font-weight: 600;
    margin: 5px 0 0 0;
}
.product-thumb .strpoh .caption {
    padding: 0px 0px 0px 10px;
    padding-bottom: 0px;
}
.strpoh #triskid {
    top: 0px;
}
#rekomtov1 {
    font-size: 32px;
    padding: 0px 0 20px 15px;
}
.speciff .feature-right {
    width: 40%;
}
.speciff .feature-left {
    width: 60%;
}
#zaginpp1344 textarea {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    border: 1px solid #333;
    background: #fff;
    padding: 10px 20px;
}
#carousel217 .product-thumb {
    min-height: auto;
}
.vnuttovbz {
    margin: -5px 0 20px 0;
}
#nzbz1 {
    font-weight: 600;
    color: #333;
}
#nzbz3 {
    text-align: right;
    font-weight: 600;
}
#itogotovar {
    text-align: right;
}
#itogotovar {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}
#centovbz {
    padding: 0 0 5px 0;
}
#itogotovar ul {
    margin: 0;
}
#itogotovar2 {
    color: #555A64;
    margin: 0 0 15px 0;
}
#centovbz span {
    color: #555A64;
}
#centovbz {
    color: #333;
}
#d_quickcheckout .form-control {
    width: 100%;
    height: 45px !important;
    border-radius: 5px !important;
    border: 1px solid #333 !important;
    background: #fff !important;
    padding: 0 20px !important;
    }
#d_quickcheckout .panel-default {
    border-color: #eff2f6 !important;
}
textarea#confirm_comment {
    min-height: 100px;
}
ul.thumbnailsowl {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 -30px;
}
li.fixowl {
    width: 100%;
    max-width: 400px;
}
li.fixvid {
    width: 100px;
}
li.fixsert {
    width: 100px;
}
#izovnutr {
    border: 1px solid #eff2f6;
    margin: 0 5px;
    padding: 5px;
    border-radius: 5px;
    min-height: 90px;
}
ul.thumbnailsowl a.thumbnail {
    margin-bottom: 0px;
}
#sertdil {
    padding: 27px 0 0 0;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}
.zelfonvid {
    background: #e3f4e1;
}
.zelfonvid {
    background: #e3f4e1;
    text-align: center;
    padding-top: 33px !important;
}
/* для элемента input c type="checkbox" */
    .custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label, связанного с .custom-checkbox */
    .custom-checkbox+label {
      display: inline-flex;
      align-items: center;
      user-select: none;
    font-size: 16px;
    }

    /* создание в label псевдоэлемента before со следующими стилями */
    .custom-checkbox+label::before {
      content: '';
      display: inline-block;
    width: 22px;
    height: 22px;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #adb5bd;
      border-radius: 0.25em;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
    }

    /* стили при наведении курсора на checkbox */
    .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
      border-color: #b3d7ff;
    }

    /* стили для активного чекбокса (при нажатии на него) */
    .custom-checkbox:not(:disabled):active+label::before {
      background-color: #b3d7ff;
      border-color: #b3d7ff;
    }

    /* стили для чекбокса, находящегося в фокусе */
    .custom-checkbox:focus+label::before {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    .custom-checkbox:focus:not(:checked)+label::before {
      border-color: #80bdff;
    }

    /* стили для чекбокса, находящегося в состоянии checked */
    .custom-checkbox:checked+label::before {
      border-color: #005c5f;
      background-color: #005c5f;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

    /* стили для чекбокса, находящегося в состоянии disabled */
    .custom-checkbox:disabled+label::before {
      background-color: #e9ecef;
    }
    .checkbox {
      margin-bottom: 1em;
    }
#ustanov {
    margin: 0 0 15px 0;
}
#jird label {
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px 0 0;
}
#askzaebudpr button {
    padding: 0;
}
ul.tovnastr {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-weight: 500;
    float: right;
}
ul.tovnastr li {
    padding: 0 5px 0 0;
}
ul.tovnastr li.active a {
    color: #005c5f;
}
#ustanov img {
    margin: 0 5px 0 0;
}
#ustanov1 span {
    font-weight: 700;
    padding: 0 0px 0 15px;
}
.vnutkatalog {
    background: #fff !important;
    border: 1px solid #eff2f6;
    min-height: 215px;
}
#vsevm113454 {
    margin-bottom: 20px;
}
#logo img {
    
}
.ocf-offcanvas .ocfilter-mobile-handle {
 
}
.styled-block {
    border-left: 2px solid;
    background: #f5f5f5;
    color: #555555;
    margin-bottom: 40px;
    clear: both;
    margin-top: 30px;
    padding: 37px 50px;
    font-size: 15px;
}
.styled-block {
    border-left: 2px solid #005c5f;
}
h4 {
    font-size: 1.333em;
    line-height: 20px;
    margin: 36px 0 26px;
    font-weight: 600;
}
i.fa.fa-check.colored_theme_text {
    color: #005c5f;
}
h5 {
    font-size: 1.2em;
    line-height: 22px;
    margin: 0px 0 26px;
    font-weight: 600;
}
#descop {
    padding: 0 0 20px 0;
    max-width: 500px;
}
#dopinf .row {
    margin: 0;
}
#zagolprop {
    margin: 0 0 30px 0;
}
#zagolprop2 div {
    padding: 0 0 15px 0;
}
hr.long {
    margin-bottom: 30px;
    margin-top: 30px;
}
.taprice {
    padding-bottom: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #A3C69D;
    margin-right: 20px;
}
.taprice strong {
    float: right;
    margin-left: 12px;
    white-space: nowrap;
}
#dopinf h5 {
    margin: 20px 0 20px 0;
}
#dopinf .tabs {
    margin-bottom: 39px;
    margin: 0 0px 39px 0px;
}
.ma.tabs .nav-tabs li a.tabs1 {
    background: url(/image/tab1.png) 10px center no-repeat;
    background-size: 40px auto;
}
.ma.tabs .nav-tabs li a.tabs2 {
    background: url(/image/tab2.png) 10px center no-repeat;
    background-size: 40px auto;
}
.ma.tabs .nav-tabs li a.tabs3 {
    background: url(/image/tab3.png) 10px center no-repeat;
    background-size: 40px auto;
}
.ma.tabs .nav-tabs li a.tabs4 {
    background: url(/image/tab4.png) 10px center no-repeat;
    background-size: 40px auto;
}
.ma.tabs .nav-tabs li a.tabs5 {
    background: url(/image/tab5.png) 10px center no-repeat;
    background-size: 40px auto;
}
.ma.tabs .nav-tabs li a {
    padding-left: 60px;
}
.maximg img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.maximg {
    text-align: center;
}
.tabs .nav-tabs li a, .tabs .nav-tabs li>span {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 16px 24px 15px;
    color: #777777;
    border: none;
    border-radius: 3px;
    background: transparent;
}

.ma.row > div div, .ma .row > div div {
    margin-bottom: 5px;
}
.icon-text.s30 {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    line-height: 29px;
}
.icon-text {
    color: #fff;
    background: #005c5f;
}
.icon-text {
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-radius: 27px;
    white-space: nowrap;
}
#splitsist img {
    max-width: 600px;
}
.ma.row > div div, .ma .row > div div {
    margin-bottom: 5px;
}
.ma-tarin {
    margin: 5px;
    padding: 36px 32px;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ma-tar > div > .icon-text {
    position: absolute;
    top: -10px;
    right: 0;
}
.bordered {
    border: 1px solid #ddd;
}
#dopinf .tabs .nav-tabs li {
    margin: 3px;
    background: #fafafa;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s, box-shadow 0.3s ease;
    -o-transition: background-color 0.3s, box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s, box-shadow 0.3s ease;
    transition: background-color 0.3s, box-shadow 0.3s ease;
}
#dopinf .nav-tabs {
    border-bottom: 0px solid #ddd;
}
#dopinf .tabs .nav-tabs li.active:after {
    background: #8bb783;
}
#dopinf .nav-tabs>li.active:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 1;
    height: 2px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.ma-tar > div.hit > .icon-text {
    font-size: 1.75em;
}
.newpred img {
    width: 100%;
}
.newpred {
    height: 255px;
    overflow: hidden;
    margin: 10px;
}
#dopinf h2 {
    margin-bottom: 20px;
}
#dopinf input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #333;
    background: #fff;
    padding: 0 20px;
}
#dopinf .form-control {
    background: none;

}
button.btn.btn-default2 {
    background: #005c5f;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 17px;
    border: 0px;
    width: 100%;
    margin: 5px 0 0 0;
}
#dopinf form .row {
    margin: 0 -10px;
}
#uotpodl1 img {
    width: 100%;
}
#dopinf .owl-wrapper-outer {
    margin: 0 auto;
    max-width: 100%;
}
#uotpodl1 {
    margin: 0 15px 0 0;
}
#dvastobs {
    max-width: 550px;
}
#spuskniz {
    padding: 0 0 30px 0;
}
.fa.big-icon.s40 {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px;
}
body .fa.big-icon {
    background: #005c5f;
}
.fa.big-icon {
    font-size: 32px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 15px 0;
}
.fa.big-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 29px;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center;
}
.ma-map > a {
    position: absolute;
    cursor: pointer;
}
.ma-map11 {
    left: 28%;
    top: 27%;
}
.ma-map12 {
    left: 77%;
    top: 24%;
}
.ma-map13 {
    left: 77%;
    top: 54%;
}
.ma-map14 {
    left: 27%;
    top: 68%;
}
.ma-map15 {
    left: 68%;
    top: 68%;
}
#mwidt {
    max-width: 300px;
}
#dopinf #ubirotstp h5 {
    margin: 10px 0 10px 0;
}
#dopinf #ubirotstp h5 {
    margin: 0px 0 10px;
}
#ubirotstp2 {
    max-width: 300px;
    margin: 15px 0 0 0;
}
#soblmaxw img {
    width: auto;
    max-width: 500px;
}
#soblmaxw {
    text-align: center;
}
.ma-map21 {
    left: 50%;
    top: 20%;
}
.ma-map22 {
    left: 90%;
    top: 15%;
}
.ma-map23 {
    left: 92%;
    top: 54%;
}
.ma-map24 {
    left: 22%;
    top: 89%;
}
.ma-map {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}
#ubirotstp3 {
    min-height: 130px;
    max-width: 290px;
}
#ubirotstp6 {
    max-width: 300px;
    margin: 20px 0 0 0;
}
#ubirotstp7 {
    max-width: 200px;
}
#ubirotstp8 img {
    height: 100px !important;
    width: auto !important;
}
#ubirotstp8 {
    min-height: 120px;
}
.ma-tar > div.hit > div {
    border: 1px solid #005c5f;
}
.ma-tarin {
    min-height: 400px;
}
#prtsns #cartimg22 img {
    width: auto;
    max-width: 200px;
}
#prtsns .newpred {
    height: auto;
}
.sld img {
    max-width: 100%;
}
#vsespvniz {
    margin-top: 40px;
}
.ma-company:after {
    content: '';
    display: block;
    width: 130px;
    height: 130px;
    background: url(/image/catalog/pe.png) left center no-repeat;
    position: absolute;
    left: 400px;
    bottom: -30px;
    transform: rotate(-40deg);
}
.ma-company {
    position: relative;
}
#prtsns2 #cartimg22 img {
    width: auto;
    max-width: 200px;
}
#prtsns2 .newpred {
    height: auto;
    overflow: hidden;
    margin: 10px;
}
#carousel1165 {
    margin: 20px 0 0 0;
}
#carousel1166 .newpred {
    height: 225px;
    overflow: hidden;
    margin: 10px;
}
#carousel1167 {
    margin: -10px 0 0 0;
}
#carousel1167 .newpred {
    height: 600px;
}
#cartimg23 img {
    height: 100%;
    width: auto !important;
}
#otzklvsys {
    margin: 30px 0 0 0;
}
.wrapper_inner.ma i.fa.fa-phone {
    padding: 0 5px 0 0;
    font-size: 30px;
}
#nemspusk2 {
    padding: 20px 0 0 0;
}
.ma-soc .fa.big-icon {
    margin: 0;
    display: inline-block;
}
.konticon-grid:not(:last-child) {
    margin-bottom: 20px!important;
}
.konticon-grid {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 15px;
    align-items: center;
    justify-content: start;
    line-height: 1.1;
}
.font_mlg {
    font-size: 1.6em;
    line-height: 1.126em;
    font-weight: 600;
    text-transform: uppercase;
}
.contacts_map {
    background: #eff2f6;
}
.wrapper_inner.ma.ma-soc img {
    /* margin: 0 9px 0 0px; */
    max-width: 460px;
}
#zagsocset {
    padding: 0 0 13px 0;
}
#smvsedva {
    display: none;
}
#ctot {
    font-size: 12px;
    font-weight: 700;
    color: #333;
}
#myblotz1 ul {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    margin: 5px 0 18px 0;
}
#myblotz3 ul {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    margin: 5px 0 18px 0;
}
#myblotz {
    margin: 9px 0 15px 0;
    overflow: hidden;
}
#myblotz1 ul li {
    margin: 0 15px 0 0;
}
#myblotz3 ul li {
    margin: 0 15px 0 0;
}
#progressbar {
    width: 150px;
    height: 10px;
    margin: 5px 0 0 0;
}
#progressbar {
    background-color: #eff2f6;
    border-radius: 13px;
    padding: 0px;
}
#progressbar>div {
    background-color: #005c5f;
    width: 40%;
    height: 10px;
    border-radius: 10px;
}
#myblotz3 ul li a {
    color: #005c5f;
}
#myblotz .rating .fa-star {
    font-size: 15px;
}
#myblotz .fa-stack {
    width: 15px;
}
.pie {
  --w:150px;
  
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  margin: 5px;
  font-size: 25px;
  font-weight: bold;
}
.pie:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
  background:
    radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
}
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: calc(50% - var(--b)/2);
  background: var(--c);
  transform: rotate(calc(var(--p)*3.6deg)) translate(calc(50% - var(--w)/2));
}
#myblotz .row {
    margin: 0;
}
#myblotz1 span {
    color: #000;
    font-weight: 500;
}
.blog-module {
    margin-bottom: 40px;
    border: 1px solid #eff2f6;
    border-radius: 8px;
    margin: 10px 0 0 0;
    max-width: 315px;
    padding: 10px;
}
.blog_item {
    margin: 0;
}
#ubotwh {
    margin: 0 0 0 0;
}
#account-wishlist .row {
    margin: 0;
}
li.triosn4 a {
    background: #EFF2F6;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 0 0 10px;
    width: 105px;
    height: 37px;
    font-size: 16px;
    font-weight: 700;
}
.live-search ul li .product-price {
    display: none;
}
.live-search ul li .product-name {
    width: 75% !important;
}
#product-search .row {
    margin: 0 0 20px 0;
}
#skrstrt {
    display: none;
}
#product-compare .row {
    margin: 0;
}
#dopinf .row .product-thumb img {
    width: auto;
}
#product-manufacturer .row {
    margin: 0;
}
#product-compare tr td:nth-child(1) {
    background: #eff2f6;
    font-weight: 600;
}
#product-compare .table>tbody+tbody {
    border-top: 1px solid #eff2f6;
}
#product-compare tr td {
    max-width: 300px;
    padding: 15px 20px;
}
#product-compare .table-bordered {
    border: 0px solid #ddd;
    margin-top: 30px;
}
#product-compare tr {
    border-top: 1px solid #eff2f6;
}
#product-compare a.btn.btn-danger.btn-block {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding: 12px;
    background: #eff2f6;
    border-radius: 5px;
    color: #333;
    width: 200px;
    font-weight: 500;
}
i.rat.fa.fa-star {
    color: #ffd900;
}
#menuknop2 {
    position: relative;
    z-index: 2;
}
img.nemkor {
    margin: 7px 0 0 7px;
}
#product-product #rekomtov .product-thumb {
    max-width: 100%;
    min-height: auto;
    margin: 0px 0px 15px 15px;
}
#carousel217 .product-thumb {
    max-width: 100%;
    background: #fff;
    border-radius: 10px;
}
#farantiiivozvr12 .row {
    margin: 15px 0 0 0;
}
#review {
    margin: 0px 0px 0 0px;
    border: 1px solid #eff2f6;
    padding: 35px 35px;
    border-radius: 5px;
}
#carousel02 .product-thumb {
    background: #EFF2F6;
}
#carousel19 .owl-pagination {
    display: block;
    top: -45px;
}
.owl-controls .owl-page span {
    width: 5px !important;
    height: 5px !important;
    background: rgb(68 68 68) !important;
    box-shadow: inset 0 0 3px rgb(49 50 49 / 30%) !important;
}
.owl-controls .owl-page.active span {
    background: rgb(62 184 43) !important;
}
#carousel19 .owl-buttons div i {
    background: none;
    box-shadow: none;
}
#pech {
    display: none;
}
#slzab p:nth-child(2) a {
    color: #fff;
    text-decoration: none;
}
#nazpodgr {
    font-weight: 700;
    margin: 15px 0 10px 0;
}
#tab-specification .row {
    margin: 0;
}
#tab-specification .feature li {
    margin: 10px 0px;
}
.triosn4 a {
    background: #ffffff;
    border: 1px solid #74CA67;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 8px;
    max-width: 230px;
}
#form-xreviews input {
    margin: 0 15px 10px 15px;
    max-width: 450px;
}
#form-xreviews h3 {
    font-weight: 500;
    margin: 0 0 20px 0;
    font-size: 32px;
}
#form-xreviews textarea#input-text {
    width: 100%;
    padding: 15px;
    color: #333;
    max-width: 1030px;
}
#form-xreviews .btn-default {
    margin: 0 0 0 15px;
    border-radius: 5px;
    background: #eff2f6;
    color: #000;
}
#vybrat {
    margin: 15px 0 0 0;
}
#review .fa-stack {
    width: 20px;
    color: #cecece;
}
#review .fa {
    font-size: 20px;
}
#review .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
#phrev img {
    width: 100%;
}
#phrev {
    width: 200px;
}
.xreview-fotot img {
    width: 100%;
    padding: 0 0px 0 0;
}
.xreview-date_added {
    margin: 0px 0 0 0;
    font-size: 12px;
    float: right;
}
.xreview-title {
    margin-top: 0px;
}
#product-product #myblotz3 .rating {
    margin: -10px 0px -10px 0;
}
#product-product #myblotz1 .rating {
    margin: -10px 0px 0 0;
}
#product-product #review .fa-stack {
    width: 15px;
}
#review #myblotz1 .fa-stack {
    width: 15px;
}
#product-product #myblotz3 ul {
    margin: 5px 0 10px 0;
}
span#ocenkvkart {
    font-weight: 700;
    font-size: 30px;
    margin: 0 10px 0 0;
    color: #005c5f;
}
#product-product #review table .fa-stack {
    margin: -15px 0 0 0;
}
#product-product #review table tr td {
    padding: 3px 0 3px 0;
}
#svtiprow .rating .fa-stack {
    font-size: 8px;
    margin: -20px 0 0 0;
}
#vkartrew2 a {
    background: #005c5f;
    color: #fff;
    padding: 15px 25px;
    text-align: center;
    border-radius: 5px;
    display: block;
}
#vkartrew1 {
    font-size: 22px;
    padding: 0 0 20px 0;
}
#vkartrew {
    text-align: center;
    margin: 20px 0 0 0;
}
#askzaebudpr button {
    background: #fff;
    border-radius: 0px;
    padding: 10px 5px;
    border: 1px solid;
    margin: 0 5px 0 0;
}
#askzaebudpr .fa {
    font-size: 16px;
}
.btn-default.active:hover {
    color: #005c5f;
}
.product-list .product-thumb2 {
    min-height: auto;
}
.product-list #attribs {
    max-width: 250px;
}
.product-list #dviglist {
    right: 40px;
    position: absolute;
    top: 20px;
}
.product-list .product-thumb .price {
    display: none;
}
.product-list ul.triosn li:nth-child(2) {
    display: none;
}
.product-list ul.triosn li:nth-child(3) {
    display: none;
}
.product-list ul.triosn {
    width: 250px;
}
.product-list .triosn4 a {
    max-width: 100%;
}
.product-list li.triosn1 {
    width: 100%;
}
.product-list .triosn4 a {
    max-width: 100%;
}
.product-list li.triosn1 button {
    width: 100%;
}
ul.triosn222 {
    display: none;
}
.product-list ul.triosn222 {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    margin: 10px auto 0 auto;
    max-width: fit-content;
}
li.triosn322 button {
    background: #EFF2F6;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 0 0 10px;
    width: 40px;
    height: 37px;
    border: 0;
}
li.triosn223 button {
    background: #EFF2F6;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 0 0 10px;
    width: 40px;
    height: 37px;
    border: 0;
}
#proddesclist {
    display: none;
}
.product-list #proddesclist {
    display: block;
    max-width: 500px;
}
.product-list .product-thumb h4 {
    min-height: 30px;
    max-width: 500px;
}
.product-list .product-thumb #pricelist .price {
    display: block;
}
.product-list #pricelist {
    margin: 15px 0 0 0;
}
.product-list p.price {
    font-size: 20px;
}
.product-list #pricelist2 {
    margin: 0 0 20px 0;
}
.product-list #econtov {
    font-weight: 700;
    padding: 0 0 0px 10px;
}
#pricelist {
    display: none;
}
.product-list #pricelist {
    display: block;
}
.collapse-value i.fa.fa-fw {
    display: none;
}
#znratingk {
    font-size: 15px;
    font-weight: 700;
    margin: 0px 0 0 5px;
}
#znratingk2 a {
    font-size: 14px;
    color: #979494;
}
#pomotz {
    font-size: 12px;
    color: #888;
    padding: 10px 0 20px 0;
}
#pomotz ul {
    list-style: none;
    display: -webkit-box;
    float: right;
}
li.likeotz {
    background-color: #f0f3f9;
    border-radius: 15px;
    border: none;
    color: #5a6c7d;
    width: 70px;
    text-align: center;
    padding: 5px 20px;
    margin: -6px 0 0 15px;
}
#review li.likeotz .fa {
    font-size: 14px;
    padding: 0 5px 0 0;
}
.product-price .product-thumb {
    max-width: 100%;
    min-height: auto;
}
.product-price .product-thumb .image {
    float: left;
    padding: 0 30px 0 0px;
    width: 15%;
}
.product-price #attribs {
    display: none;
}
.product-price .product-thumb .price {
    display: none;
}
.product-price #abspos {
    display: block;
}
.product-price .triosn4 {
    display: none;
}
.product-price #dviglist {
    width: 28%;
    float: left;
}
.product-price #dviglist0 {
    float: left;
    width: 28%;
    padding-right: 10px;
}
.product-price .product-thumb2 {
    min-height: auto;
}
#dviglist1 {
    display: none;
}
.product-price #dviglist1 {
    display: block;
    float: left;
    width: 28%;
    min-height: 100px;
}
.product-price .product-thumb #pricelist1 .price {
    display: block;
}
.product-price p.price {
    font-size: 20px;
}
.product-price #econtov {
    font-weight: 700;
    padding: 0 0 0px 10px;
}
.product-price #statkond {
    display: none;
}
.product-price ul.triosn li:nth-child(2) {
    display: none;
}
.product-price ul.triosn li:nth-child(3) {
    display: none;
}
.product-price li.triosn1 button {
    width: 100%;
    max-width: 100%;
}
.product-price li.triosn1 {
    width: 100%;
}
#statkond333 {
    display: none;
}
.product-price #statkond333 {
    display: block;
}
#statkond333 ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
}
#statkond333 ul li {
    margin: 0 20px 0 0;
}
#statkond333 ul a {
    font-size: 14px;
    color: #005c5f;
}
#statkond333 ul i.fa.fa-play-circle {
    font-size: 16px;
}
#vidprice {
    display: none;
}
.product-price #vidprice {
    display: block;
}
#vidprice ul {
    list-style: none;
    display: -webkit-box;
    padding: 0;
    margin: 15px 0 0 0;
}
.product-price li.triosn2 button {
    border: 0px solid #ffc501;
    width: 100%;
    max-width: 100%;
    background: none;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0;
}
.product-price li.triosn3 button {
    border: 0px solid #ffc501;
    width: 100%;
    max-width: 100%;
    background: none;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0;
}
.product-price li.triosn2 button img {
    background: #EFF2F6;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 0 0 0px;
}
.product-price li.triosn3 button img {
    background: #EFF2F6;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 0 0 0px;
}
.product-price li.triosn2 {
    margin: 0 65px 0 0;
    /* width: 50%; */
    float: left;
}
.collapse-value > button {
    padding: 10px 0 0 0 !important;
}
#option-10628 .ocfilter-option label {
    color: #000;
    text-decoration: none;
    float: left;
    width: 50%;
}
span.optn {
    border-bottom: 1px dashed #000;
    padding-bottom: 2px;
}
.ocf-color22 {
    float: left;
    height: 22px;
    margin: 4px 0px 0 30px;
    width: 22px;
    border-radius: 50px;
    position: absolute;
    border: 1px solid #e8e9e9;
}
.list-group1 #option-10675 label span {
    padding: 0 0 0 60px;
}
#option-10628 label {
    float: left;
    width: 50%;
}
#option-10628 {
    overflow: hidden;
}
#option-10641 label {
    float: left;
    width: 50%;
}
#option-10641 {
    overflow: hidden;
}
#option-10632 label {
    float: left;
    width: 50%;
}
#option-10632 {
    overflow: hidden;
}
.list-group1 label {
	display: block;
	margin: 0 0 5px 0;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.list-group1 label input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.list-group1 label span {
	display: inline-block;
	position: relative; 
	padding: 0 0 0 35px; 
	line-height: 22px;    
}
.list-group1 label span:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	transition: background 0.3s ease;
	background: url(/checkbox-1.png) 0 0 no-repeat;
	border: 1px solid #ddd;
    border-radius: 3px;
}
 
/* Checked */
.list-group1 label input[type=checkbox]:checked + span:before {
	background-image: url(/checkbox-2.png);
	content: "✔";
	border: 1px solid #005c5f;
	text-align: center;
	color: #000;
}
 
/* Focus */
.focused span:before {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.list-group1 label span:hover:before {
	filter: brightness(110%);
}
 
/* Active */
.list-group1 label span:active:before {
	filter: brightness(80%);
}
 
/* Disabled */
.list-group1 label input[type=checkbox]:disabled + span {
	color: #666;
	cursor: default;
}
.list-group1 label input[type=checkbox]:disabled + span:before {
	filter: grayscale(100%);
	opacity: 0.6;
}
ul.slidval {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    margin: -15px 0 0 0;
}
ul.slidval li {
    width: 50%;
    font-weight: 700;
    font-size: 15px;
}
ul.slidval li:nth-child(1) {
    
}
ul.slidval li:nth-child(2) {
    text-align: right;
    padding-right: 9px;
}
.set .active ul.slidval {
display: -webkit-box;
    overflow: hidden;
}
.list-group1 .scale {
    margin-top: 20px;
}
#strobanshou {
    margin: 0 0 0 0;
    background: #005c5f;
    border-radius: 10px;
    min-height: 350px;
}
#strobanshou1 {
    color: #fff;
    padding: 130px 50px 50px 100px;
    background: url(/image/fonshou.png) right top no-repeat;
}
#strobanshou1 p:nth-child(1) {
    font-size: 36px;
    line-height: 1;
}
#strobanshou1 p:nth-child(2) {
    font-size: 18px;
    max-width: 400px;
    margin: 15px 0 0 0;
    font-weight: 300;
}
#dopinf #secshou2 .row img {
    width: auto;
}
#dopinf #strobanshou {
    margin: 0 0 30px 0;
}
#secshou31 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
#secshou3 {
    margin: 30px 0 30px 0;
    min-height: 200px;
}
#secshou32 #cartimg22 {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
#secshou32 #cartimg22 img {
    border-radius: 10px;
}
#rmkzd23 {
    background: #eff2f6;
    border-radius: 10px;
    margin: 0 0 0 0;
    min-height: 500px;
    padding: 40px;
}
#dopinf #secshou411 img {
    width: auto;
}
#secshou42 {
    padding: 30px 0 0 15px;
    font-size: 18px;
}
#secshou412 {
    box-shadow: 11px 14px 75px 5px rgb(177 174 174 / 30%);
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    min-height: 85px;
    max-width: 320px;
    margin: -60px auto 0 auto;
    position: relative;
    z-index: 2;
}
#secshou41 {
    text-align: center;
}
#secshou412 {
    box-shadow: 11px 14px 75px 5px rgb(177 174 174 / 30%);
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    min-height: 85px;
    max-width: 320px;
    margin: -60px auto 0 auto;
    position: relative;
    z-index: 2;
    text-align: left;
}
#secshou412 p:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
}
#secshou412 p:nth-child(2) {
    font-size: 18px;
}
#formzapkl ul {
    list-style: none;
    display: -webkit-box;
    padding: 0;
    margin: 15px 0 0 0;
}
#formzapkl ul input {
    width: 100%;
    max-width: 200px;
    margin: 0 15px 0px 0px;
    height: 55px;
}
#dopinf input.subshou {
    background: #005c5f;
    text-align: center;
    color: #fff;
    border: 1px solid #005c5f;
    margin: 0 0 0 10px;
    font-weight: 700;
}
#secshou42 h3 {
    margin: 30px 0 20px 0;
}
#strobanshou21 {
    overflow: hidden;
    border-radius: 10px;
}
#secshou5 {
    margin: 50px 0 30px 0;
    min-height: 400px;
}
#kartadres {
    box-shadow: 11px 14px 75px 5px rgb(177 174 174 / 30%);
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    min-height: 85px;
    width: 100%;
    max-width: 400px;
    margin: 100px 0 0 0;
    z-index: 2;
    text-align: left;
    position: absolute;
    right: 50px;
}
#dopinf #kartadres .row img {
    width: auto;
}
#strobanshou22 {
    position: absolute;
    z-index: 2;
    top: 165px;
    left: 40%;
    right: 40%;
}
ul.nesk {
    list-style: none;
    display: -webkit-box;
    margin: 2px 0 0 -10px;
    padding: 0 0 0 0;
}
#carousel01 .owl-wrapper-outer {
    max-width: 100%;
}
#banvn {
    border-radius: 10px;
    overflow: hidden;
    min-height: 450px;
}
#banvn124 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 20px 0;
}
#banvn125 {
    overflow: hidden;
}
#banvn125 p:nth-child(1) {
    float: left;
    height: 60px;
    width: 75px;
}
#banvn125 p:nth-child(2) {
    max-width: 300px;
    padding: 6px 0 0 0;
}
li.triod {
    width: 96px;
    padding: 5px 0 0 0;
    text-align: center;
}
#uotpodl img {
    width: 100%;
}
#uotpodl #playbut img {
    width: auto;
}
#carousel1155 .owl-wrapper-outer {
    max-width: 100%;
}
ul.navsss {
    list-style: none;
    display: -webkit-inline-box;
    font-size: 32px;
    font-weight: 600;
    padding: 0;
}
ul.navsss li {
    margin: 0 35px 0 0;
}
ul.navsss li.active a {
    color: #005c5f;
    border-bottom: 2px solid;
    text-decoration: none;
}
button#list-view {
    display: none;
}
button#price-view {
    display: none;
}
button#grid-view {
    display: none;
}
#coptext ul {
    list-style: none;
    display: -webkit-box;
    padding: 0;
    font-size: 14px;
}
#coptext ul li {
    margin: 0 20px 0 0;
}
#coptext ul li a {
    border-bottom: 1px solid #5c5c5c;
}
#strkucht2 {
    background: #f1f1f1;
    border-radius: 10px;
    min-height: 200px;
    padding: 40px;
}
#uchastvtend2 {
    
}
#uchastvtend2 p:nth-child(1) {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
#uchastvtend2 p:nth-child(2) {
    font-size: 16px;
    max-width: 650px;
}
#uchastvtend3 ul {
    display: -webkit-box;
    list-style: none;
    margin: 50px 0 0 0;
}
#uchastvtend3 ul li {
    margin: 0 0 0 20px;
}
.xreview-text {
    font-size: 17px !important;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    font-style: italic;
    line-height: 1.3;
}
.xreview-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px !important;
    color: #464545;
}
#uchastvtend1 {
    text-align: center;
}
#uchastvtend2 {
    padding: 0 20px 0 40px;
}
li#uchastvtend4 a {
    background: #005c5f;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
}
li#uchastvtend5 a {
    font-weight: 600;
}
#verhnb11 img {
    margin: 0 5px 0 0;
}
#uchastvtend {
    margin: 60px 0 60px 0;
}
#uchastewnd2 {
    margin: 40px 0 80px 0;
}
#uchastewnd22 {
    
}
#uchastewnd22 p:nth-child(1) {
    font-size: 37px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
}
#uchastewnd22 p:nth-child(1) b {
    display: block;
}
#uchastewnd22 p:nth-child(2) {
    padding: 10px 0 10px 0;
}
#uchastewnd22 a {
    color: #005c5f;
    font-size: 16px;
}
#vtorvesr2234 div#spudkvn2 {
    margin: 0 -15px;
}
#catsmono {
    margin: 40px 0 40px 0;
    min-height: 500px;
}
#cvmono1 {
    background: #eff2f6;
    border-radius: 5px;
    margin: 10px;
}
#catsmond1 {
    margin-bottom: 25px;
}
#monosod {
    padding: 40px 40px 20px 40px;
    min-height: 410px;
}
#monosod p:nth-child(1) {
    float: left;
    width: 190px;
    height: 150px;
    text-align: center;
    margin-right: 20px;
}
#monosod p:nth-child(2) {
    font-size: 32px;
    font-weight: 600;
    line-height: 0.9;
    margin-bottom: 20px;
}
#catsmond33 {
    margin-bottom: 20px;
}
#cvmono2 {
    background: #fff4db;
    border-radius: 5px;
    margin: 10px;
}
#cvmono3 {
    background: #e2fdea;
    border-radius: 5px;
    margin: 10px;
}
#cvmono4 {
    background: #eaf3ff;
    border-radius: 5px;
    margin: 10px;
}
#catsmond3 {
    min-height: 135px;
}
#monosod ul li {
    list-style: none;
    position: inherit;
    background: url(/image/treug.png) no-repeat 0px 5px;
    padding: 0px 0px 5px 20px;
}
#carousel15555 {
    margin-top: 40px;
}
#carousel21 .owl-wrapper-outer {
    margin: 0 auto;
    max-width: 100%;
}
#carousel21 {
    padding: 0px 0 0 0;
    margin: 0px -15px 0 -15px;
}
#vyrblmenu123 {
    width: 120px;
    float: left;
    height: 220px;
}
#logo h1 {
    display: none;
}
#manufs {
    margin: 0 0 20px 0;
}
.skrmobss {
    margin-left: 20px;
}
#prvkartmno1 {
    margin: 35px 0 0 0;
}
#prvkartmno {
    max-width: 275px;
}
#prvkartmno p:nth-child(1) {
    float: left;
    width: 50px;
    height: 70px;
}
#prvkartmno p:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
}
#prvkartmno p:nth-child(3) {
    color: #555A64;
    max-width: 300px;
}
#nemnspusk2 ul.feature {
    font-size: 14px;
}
#nemnspusk2 .feature-left {
    width: 40%;
}
#nemnspusk2 .feature-right {
    width: 60%;
}
#information-information #uchastvtend3 ul {
    margin: 40px 0 0 -20px;
    padding: 0;
}
#menuknop2 {
    display: none;
}
#cvmono4 img {
    padding: 10px 0 0 0px;
}
a.zakazattbl {
    background: #005c5f;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 23px;
    display: block;
    text-decoration: none;
    max-width: 220px;
    text-transform: uppercase;
    margin: 0 auto;
    transition: 0.8s;
    border: 2px solid transparent;
    transition: 0.8s;
}
.product-thumb:hover a.zakazattbl {
    transition: 0.8s;
    background: #fff;
    color: #000;
    border: 2px solid #005c5f;
}
#pzza {
    font-size: 14px;
}
.popover>.arrow {
    display: none;
}
img.dj-image {
    width: 100%;
    max-width: 350px;
}
#carousel11551 .owl-wrapper-outer {
    max-width: 100%;
}
#neglpost .image img {
    width: 100%;
}
#neglpost {
    background: #fff;
    border-radius: 15px;
    margin: 0 15px 0 0;
    min-height: 530px;
}
.alldr {
    padding: 0 20px;
}
#pervekr {
    padding: 20px 0 20px 0;
}
.fonsin {
    background: url(/image/bgf1.jpg) center top no-repeat;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
    min-height: 540px !important;
}
span.sinspan {
    color: #005c5f;
    font-weight: 900;
    transition: 0.8s;
}
#banvn1241222 {
    float: right;
    width: 475px;
    margin: 135px 0 0 0;
    padding-right: 20px;
    line-height: 1.1;
}
#vtorvekr2332 {
    padding: 30px 0;
}
.rekomend {
    font-size: 40px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1;
}
#banvn1241222 p:nth-child(1) {
    float: left;
    width: 90px;
    height: 150px;
}
#banvn1241222 p:nth-child(2) {
    font-size: 35px;
    text-transform: uppercase;
}
.podzik {
    font-size: 12px;
    padding-top: 10px;
}
#obshpri a {
    display: block;
    font-size: 19px;
    font-weight: 600;
}
#obshpri {
    text-align: center;
    margin: 12px 0 0 0;
}
#blockus1 img {
    max-width: 25px;
}
.ratotz ul {
    list-style: none;
    display: -webkit-box;
    padding: 0;
    margin: 0 auto;
    max-width: fit-content;
}
.ratotz .fa {
    color: #ffcb14;
    margin: 0 0 0 2px;
}
.ratotz ul li {
    margin: 0 20px 0 0px;
}
.ratotz img {
    max-height: 21px;
}
#mbcart2 img {
    max-width: 35px;
}
#odpunkt1 img {
    max-height: 30px;
}
.trktk {
    background: #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px;
    position: relative;
    height: 210px;
}
#strk11 {
    margin: 40px -30px 0 -30px;
}
.trktk p:nth-child(1) {
    position: absolute;
    font-size: 82px;
    font-weight: 700;
    opacity: 0.15;
    z-index: 1;
    top: 25px;
    left: 20px;
}
.trktk p:nth-child(2) {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    position: relative;
    z-index: 2;
    max-width: 200px;
    margin: 65px 0 0 50px;
    color: #000;
}
.trktk p:nth-child(3) {
    position: absolute;
    top: 0;
    right: -40px;
}
a.allprod {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #e5e5e5;
    border-radius: 100px;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 0 10px;
}
#uchastvtend1 img {
    max-width: 290px;
}
#uchastvtend1 {
    text-align: center;
    margin: -75px 0 -40px 0;
}
#sturo {
    margin: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent;
}
#form-xreviews {
    border-radius: 15px !important;
}
#dtis {
    margin: 0;
}
#strkucht3 {
    margin: 20px 0 0 40px;
}
.minp input {
    border: 1px solid #bfbaba;
    width: 95%;
    line-height: 50px;
    border-radius: 5px;
    background: #e6e6e6;
    padding: 0 20px;
}
.minpbp {
    font-size: 12px;
    opacity: 0.5;
    margin: 10px 0 0 0;
}
.minpb button {
    font-size: 14px;
    line-height: 25px;
    width: 95%;
    border: 0px;
    border-radius: 5px;
    text-transform: uppercase;
    background: #005c5f;
    color: #fff;
}
ul.dvastat {
    list-style: none;
    padding: 0;
    display: -webkit-box;
}
ul.dvastat li {
    margin: 0 20px 0 0px;
}
.blog_stats {
    margin: 0 0 -5px !important;
}
#vtorvesr22341 {
    margin: 40px 0;
}
#vtorvekr {
    margin: 20px 0;
}
#logopattt {
    margin: 60px 0 40px 0;
}
#okmot323 {
    margin: 0;
}
.owl-wrapper-outer {
    max-width: 100% !important;
}
#carousel0111 img {
    filter: grayscale(100%);
    opacity: 0.4;
}
#mrktpls {
    margin: 40px 0;
}
.mpls1.row {
    margin: 0 5px;
    background: #0044ff;
    border-radius: 30px;
    padding: 40px;
    min-height: 330px;
}
#rmkzd2255 {
    margin: 0px -15px;
}
#mrktpls {
    margin: 0px 0 60px 0;
}
.podrmps3 a {
    background: #fff;
    padding: 18px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.podrmps2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 5px 0px 35px 0;
}
.mpls1.row.zhelt {
    background: #ffdb17;
}
.podrmps {
    min-height: 95px;
}
.mpls1.row.zhelt .podrmps2 {
    color: #000;
}
.mpsimg img {
    max-width: 100%;
}
#spudkvn {
    margin: 0;
}
.novnk {
    background: #005c5f;
    color: #fff;
    width: 120px;
    text-align: center;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    line-height: 30px;
    position: absolute;
    top: 35px;
    z-index: 2;
    left: 0px;
}
.podlakc {
    background: #fff;
    border-radius: 20px;
    min-height: 540px;
    margin-left: 20px;
    padding: 20px 20px 0px 20px;
}
.tovdnya {
    background: #005c5f;
    color: #fff;
    width: 150px;
    text-align: center;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    line-height: 30px;
    position: absolute;
    top: 20px;
    z-index: 2;
    left: -20px;
}
.tovdnya2 {
    color: #005c5f;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 30%;
    z-index: 2;
}
.tovdnyatov .product-thumb {
    margin: -20px auto 0 auto;
    position: relative;
    z-index: 1;
    border: 0px;
    padding: 15px 15px 0px 15px;
}
#rmkzd2 {
    margin: 60px 0 10px 0;
}
.podrmps3 a:hover {
    background: #e5e2e2;
    color: #000;
}
.minpb button:hover {
    background: #3461a6;
}
#kncart1 a:hover {
    background: #3461a6;
}
#kncart2 a:hover {
    background: #005c5f;
    color: #fff;
    transition: 0.8s;
}
#button-cart:hover {
    background: #014346;
    transition: 0.8s;
}
#dvablk {
    overflow: hidden;
    padding: 0px;
    border-radius: 15px;
    margin: 10px 10px 0 15px;
    background: #fff;
    min-height: 580px;
}
a.optpriceinf {
    background: #005c5f;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 17px 25px;
    margin: 15px 0 0 0;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 320px;
}
li.zels a:hover {
    color: #fff;
    background: #005c5f;
    transition: 0.8s;
}
li.zels a:hover span.sinspan {
    color: #fff;
    transition: 0.8s;
}
#login_view {
    display: none;
}
#confirm_comment_input {
    display: none;
}
a.kupoz {
    background: #0058f7 !important;
    font-weight: 900 !important;
}
#kncart1 img {
    width: 37px;
    margin-right: 10px;
    margin-top: -11px;
    margin-bottom: -5px;
}
#logo img {
    max-width: 150px;
}
#vtorvesr22341 {
    margin: 40px 0;
    padding: 40px 0;
    background: #f4f4f4;
}
.levstban {
    background: #f4f4f4;
    min-height: 500px;
    padding: 80px 50px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
}
.rightban1 p:nth-child(1) {
    font-size: 40px;
    line-height: 0.9;
    text-transform: uppercase;
}
.rightban1 p:nth-child(1) b {
    font-weight: 700;
    color: #005c5f;
}
.rightban1 p:nth-child(2) {
    font-size: 17px;
    opacity: 0.7;
}
.rightban1 {
    max-width: 300px;
    position: relative;
    z-index: 2;
}
.levstban1 {
    position: relative;
    z-index: 2;
    max-width: 450px;
}
.levstban2 {
    position: absolute;
    top: 0;
    right: 0px;
    transition: 0.8s;
}
.levstban1 h1 {
    font-size: 62px;
    line-height: 0.9;
    text-transform: uppercase;
}
.levstban1 h1 b {
    font-size: 73px;
    font-weight: 700;
    color: #005c5f;
}
.levstban1 p:nth-child(2) {
    font-size: 20px;
    color: #212121;
    line-height: 1.2;
    margin: 20px 0 20px 0;
    opacity: 0.7;
}
.levstban1 a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    border: 2px solid;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    max-width: 220px;
    margin-top: 35px;
    transition: 0.8s;
}
.levstban:hover .levstban1 a {
    transition: 0.8s;
    background: #005c5f;
    color: #fff !important;
}
.levstban1 a:hover {
    color: #fff;
}
.opisdeyat {
    margin: 15px 0 0 15px;
    opacity: 0.7;
}
#verhnb24 {
    text-align: center;
}
.ratotz {
    text-align: right;
}
i.fa.fa-envelope {
    color: #005c5f;
    font-size: 16px;
}
.rightban {
    background: #f4f4f4;
    min-height: 248px;
    padding: 55px 30px 0px 40px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: 0.8s;
}
.rightban:hover .rightban2 {
    transition: 0.8s;
    right: -20px;
}
.levstban:hover .levstban2 {
    transition: 0.8s;
    right: -20px;
}
.rightban2 {
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.8s;
}
#strk1 a:hover {
    color: #000;
    text-decoration: none;
}
ul.posvernav {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 20;
    left: 20px;
    top: 20px;
    display: none;
}
.product-thumb:hover ul.posvernav {
    display: block;
}
ul.posvernav button {
    border: 0px;
    background: transparent;
    margin-bottom: 5px;
}
.triosn1 i.fa.fa-caret-right {
    margin-left: 5px;
}
#uchastewnd22 h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 30px;
}
#uchastewnd2212 {
    position: absolute;
    top: 0px;
}
#uchastewnd2212 img {
    max-width: 800px;
}
#uchastewnd22 {
    font-size: 18px;
    line-height: 1.3;
}
#uchastewnd22 ul li {
    list-style: none;
    background: url(/image/galsept.png) no-repeat 0px 7px;
    padding: 0px 0px 10px 27px;
    opacity: 0.7;
}
#uchastewnd22 ul {
    padding: 0;
}
#calcpept {
    margin: 40px 0;
}
#okmot33 {
    background: #f4f4f4;
    border-radius: 15px;
    padding: 60px;
}
.ccpept h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1;
}
.ccpept h2 b {
    display: block;
}
.ccpept p:nth-child(2) {
    font-size: 20px;
    color: #212121;
    line-height: 1.2;
    margin: 10px 0 20px 0;
    opacity: 0.7;
}
.ccpept {
    margin-bottom: 20px;
}
#uchastewnd22 p:nth-child(2) {
    opacity: 0.7;
}
.xreview-fotot {
    margin: 0 auto 15px auto;
}
.xreview-fotot img {
    max-width: 100px;
}
.divet {
    padding-left: 30px !important;
}
#vtorvesr2234 {
    margin: 60px 0 60px 0;
}
.calc_content {
    flex: 1;
}
.calc_subtitle {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.syringe-input {
    display: none;
}
.peptide-label, .water-label, .dose-label {
    padding: 5px;
    border: 2px solid #c2c2c2;
    height: 20px;
    width: 60px;
    line-height: 20px;
    text-align: center;
}
.syringe-label {
display: inline-block;
    cursor: pointer;
    margin: 5px 5px 5px 0px;
    padding: 10px;
    border: 2px solid #d6d5d5;
    border-radius: 10px;
    transition: border-color 0.3s;
    background: #fff;
    min-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
}
.syringe-input:checked+.syringe-label {
    border-color: #005c5f;
    background: #005c5f;
    color: #fff;
}
.syringe-input:checked+.syringe-label.imgpep11 {
    background: #fff;
    color: #000;
}
.result_block {
    max-width: 920px;
    margin: 20px 0 0 0;
}
.text_result {
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
    margin-bottom: 20px;
}
#result_scale {
    margin: 10px;
    max-width: 760px;
}
label.syringe-label span {
    font-weight: 900;
    text-transform: uppercase;
}
.ruler {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid black;
    position: relative;
}
.ruler div.long {
    height: 25px;
    border-left: 1px solid black;
}

.ruler div {
    position: absolute;
    bottom: -10px;
    height: 20px;
}
ruler div {
    position: absolute;
    bottom: 0;
    height: 20px;
}
label.syringe-label img {
    max-width: 100%;
}
label.syringe-label.imgpep {
    background: #fff;
    padding: 20px;
}
.zagolvopr {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 20px 0 20px 0;
}
.form_div .row {
    margin: 0;
}
#okmot33 .row {
    margin: 0;
}
li.triosn23 img {
    max-width: 25px;
}
#vnalart {
    font-size: 19px;
}
.echbl {
    margin: 30px 0 0 0;
    opacity: 0.7;
}
#tovcat22 h3 {
    text-transform: uppercase;
    margin-top: 50px;
    font-size: 30px;
}
.echbl1 ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    margin: 15px 0 0 0;
}
ul.triosn2 li.triosn23:nth-child(3) button {
    margin: 0;
}
.echbl1 ul li {
    margin: 0 15px 0 0;
}
.echbl1 ul li a {
    display: block;
    padding: 7px 20px;
    background: #888585;
    border-radius: 5px;
    color: #fff;
}
.echbl1 ul li a.ssylc1 {
    border: 2px solid #1d98dc;
    background: #fff;
    color: #000;
}
.echbl1 ul li a.ssylc1 .fa {
    color: #1d98dc !important;
    padding-right: 5px;
}
.echbl1 ul li a.ssylc2 {
    border: 2px solid #f00075;
    background: #fff;
    color: #000;
}
.echbl1 ul li a.ssylc2 .fa {
    color: #f00075 !important;
    padding-right: 5px;
}
#information-information h1 {
    margin-bottom: 30px;
}
#product label.control-label {
    font-size: 16px;
    font-weight: 700;
}
.popup2 .rightban {
    margin: 0 10px;
    background: #fff;
    border: 2px solid #f4f4f4;
}
.popup2 .rightban2 img {
    max-width: 250px;
}
.popup2 .rightban1 p:nth-child(1) {
    font-size: 30px;
    max-width: 200px;
    padding-top: 50px;
}
.image-wrap img {
    margin-top: -15px;
    margin-bottom: -15px;
}
.image-wrap {
    overflow: hidden;
    margin-bottom: 15px;
    max-height: 210px;
}
#nemnspusk2 .img-thumbnail {
    padding: 0px;
}
.alert {
    position: absolute;
    z-index: 9999;
    width: 100%;
    max-width: 500px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    padding: 40px;
    font-size: 16px;
    border-radius: 15px;
}
#tovcat22 ol li {
    margin-bottom: 10px;
}
#tovcat22 ol li {
    color: #005c5f;
    font-size: 20px;
    font-weight: 700;
}
#tovcat22 ol li a {
    color: #005c5f;
}
#tovcat22 h3 {
    border-top: 1px solid #c5c4c4;
    padding-top: 50px;
}
#tovcat22 ol {
    border: 1px solid #c5c4c4;
    padding: 50px 80px 50px 30%;
    border-radius: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA1IiBoZWlnaHQ9IjMwNiIgdmlld0JveD0iMCAwIDEwNSAzMDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNODAuNjI4MiAyNzcuMTk1Qzc4Ljg2NjcgMjczLjMxOSA3Ni45MTI5IDI2OS40OTQgNzQuNzk2IDI2NS44Qzc0LjUzODcgMjY1LjM1OCA3MS43MTE1IDI2MC42NjUgNzAuNDU5NyAyNTguODEzQzY5LjA5MjEgMjU2LjY5NyA2Ny42MTU1IDI1NC42NSA2Ni4wODQ4IDI1Mi42NjVMNTcuNTAwOSAyNDEuNzY4TDIzLjExMjIgMTk4LjI5NkMyMy4xMTIyIDE5OC4yOTYgMTYuMTY5MSAxODkuMzcxIDE0LjkxNzIgMTg3LjUxOUMxMi42MzI4IDE4My43MzQgMTAuNTM4NSAxNzkuNzg3IDguOTkwODEgMTc1LjU1MUM4LjIzMTU2IDE3My40NzMgNy40OTkzMSAxNzEuMzY1IDYuOTA0MjYgMTY5LjIxMUM2LjUyMDQxIDE2Ny44NDIgNS44Njg0NyAxNjUuMDEyIDUuNTM3OTcgMTYzLjU3N0M1LjQzMzQ0IDE2My4xMjQgNS4zNjEwOCAxNjIuODEgNS4zMzk1IDE2Mi43MjVDNC40NTE5IDE1OC4zNTUgMy45MjA4IDE1My44NTggMy42NjUxOSAxNDkuMzI4QzMuNjYyOTkgMTQ5LjIxNyAzLjY0NzAxIDE0OS4xMDcgMy42MzEwMyAxNDguOTk4QzMuNjE1MDYgMTQ4Ljg4OSAzLjU5OTEgMTQ4Ljc4IDMuNTk2ODkgMTQ4LjY2OUMzLjI0NTQ4IDEzOS4zMTEgNC4yOTg1OSAxMjkuNzU3IDYuODQ5MzIgMTIwLjUyM0M4LjA1NTU0IDExNS45IDkuODQ0MTkgMTExLjQwMiAxMS44NTU0IDEwNi45ODlDMTIuOTQ0OCAxMDQuODI3IDE0LjA5MDMgMTAyLjcxNSAxNS4yODk5IDEwMC41NEwxOS4xNjQxIDkzLjk4MzhMMzcuNjc3OCA2Mi41MjczTDQ3Ljk5MzUgNzUuODAyNUwzOC40MjAxIDkxLjU4MjhMMzcuODMxNiA5Mi41NDM1TDYyLjk1ODEgODUuMzc1Nkw1Mi43Mzg4IDcyLjc4NDFMMjkuMTAwNiA0My42MTk5QzE3LjUyMDMgMjkuMjQ1NSA4Ljc4NzE1IDEyLjIyMDIgMy41MDg3OSAtNi4wNTUzMUMwLjk1MjI1OSAtMTUuMjAzIC0wLjc1ODQ2MyAtMjQuODY5NiAwLjU5NDkzMSAtMzQuNTk5MUwzLjcwNzQ2IC02NC4yMjk4TDIyLjk3MjIgLTYzLjQwNTlMMTkuNzk3IC0zOS43MTkxTDc5Ljc3OTUgLTQ4LjA1MDlMNzkuNTI3NSAtNzEuODgxNUw5OS4wMDk0IC03NC4wMzE2TDk5LjQxNjcgLTQ1LjE1ODNDOTkuNjA5NCAtMzUuNDQ4MSA5Ny4zNDYzIC0yNS42MzY5IDk0LjYzNjkgLTE2LjA1Qzg4LjkxNDQgMy4xMzIzMiA4MC42Njg5IDIxLjgxMTggNzAuMTYwNCAzOS4xNzg2TDYxLjg5NjggNTIuNzcxMUM2MS44OTY4IDUyLjc3MTEgNTEuNjQ2MSAzOS45ODg3IDUxLjE5MzIgMzkuNDMxNEM1NS4zNiAzMi4zMTExIDU5LjYwNjcgMjUuMDQyMSA2My4yNjg4IDE3LjUzNzZMMzEuMjUzOCAxNC4zNTVDMzIuMjU4MyAxNi4yNjQzIDMzLjI4OTcgMTguMTQyNCAzNC4zNzYzIDIwLjAxNEMzOC4wOTMyIDI2LjQwNzggNDguMDY2MiAzOS4xMTI1IDQ4LjU0NzIgMzkuNjk0MkM0OS4wMjk0IDQwLjMzMTQgODUuMTU0MiA4Ni40MDI5IDg1LjE1NDIgODYuNDAyOUM4NS4xNTQyIDg2LjQwMjkgOTIuMTI4NyA5NS41MTk0IDkzLjI3MjYgOTcuNDk1M0M5My41NjM1IDk4LjAxOCA5My44NjM2IDk4LjUzNCA5NC4xNjMzIDk5LjA0OTJDOTUuMDE0MyAxMDAuNTEyIDk1Ljg2MjEgMTAxLjk3IDk2LjQ4NTkgMTAzLjU2TDk5LjA0MzYgMTA5Ljk4M0MxMDIuMDYxIDExOC43MTMgMTAzLjU0NyAxMjguMTg0IDEwMy40NjEgMTM3Ljc2MUMxMDMuNDAzIDE0Ny4zNjMgMTAxLjg1NiAxNTcuMDg4IDk4Ljc1NDYgMTY2LjM4OEM5OC4zMDI4IDE2Ny44OTggOTcuNzAwMyAxNjkuMzY4IDk3LjA5NjkgMTcwLjg0Qzk2Ljc2NjUgMTcxLjY0NiA5Ni40MzU4IDE3Mi40NTMgOTYuMTI5NSAxNzMuMjY3Qzk1LjgyNzYgMTczLjg4MiA5NS41MzQzIDE3NC41IDk1LjI0MTEgMTc1LjExOEM5NC40Nzc3IDE3Ni43MjcgOTMuNzE1OSAxNzguMzMzIDkyLjgwODUgMTc5Ljg2OEM5MS4wNzMyIDE4Mi44NzggODkuMDU2OCAxODUuOTIyIDg3LjA0MDQgMTg4Ljk2NUM4Ni4yMzM4IDE5MC4xODMgODUuNDI3MiAxOTEuNCA4NC42Mzg2IDE5Mi42MTVMNjYuMTM5OCAyMjAuNjVMNTYuOTM2NiAyMDkuMTU5TDcwLjcxMzEgMTg4LjA5TDQxLjQ2NzMgMTk2LjQyMUw2My41NjU1IDIyNC41MTlMNzcuOTU4NiAyNDIuODY1QzgzLjQ2MDggMjUwLjE1NyA4OC4zMTE3IDI1OC4wMjcgOTIuMzQzOSAyNjYuMzg2Qzk0LjM4NzUgMjcwLjU2MSA5Ni4yMTI5IDI3NC44NzUgOTcuODE3OSAyNzkuMjE0Qzk5LjQyMjkgMjgzLjU1NCAxMDAuODEgMjg4LjAzMiAxMDIuMDA0IDI5Mi41NkMxMDQuMjI5IDMwMS42OTIgMTA1LjYyOCAzMTAuOTc5IDEwNC4wMjIgMzIwLjQ4OUwxMDAuNDk0IDM0Ny4yNDlMODUuOTU3MSAzNDYuNzE4TDg5LjQ5MTEgMzIwLjIzNUM4OS41Mzc0IDMxOS43ODUgODkuOTYwNyAzMTAuNTAxIDg5Ljg4NjggMzA5LjU2NEM4OS43NDQ3IDMwNy45NjggODkuNTc1NiAzMDYuNDAzIDg5LjMyNDMgMzA0Ljg3NkM4OC45NDQyIDMwMi40MTkgODguNDI2OCAzMDAuMDA2IDg3LjgyNzQgMjk3LjYzMUM4Ny4yMjc5IDI5NS4yNTYgODYuNTQ3NCAyOTIuOTc0IDg1LjgxMDggMjkwLjY0M0M4NS44MDk3IDI5MC41ODggODQuMDUzMiAyODUuNTcxIDgzLjEyMiAyODMuMThDODIuMzM1NyAyODEuMTM0IDgxLjQ5NTUgMjc5LjE0OSA4MC42MjgyIDI3Ny4xOTVaTTE4Ljc5NjMgLTMxLjcwMDZDMTguMzc5NiAtMjcuNjQ1OCAxOC42MjY0IC0yMy41NTk2IDE5LjI4MjYgLTE5LjcxNzRDMTkuMzU3MyAtMTkuMTUxNSAxOS40OTY1IC0xOC41OTM0IDE5LjYzODggLTE4LjAyMzJDMTkuNjgyMyAtMTcuODQ4NiAxOS43MjYyIC0xNy42NzI5IDE5Ljc2ODUgLTE3LjQ5NTVMNzcuMTMxNSAtMTguNjcwOEM3OC4wMDc2IC0yMS44MzUzIDc4LjgwMDYgLTI1LjAxNzcgNzkuNDU1MiAtMjguMjExMkM4MC4yMzI3IC0zMi4xNzAzIDgwLjgxMzYgLTM2LjMwMDUgODAuODQ0NSAtNDAuMzA4OEwyMC4wNjM2IC0zMS44NTMxTDE5LjQwMjMgLTMxLjc3MzZMMTguNzk2MyAtMzEuNzAwNlpNMjIuMDU5IC04LjIwNjE5QzIyLjI4MzcgLTcuMzkyMTMgMjIuNTA3NCAtNi41ODIwMiAyMi43NjI1IC01Ljc4NjM0QzI0LjA1NzMgLTEuNzcwNyAyNS41OTg1IDIuMTMxODggMjcuMjc1NyA1LjkzNDY1TDY2Ljg3MjUgOS44NzMzMkM2OS44NTg1IDMuMDg5ODMgNzIuNDgzNiAtMy43ODkyNSA3NC43NDc3IC0xMC43NjRMMjEuNjM1MyAtOS43MTA4OUMyMS43ODIgLTkuMjA5NDggMjEuOTIwNyAtOC43MDcwOCAyMi4wNTkgLTguMjA2MTlaTTMwLjQ1MDIgMTA0LjY2N0MyNy43NDUyIDEwOC45MTQgMjUuMTMzNCAxMTMuNjc4IDIzLjM1MTQgMTE4LjUwOUMyMS42NDgyIDEyMy4xMzYgMjAuNDcyMyAxMjcuODk0IDE5LjczOTQgMTMyLjcwOUw4NC4yMjA5IDExNS45MUM4My40OTMxIDExNC4wMjMgODIuNzM3MSAxMTIuMTEyIDgxLjg0NTEgMTEwLjMwMUM3OS42NDIyIDEwNS45ODIgNzYuNTYyNCAxMDIuMjAzIDczLjc2ODUgOTguNzc0NkM3My42NDY5IDk4LjYyNTQgNzMuNTI1OSA5OC40NzY5IDczLjQwNTUgOTguMzI5MUw2OC4xNjgzIDkxLjg2NzlMMzEuOTQ3OCAxMDIuMjA2TDMwLjQ1MDIgMTA0LjY2N1pNMTguOTM0MiAxNDAuODQzQzE4Ljg0IDE0My4wNTIgMTguODU1OSAxNDUuMjQ3IDE4Ljk1NTEgMTQ3LjQ2QzE4Ljk2MTcgMTQ3Ljc5MyAyMC4yMzIxIDE1OC45MzEgMjEuMDEyMyAxNjIuMDYzTDIyLjcxNiAxNjEuNjM1TDg4LjIxNjQgMTQ0LjY4NUM4OC4yMzQ5IDE0NC4zOTQgODguMjU0NCAxNDQuMTA0IDg4LjI3MzcgMTQzLjgxNEM4OC4zNjQ0IDE0Mi40NTggODguNDU0MiAxNDEuMTE0IDg4LjQ1MDEgMTM5Ljc2M0M4OC40NzYxIDEzNC4xMTQgODcuNzU4NyAxMjguNTgzIDg2LjQ5MjYgMTIzLjIyOUwxOC45MzQyIDE0MC44NDNaTTI2LjU3NTYgMTc2LjYwNUMyNy42OTQ2IDE3OC43MjMgMzQuODk1IDE4OC4wOSAzNC44OTUgMTg4LjA5TDM2LjMzOTIgMTg5Ljg5MUw3Ny4xNDU3IDE3OC4yNUM3Ny4xNDU3IDE3OC4yNSA4MC45OTYyIDE3MS44OSA4MS41NTExIDE3MC42MjhDODMuOTY2MiAxNjUuNjkzIDg1LjY4NjUgMTYwLjUzNiA4Ni43OTg1IDE1NS4zNEM4Ni44NzM1IDE1NC45NDIgODYuOTM0MyAxNTQuNTMxIDg2Ljk5NTIgMTU0LjEyMUM4Ny4wNTYxIDE1My43MSA4Ny4xMTcgMTUzLjMgODcuMTkyIDE1Mi45MDFMMjMuMjAzIDE2OS40NzRDMjQuMTYzMyAxNzEuOTQ1IDI1LjI4NzkgMTc0LjM0MSAyNi41NzU2IDE3Ni42MDVaTTIxLjI1MzEgMzM5Ljg3OEwyMy43NDc4IDM1NC4yNjFMOS4zNTQzOSAzNTguMTYzTDQuODYwOCAzMzIuMTE3QzMuMTM1MTggMzIzLjA5MiA0LjUxNjY4IDMxMy4zODcgNi43MDEwMSAzMDMuNzhDMTEuMzQ2MyAyODQuNTg4IDE5LjY3MzkgMjY1Ljg3MSAzMC44Mjc2IDI0OS4wMTFMNDEuNDE1NCAyMzIuODU4TDUwLjU2MzUgMjQ0LjM1NUw0Mi41NzM4IDI1Ni40NEM0MC41NjMxIDI1OS40OTEgMzguNjM3OCAyNjIuNjcxIDM2Ljc5NjkgMjY1LjkyNEw2My4xMTQ2IDI2MC4zMzdDNjQuNzYxIDI2Mi41ODYgNjYuMzI1MyAyNjQuODcyIDY3LjgwODUgMjY3LjI1MkwzMi4xMTMyIDI3NC44M0MyOC40NTIyIDI4Mi4zOSAyNS4zMjA3IDI5MC4xOTIgMjIuOTExMSAyOTguMTg2QzIyLjc5NDYgMjk4LjU3NSAyMi42OTE4IDI5OC45NjMgMjIuNTg5IDI5OS4zNTFDMjIuNDg2MiAyOTkuNzM5IDIyLjM4MzUgMzAwLjEyNiAyMi4yNjcgMzAwLjUxNkw3Ni44MzE1IDI4NC45NjZDNzcuMDY0IDI4NS41NSA3OC45NTM0IDI5MC4zIDc5LjU5OCAyOTIuMTdMMjAuMzkzNCAzMDkuMDg0TDIwLjMwMDMgMzA4LjU2N0MyMC4yNDgyIDMwOC44MDcgMjAuMTk1NCAzMDkuMDQ4IDIwLjE0MjQgMzA5LjI4OUMxOS44NjEzIDMxMC41NyAxOS41NzY0IDMxMS44NjggMTkuMzY5NiAzMTMuMTU3QzE4Ljk1MDIgMzE1LjY4MiAxOC42OTczIDMxOC4yNDMgMTguNjEwNyAzMjAuODRDMTguNTUwMSAzMjMuMzUgMTkuOTQxOCAzMzIuMjQ5IDE5Ljk0MTggMzMyLjI0OUw4My45ODY1IDMxMS41MjVDODQuMDI1NiAzMTIuMTA1IDgzLjc3ODcgMzE5LjE0MyA4My43MDY1IDMxOS42OEwyMS4yNTMxIDMzOS44NzhaIiBmaWxsPSIjRjFGMUYxIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8L3N2Zz4K) no-repeat 170px 0 / contain;
}
.isptov {
    background: #f8f8f8;
    max-width: 660px;
    padding: 30px 30px 50px 30px;
    border-radius: 10px;
    margin: 0;
}
.isptov2 span {
    color: #e7461e;
    font-weight: 700;
}
.isptov2 span i.fa.fa-info-circle {
    color: #e7461e;
    font-size: 15px;
    padding-right: 5px;
}
.echbl2223 {
    border-bottom: 1px solid #c5c4c4;
    padding-bottom: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.echbl22231 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
a.feature-left232 {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid #c5c4c4;
    text-decoration: none;
}
.tgwhats2 ul {
    list-style: none;
    display: -webkit-box;
    margin: 0 auto;
    max-width: fit-content;
}
.tgwhats2 ul li {
    margin: 0 0 0 10px;
}
.tgwhats2 i.fa.fa-whatsapp {
    font-size: 22px;
    color: #005c5f;
}
.tgwhats2 i.fa.fa-telegram {
    font-size: 20px;
    color: #005c5f;
}
    .cookie-banner {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem 1.5rem;
        width: 100%;
        font-family: "Gilroy", Arial, sans-serif;
        font-size: 14px;
        line-height: 1.4;
        color: #323555;
        background: #F2F3F7;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, .06);
        z-index: 9999;
    }
    .cookie-banner__title {
        font-size: 16px;
        font-weight: 600;
        margin-right: .5rem;
    }
    .cookie-banner__text {
        flex: 1 1 1px;
        min-width: 0;
    }
    .cookie-banner a {
        color: #005c5f;
        text-decoration: underline;
    }
    .cookie-banner__actions {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
    }
    #cookieBanner .button {
        padding: .65rem 1.25rem;
        font-size: 14px;
        border-radius: 6px;
        cursor: pointer;
        border: 2px solid #005c5f;
        transition: background .2s, color .2s, border-color .2s;
    }
    #cookieBanner .button--primary {
        background: #005c5f;
        color: #fff;
    }
    #cookieBanner .button--primary:hover {
        background: #4068d4;
    }
    #cookieBanner .button--secondary {
        background: #fff;
        color: #005c5f;
    }
    #cookieBanner .button--secondary:hover {
        background: #eef2ff;
    }
    @media (max-width: 600px) {
        .cookie-banner {
            flex-direction: column;
            align-items: flex-start;
        }
        .cookie-banner__actions {
            width: 100%;
        }
    }
/* TALIPOV.BIZ  */
.breadcrumb {
    background: none;
}
#content ul.thumbnails {
    max-width: 550px;
    margin: 0 auto;
}
#cart-total {
    color: #fff;
}
#carousel25 {
    overflow: hidden;
}
#trigsam6 a {
    color: #fff;
    text-decoration: none;
}
#trigsam2 a {
    color: #333333;
    text-decoration: none;
}
#trigsam10 a {
    color: #333333;
    text-decoration: none;
}
#carousel17 {
    overflow: hidden;
}
#narbar-menu {
    padding: 0px;
}
#menutwig .dropdown {
    margin: -3px 0 0 0;
}
#menuosn .navbar-nav>li>a {
    color: #333333;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    display: inline-flex;
    padding: 15px 13px 15px 13px;
    margin: 0px 0 -3px 0;
}
#menuosn .navbar-nav>li>a:hover {
    color: #333333;
    border-bottom: 2px solid #333333;
}
#menuosn .navbar-nav>li {
    font-size: 16px;
    list-style: none;
}
#menuosn .navbar-nav {
    padding: 0;
    max-width: 850px;
    margin: 0 auto;
    float: none;
}
#mensam {
    width: 200px;
    float: left;
    color: #fff;
    padding: 24px 30px 25px 30px;
    text-transform: uppercase;
    font-size: 15px;
    background: #005c5f;
    
    height: 70px;
}
#menuosn .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    border-top: 1px solid #e2e0e0;
    margin: 4px 0 0 0;
}
#dvigcat {
    padding: 3px 0 0 20px;
}
#menuosn .nav-item.dropdown .dropdown-menu {
    min-width: 900px;
}
img.lsnizzu {
    margin: 75px 0 0 0;
    width: 170px;
}
#trigsam2 {
    font-size: 21px;
    line-height: 1.0;
    
}
.dropdown-inner li {
    padding: 5px 0;
}
#trigsam2:after {
    content: "";
    border-bottom: 4px solid #ffc501;
    width: 50px;
    overflow: hidden;
    display: block;
    margin: 14px 0 10px 0;
}
#trigsam6 {
    font-size: 21px;
    line-height: 1.0;
    
}
#trigsam6:after {
    content: "";
    border-bottom: 4px solid #fff;
    width: 50px;
    overflow: hidden;
    display: block;
    margin: 14px 0 10px 0;
}
#trigsam10 {
    font-size: 21px;
    line-height: 1.0;
    
}
#trigsam10:after {
    content: "";
    border-bottom: 4px solid #333333;
    width: 50px;
    overflow: hidden;
    display: block;
    margin: 14px 0 10px 0;
}
#trigsam3,#trigsam7,#trigsam11 {
    font-size: 18px;
}
#carousel17 .product-thumb {
    background: none;
    box-shadow: none;
    border: 0px solid #e2e2e2;
}
.leftkart {
    max-width: 300px;
    float: left;
    margin: 0px -40px 0px 0;
    height: 300px;
}
#specopt {
    margin: 20px 0;
}
#samvse01 {
    overflow: hidden;
    padding: 40px 0 0 25px;
    max-width: 400px;
}
#sam01 {
    background: #f0f0f0 url(/image/sam1.png) 95% bottom no-repeat;
    height: 285px;
    margin: 0 10px 0px 0;
    padding: 20px;
    border-radius: 5px;
    transition: 0.8s ease;
}
#sam01:hover {
    background: #f0f0f0 url(/image/sam1.png) 98% bottom no-repeat;
}
#sam01:hover #sam0132 {
    padding-left:10px;
    transition: 0.8s ease;
}
#sam02:hover #sam0132 {
    padding-left:10px;
    transition: 0.8s ease;
}
#sam03:hover #sam0132 {
    padding-left:10px;
    transition: 0.8s ease;
}
#sam04:hover #sam0132 {
    padding-left:10px;
    transition: 0.8s ease;
}
#sam05:hover #sam0132 {
    padding-left:10px;
    transition: 0.8s ease;
}
#sam02 {
    background: #f0f0f0 url(/image/sam2.png) 95% bottom no-repeat;
    height: 285px;
    margin: 0 10px 0px 0;
    padding: 20px;
    border-radius: 5px;
    transition: 0.8s ease;
}
#sam02:hover {
    background: #f0f0f0 url(/image/sam2.png) 98% bottom no-repeat;
}
#sam031 {
    font-size: 27px;
    color: #333333;
    
    text-transform: uppercase;
    line-height: 1;
    max-width: 350px;
}
#sam050 {
    float: left;
    margin: 13px 10px 0px 0;
    width: 42px;
}
#sam030 {
    float: left;
    margin: 13px 10px 0px 0;
    width: 30px;
}
#sam052 {
    font-size: 16px;
    color: #6f6e6e;
    padding: 7px 0 0 54px;
    max-width: 250px;
}
#sam042 {
    font-size: 16px;
    color: #6f6e6e;
    padding: 7px 0 0 40px;
    max-width: 215px;
}
#samvse03 {
    padding: 65px 0px 0 0px;
    overflow: hidden;
}
#sam024 {
    font-size: 26px;
    color: #333333;
    
    padding: 15px 0 0 18px;
}
#sam03 {
    background: #f0f0f0 url(/image/sam3.png) 95% bottom no-repeat;
    height: 285px;
    margin: 10px 10px 0px 0;
    padding: 20px;
    border-radius: 5px;
    transition: 0.8s ease;
}
#sam03:hover {
    background: #f0f0f0 url(/image/sam3.png) 98% bottom no-repeat;
}
#sam04 {
    background: #f0f0f0 url(/image/sam4.png) 95% bottom no-repeat;
    height: 285px;
    margin: 10px 10px 0px 0;
    padding: 20px;
    border-radius: 5px;
    transition: 0.8s ease;
}
#sam04:hover {
    background: #f0f0f0 url(/image/sam4.png) 98% bottom no-repeat;
}
#sam05 {
    background: #f0f0f0 url(/image/sam5.png) 95% bottom no-repeat;
    height: 285px;
    margin: 10px 10px 0px 0;
    padding: 20px;
    border-radius: 5px;
    transition: 0.8s ease;
}
#sam05:hover {
    background: #f0f0f0 url(/image/sam5.png) 98% bottom no-repeat;
}
#sam06 {
    background: url(/image/sam6.png) center top no-repeat;
    height: 379px;
    margin: 10px 0px 0px 0;
    padding: 20px;
}
a.subopl {
    background: #005c5f;
    padding: 15px 35px;
    color: #fff;
    border-radius: 4px;
}
#prodlev3 {
    margin: -15px 0 0 0;
}
li.optovmob {
    border: 2px solid #005c5f;
    padding: 0px 9px;
    border-radius: 30px;
    margin: 5px 0;
    max-width: 215px;
    text-align: center;
}
.btn-group.btn-group-sm {
    display: none;
}
#compare-total {
    display: none;
}
#menutwig {
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    z-index: 12;
    font-size: 15px;
    border-bottom: 1px solid #dee0e3;
    background: #fff;
    font-weight: 500;
}
#verh {
    position: relative;
}
#menutwig .nav>li>a {
    display: block;
    padding: 0px 15px 0px 0px;
    position: relative;
}
#menu.navbar {
    margin-bottom: 0px;
    min-height: auto;
}
header {
    padding: 20px 0 0px 0;
    position: relative;
    z-index: 11;
    background: #fff;
}
a.nav-link2 {
    color: #005c5f !important;
}
#vnal {
    color: #07d37a;
    
    font-size: 16px;
    margin: 10px 0 0 5px;
}
#homewig {
    min-height: 600px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
#phne a {
    text-decoration: none;
    border-bottom: #a9a7a7 1px dotted;
}
li.dropdown {
    display: block;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 40px;
}
.input-group .input-group-addon {
    height: 40px;
}
#menuosn li.nav-item.dropdown.cataloil {
    padding: 31px 30px 33px 30px;
}
#menuosn .dropdown-menu {
    border: 0px solid #ccc;

}
/* TALIPOV.BIZ  */
@media (max-width: 1500px) {
#smglfon .col-lg-4 {
    width: 30%;
}
#smglfon .col-lg-2 {
    width: 20%;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 1450px) {
#menutwig ul.nav.navbar-nav li:nth-child(7) {
    display: none;
}
.levstban2 {
    right: -100px;
}
.levstban:hover .levstban2 {
    right: -120px;
}
#tretright {
    min-height: 560px;
}
#dvablk {
    min-height: 560px;
}
#secshou32 .newpred {
    height: 195px;
}
#strobanshou1 {
    padding: 130px 50px 50px 50px;
}
#secshou42 {
    padding: 30px 0 0 75px;
}
#formzapkl ul {
    display: block;
}
#formzapkl ul li {
    width: 50%;
    float: left;
    margin: 0 0 10px 0;
}
#secshou42 {
    padding: 30px 0 0 0px;
}
#secshou2 #preimkl {
    margin-bottom: 30px;
}
#dopinf input.subshou {
    margin: 0 0 0 0px;
}
#formzapkl ul input {
    max-width: 300px;
}
#secshou42 {
    padding: 0px 0 0 75px;
}
.product-price li.triosn2 {
    margin: 0 5px 0 0;
}
#jird label {
    display: none;
}
#jird #input-sort {
    margin: 5px 0 0 0px;
}
#uotpodl {
    max-width: initial;
}
.product-list #proddesclist {
    display: block;
    max-width: 350px;
}
.product-list .product-thumb h4 {
    max-width: 350px;
}
#zelkl,#jeltkl,#orjkl,#sinkl,#serkl,#jelt2kl,#sindvakl,#ordvakl {
    margin: 5px;
}
#tretright {
    margin: 0px 0 0 10px;
}
.custom-checkbox+label {
    font-size: 13px;
}
li.triosn23 button {
    font-size: 13px;
}
li.fixowl {
    max-width: 300px;
}
#vsevm0 {
    font-size: 13px;
}
#sertov p:nth-child(4) {
    font-size: 22px;
}
#kategleft {
    margin: 0 -15px;
}
#sertov {
    margin: 25px 0px;
}
#kitsist {
    margin: 25px 0px;
}
#slzab {
    margin: 25px 0px;
}
.panel2.panel-default1 {
    padding: 15px 10px;
    max-width: 260px;
}
.ocfilter-option .ocf-option-name {
    padding: 3px 0px 3px 0px !important;
}
#glpost {
    max-width: 445px;
}
#menutwig ul.nav.navbar-nav li:nth-child(6) {
    display: none;
}
#preimkl {
    border-right: 0px solid #eff2f6;
}
.list-group {
    max-width: 260px;
}
#sertov {
    max-width: 260px;
}
#kitsist {
    max-width: 260px;
}
#slzab {
    max-width: 260px;
}
#rightstat {
    max-width: 260px;
}
.xreview-module {
    margin: 30px 0px 30px 15px;
}
.youtkan {
    margin: 20px 0 20px 15px;
}
.blmodule {
    margin: 0 0 0 15px;
}
#carousel19 .product-thumb {
    padding: 0;
}
#righttov1 {
    height: auto;
}
#righttov1  .product-thumb {
    min-height: auto;
    margin: 0px 5px 0px 5px;
}
#righttov1 button {
    font-size: 13px;
}
#righttov1 .product-thumb .rating {
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: auto;
}
#righttov1 .product-thumb .caption {
    padding: 0px 20px 0px 0px;
    padding-bottom: 0px;
}
#carousel19 {
    margin: 0 0 0 0;
}
#righttov1 {
    padding: 20px 20px 15px 20px;
}
#tovardn1 {
    float: left;
    margin: 0 30px 0 0;
}
#blockus2 {
    font-size: 12px;
}
#infoakc ul li {
    margin: 0 25px 0 0;
}
#nazvcart {
    font-size: 12px;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 1400px) {
#search .input-lg {
    padding: 0 40px 0 55px;
}
    #sposdost {
    font-size: 13px;
}
.trktk p:nth-child(2) {
    font-size: 23px;
}
#banvn1241222 p:nth-child(2) {
    font-size: 30px;
}
#banvn1241222 p:nth-child(1) img {
    width: 50px;
}
#banvn1241222 p:nth-child(1) {
    width: 75px;
}
#banvn1241222 {
    width: 430px;
}
.trktk p:nth-child(3) {
    right: -95px;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 1350px) {
        #search .input-lg {
        padding: 0 40px 0 75px;
    }
            #banvn1241222 {
        width: 345px;
    }
}
/* TALIPOV.BIZ  */
@media (max-width: 1300px) {
#obshpri a {
    font-size: 17px;
}
.overlay2:target+.popup2 {
    top: 25%;
}
.popup2 .rightban1 p:nth-child(1) {
    font-size: 30px;
    max-width: 200px;
}
#infoakc {
    overflow-x: scroll;
}
#infoakc::-webkit-scrollbar { width: 0; }
#infoakc { -ms-overflow-style: none; }
#infoakc { overflow: -moz-scrollbars-none; }

.levstban1 h1 b {
    font-size: 64px;
}
.levstban1 h1 {
    font-size: 55px;
}
.levstban1 p:nth-child(2) {
    font-size: 18px;
    max-width: 400px;
}
.levstban {
    min-height: 505px;
    padding: 80px 50px 0px 50px;
}
#infoakc ul li {
        margin: 0 20px 0 0;
    }
.trktk p:nth-child(2) {
    max-width: 170px;
}
#search .input-lg {
    padding: 0 40px 0 95px;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 1250px) {
#kncart1 a {
    background: #005c5f;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
}
#menutwig {
        font-size: 13px;
    }
.xreview-item23 {
    margin: 0 15px 0 0px;
}
#preimkl p:nth-child(1) {
    float: none;
    min-height: 75px;
}
li.zels a {
    border: 2px solid #005c5f;
    padding: 5px 15px;
}
#uchastvtend1 {
    margin: -75px 0 20px 0;
}
.minp input {
    margin-bottom: 10px;
}
.mpls1.row {
    margin: 0 5px 15px 5px;
}
.podzik {
    font-size: 12px;
    padding-top: 5px;
}
#blockus1 img {
    max-width: 19px;
}
#dvablk {
    margin: 0px;
}
    #tretright {
        min-height: 560px;
    }
    #dvablk {
        min-height: 560px;
    }
footer .list-unstyled {
    max-width: 200px;
}
#uchastvtend1 img {
    max-width: 250px;
}
.podrmps img {
    max-width: 100%;
}
.mpsimg {
    max-width: 150px;
    float: right;
    margin-top: 50px;
}
.podrmps2 {
    font-size: 23px;
}
li.triosn1 button {
    width: 140px;
}
#preimkl {
    max-width: 230px;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 1220px) {
    #baid01 {
    max-width: 400px;
    margin: 5px auto 5px auto;
}
footer .list-unstyled {
        max-width: 100%;
    }
#search .input-lg {
        padding: 0 40px 0 45px;
    }
#uotpodl {
    max-width: 330px;
}
#prvkartmno {
    max-width: 275px;
    margin: 0 auto 30px auto;
}
#izojarr {
    max-width: 500px;
    margin: 0 auto;
}
.skrmobss {
    margin-right: 20px;
}
#tretright {
        margin: 15px auto 0 auto;
        max-width: 100%;
}
#monosod {
    min-height: 430px;
}
#search {
    margin: 0 0 0 -30px;
}
#banvn123 {
    min-height: auto;
}
#banvn {
    min-height: auto;
}
#banvn124 {
    font-size: 28px;
}
#kategleft {
    margin: 0 0px;
}
#popkateg {
    margin: 0 0 0 15px;
}
.xreview-module {
    margin: 30px 25px 30px 35px;
}
#nazvcart {
    display: none;
}
#rekomtov {
    margin: 20px 15px 0px 15px;
}
.product-thumb2 {
    min-height: auto;
}
.product-thumb:hover {
    position: relative;
}
.product-thumb:hover #atrs {
    display: none;
}
#bprosm {
    display: none;
}
#f2:hover #bolbl {
    background: #d6d8dc url(/image/woman.jpg) center top no-repeat;
}
.klass1:hover #bolbl {
    background: #eceaed url(/image/man.jpg) center top no-repeat;
    transition: 0.8s ease;
}
#glpost {
    max-width: 370px;
}
#mpnd {
    max-width: 430px;
}
#nemnspusk {
    margin-top: 10px;
}
.imageleft {
    width: 85px;
}
#menuosn .navbar-nav>li>a {
    padding: 15px 7px 55px 7px;
}
#blockleft {
    font-size: 76px;
    max-width: 230px;
}
.product-thumb {
    max-width: 100%;
}
#menutwig {
    font-size: 13px;
}
#bolbl2 {
    font-size: 40px;
}
#bolbll1 img {
    width: 100%;
    max-width: 230px;
}
#bolbll2 {
    font-size: 37px;
}
#pochrealt134 {
    padding: 20px 30px;
}
#pochrealt1341 {
    font-size: 37px;
    margin: 10px 0 10px 40px;
    line-height: 0.9;
    min-height: 67px;
}
#zavv {
    margin: 0 0 0 -280px;
}
#hattrig31 p:nth-child(2) {
    max-width: 200px;
}
#hattrig31 p:nth-child(3) {
    max-width: 200px;
}
#pochrealt1342 {
    margin: 0 0 0 40px;
}
#komandstr img {
    max-width: 310px;
}
#podnsotr {
    padding: 15px;
    margin: -110px 0 0 30px;
    max-width: 290px;
}
#negl #podnsotr {
    padding: 15px;
    margin: -110px 0 0 30px;
}
#menuosn .nav-item.dropdown .dropdown-menu {
    min-width: 970px;
}
#komandstr {
    margin: 20px 0;
}
#komandstrzag {
    max-width: 270px;
}
#prvooil1 p:nth-child(1) {
    font-size: 25px;
}
#otstpglmen {
    min-height: 230px;
}
#sam01 {
    background: #f0f0f0 url(/image/sam1.png) 130% bottom no-repeat;
}
#sam02 {
    background: #f0f0f0 url(/image/sam2.png) 130% bottom no-repeat;
}
#sam03 {
    background: #f0f0f0 url(/image/sam3.png) 130% bottom no-repeat;
}
#sam04 {
    background: #f0f0f0 url(/image/sam4.png) 130% bottom no-repeat;
}
#sam05 {
    background: #f0f0f0 url(/image/sam5.png) 130% bottom no-repeat;
}
#menuosn li.nav-item.dropdown.cataloil {
    padding: 31px 30px 32px 30px;
}
#smglfon .col-lg-4 {
    width: 50%;
    float: right;
}
#bl1 {
    padding: 76px 35px 0 47px;
    width: 275px;
    float: left;
    color: #fff;
}
#bl2 {
    padding: 76px 50px 0 0px;
    width: 270px;
    color: #fff;
    float: right;
}
#deskrip {
    margin: 18px 0 0 25px;
    max-width: 200px;
}
#menuosn .navbar-nav>li {
    padding: 0px 0px 0px 0px;
}
#smglfon .col-lg-2 {
    width: 50%;
}
#menutwig .nav>li>a {
    display: block;
    padding: 0px 5px;
    position: relative;
}
#optov {
    padding: 30px 0 0 0;
    text-align: center;
}
#banhatopt2 {
    max-width: 400px;
    margin: 20px auto 0 auto;
}
.panel2.panel-default1 {
    max-width: 215px;
}
#banhatopt3 {
    font-size: 24px;
    font-weight: 300;
    padding: 30px 0 60px 0px;
    text-align: center;
}
#banhatopt4 {
    max-width: 300px;
    margin: 0 auto;
}
a.optprice {
    font-size: 14px;
}
#optov img {
    max-width: 400px;
}
#banhatopt2 {
    font-size: 28px;
}
#hattrigopt {
    margin: 45px 0 40px 0;
}
#banhatopt {
    min-height: 730px;
    padding-bottom: 50px;
}
#epsopt {
    padding: 10px 0 0px 0;
    text-align: center;
}
    #baid02 {
    max-width: 400px;
}
    #baid03 {
    max-width: 400px;
    margin: 5px auto 5px auto;
}
.tabs>label {
    margin: 0px 15px;
    font-size: 20px;
}
.tabs2>label {
    margin: 0 15px;
    font-size: 20px;
}
.tabs {
    text-align: center;
}
#omagaz5 {
    padding-top: 30px;
}
#omagaz9 {
    width: 300px;
    float: left;
    text-align: center;
    margin: 20px auto;
}
#omagaz10 {
    overflow: hidden;
    margin: 15px auto;
    max-width: 300px;
}
#omagaz8 {
    text-align: center;
}
.hide, .hide + label ~ div {
    width: 1050px;
    left: -315px;
}
#omagaz7 {
    text-align: center;
}
.tabsss #smesh {
    width: 725px;
}
#tribayd222 .container {
    width: 950px;
}
.list-group {
    max-width: 255px;
}
#sam011 {
    padding: 15px 0 90px 0;
}
a.vkat {
    padding: 12px 31px;
    font-size: 16px;
}
#sam024 {
    display: none;
}
#trigsam1 {
    display: none;
}
#trigsam4 {
    display: none;
}
#trigsam8 {
    display: none;
}
#komand {
    background: url(/image/predfooter.jpg) 10% top no-repeat;
}
#omagaz6 {
    max-width: 400px;
}
#hattrig3 p:nth-child(2) {
    font-size: 21px;
}
#menuknop a {
    padding: 0 20px;
}
.youtkan {
    margin: 20px 15px 20px 35px;
}
.blmodule {
    margin: 0px 15px 0 35px;
}
#glpost {
    max-width: 475px;
}
#coptext {
    margin: 0 0 0 -15px;
}
#search .input-lg::placeholder {
    font-size: 12px;
}
#vsevm113454 #spuskma {
    margin: 0 0 0 0;
}
#vsknpn {
    margin: 0 0 0 0;
}
#tovcat {
    margin: 25px -15px 0 0px;
}
#tovcat2 {
    margin: 0 0 0 0;
}
#sposopl ul li:nth-child(4) {
    display: none;
}
#sposopl ul li:nth-child(5) {
    display: none;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 1200px) {
#menuknop a {
    margin: 5px 5px 0 15px;
    max-width: 140px;
}
#tretright {
        min-height: auto;
    }
    #dvablk {
        min-height: auto;
    }
}
#mbcart2333 .fa {
    font-size: 37px;
    color: #005c5f;
}
#mbcart2333 i.fa.fa-whatsapp {
    font-size: 40px;
    margin-top: -2px;
}
#mbcart2333 {
    max-width: fit-content;
    margin: 14px auto 0 auto;
    text-align: center;
}
/* TALIPOV.BIZ  */
@media (max-width: 992px) {
    #phne {
    text-align: center;
}
#input-option2  .radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    width: 230px;
    text-align: left;
    margin: 0 auto 15px auto;
}
.xreview-title {
    margin-top: 20px;
    font-size: 16px !important;
}
#uchastewnd2212 {
    display: none;
}
ul.triosn2 {
    margin: 0 auto;
    max-width: fit-content;
}
.echbl {
    text-align: center;
    max-width: 500px;
    margin: 20px auto 0 auto;
}
.echbl1 ul {
    margin: 15px auto 0 auto;
    max-width: fit-content;
}
ul.list-unstyled7 {
    text-align: center;
}
.zagolvopr {
    font-size: 20px;
    line-height: 1.2;
}
#blokctovotz {
    padding: 0px 15px 0 0;
}
.levstban {
    margin-right: 0px;
    margin-bottom: 10px;
}
#infoakc {
    display: none;
}
    .trktk p:nth-child(2) {
        font-size: 20px;
    }
#banvn1241222 {
    margin: 115px 0 0 0;
}
#banvn1241222 p:nth-child(2) {
        font-size: 28px;
    }
#banvn1241222 {
    padding-right: 0px;
}
.trktk p:nth-child(3) {
        right: -15px;
    }
.trktk p:nth-child(2) {
        max-width: 250px;
        font-size: 26px;
    }
    #banvn1241222 {
        width: 300px;
        float: right;
    }
        #banvn1241222 p:nth-child(1) {
        display: none;
    }
    .podlakc {
    margin: 20px 0 0 0;
}
    footer {
        text-align: center;
    }
#infoakc ul {
    margin: 0 auto;
    display: -webkit-box;
    max-width: fit-content;
}
#vtorvekr {
    margin: 50px 0 0 0;
}
#uchastvtend2 {
    padding: 10px 20px 0 0px;
    text-align: center;
}
#uchastvtend3 ul {
    max-width: fit-content;
    margin: 50px auto 0 auto;
    padding: 0;
}
.skrmobss {
    display: none;
}
#izojarr {
    max-width: 400px;
    margin: 0 auto;
}
#monosod {
    min-height: auto;
}
#catsmond3 {
    min-height: auto;
}
#zagolpopn11 {
    line-height: 1;
}
#uchastewnd22 p:nth-child(1) {
    line-height: 1;
}
#banvn123 {
    padding: 30px 50px 30px 50px;
}
footer .row {
    max-width: 200px;
    margin: 0 auto;
}
#infoakc ul li {
    font-size: 15px;
}
#strobanshou1 {
    padding: 80px 50px 80px 50px;
}
#secshou2 #preimkl {
    margin-bottom: 0px;
    margin-top: 10px;
}
#secshou32 .newpred {
    height: 195px;
    border-radius: 10px;
    overflow: hidden;
}
#formzapkl ul li {
    width: 45%;
    float: left;
    margin: 0 10px 10px 0;
}
#secshou2 #rmkzd {
    max-width: 100%;
    margin: 0 auto;
}
#kartadres {
    width: 100%;
    max-width: 100%;
    margin: 0px 0 0 0;
    z-index: 2;
    text-align: left;
    position: relative;
    right: 0;
    overflow: hidden;
}
#dopinf #strobanshou {
    border-radius: 10px;
    overflow: hidden;
}
#askzaebudpr {
    display: none;
}
#jird23 {
    display: none;
}
.ma-tarin {
    min-height: auto;
}
button.btn.btn-default2 {
    margin: 20px 10px 0 10px;
    max-width: 720px;
}
.popup2 {
    display: none;
}
#coptext p {
    font-size: 12px;
}
#sposopl ul li:nth-child(4) {
    display: block;
}
#sposopl ul li:nth-child(5) {
    display: block;
}
#zelkl ul li:nth-child(5) {
    display: none;
}
#odpunkt1 {
    min-height: 38px;
}
#odpunkt2 {
    line-height: 1;
        padding: 0 20px;
}
#odpunkt {
    font-size: 12px;
    text-align: center;
    min-height: 90px;
}
nav.nav3 .list-group {
    max-width: 100%;
    margin: 0 0px 0 -20px;
}
#mydivs2 {
    display: block;
    background: #005c5f;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin: 0 15px 25px 15px;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
}
#shestpunkt {
    border-top: 1px solid #fff;
    margin: -15px -19px 0 -19px;
    padding: 20px 0 0 0;
}
#vashgor {
    font-size: 16px;
    font-weight: 500;
}
#vashgor a {
    display: block;
    font-weight: 700;
    color: #005c5f;
    padding: 0 0 0 20px;
}
#vashgor {
        margin: 17px auto 5px auto;
        max-width: fit-content;
        float: none;
}
#search {
    max-width: 100%;
    margin: 10px 0 10px 0;
}
#menuosn {
    margin: 5px 20px 0px 0px;
}
#logo img {
    
}
#cart-dvig {
    display: none;
}
#cart-totalkhat {
    margin: 7px 0 0 0;
}
#mbcart2 {
    margin: 15px 0 0 0;
    text-align: center;
}
#cart-totalkhat {
        background: #ffffff url(/image/korzhat.png) center 55% no-repeat;
        background-size: 26px;
}
#vynosvv {
    margin: 70px 0 0 0;
}
#verh {
    position: relative;
    z-index: 20;
}
#preimkl {
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    border-bottom: 0px solid #eff2f6;
}
ul.podpikajarr {
    float: none;
    margin: 20px auto 0 auto;
}
header.vnutfix.header_fixed {
    display: none;
}
#posmenu {
    padding: 0px 0 0 0;
}
#mpnd {
    margin: 0 auto;
}
.input-option2 label {
    margin: 0px 3px 3px 3px;
}
#carousel225 {
    margin: 0 auto;
}
#preimvkarte {
    display: none;
}
#carousel225 {
    max-width: 340px;
}
#preimvkarte1 p:nth-child(1) {
    width: 65px;
}
#preimvkarte1 p:nth-child(2) {
    max-width: 300px;
}
#rash {
    margin-bottom: 10px;
}
.imageleft {
    width: 75px;
}
#strokapoiska1 {
    position: fixed;
    margin: 50px 0 0 0;
}
#glavban {
    min-height: 720px;
}
#pochrealt1 {
    width: 350px;
}
#glpost {
    max-width: 500px;
    margin: 0 auto;
}
#neglpost {
    max-width: 330px;
    margin: 0 auto;
}
#formpodp {
    margin: 63px 50px 0 0;
}
#hattrig31 {
    border-right: 0px solid #f0f0f0;
}
#hattrigopt3 {
    background: url(/image/banakc.jpg) 80% top no-repeat;
}
#blockleft {
    font-size: 48px;
    max-width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}
#blockright {
    font-size: 25px;
    max-width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}
.klass1 #bolbl {
    max-width: 500px;
    margin: 0 auto 10px auto;
}
#f2 #bolbl {
    max-width: 500px;
    margin: 0 auto 10px auto;
}
#logo {
    padding-top: 2px;
    padding-bottom: 10px;
}
#carousel20 #prodlev button#vsevm11 {
    margin: -25px 0 0 0;
}
header {
    min-height: 70px;
}
#prodlev button#vsevm11 {
    margin: -10px 0 0 0;
}
#hattrig31 {
    max-width: 250px;
    min-height: 250px;
    margin: 0 auto;
}
#levkatr {
    margin: 90px 0 0 20px;
}
#pochrealt1341 {
    font-weight: 900;
    
    font-size: 43px;
    margin: 10px 0 10px 140px;
}
#pochrealt1342 {
    margin: 0 0 0 140px;
}
#pochrealt134 {
    padding: 40px 30px;
}
#zavv {
    margin: 0 auto;
    position: relative;
}
#hattrig31 p:nth-child(3) {
    max-width: 100%;
}
#izb12 i.fa.fa-search {
    color: #fff;
    font-size: 25px;
    margin: 3px 0 0 0;
}
#pokodin {
    font-weight: 900;
}
#nazvcart {
    color: #fff;
    margin: -5px 0 0 30px;
}
#carousel15 {
    background: url(/image/bgcol.jpg) 35% top no-repeat;
    margin: 0px 0 0 0;
}
#bolbll2 {
    line-height: 0.9;
}
#izb1 {
    text-align: center;
    margin: 0px 0 0 0;
    border: 0px solid #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    background: url(/image/trik2_2.png) center 10% no-repeat;
}
#sdvkavvlev {
    text-align: left;
}
nav.nav2 i.fa.fa-chevron-right {
    color: #005c5f;
    padding: 0 13px 0px 0px;
}
nav.nav3 i.fa.fa-chevron-right {
    color: #005c5f;
    padding: 0 13px 0px 0px;
}
i.fa.fa-map-marker {
    color: #005c5f;
    font-size: 18px;
    padding: 0 13px 0 0;
}
i.fa.fa-key {
    color: #005c5f;
    font-size: 16px;
    padding: 0 8px 0px 0;
}
ul.podmenslev {
    margin: 30px 0 0 0;
}
.phnj {
    color: #fff;
    font-weight: 500;
}
i.fa.fa-phone {
    font-size: 20px;
}
a.zakodkl2 {
    font-size: 22px;
}
#mpnd {
    max-width: 340px;
}
#nemnspusk1 button.btn.btn-light {
    font-size: 22px;
}
#deskrip {
    margin: 15px auto 0px auto;
    max-width: 200px;
    text-align: center;
}
#sam01 {
    max-width: 615px;
}
#sam021 {
    font-size: 24px;
    padding-top: 3px;
    padding-bottom: 7px;
}
#wh2 {
    padding-top: 30px;
}
#menutwigmob #cart {
    padding-top: 10px;
}
#menutwigmob #phonetwig {
    text-align: center;
    padding: 20px 0 0px 0px;
}
#chertamas {
    display: none;
}
.list-group {
    max-width: 165px;
}
.panel2.panel-default1 {
    max-width: 165px;
}
#chertamas2 {
    display: none;
}
#omagaz:after {
    margin: 10px auto 0px auto;
}
#omagaz0 {
    text-align: center;
}
img.lsnizzu {
    margin: 30px 0 30px 0;
}
.leftkart {
    max-width: 300px;
    float: none;
    height: 300px;
    text-align: center;
    margin: 0 auto;
}
#specopt0 {
    background: #e5e9e7;
    color: #333333;
    overflow: hidden;
    margin: -80px auto 0px auto;
    min-height: 155px;
    padding: 20px 20px 25px 20px;
    max-width: 500px;
}
#vsepoakc2 {
    text-align: center;
    padding: 10px 0 30px 0;
}
header {
    background: none;
}
#cart > .btn {
    max-width: 140px;
}
#phn {
    padding-top: 0px;
}
#tribayd222 .container {
    width: 700px;
}
#baid02 {
    margin: 0 auto;
}
#cart {
    min-height: 50px;
    margin: -15px 0 5px 0;
}
#cart .btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    margin-left: 0px;
    margin: 0 auto;
    float: none;
}
#specopt0 {
    text-align: center;
}
#specopt4 {
    padding: 15px 0 25px 0;
    max-width: 400px;
    margin: 0 auto;
}
#omagaz9 {
    float: none;
}
#omagaz10 {
    max-width: 245px;
}
#omagaz8 {
    text-align: center;
    margin: 35px 0 20px 0;
}
#omagaz5 {
    font-size: 35px;
    text-align: center;
}
#omagaz6 {
    max-width: 432px;
    margin: 0 auto;
    text-align: center;
}
#omagaz {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}
#omagaz2 {
    max-width: 432px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0px 0 0;
}
#omagaz3 {
    padding: 0px 0px 10px 0px;
    max-width: 220px;
    margin: 0 auto;
}
#footniz1 {
    max-width: 250px;
    margin: 0 auto;
}
#specopt5 {
    display: none;
}
#specopt77 {
    padding: 10px 0 15px 0;
    max-width: 365px;
    margin: 0 auto;
}
#specopt4 {
    max-width: 300px;
    margin: 0 auto;
}
#specopt0 {
    padding-bottom: 20px;
}
footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
#katv {
    padding-top: 20px;
}
#specopt3 {
    padding: 0px 0px 0px 10px;
    font-size: 37px;
    font-size: 34px;
    margin: 85px 0 0px 0px;
    font-weight: 500;
    
    border-left: 0px solid #ffc501;
}
span.optvtov {
    display: block;
    padding: 10px 0 0 0;
}
#menutwigmob {
    display: block;
}
#menutwig {
    display: none;
}
#cart-totalk {
    display: none;
}
#footniz1 p:nth-child(1) {
    margin: 0 auto 15px auto;
}
#footniz1 {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}
#sam01 {
    background: #f0f0f0 url(/image/sam1.png) 95% bottom no-repeat;
    margin: 0 0 10px 0;
    max-width: 100%;
}
#sam02 {
    background: #f0f0f0 url(/image/sam2.png) 95% bottom no-repeat;
    margin: 0 0 10px 0;
    max-width: 100%;
}
#sam03 {
    background: #f0f0f0 url(/image/sam3.png) 95% bottom no-repeat;
    width: 100%;
}
#sam04 {
    background: #f0f0f0 url(/image/sam4.png) 95% bottom no-repeat;
    width: 100%;
}
#sam05 {
    background: #f0f0f0 url(/image/sam5.png) 95% bottom no-repeat;
    width: 100%;
}
#samvse03 {
    padding: 65px 0px 0 25px;
    overflow: hidden;
}
#hattrigopt {
    background: url(/image/fonpreim.jpg) 40% top no-repeat;
}
#korzvsya {
    text-align: center;
}
#nazvvkorz {
    padding: 10px 0 10px 0;
    max-width: 400px;
    font-size: 15px;
    margin: 0 auto;
}
#checkout-cart .my_quantity {
    height: 60px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    max-width: 98px;
    margin: 10px auto 0 auto;
    float: none;
}
#input-coupon {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    max-width: 180px;
    float: none;
    margin: 0 auto 10px auto;
}
#checkout-cart .pull-right {
    float: none !important;
    margin: 0 auto;
    text-align: center;
    max-width: 230px;
}
#smglfon {
    margin: 0px 0 20px 0;
}
#hattrigopt {
    background: url(/image/fonpreim.jpg) 35% top no-repeat;
}
#izb {
    float: right;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 768px) {
    #tribayd222 .container {
    width: 630px;
}
#tovcat22 ol {
    padding: 50px 10% 50px 15%;
}
#tovcat22 h3 {
    font-size: 20px;
}
.alert {
    top: 100px;
}
    #mydivs2 {
        background: #005c5f;
        border-radius: 8px;
        padding: 15px 10px;
    }
.input-option2 label {
    font-size: 16px;
}
#vnalart ul {
    margin: 0 auto 20px auto;
    max-width: fit-content;
}
#mydivs2 {
        margin: 0 0px 25px 0px;
        text-transform: uppercase;
}
#product-product .form-group {
    text-align: center;
}
#strk1 {
    margin: 0 0px;
}
.rekomend {
    text-align: center;
}
    .levstban1 p:nth-child(2) {
        max-width: 350px;
    }
#narbar-menu {
    display: block !important;
    max-width: 500px;
    margin: 0 auto;
}
.row.podlakc {
    max-width: 500px;
    margin: 0 auto;
}
#rmkzd2255 {
    margin: 0 auto;
    max-width: 500px;
}
#product-product .rating {
    max-width: 250px;
    margin: 0 auto;
}
#product-product h1 {
    text-align: center;
}
.mpsimg {
        display: none;
    }
    #strkucht2 {
        max-width: 500px;
        margin: 0 auto;
    }
.trktk {
    max-width: 500px;
    margin: 0 auto 15px auto;
}

.tovdnya2 {
    right: 5%;
}
.fonsin {
    background: url(/image/bgf1.jpg) 60% top no-repeat;
}
    #preimkl {
        margin: 0 auto;
    }
#infoakc {
    display: none;
}
#banvn1241222 {
        margin: 90px 0 0 0;
    }
    #banvn1241222 {
        width: 235px;
    }
#verh {
    padding-bottom: 10px;
}
.pie {
    display: none;
}
#infoakc ul {
    overflow: scroll;
}
#infoakc ul::-webkit-scrollbar {
    display: none;
}
#strkucht2 {
    padding: 40px 40px 60px 40px;
}
    #menuknop2 {
        display: block;
        max-width: 500px;
        margin: 0 auto;
        padding-top: 0px;
    }
    #glavbanner {
        margin: 0 auto 15px auto;
        max-width: 500px;
    }
#secshou32 .newpred {
    height: 260px;
}
#secshou42 {
    padding: 20px 0 0 0px;
}
#dopinf .form-control {
    margin: 26px 0 0 0;
}
button.btn.btn-default2 {
    width: 100%;
    margin: 30px 10px 0 10px;
    max-width: 500px;
}
#dopinf .form-control {
    max-width: 480px;
}
#dopinf .row img {
    width: auto;
}
li.triosn4 a {
    margin: 0 0 0 0;
    width: 100%;
}
#scrtab {
    overflow-x: scroll;
}
#mpnd {
    max-width: initial;
}
#opistab {
    font-size: 24px;
}
#infoakc ul {
    margin: 0 0 0 0px;
}
#fonprod .nav>li>a {
    font-size: 16px;
}
#nemnspusk2 {
    margin: 10px -15px 20px -15px;
}
ul.thumbnailsowl {
    margin: 0 -5px;
}
.tab-content {
    margin: 10px 0 0 -15px;
}
#fonprod .nav-tabs {
    display: -webkit-box;
    overflow: scroll;
}
#product li.triosn23 button {
    font-size: 16px;
}
li.triosn23 {
    width: 50%;
}
.skrmobss {
    display: none;
}
#modryad ul li {
    padding: 10px 13px;
}
ul.thumbnailsowl {
    margin: 0 10px;
}
ul.tovnastr {
    display: none;
}
#vsevm113454 #spuskma {
    margin: 0 -15px 0 -15px;
}
#jird label {
    display: none;
}
#tovcat2 {
    margin: 0 -15px 0 -15px;
}
#zagolpopn222 {
    display: none;
}
#zagolpopn22 {
    display: none;
}
#zagolpopn2 {
    display: none;
}
#coptext p {
    font-size: 12px;
    text-align: left;
}
.imageleft {
    min-height: 120px;
}
#nemnspusk3 {
    margin: 0 auto;
    width: 40%;
}
.input-option2 {
    margin-right: 10px;
    margin: 0 auto;
    min-height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    width: 50%;
}
.ocf-offcanvas .ocf-offcanvas-body {
    top: 70px !important;
}
.product-thumb {
    min-height: auto;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #101010 !important;
    border-color: #101010 !important;
    color: #fff;
}
#product-search input.btn.btn-primary {
    margin: 5px 0 0 0px;
    width: 100%;
}
#farantiiivozvr2 p:nth-child(1) {
    line-height: 1;
}
#cart {
    float: none;
}
ul.dvamod {
    display: block;
}
#levkatr3 a {
    max-width: 250px;
    text-align: center;
}
li.prc a {
    padding: 0 0 0 0px;
}
#cart .dropdown-menu {
    margin: 0px 0 0 0px;
}
#bolbll {
    text-align: center;
    min-height: auto;
    padding: 20px 30px;
}
#pochrealt1341 {
    min-height: auto;
}
#pochrealt1341 {
    margin: 0;
    text-align: center;
}
#pochrealt1342 {
    margin: 0;
    text-align: center;
}
#pochrealt134 {
    min-height: 270px;
}
#pochrealt1341 {
    max-width: 200px;
    margin: 0 auto;
}
#zavv img {
    width: 100%;
    max-width: 552px;
}
#bolbll1 {
    text-align: center;
}
#daddet {
    float: none;
    margin: 0 auto 10px auto;
}
.panel2.panel-default1 {
    border: 0px solid #e2e2e2;
    width: 100%;
    max-width: 100%;
}
#samvse01 {
    padding: 14px 0 0 0;
}
#samvse02 {
    padding: 14px 0 0 0;
}
#sam012 {
    font-size: 25px;
}
.product-thumb.transition {
    position: relative;
}
.breadcrumb {
    display: none;
}
#komand {
    background: url(/image/predfooter.jpg) 15% top no-repeat;
}
#content {
    overflow: hidden;
    padding: 0 15px 0 15px;
}
.panel2.panel-default1 {
    padding: 15px 15px 40px 15px;
    overflow: hidden;
}
.product-thumb {
    max-width: 255px;
}
#overss {
    display: none;
}
#button-cart {
    float: none;
    margin: 0 auto;
}
#phne {
    max-width: 300px;
    margin: 0 auto;
}
#zakodkl {
    float: none;
    margin: 20px 8px 15px 8px;
}
#fonprod .nav-tabs>li {
    text-align: center;
    float: none;
    margin-bottom: -1px;
    font-size: 20px;
    margin: 0 auto;
    max-width: 200px;
}
.product-thumb h4 {
    margin: 0 auto;
}
.product-thumb.transition {
    max-width: 300px;
}
input.optfgl {
    float: none;
    margin-bottom: 20px;
}
.product-thumb {
    position: relative;
}
#smglfon .col-lg-4 {
    width: 100%;
    float: none;
}
#smglfon .col-lg-2 {
    width: 100%;
}
.pokazsemsot {
    display: block;
    max-width: 600px;
    margin: 0 auto;
}
#fn1 {
    max-width: 600px;
    margin: 0 auto;
}
#fn3 {
    max-width: 600px;
    margin: 0 auto;
}
#bl2 {
    padding: 76px 35px 0 47px;
    float: left;
}
#bl10 {
    min-height: 140px;
    width: 140px;
    background: #171717;
    text-align: center;
    padding: 34px;
    margin: -150px 0 0 0;
}
#fn2 {
    height: 300px;
}
#fn1 {
    height: 320px;
}
#fn4 {
    height: 300px;
}
#fn3 {
    height: 320px;
}
#hattrigopt {
    background: url(/image/fonpreim.jpg) 0% top no-repeat;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.levstban2 {
        right: -290px;
}
.levstban:hover .levstban2 {
    right: -330px;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 576px) {
    .panel2.panel-default1 {
    max-width: 100%;
    border: 0px;
}
li.triosn23 button span {
    margin: 0 0 0 0px;
}
#rmkzd {
    margin: 0px 0px 0 0px;
}
#vtorvekr {
        margin: 20px 0 0 0;
    }
.ccpept h2 {
    font-size: 24px;
}
#vashgor a {
    display: inline;
}
#vashgor i.fa.fa-map-marker {
        padding: 0 0px 0 0;
        float: left;
    }
#vashgor span {
    display: none;
}
.ccpept p:nth-child(2) {
    font-size: 16px;
}
.rekomend {
    margin-bottom: 0px;
}
.zagolvopr {
        font-size: 16px;
    }
#result_scale {
    font-size: 10px;
}
#uchastewnd22 {
    font-size: 16px;
}
.levstban2 {
        right: -330px;
}
.levstban:hover .levstban2 {
    right: -350px;
}
.rightban1 p:nth-child(1) {
    font-size: 30px;
    max-width: 200px;
}
.rightban {
    background: #f4f4f4;
    min-height: 220px;
}
.levstban1 p:nth-child(2) {
        font-size: 16px;
}
#logo img {
    max-width: 60px;
}
    #vashgor {
        margin: 17px auto 5px auto;
    }
#fonprod .nav-tabs::-webkit-scrollbar { width: 0; }
#fonprod .nav-tabs { -ms-overflow-style: none; }
#fonprod .nav-tabs { overflow: -moz-scrollbars-none; }
    #opistab {
        font-size: 16px;
    }
.xreview-text {
    font-size: 16px !important;
}
ul.triosn2 {
    display: block;
}
#kncart2 a {
    margin: 10px 0 0 0;
    padding: 16px 10px;
    width: 190px;
}
li.triosn23 {
        width: 100%;
    }
li.triosn23 button {
    text-align: left;
    margin-right: 0px;
}
.echbl1 ul li {
    margin: 0 5px 0 5px;
}
#search .input-lg {
        padding: 0 20px 0 20px;
    }
    #menuknop2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #coptext p {
        text-align: center;
        line-height: 1.2;
    }
    #okmot33 {
        padding: 50px 30px;
    }
.divet {
    padding-left: 0px !important;
}
#blokctovotz {
        padding: 0px 0px 0 0;
    }
    .levstban1 h1 b {
        font-size: 50px;
    }
    .levstban {
        padding: 80px 30px 0px 30px;
    }
.levstban1 p:nth-child(2) {
        max-width: 250px;
    }
.levstban1 h1 {
        font-size: 43px;
    }
.vnutkatalog {
    min-height: 175px;
}
#strk11 {
    margin: 40px 0px 0 0px;
}
#dvablk {
    padding: 30px 30px 0px 30px;
}
#neglpost {
    min-height: 480px;
}
#progressbar {
    width: 75px;
}
#form-xreviews input {
    margin: 0 15px 10px 0px;
}
#strkucht3 {
    margin: 20px 0 0 0px;
}
.logoprtn {
    text-align: center;
}
#zagolpopn111 {
        margin-bottom: 20px;
    }
.rekomend {
    font-size: 24px;
}
#strk1 {
    margin: 0;
}
a.allprod {
    display: none;
}
    .trktk p:nth-child(3) {
        right: -60px;
    }
    .trktk p:nth-child(2) {
        max-width: 190px;
        font-size: 20px;
    }
    .fonsin {
        background: url(/image/bgf1.jpg) 65% top no-repeat;
    }
#uotpodl {
    max-width: 330px;
    margin: 0 auto;
}
#uchastvtend2 p:nth-child(1) {
    font-size: 24px;
    line-height: 1;
}
#uchastewnd22 p:nth-child(1) {
    font-size: 24px;
}
.xreview-fotot img {
    width: 200px;
}
.xreview-item23 {
    margin: 0 auto;
    max-width: 300px;
}
#monosod p:nth-child(1) {
    float: none;
}
ul.navsss {
    font-size: 20px;
}
ul.navsss li {
    margin: 0 25px 0 0;
}
#rekomtov {
    min-height: auto;
}
#monosod01 ul {
    padding: 0;
    margin: 0;
}
#monosod p:nth-child(2) {
    font-size: 25px;
}
#banvn125 p:nth-child(2) {
    font-size: 14px;
}
#preimkl p:nth-child(3) {
    font-size: 14px;
}
#bnvnss {
    height: auto;
}
#strobanshou1 p:nth-child(1) {
    font-size: 24px;
}
#secshou31 {
    font-size: 24px;
}
#dopinf #secshou42 h2 {
    margin-bottom: 20px;
    font-size: 24px;
}
#formzapkl ul li {
    width: 100%;
}
#strobanshou22 {
    left: 35%;
    right: 35%;
}
.triosn4 a {
    margin: 50px 0 0 0;
}
#dopinf #secshou411 img {
    width: 100%;
}
#secshou412 {
    padding: 20px 20px;
}
#dopinf .row img {
    width: auto;
}
#smvsedva {
    display: block;
}
#izovnutr {
    min-height: 70px;
}
.zelfonvid {
    padding-top: 24px !important;
}
#sertdil {
    padding: 17px 0 0 0;
}
li.fixowl {
    display: none;
}
#vsevmma {
    margin: 0px 10px 10px 0;
}
nav.nav3 .list-group {
    max-width: 360px;
    margin: 0 -15px 0 -20px;
}
#coptext {
    margin: 0 0 0 0px;
}
footer {
    padding-bottom: 0px;
}
.blog_title a {
    min-height: auto;
    font-size: 16px;
}
#neglpost .image {
    height: 180px;
}
#spudkvn3 {
    margin-bottom: 0px;
}
#zagolpopn111 {
    font-size: 24px;
}
.blmodule {
    margin: 0 5px;
}
#pech {
    display: block;
}
#pech a {
    display: block;
    background: #eff2f6;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #555A64;
    text-align: center;
    border-radius: 5px;
    margin: 10px 5px 0 5px;
    text-decoration: none;
}
.youtkan {
    margin: 0 5px;
}
.youtkan #zagolpopn11 {
    font-size: 24px;
    margin: 10px 0 0 0;
}
#carousel1155 {
    margin: 25px 15px 0 15px;
}
#smvsedva a {
    font-size: 14px;
    border-bottom: 1px solid;
}
#zelkl ul {
    min-height: 210px;
}
#jeltkl ul {
    min-height: 210px;
}
#carousel115 {
    margin: 30px 15px 0 15px;
    padding: 0 30px 0 0;
}
#carousel15555 {
    margin: 0 20px 0 20px;
}
#carousel115 {
    margin: 30px 15px 0 15px;
}
.xreview-module {
    margin: 0 5px 0 5px;
}
#zagolpopn11 {
    font-size: 24px;
    margin: 30px 0 0 0;
}
ul.navss li a {
    overflow: hidden;
    display: block;
}
ul.navss {
    text-align: center;
    display: block;
}
ul.navss li.active a {
    max-width: fit-content;
    margin: 0 auto;
}
ul.navss li {
    margin: 0 0px 10px 0;
}
#zelkl p {
    font-size: 14px;
    text-align: center;
}
#jeltkl p {
    font-size: 14px;
    text-align: center;
}
#zelkl ul li a {
    color: #555A64;
    font-size: 12px;
}
#jeltkl ul li a {
    color: #555A64;
    font-size: 12px;
}
#zelkl {
    padding: 20px 10px;
    padding-top: 125px;
    background: #ABD6A5 url(/image/air-conditioner.png) 45% 15% no-repeat;
    background-size: 110px;
    overflow: hidden;
}
#jeltkl {
    padding: 20px 10px;
    padding-top: 125px;
    overflow: hidden;
}
#jeltkl {
    background: #FFF2B5 url(/image/kotel.png) 45% 10% no-repeat;
    background-size: 55px;
}
#carousel01 {
    padding: 0 0px 0 0px;
}
#popkateg {
    margin: 30px 0 0 5px;
}
#popkateg {
    font-size: 24px;
}
ul.triosn {
    display: block;
}
li.triosn1 button {
    width: 100%;
}
li.triosn1 button {
    margin: 0 0 10px 0;
}
a.zakazattbl {
    margin: 0 auto;
    text-align: center;
    transition: 0.8s;
}
li.triosn2 button {
    width: 100%;
}
li.triosn3 button {
    width: 100%;
}
li.triosn2 button {
    margin: 0 0 0 0px;
}
li.triosn2 {
    float: left;
    width: 48%;
}
li.triosn3 {
    float: left;
    width: 48%;
}
#rekomtov {
    margin: 20px 0px 0px 0px;
}
.product-thumb.transition {
    min-width: 300px;
}
#carousel20 {
    margin: 0 0 0 0;
}
#zagolpopn1 {
    font-size: 24px;
}
.price-old {
    font-size: 14px;
}
.product-thumb .price-old {
    margin-left: 5px;
    margin-right: 5px;
}
span.skidka {
    padding: 1px;
    border-radius: 3px;
}
.product-thumb {
    padding: 10px;
    zoom: 1;
}
#menyamob {
    width: 20%;
}
#menyamob {
    width: 20%;
}
#menutwigmob .col-xs-1 {
    width: 17%;
}
.set {
    font-size: 20px;
}
#blockleft1 {
    font-size: 52px;
    top: 400px;
    line-height: 1;
}
#posmenu {
    margin: 0 0 0 -10px;
}
.nav2 {
    width: 320px;
    min-width: 320px;
    left: -320px;
}
.nav2 > ul {
    padding: 50px 0 0 0;
}
.nav3 {
    width: 375px;
    min-width: 375px;
    left: -375px;
}
.nav3 > ul {
    padding: 50px 0 0 0;
}
#tablrazm {
    overflow-x: scroll;
}
#tablrazm table {
    width: 500px;
}
#product-product h1 span {
    display: block;
}
.imageleft {
    width: 70px;
}
#nemnspusk3 {
    margin: 0 auto;
    width: 65%;
}
#farantiiivozvr2 {
    font-size: 20px;
}
.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    width: 100%;
}
#logzn {
    max-width: 153px;
}
#formpodp1 p:nth-child(1) {
    font-size: 48px;
}
#formpodp {
    margin: 63px auto 0 auto;
    width: 300px;
    float: none;
    padding: 30px 30px;
}
#hattrigopt3 {
    background: url(/image/banakc.jpg) 65% top no-repeat;
}
#wh2 .row {
    margin-left: 15px;
    margin-right: 15px;
}
#lup {
    margin: 15px 15px 0 0;
}
#serd {
    margin: 15px 0px 0 0;
}
#dvablvslide {
    padding: 30px 30px;
    max-width: 300px;
    margin: 0 auto;
}
#zagpop {
    font-size: 48px;
}
#strels {
    margin: 18px 0 0 0;
}
#blockright {
    font-size: 24px;
    margin: 0 0 0px 0;
}
.owl-carousel .owl-buttons .owl-prev {
    left: 0px !important;
}
.owl-carousel .owl-buttons .owl-next {
    right: 0px !important;
}
#carousel20 .owl-buttons div {
    opacity: 1;
}
#jird {
        text-align: center;
        margin: 0 auto;
        width: 100%;
}
.breadcrumb {
    display: none;
}
#levkatr2 {
    margin: 10px auto 20px auto;
}
h3.pohtov {
    font-size: 27px;
}
#levkatr {
    margin: 90px 0 0 0px;
    text-align: center;
}
#levkatr3 a {
    margin: 0 auto;
}
.nav2 > ul > li > a {
    
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 7px;
}
#levkatr1 {
    font-size: 40px;
}
#levkatr2 {
    font-size: 20px;
}
#carousel15 {
    background: url(/image/bgcol.jpg) 10% top no-repeat;
}
#bolbl {
    background: #f3f6f8;
    text-align: center;
}
#bolbl1 {
    float: none;
    margin: 20px 0px 20px 0;
    text-align: center;
}
#bolbl2 {
    font-size: 37px;
}
#bolbl3 {
    font-size: 20px;
}
.tabs>input:checked+label {
    font-size: 40px;
}
#pochrealt1341 {
    font-size: 37px;
}
#pochrealt134 {
    min-height: 330px;
}
#pochrealt1 {
    font-size: 20px;
}
#okomp h3 {
    font-size: 40px;
    text-align: center;
}
#bolbl {
    margin: 5px 5px 10px 5px;
}
#nazvcart {
    display: none;
}
#pochrealt {
    padding: 10px 0 20px 0;
}
#daddet2 {
    padding: 10px 0 10px 0;
}
#pochrealt p:nth-child(3) {
    font-size: 16px;
}
#textnov {
    padding: 10px 0 0 0;
}
#hattrig3 p:nth-child(3) {
    font-size: 15px;
}
#hattrig3 p:nth-child(2) {
    font-size: 19px;
}
#d_quickcheckout .col-xs-5 {
    width: 100% !important;
}
#d_quickcheckout .col-xs-7 {
    width: 100% !important;
}
#d_quickcheckout .panel-default > .panel-heading {
    display: none;
}
#d_quickcheckout .btn-group > .btn, #d_quickcheckout .btn-group > .dropdown-menu, #d_quickcheckout .btn-group > .popover {
    font-size: 10px !important;
}
#d_quickcheckout  form.form-horizontal {
    padding: 5px;
}
#tab-specification77 {
    font-size: 14px;
}
#form-xreviews {
    padding: 10px 40px !important;
}
i.fa.fa-phone {
    font-size: 20px;
    float: left;
}
#tribayd222 .container {
    width: 430px;
}
#sam01 {
    background: #f0f0f0 url(/image/sam1.png) 140% bottom no-repeat;
}
#sam02 {
    background: #f0f0f0 url(/image/sam2.png) 140% bottom no-repeat;
}
#sam03 {
    background: #f0f0f0 url(/image/sam3.png) 160% bottom no-repeat;
}
#sam04 {
    background: #f0f0f0 url(/image/sam4.png) 160% bottom no-repeat;
}
#sam05 {
    background: #f0f0f0 url(/image/sam5.png) 160% bottom no-repeat;
}
#sam031 {
    font-size: 23px;
}
#sam01 #sam010 img {
    width: 50px;
}
#sam02 #sam010 img {
    width: 35px;
}
#wh2 .container {
    padding-left: 0px;
    padding-right: 0px;
}
#phonetwig {
    max-width: 93px;
    margin: 0 auto;
}
#pokodin {
    display: none;
}
#pokdva {
    display: block;
    font-weight: 900;
}
#tab-specification table {
    min-width: 300px;
}
#citys2 ul li {
    font-size: 17px;
    
    padding: 10px 0;
}
#vsevm {
    margin: 5px auto;
    max-width: 300px;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 430px) {
#tribayd222 .container {
    width: 300px;
}
    .levstban1 h1 b {
        font-size: 45px;
    }
    .levstban1 h1 {
        font-size: 39px;
    }
.trktk.nemdr p:nth-child(3) {
        right: -65px;
    }
.trktk p:nth-child(3) {
        right: -110px;
    }
#zelkl,#jeltkl {
    min-height: 520px;
}
#sam013 {
    max-width: 190px;
}
.nav3 {
    width: 320px;
    min-width: 320px;
    left: -320px;
}
#serd {
    display: none;
}
#sam01 {
    background: #f0f0f0 url(/image/sam1.png) 260% bottom no-repeat;
    height: auto;
}
#sam02 {
    background: #f0f0f0 url(/image/sam2.png) 280% bottom no-repeat;
    height: auto;
}
#sam012 {
    font-size: 20px;
}
#sam010 {
    float: none;
    padding: 0px 0 10px 0;
}
#cart .dropdown-menu {
    min-width: 300px;
}
#sam03 {
    padding: 20px 0px;
}
#sam04 {
    padding: 20px 0px;
}
#sam05 {
    padding: 20px 0px;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 360px) {
#cart .dropdown-menu {
    min-width: 320px;
}
#sam06 {
    padding: 20px 0px;
}
#logo img {
    
}
#logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
#hattrig3 {
    min-height: auto;
}
}