@font-face {
	font-family: 'LandRoverOT4_bold';
	src: url(fonts/landroverbldl4.eot?#iefix) format("embedded-opentype"), url(fonts/landroverbldl4.woff) format("woff"), url(fonts/landroverbldl4.ttf) format("truetype"), url(fonts/landroverbldl4.svg#LandRoverOT4_bold) format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'LandRoverOT4_500';
	src: url(fonts/landrovermedl4.eot?#iefix) format("embedded-opentype"), url(fonts/landrovermedl4.woff) format("woff"), url(fonts/landrovermedl4.ttf) format("truetype"), url(fonts/landrovermedl4.svg#LandRoverOT4_500) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

body {
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    color: #000;
    font-size: 19px;
    font-family: 'LandRoverOT4_500';
}
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: #cd1d27;
}
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: #cd1d27;
}
/* 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, #cd1d27, #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;
}
#telblocktext {
    font-weight: 600;
}
/* search */
#search {
	margin-bottom: 10px;
}
#telblockimg {
    background: #fff;
    float: left;
    height: 53px;
    width: 53px;
    border-radius: 50px;
    text-align: center;
    padding: 14px;
}
#telblocktext {
    font-weight: 600;
    padding: 5px 0 0 10px;
    overflow: hidden;
}
#telblocktext2 a {
    border-bottom: 2px dotted;
}
#telblock {
    max-width: 240px;
    margin: 6px auto 0 auto;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    margin-top: 5px;
    max-width: 170px;
    padding: 0 0 18px 0;
}
#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;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu .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;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #cd1d27, #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, #cd1d27, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* 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, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #cd1d27, #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: #cd1d27;
	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 #DDDDDD;
	color: #000;
	padding: 8px 12px;
	font-weight: 800;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #000;
}
/* 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 a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    font-size: 16px;
    font-weight: 500;
    min-height: 70px;
    line-height: 1.2;
}
.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;
	color: #f51313;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
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: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 0px;
}

@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: #cd1d27;
    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: #fff;
    box-shadow: 11px 14px 112px 25px rgba(218, 214, 214, 0.2);
}
#fotoobzor {
    float: right;
    width: 116px;
    min-height: 125px;
}
#derevopreim {
    background: #cd1d27 url(/image/derevotop.png) center top no-repeat;
    padding-top: 30px;
}
#derevodva {
    background: #cd1d27 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;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
#fotokust3 {
    font-size: 17px;
    color: #000;
    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: #cd1d27;
    color: #fff;
    padding: 13px 10px;
    border-radius: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    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: #cd1d27;
    color: #fff;
    padding: 16px 10px;
    border-radius: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    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: #000;
}
#nachtr2 {
    font-size: 15px;
    color: #000;
    width: 235px;
}
#nachtr1 {
    width: 60px;
}
#perkat {
    text-align: center;
    padding: 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #000;
}
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 {
font-family: 'Roboto', sans-serif;
    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;
    font-family: 'Roboto', sans-serif;
    color: #000;
    background: #fed83a;
    font-size: 16px;
    box-shadow: 0px 8px 43px 9px rgba(173, 169, 169, 0.2);
}

#katrf4:hover {
    color: #fff;
    background: #000;
}


#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-family: 'Roboto', sans-serif;
    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: #000;
}

#textobzor2 {
    font-size: 14px;
}

#textobzor1 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 14px;
        color: #16b5f3;
}

#slideshow0 {
        background: #fff;
}
#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: #cd1d27;
    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: #cd1d27;
    font-family: NeoSansPro-Medium;
    font-size: 17px;
}
.chitdal2 a {
    color: #cd1d27;
}
#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: #2b2b2b !important;
    border-color: #2b2b2b !important;
}
.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: #cd1d27;
    color: #fff !important;
}
a.optov:hover {
    background: #cd1d27;
    color: #fff !important;
}
#menutwig li.dropdown {
    padding: 5px 0 0 0;
}
.phnj {
    font-weight: 700;
    font-size: 16px;
    padding: 4px 10px 0 0;
}
#linpod2 {
    padding: 4px 0 0 0;
}
#obrzzv {
    padding: 0px 0px 0 0;
    margin: -5px 0 0 15px;
}
#obrzzv a {
border-bottom: 1px dashed #cd1d27;
    color: #cd1d27;
    text-decoration: none;
    font-size: 15px;
}
i.fa.fa-phone-square {
    color: #777;
    font-size: 16px;
}
#obrzzv a:hover i.fa.fa-phone-square {
    color: #cd1d27;
}
.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: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.nizmenn {
    padding: 9px 0px 1px 0px;
    min-height: 15px;
    background-color: transparent;
    font-size: 14px;
    color: #7d7e80;;
    margin-top: 10px;
    color: #999;
}
#textokomp {
    font-size: 17px;
    line-height: 1.5;
}
#okomp {
    padding: 40px 0 40px 0;
}
#chertamas2 {
    margin: 0 35px 0 -35px;
}

#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: #cd1d27;
    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;
    background: #333;
    text-align: center;
    border-top: 1px solid #444343;
}
i.fa.fa-volume-control-phone {
    float: left;
    padding: 3px 10px 0px 0px;
}
i.fa.fa-envelope-o {
    float: left;
    padding: 3px 10px 0px 0px;
}
#coptext {
    padding-top: 50px;
    font-size: 12px;
    color: #999;
    padding-bottom: 50px;
    text-align: left;
}

#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 {
    font-family: 'Roboto', sans-serif;
    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-family: 'Roboto', sans-serif;
    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: 20px;
    font-size: 17px;
    font-weight: 500;
    min-height: 75px;

}
input.inp {
    width: 100%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #000;
    background: none;
}
#f1 {
    padding: 15px 0;
    max-width: 800px;
    margin: 0 auto;
}
#f10 {

    padding-bottom: 20px;
}
.ocf-option-values {
    margin: 0 5px;
}
#vsevm12 {
    min-height: 195px;
    text-align: center;
}
#button-cart {
    background: #cd1d27;
    color: #fff;
    padding: 15px 25px;
    text-align: center;

    font-size: 16px;
    max-width: 205px;
    float: left;
}

#vsevm11 a {
    background: #cd1d27;
    color: #fff;
    padding: 12px 40px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    box-shadow: 0px 3px 5px 0px rgba(177, 177, 177, 0.2);
}
#vsevm11 a:hover {
    background: #b71a23;
    color: #fff;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: none;
    border-color: none;
}
#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-family: 'Roboto', sans-serif;
    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 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
}

#katblog4 {
    border: 2px solid #000;
    overflow: hidden;
    padding: 10px;
    margin: 15px 0;
    border-radius: 25px;
    text-align: center;
    max-width: 200px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
#katblog4:hover {
    background: #fed83a;
    border: 2px solid #debd32;
}

#rusfanzag {
    font-family: 'Roboto', sans-serif;
    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: 20%;
}

.popup2 {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
        width: 100%;
    min-width: 320px;
    max-width: 520px;
/* Р РЋРІР‚С›Р  РЎвЂР  РЎвЂќР РЋР С“Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  Р вЂ¦Р  РЎвЂўР  Р’Вµ Р  РЎвЂ”Р  РЎвЂўР  Р’В·Р  РЎвЂР РЋРІР‚ Р  РЎвЂР  РЎвЂўР  Р вЂ¦Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  РЎвЂР  Р’Вµ, Р  РЎвЂўР  РЎвЂќР  Р вЂ¦Р  РЎвЂў Р РЋР С“Р РЋРІР‚С™Р  Р’В°Р  Р’В±Р  РЎвЂР  Р’В»Р РЋР Р‰Р  Р вЂ¦Р  РЎвЂў Р  РЎвЂ”Р РЋР вЂљР  РЎвЂ Р  РЎвЂ”Р РЋР вЂљР  РЎвЂўР  РЎвЂќР РЋР вЂљР РЋРЎвЂњР РЋРІР‚С™Р  РЎвЂќР  Р’Вµ */
    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+.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 #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    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 {
    background-color: rgba(252, 20, 0, 0.8);
    -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: #000;
    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: #cd1d27;
    font-family: 'Roboto', sans-serif;
}
#derevo33 {
    font-size: 17px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 600px;
}
#derevopreim3 {
    width: 85px;
}
#derevo2 {
    background: #cd1d27;
    color: #fff;
    padding: 16px 10px;
    border-radius: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    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;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}
#derevo {
    background: #f8f8f8 url(/image/rightbg.png) center top no-repeat;
    padding-bottom: 30px;
}
#derevopreim5 {
    font-size: 17px;
    color: #000;
}
#wh2 {
    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: #000;
    padding: 13px 25px;
    border-radius: 35px;
    text-align: center;
    border: 2px solid #ffc501;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
#rass1 {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}
#descriptt3 {
    font-family: NeoSansPro-Medium;
}


#nazgl {
    min-height: 35px;
    font-family: 'Roboto', sans-serif;
}

#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-family: 'Roboto', sans-serif;
    font-size: 17px;
}

#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: #eee;
        display: block;
        position: relative;
        padding: 7px 10px;
        font-weight: bold;
        border: 1px 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{
    border-color: #1b1b1b;
    background: #c1e9ea;
    background-image: linear-gradient(to bottom, #fff, #eff8f9);
    box-shadow: 0 0 1px rgba(0,0,0,.4);
}

/*Р РЋРЎвЂљРЎР‚Р ВµР В»Р С”Р В° Р СР ВµРЎвЂљР С”Р С‘ - РЎРѓР С•РЎРѓРЎвЂљР С•РЎРЏР Р…Р С‘Р Вµ Р С—Р С• РЎС“Р СР С•Р В»РЎвЂЎР В°Р Р…Р С‘РЎР‹*/
.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{
        border: 6px solid transparent;
        border-top-color: inherit;
        margin-top: -3px;
        right: 10px;
}

.tooltip {
    display: none;
}
#menuosn .tooltip {
    display: block;
}
.tooltip .tooltiptext {
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
        display: none;
    padding: 5px 0;
    
    /* Position the tooltip */

    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

#menuosn .tooltip .tooltiptext {
        display: block;
}
#menuosn :hover .tooltiptext {
    display: block;
}

.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: #cd1d27;/* Р РЋРІР‚С›Р  РЎвЂўР  Р вЂ¦ Р  РЎвЂќР  Р вЂ¦Р  РЎвЂўР  РЎвЂ”Р  РЎвЂќР  РЎвЂ */
      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 {
    font-family: 'Roboto', sans-serif;
}
.yell {
    color: #fedf60;
}
#menurusfan2 {
    padding-top: 12px;
    font-size: 22px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
h1:before {
    content: " ";
    border: 2px solid #ffd900;
    float: left;
    height: 30px;
    margin: 0px 15px 0 0px;
}
h2 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
h3 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
h3:before {
    content: " ";
    border: 2px solid #ffd900;
    float: left;
    height: 30px;
    margin: 0px 15px 0 0px;
}
#carousel217 {
    padding-top: 30px;
}
#carousel219 {
    padding: 15px 0 25px 0;
}
#opistovv {
    padding-bottom: 20px;
}
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: #cd1d27;
}
.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, #cd1d27, #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: 0px auto;
    padding: 5px 0 0 0;
}
i.fa.fa-th-large {
    font-size: 14px;
    padding: 0 10px 0 0px;
}
#mkat {
    color: #fff;
    padding: 24px 25px 25px 25px;
    font-size: 16px;
}
#lkkabeurom {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 13px 0px 0 0px;
}
i.fa.fa-user-circle-o {
    color: #777;
    padding: 0 5px 0 0px;
}
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;
    font-family: 'Roboto', sans-serif;
    color: #000;
    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 {
    font-family: 'Roboto', sans-serif;
    color: #232323;
    text-align: center;
    padding-top: 20px;
    font-size: 22px;
}

#rusfanpreim3 {
    border-bottom: 3px solid #000;
    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 {
    padding-top: 11px;
    margin-bottom: 5px;
    display: block;
}
#search .input-lg {
    height: 45px;
    line-height: 20px;
    padding: 0 40px 0 30px;
    width: 100%;
    border-radius: 4px;
    margin: 0 0px 0 0px;
    border: 0px;
    border: 1px solid #e2e2e2;
    display: block;
}
#search07 .form-control {
    box-shadow: none;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    text-shadow: 0 1px 0 #FFF;
    background: none;
    color: #000;
    width: 15px;
    margin: 3px 0 0 -70px;
}

.dropdown-menu>li>a {
    font-size: 14px;
}
.dropdown-menu>li>a:hover {
    background: #cd1d27;
}
#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: 16px !important;
}
.radio-input.radio img {
    display: none;
}

input.btn.btn-primary {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 12px;
    background: #242323;
    width: 150px;
}

/* cart */
#cart {
     
}
#cart > .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
    background: none;
    border-radius: 30px;
    max-width: 100px;
    float: right;
    color: #000;
    margin: 10px 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: #000;
	font-size: 15px;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 300px;
    margin: 0px 0 0 0px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
color: #ffffff;
    padding: 10px 0px 5px 0px;
    min-height: 15px;
    background-color: transparent;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    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: 10px 20px 10px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 16px;
}

#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 15px 15px 12px;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
div#proizv:before {
    content: " ";
    border: 2px solid #ffd900;
    float: left;
    height: 30px;
    margin: 0px 15px 0 0px;
}

#verhshapka {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #cd1d27;
    color: #fff;
    width: 100%;
    z-index: 999;
    position: fixed;
}

ul.nav.navbar-nav {

}
#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: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #1b1b1b;
	background-image: linear-gradient(to bottom, #cd1d27, #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: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
    min-height: 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: 60px;
    background-color: #ffffff;
    color: #a29d9d;
    background: #333;
}
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: #fff;
}
footer h5 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 0px 20px -25px;
    padding: 8px 0;
    font-size: 16px;

}
.breadcrumb a {
    color: #212121;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -5px;
    width: 9px;
    height: 9px;
    /* border-right: 2px solid #dbdcda; */
    border-bottom: 1px solid #adadad;
    -webkit-transform: rotate(-80deg);
    -moz-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
}
.list-group {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    max-width: 260px;
    padding: 0px 10px 10px 10px;
}
.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 {
    font-family: 'Roboto', sans-serif;
    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: 0px 0;
}
/* 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 {
    text-align: center;
    font-size: 12px;
    max-width: 260px;
    margin: 20px auto 10px 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: 45px;
    margin: 20px 10px 20px 10px;
    margin: 20px 10px 20px 10px;
    text-align: center;
    border: 0px;
    font-weight: 600;
}
span.my_minus {
    background: #eaeaea;
    padding: 2px 13px 7px 13px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
}
span.my_plus {
    background: #eaeaea;
    padding: 2px 13px 7px 13px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
}
#myartb span {
    background: #f3f4f6;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 800;
}
#myartb {
    padding: 10px 0px 15px 0;
    margin: 10px 0 0 0;
}
#product-product #vnal {
    color: #5b5b5b;
    font-size: 18px;
    margin: 10px 0 0 5px;
}
a.thumbnail {
    border: 0px solid #fff !important;
}

#formanovaya2 {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 760px;
    margin: 0 auto;
        color: #fff;
}

.probdenkorz4 {
    line-height: 18px;
    color: #000;
    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: 10px 15px 10px 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;
}

#ocfilter .btn-default {
    background: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #eceaea, #eceaea);
    background-position: calc(100% - 23px) calc(1.5em + 2px), calc(100% - 18px) calc(1.5em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 3.5em 3.5em;
    background-repeat: no-repeat;
    border: thin solid #eceaea;
    border-radius: 5px;
    line-height: 40px;
    width: 100%;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#ocfilter i.pull-right.fa.fa-angle-down {
    display: none;
}

input.form-control {
    height: 52px;
}

.tab-content {
    min-height: 300px;
}

#svmaket {
    padding-top: 95px;
    padding-bottom: 95px;
}

a.btn.btn-primary {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 12px;
    background: #242323;
    width: 150px;
}
#daddet {
    background: #cd1d27;
    color: #fff;
    width: 100px;
    overflow: hidden;
    height: 29px;
    padding: 5px 5px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 11px;
}

#obnews {
    padding: 25px 0 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: #cd1d27;
	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: 5px 12px;
    font-size: 19px;
    font-weight: 800;

}
.list-group a.active:hover, .list-group a:hover {
    color: #cd1d27;
    background: #cd1d27;
}
/* 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: 10px;
    min-height: 445px;
    max-width: 460px;
    margin: 0px 5px 20px 5px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
#carousel19 {
    padding: 20px 0 0 0;
}
#carousel20 {
    padding: 20px 0 0 0;
}
#carousel211 {
    padding: 20px 0 0 0;
}
#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 {
    font-family: 'Roboto', sans-serif;
    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;
    font-family: 'Roboto', sans-serif;
    background: #fed83a;
}

#svmaket10:hover {
    background: #1b1b1b;
}
#socc1 a:hover {
    color: #cd1d27;
}
#svmaket010 a:hover {
    color: #fff;
}
#svmaket6 {
    color: #a29d9d;
    max-width: 500px;
    font-size: 19px;
    padding: 5px 0 10px 0;
}

#svmaket8 {
    font-family: 'Roboto', sans-serif;
    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;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}
.product-thumb .image a {
	display: block;
	
}
.product-thumb .image a:hover {
	opacity: 0.8;
}


.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}

.product-thumb .caption {
padding: 0px 20px 0px 0px;
    background: #fff;
    padding-bottom: 20px;
}
.caption {
    font-size: 17px;
    color: #000;
}
.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: #cecece;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    width: 75%;
    float: left;
    color: #000;
    font-size: 23px;
    font-weight: 600;

}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
    border:0px solid #ddd !important;
    overflow: hidden;
	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: 78px;
}
.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: 250px;
	padding: 0px;
	margin: 0 auto;
	min-height: 535px;
}
/* РЎС‚РёР»Рё СЃРµРєС†РёР№ СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј */
.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;
    margin: 15px 30px 5px 0px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b3b0b0;
    border: 0px solid #ddd;
    /* border-bottom: 1px dashed #000; */

}

/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */
 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */
.tabs>input:checked+label {
    color: #000;
    border-bottom: 4px solid #ffd900;
    background: #fff;
    font-weight: 600;
}

/* РђРєС‚РёРІР°С†РёСЏ СЃРµРєС†РёР№ СЃ РїРѕРјРѕС‰СЊСЋ РїСЃРµРІРґРѕРєР»Р°СЃСЃР° :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block !important;
}
/* РЈР±РёСЂР°РµРј С‚РµРєСЃС‚ СЃ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ 
* Рё РѕСЃС‚Р°РІР»СЏРµРј РёРєРѕРЅРєРё РЅР° РјР°Р»С‹С… СЌРєСЂР°РЅР°С…
*/
 
 
 
 
 
 
 
 
 /* Р‘Р°Р·РѕРІС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ С‚Р°Р±РѕРІ */
.tabs2 {
	min-width: 320px;
	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: #000;
    border: 0px solid #ddd;
    border-bottom: 1px dashed #000;

}

/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */
 
.tabs2>label:hover {
	color: #888;
	cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */
.tabs2>input:checked+label {
    color: #000;
    border-bottom: 2px solid #cd1d27;
    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: #000;
    border: 0px solid #ddd;
    border-bottom: 1px dashed #000;

}

/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */
 
.tabs4>label:hover {
	color: #888;
	cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */
.tabs4>input:checked+label {
    color: #000;
    border-bottom: 2px solid #cd1d27;
    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: #000;
    border: 0px solid #ddd;

}

/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */
 
.tabsss>label:hover {
	color: #888;
	cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */
.tabsss>input:checked+label {
color: #000;
    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: #000;
    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;
     
}

.form-group {
    margin-bottom: 15px;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

#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;
     
    font-size: 23px;
    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;
}

ul.list-unstyled {
    text-align: center;
}

#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;
}

footer {
    text-align: center;
}

#coptext {
    text-align: center;
}

h2 {
    font-size: 23px;
    color: #383636;
     
    text-transform: uppercase;
}

.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: #000;
    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: -100%;
    right: 0;
    left: 50%;
    font-size: 17px;
    z-index: 20;
    margin: 0;
        width: 100%;
    min-width: 320px;
    max-width: 520px;
/* Р РЋРІР‚С›Р  РЎвЂР  РЎвЂќР РЋР С“Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  Р вЂ¦Р  РЎвЂўР  Р’Вµ Р  РЎвЂ”Р  РЎвЂўР  Р’В·Р  РЎвЂР РЋРІР‚ Р  РЎвЂР  РЎвЂўР  Р вЂ¦Р  РЎвЂР РЋР вЂљР  РЎвЂўР  Р вЂ Р  Р’В°Р  Р вЂ¦Р  РЎвЂР  Р’Вµ, Р  РЎвЂўР  РЎвЂќР  Р вЂ¦Р  РЎвЂў Р РЋР С“Р РЋРІР‚С™Р  Р’В°Р  Р’В±Р  РЎвЂР  Р’В»Р РЋР Р‰Р  Р вЂ¦Р  РЎвЂў Р  РЎвЂ”Р РЋР вЂљР  РЎвЂ Р  РЎвЂ”Р РЋР вЂљР  РЎвЂўР  РЎвЂќР РЋР вЂљР РЋРЎвЂњР РЋРІР‚С™Р  РЎвЂќР  Р’Вµ */
    position: fixed;
    padding: 20px;
    border: 1px 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 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;
}
/* Р  Р’В°Р  РЎвЂќР РЋРІР‚С™Р  РЎвЂР  Р вЂ Р  РЎвЂР РЋР вЂљР РЋРЎвЂњР  Р’ВµР  РЎВ Р  РЎВР  РЎвЂўР  РўвЂР  Р’В°Р  Р’В»Р РЋР Р‰Р  Р вЂ¦Р РЋРІР‚в„–Р  РІвЂћвЂ“ Р  Р’В±Р  Р’В»Р  РЎвЂўР  РЎвЂќ */
.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 #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    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 {
    background-color: rgba(252, 20, 0, 0.8);
    -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;
    font-family: 'Tahoma', Arial, sans-serif;
    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: 10;
    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: 85%;
    min-width: 320px;
    max-width: 300px;
/* РЎвЂћР С‘Р С”РЎРѓР С‘РЎР‚Р С•Р Р†Р В°Р Р…Р Р…Р С•Р Вµ Р С—Р С•Р В·Р С‘РЎвЂ Р С‘Р С•Р Р…Р С‘РЎР‚Р С•Р Р†Р В°Р Р…Р С‘Р Вµ, Р С•Р С”Р Р…Р С• РЎРѓРЎвЂљР В°Р В±Р С‘Р В»РЎРЉР Р…Р С• Р С—РЎР‚Р С‘ Р С—РЎР‚Р С•Р С”РЎР‚РЎС“РЎвЂљР С”Р Вµ */
    position: fixed;
    padding: 15px;
    border: 1px 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 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;
    border-bottom: 3px solid #cd1d27;
}
/* Р В°Р С”РЎвЂљР С‘Р Р†Р С‘РЎР‚РЎС“Р ВµР С Р СР С•Р Т‘Р В°Р В»РЎРЉР Р…РЎвЂ№Р в„– Р В±Р В»Р С•Р С” */
.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: -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 #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    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 {
    background-color: rgba(252, 20, 0, 0.8);
    -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 {
    max-width: 200px;
    margin: 0 auto;
}

#katrf4 {
    margin: 15px auto;
}

#cartosn {
    padding-top: 0px;
    max-width: 195px;
    margin: 0 auto;
}

#katrf2 {
    font-family: 'Roboto', sans-serif;
    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;
    font-family: 'Roboto', sans-serif;
    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;
}



.form-group {
    margin-bottom: 5px;
    max-width: 260px;
    margin: 0 auto;
    margin-top: 5px;
}


h1 {
    text-align: center;
}


#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 {
    width: 230px;
    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;
     
}

#slideshow0 {
    display: none !important;
}

#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;
}

.h1, h1 {
    font-size: 23px;
}

h2 {
    font-size: 17px;
    color: #383636;
     
    text-transform: uppercase;
}






    
}

/* Р вЂ™РЎРЏРЎвЂљР С”Р В° */

@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;
    max-width: 222px;
}
#verh {
    padding-top: 20px;
}
#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;
}
footer {
    text-align: center;
}
}  


@media (max-width: 768px) {
    
    #vtorstroka {
    padding-left: 0px;
}
#verhshapka {
    position: fixed;
}
#menu .btn-navbar {
    padding: 0px 21px;
}
#menu .btn-navbar {
    color: #000;
}
#menu .nav > li > a {
    color: #fff;
}
#menu .nav > li > a:hover {
    color: #000;
}
.navbar-toggle {
    margin-right: 0px;
}
button {
    margin-top: 5px;
}
#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: #000;
}
#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: #cd1d27;
    color: #000;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 500;
}
a.orkn i.fa.fa-bars {
    color: #000;
    padding: 0px 5px 0 0;
}
#katalog07 {
    padding: 25px 0 0 0;
}
#zakzv {
    font-size: 11px;
    margin: 2px 0 0 0;
}
i.fa.fa-chevron-down {
    font-size: 11px;
    color: #ffd900;
}
.dropdown-menu {
    border: 0px;
}
i.fa.fa-clock-o {
    color: #cd1d27;
    font-size: 16px;
    padding: 0 5px 0 0;
}
#citys2 ul {
    list-style: none;
    margin: 20px 0 20px 0;
}
#citys2 ul li a {
    font-size: 14px;
}
#myseti {
text-align: center;
    margin: 0 0 0 -15px;
    max-width: 100px;
    float: right;
}
i.fa.fa-phone {
    color: #cd1d27;
    padding: 0 5px 0 0;
    font-size: 16px;
}
i.fa.fa-map-marker {
    color: #242323;
    font-size: 15px;
    padding: 0 5px 0 0;
}
#telblocktext2 {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 5px;
}
#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;
}
i.fa.fa-heart-o {
    font-size: 25px;
    color: #fff;
    margin: 12px 0 0 0;
}
.navbar-nav>li>a {
    color: #000;
}
#fonprod .nav>li>a {
    position: relative;
    display: block;
    margin: 0px 0px !important;
}
li.dropdown a span {
    color: #000;

}
#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: #cd1d27;
    color: #fff;
    text-decoration: none;
}
#baid3 {
    padding: 5px 0 0 18px;
}
#specopt0 {
    background: #e5e9e7;
    color: #000;
    overflow: hidden;
    margin: 85px 0px 10px 0px;
    min-height: 155px;
    padding: 20px 20px 25px 20px;

}
#sam00212 {
    color: #e3e4e6;
    position: absolute;
    font-size: 122px;
    font-weight: 600;
    z-index: 1;
    margin: -60px 0 0 -10px;
}
#sam012 {
    font-size: 32px;
    color: #000;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 600;
    margin: -5px 0 0 25px;
}
#samvse01 {
    overflow: hidden;
    padding: 60px 0 0 20px;
    max-width: 400px;
}
#sam010 {
    float: left;
    overflow: hidden;
    padding-right: 10px;
    min-height: 50px;
    width: 75px;
}
#sam020 {
    float: left;
    width: 37px;
}
#sam011 {
    font-size: 25px;
    color: #dcdcdc;

    padding: 35px 0 150px 0;
}
#sam014 {
    font-size: 30px;
    color: #000;

    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: 46px 0 0 0px;
    max-width: 280px;
}
#sam013:before {
    content: " ";
    border: 2px solid #ffd900;
    float: left;
    height: 65px;
    margin: 0px 15px 0 0px;
}
#sam015 {
    padding: 35px 0 0 0;
}
#sam021 {
    font-size: 30px;
    color: #000;

    padding-left: 10px;
    overflow: hidden;
}
#sam022 {
    font-size: 17px;
    color: #6f6e6e;
    padding: 5px 0 0 48px;
    max-width: 240px;
}
#tribayd a {
    text-decoration: none;
}
#tribayd a:hover {
    text-decoration: none;
}
#samvse02 {
    padding: 20px 10px 0 10px;
}
#sam032 {
    font-size: 17px;
    color: #6f6e6e;
    padding: 7px 0 0 0px;
    max-width: 170px;
}
#sam033 {
    max-width: 165px;
    margin: 185px auto 0 auto;
}
#sam041 {
    font-size: 30px;
    color: #000;

    border-left: 5px solid #ffc501;
    padding-left: 10px;
    margin: 45px 0 0 0;
}
#sam043 {
    margin: 30px 0 0 15px;
}
#sam051 {
    font-size: 30px;
    color: #000;

    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 {
    max-width: 175px;
}
#hattrig3 p:nth-child(1) {
    min-height: 65px;
}
#hattrig3 p:nth-child(2) {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 5px 0;

}
#hattrig3 p:nth-child(3) {
    font-size: 17px;
    color: #6f6e6e;
}
#hattrigopt .col-lg-1.col-xl-1 {
    width: 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 0px;
}
#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;

}
ul.kabfunk li {
    padding: 0 0px 0 20px;
}
ul.kabfunk {
    display: -webkit-inline-box;
    list-style: none;
    padding: 0;
    float: right;
    margin: 0;
}
ul.kabfunk img {
    margin: -5px 5px 0 0px;
}
#tribayd .container {
    width: 1210px;
}
.swiper-viewport {
    min-height: 426px;
}
#datadd {
    color: #fff;
    font-size: 16px;

}
#newsblog {
    padding: 0 0 50px 0;
}
#menutwig .dropdown-toggle {
    padding: 5px 17px;
    border-radius: 50px;
    color: #000;
}
i.fa.fa-circle {
    color: #ffd900;
    font-size: 6px;
    margin: -7px 5px 0px 0px;
}
#prodlev button#vsevm11 {
    border: 0px;
    padding: 0;
    margin: -28px 0 0px 0;
    right: 40px;
    position: absolute;
    padding: 9px 13px;
    border: 2px solid #cd1d27;
    border-radius: 5px;
}
i.fa.fa-shopping-cart {
    color: #cd1d27;
    font-size: 18px;
}
div#product-product i.fa.fa-shopping-cart {
    font-size: 15px;
}
.product-thumb:hover {
    box-shadow: 11px 14px 75px 5px rgb(175 173 173 / 20%);
}
.product-thumb:hover i.fa.fa-shopping-cart {
    color: #fff;
    font-size: 19px;
}
.product-thumb:hover #prodlev button#vsevm11 {
    background: #cd1d27;
}
#cits {
    padding: 3px 0 0 0;
    font-size: 16px;
    font-weight: 400;
}
#zakzv a {
    color: #cd1d27;
    font-weight: 600;
}
ul.vsplmenu {
    display: none;
    position: absolute;
    z-index: 5;
    background: #f3f4f6;
    width: 200px;
    margin: 0px 0 0 0;
    padding: 15px;
    font-size: 13px;
    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: #000;

    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 {
    margin: 10px 0 50px 0;
}
#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: #cd1d27;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 25px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;

}
a.optprice:hover {
    background: #ffffff;
    color: #000;
    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;

    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 20px;
}
td.nazvatr {
    width: 129px;
    font-weight: 600;
}
#artname {
    font-weight: 600;
}
#myart {
    padding: 0px 0 10px 0;
}
#tovcat {
    margin: 0;
    font-size: 16px;
}
#podrpit a {
    font-weight: 800;
}
#pochpok {
    background: #f2fcfe;
    padding: 35px 0;
}
a.list-group-item2.active {
    color: #cd1d27;
}
#f13 {

    font-size: 15px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
#f13 a {
    color: #cd1d27;
}
#sogl2 a {
    color: #cd1d27;
}
#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: #cd1d27;
    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 {
    margin: 5px 0;
}
#farantiiivozvr1 {
    font-size: 17px;
    overflow: hidden;
    padding: 30px 0 20px 0;
}
#farantiiivozvr2 p:nth-child(1) {
    font-size: 25px;
    font-weight: 500;

}
#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;
        border: 10px solid #e8e8e8;
}

#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;margin-left:0;margin-right:5px;padding-left:3px;cursor:pointer;}
#citys ul li a{text-decoration:none;font-size:15px;text-shadow:0 1px 2px #fff;}
#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: #ffbd00;
    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: #000;
    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: #cd1d27;
    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: #cd1d27;
    border-bottom: 2px dotted;
    padding-bottom: 2px;
    font-size: 17px;
    font-weight: bold;
}
#chertamas {
    padding: 0 25px 0 0;
}
#textnov {
    font-size: 16px;
    color: #000;
    padding: 0 5px;
}
#fonprod .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    font-size: 18px;
    margin: 0 35px 0 0px;
    font-weight: 800;
    text-transform: uppercase;
}
#fonprod .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    font-weight: 800;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    border-bottom: 3px solid #f8d907;

}
#fonprod .nav-tabs {
    border-bottom: 0px solid #ddd;
        padding-top: 20px;
}
.rating a {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding-left: 10px;

}
#bezh {
    width: 23px;
    height: 23px;
    background: #b99e81;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 100px;
}
#sercv {
    width: 23px;
    height: 23px;
    background: #7b7a7a;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 100px;
}
#chern {
    width: 23px;
    height: 23px;
    background: #000000;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 100px;
}


#svetsercv {
    width: 23px;
    height: 23px;
    background: #bbbaba;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 100px;
}

#korcv {
    width: 23px;
    height: 23px;
    background: #8b530b;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 100px;
}

.list-unstyled7 {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.list-unstyled7 li {
    display: inline-block;
}
#fonprod h2 {
    font-weight: 600;
    margin: 0;
    font-size: 30px;

}
#product-product #button-cart {
    background: #cd1d27;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    max-width: 145px;
    float: left;
    text-transform: uppercase;
    font-weight: 800;
}
#product-product i.fa.fa-shopping-cart {
    margin: 0 5px 0 0;
}
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: #cd1d27;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: none !important;
    background: none !important;
}
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:#000;
}
.addthis_toolbox.addthis_default_style {
    display: none !important;
}
#menuosn .addthis_toolbox.addthis_default_style {
    display: block !important;
}
ul.setim a {
    color: #6d6d6d;
}
ul.setim {
    list-style: none;
    margin: -20px auto 0 auto;
    padding: 0;
    display: -webkit-box;
    max-width: 240px;
    background: #333;
    padding: 0 20px;
}
ul.setim li {
    border: 1px solid #444343;
    width: 45px;
    border-radius: 3px;
    padding: 7px;
    height: 40px;
    margin: 0 0 0px 5px;
}
i.fa.fa-facebook {
    font-size: 17px;
}
i.fa.fa-youtube-play {
    font-size: 20px;
}
i.fa.fa-key {
    color: #cd1d27;
}
#logo img {
    max-width: 240px;
}
#cart-dvig {
    width: 20px;
    height: 20px;
    padding: 1px 0 0 0;
    text-align: center;
    font-size: 13px;
    background: #cd1d27;
    border-radius: 50px;
    margin: 4px 0 0 51px;
    position: relative;
    z-index: 2;
    position: absolute;
}
#cart-totalk {
font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin: 0 0px 0px 60px;

}
#izb {
    margin: 15px 0 0 10px;
}
#obrtkorztekst {
    font-weight: 600;
    padding: 15px 0 0 0;
}
a.bann-btn.open {
    background: #cd1d27;
    color: #fff;
    padding: 15px 70px;
    border-radius: 10px;
}
a.bann-btn.open:hover {
    background: #bd151f;
}
#phonehat {
    padding: 0 6px 0 0px;
}
#phsnizu1 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
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: #000;
}
#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;
}
#jird #input-sort {
    font-weight: 500;
    border: 1px solid #e6e4e4;
    margin: 0px 0 0 20px;
    border-radius: 5px;
    font-size: 12px;
}
#input-sort {
    padding-left: 10px;
}
.input-option2 {
	margin-right: 10px;
	width: 100%;
    min-height: 50px;
    overflow: hidden;
    margin-bottom:20px;
}
a.zakodkl2 {
    background: #f0f0f0;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;

}
#product-product h1 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
}
#product-product h1:before {
    content: " ";
    border: 0;
    border-left: 4px solid #ffd900;
    float: left;
    height: auto;
    margin: 0px 15px 0 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
}
#product-category h1 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
    overflow: hidden;
}
#product-category h1:before {
    content: " ";
    border: 0;
    border-left: 4px solid #ffd900;
    float: left;
    height: auto;
    margin: 0px 15px 0 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
}
#product-category h2 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
    overflow: hidden;
}
#product-category h2:before {
    content: " ";
    border: 0;
    border-left: 4px solid #ffd900;
    float: left;
    height: auto;
    margin: 0px 15px 0 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
}
#product-category h3 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
    overflow: hidden;
}
#product-category h3:before {
    content: " ";
    border: 0;
    border-left: 4px solid #ffd900;
    float: left;
    height: auto;
    margin: 0px 15px 0 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
}
.tab-content {
    font-size: 16px;
}
.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;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    color:#000;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 10px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-radius: 50px;
    width: 40px;
    text-align: center;
}
#form-xreviews {
    border: 1px solid #e6e4e4;
    padding: 20px 20px;
    border-radius: 5px;
    overflow: hidden;
    margin: 25px 0 0 0;
}
#description {
    font-size: 16px;
}
a.zakodkl2:hover {
    background: #eae7e7;
}
#zakodkl {
    float: left;
    margin: 7px 0px 0 8px;
}
#vnalkras {
    color: #cd1d27;
}
#opost a {
    padding: 5px 15px;
    border-radius: 5px;
    background: #fff;
    margin: 0 6px 0px 0px;
    border: 1px solid #e2dfdf;
}
#opost a:hover {
    color:#000;
}
#opost {
    padding: 6px 0;
}
a.zakodklwha2 {
    color: #02a258;
    font-weight: 500;
    font-size: 18px;

}
select.vnuttov {
    padding: 0;
    height: 30px;
    width: 100%;
    max-width: 155px;
    background: none;
    position: relative;
    font-weight: 800;
    display: inline-block;
    border: 0px;
    
}
ul.vsecv li {
    width: 33px;
}
ul.vsecv {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    margin: 0;
}
ul.vsecv span {
    border-bottom: 1px dashed #000;
    color: #000;
    text-decoration: none;
}
#serss {
    padding: 3px 0 0 0;
}
#vnalzel {
    color: #09ad3b;
}
i.fa.fa-whatsapp {
    font-size: 20px;
}
#zakodklwha {
    padding: 5px 0 0 8px;
    overflow: hidden;
}
.input-option2 input[type=radio] {
	display: none;
}
.input-option2 label {
    display: inline-block;
    cursor: pointer;
    margin: 0px 3px;
    line-height: 35px;
    border-radius: 3px;
    padding: 0px 10px;
    padding-left: 11px !important;
    text-align: center;
    background: #f0f0f0;
    font-size: 16px;
    user-select: none;
    float: left;
    min-height: 38px;

}
 .salles .bx-wrapper
{ margin: 0 !important; }

.sale-block img{position: absolute;right: 10px;top: -6px;}

.block-city ul {display: none;}

.this-city
{
    padding: 10px 20px;
    position: relative;
    background-color: #f1f1f1;
    cursor: pointer;
    margin: 5px 10px;

}
#farantiiivozvr #content-tab1 {
    margin: 20px 0 0 0;
}
#farantiiivozvr #content-tab2 {
    margin: 20px 0 0 0;
}
.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 {
	border-bottom: 2px solid #00b2f6;
	font-weight: 600;
}
 
/* Hover */
.input-option2 label:hover {
    background: #e6e6e6;
}

#product .radio input[type="radio"]:checked + .input-option2  {
    border-bottom: 2px solid #00b2f6;
	font-weight: 600;
}
/* Disabled */
.input-option2 input[type=radio]:checked ~ label {
	border-bottom: 2px solid #00b2f6;
	font-weight: 600;
}
.input-option2 img {
    display: none;
}
#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 {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    max-width: 200px;
    float: left;
    margin: 0 5px 0 0px;
}
#nizkorz {
    margin: 0;
}
#button-coupon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 50px;
    background: #fff;
    color: #000;
    border: 1px solid #d2cdcd;
}
p.kupdesc {
    color: #777;
    font-size: 14px;
}
#myitogokartit {
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 25px 0 0;
}
#myitogokart {
    font-size: 28px;
    font-weight: 800;
    margin: 0px 0 0 0;
}
#myitogokartitvse {
    max-width: 200px;
    margin: 30px auto 0 auto;
}
#svoya {
    background: #cd1d27;
    padding: 16px 25px;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    border: 0px;
    color: #fff;
    width: 230px;
    margin: 14px 0 0 0;
}
.my_quantity {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    max-width: 98px;
}
.my_quantity button {
    border: 0;
    padding: 0 10px 0 10px;
    height: 45px;
}
input.quant {
    border: 0;
    text-align: center;
}
#d_quickcheckout .panel-default > .panel-heading {
    display: none;
}
#d_quickcheckout .panel-default {
    border: 0px !important;
}
#payment_address_heading_heading {
    display: none;
}
#d_quickcheckout .table-bordered {
    border: 0px solid #dddddd;
}
#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 #dddddd !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 #dddddd !important;
}
#d_quickcheckout .table-bordered {
    border: 0px solid #dddddd !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 {
    font-size: 16px;
    font-weight: 300;

}
#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;
}

#prodopisan table {
    width: 100%;
    margin-bottom: 18px;
    table-layout: auto;
    min-width: 500px;
}
#prodopisan table tbody>tr:nth-child(odd)>td, .table tbody>tr:nth-child(odd)>th {
    background-color: #f5f5f5;
}
#prodopisan {
    font-size: 16px;
    padding: 10px 0 0px 0;
}
#phvyd {

}
#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 {
    padding: 30px 0 30px 0;
    font-size: 16px;
    font-weight: 300;
}
#form-review {
    padding: 30px 35px;
    font-size: 16px;
}
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: #ffbd00;
    background-color: #eff1f0;
    border-color: #eff1f0;
}
a.neakt {
    pointer-events: none;
}
#footniz1 {
    max-width: 250px;
}
.panel2.panel-default1 {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    max-width: 100%;
    padding: 0px 15px 20px 20px;
    margin: 0px 5px 0 5px;
    position: relative;
    overflow: unset;
}
.formobrsv2 {
    font-size: 27px;
    color: #000;
    font-weight: 500;
}
.formobrsv {
    padding: 40px;
    border: 1px solid #cd1d27;
    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: #cd1d27;
    font-weight: 600;
}
.buttons {
    overflow: hidden;
}
#kartaboat {
    padding: 10px 0 50px 0;
}
#zaginpp134 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding: 15px 0 15px 0;
    line-height: 1;

}
#zaginpp1342 {
    padding-bottom: 23px;
    text-align: center;
    color: #989898;
    font-weight: 300;
    font-size: 13px;
}
#zaginpp1343 {
    text-align: center;
    font-size: 16px;
    padding: 0px 0 15px 0;

}
#tab-specification4 {
    padding-bottom: 40px;
}
#zaginpp1344 {
    text-align: center;
    padding-bottom: 15px;
}
input.hatforma {
    width: 250px;
    height: 40px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: center;
}
input.hatformabut {
    background: #cd1d27;
    color: #fff;
    padding: 14px 25px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    border: 0px;
    width: 100%;
    max-width: 250px;

}
ul.nav.navbar-nav {
    margin: 0;
}
#vybmag {
    margin: 0 -35px 0 0px;
    position: relative;
    z-index: 1;
}
#zaginpp1345 {
    text-align: center;
    padding-bottom: 15px;
}
#farantiiivozvr2 {

    font-size: 16px;
}
#komandstr {
    margin: 20px 0;
    max-width: 245px;
    min-height: 690px;
}
#komandstr p:nth-child(1) {
    
}
#komandstr p:nth-child(2) {

    font-size: 25px;
}
#komandstr p:nth-child(3) {
    font-size: 16px;
    color: #8c8b8b;

    margin: -5px 0 15px 0;
    line-height: 1.1;
}
#komandstr p:nth-child(4) {

    font-size: 16px;
    line-height: 1.3;
}
#form-xreviews .btn-primary {
    color: #fff !important;
    border-radius: 4px;
    padding: 15px 20px !important;
    background-color: #cd1d27 !important;
    background: #cd1d27 !important;
}
.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;

    font-size: 18px;
}
table.table.table-bordered thead td {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 35px;
}
table.table.table-bordered .img-thumbnail {
    border: 0px solid #ddd;
}
#nows {
    font-size: 20px;
    padding: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
}
#nazvvkorz {
    padding: 5px 0 0 0;
    max-width: 500px;
    font-size: 15px;
}
#checkout-cart img.img-thumbnail {
    width: 80px;
}
#poztov {
    margin: 0 0 15px 0;
}
#udalkorz {
    background: none;
    color: #8e8888;
    font-size: 15px;
    padding: 0px 0 0 0;
}
#login_view button#button_login {
    background: #cd1d27 !important;
    background-color: #cd1d27 !important;
    background-image: none !important;
    color: #fff !important;
    padding: 14px 25px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    border: 0px !important;
    width: 100% !important;
    max-width: 270px !important;
}
#login_view input#login_email {
    width: 270px !important;
    height: 40px !important;
    border-radius: 5px !important;
    border: 0px !important;
    background: #f2f2f2 !important;
    text-align: center !important;
}
#login_view input#login_password {
    width: 270px !important;
    height: 40px !important;
    border-radius: 5px !important;
    border: 0px !important;
    background: #f2f2f2 !important;
    text-align: center !important;
}
#login_view #d_quickcheckout h4 {
    font-size: 15px;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    /* padding: 15px 0 15px 0; */
    line-height: 1;
}
#login_view #remeber_password {
    font-size: 14px;
    padding: 14px 0 10px 0;
    display: block;
}
input.optfgl {
    background: none;
    border: 0px;
    border-bottom: 1px solid #212020;
    height: 40px;
    color: #000;
    float: left;
}
input.optfglsub {
    background: #cd1d27;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;

    border: 0px;
    color: #000;
    margin: 0 0px 0 10px;
}
#specopt77 {
    padding: 10px 0 0 0;
}
input.optfgl::placeholder {
    color: #000;
    font-size: 15px;
}
#payment_address_firstname {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
#payment_address_email {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
#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: #1f90bb; */
    /* background-position: 0 -15px; */
    background: #cd1d27;
    color: #fff;
    padding: 7px 25px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    border: 0px;
    width: 100%;
    /* max-width: 250px; */
}
#payment_address_telephone {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
#payment_address_country_id {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
        background: url(/image/vniz.png) no-repeat 98% !important;
}
#payment_address_zone_id {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
        background: url(/image/vniz.png) no-repeat 98% !important;
}
#payment_address_city {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
#payment_address_address_1 {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
input#payment_address_postcode {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
input#payment_address_password {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
#payment_address_confirm {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
label.btn.btn-default {
    background: #f3f4f6 !important;
    border: 0px !important;
}
button#login_button_popup {
    background: #f3f4f6 !important;
    border: 0px !important;
        border-left: 1px solid #e0e1e2 !important;
}
label.btn.btn-primary.active {
    background: #242323 !important;
    border: 0px !important;
}
div#shipping_method_list .title {
    display: none;
}
.panel-body p.description {
    font-weight: 800;
}
#payment_method {
    border-radius: 5px;
    border: 1px solid #e2e2e2 !important;
    margin: 20px 0 0 0;
}
#confirm_view {
    margin: 20px 0 0 0;
}
#payment_view {
    display: block;
}
#shipping_method_form {
    border-radius: 5px;
    border: 1px solid #e2e2e2 !important;
    margin: 20px 0 0 0;
}
#cart_view {
    border-radius: 5px;
    border: 1px solid #e2e2e2 !important;
}
#confirm_view {
    border-radius: 5px;
    border: 1px solid #e2e2e2 !important;
}
#qc_confirm_order {
    background: #cd1d27 !important;
    color: #fff !important;
    border: 0px !important;
    padding: 15px 0 !important;
    height: 50px !important;
}
#payment_address {
    border-radius: 5px;
    border: 1px solid #e2e2e2 !important;
    margin: 0 0 20px 0;
}
#blokkont {
    overflow: hidden;
    padding-bottom: 30px;
        font-size: 16px;
}
#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: #000;
}
.nav2 {
    width: 320px;
    min-width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: -320px;
    padding: 15px 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background: #ffffff;
    z-index: 2010;
}



.nav2-toggle {
position: fixed;
    left: 0px;
    top: 0px;
    padding: 10px 15px 0 15px;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    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;
}

#world {
    list-style: none;
}
#world2 {
    list-style: none;
}
.nav2-toggle:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f0c9';
    text-decoration: none;
    font-size: 27px;
}



.nav2-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';
}

.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: 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 {
    display: inline-block;
    position: relative;
    padding: 0;
    color: #000;
    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: #005282;
    padding-left: 15px;
}


.nav2 > 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;
}

.nav2 > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #eceaea;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav2-toggle2 {
    float: right;
    display: block;
    z-index: 999;
    position: relative;
}

.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: #000;
    font-size: 18px;
}
nav.nav2 {
    font-size: 16px;

}
#menutwigmob {
    position: fixed;
    width: 100%;
    background: #171717;
    z-index: 5;
    padding: 14px 0 14px 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: #cd1d27;
    background-color: #cd1d27;
}
i.fa.fa-arrow-circle-o-right {
    color: #cd1d27;
    font-size: 22px;
    padding: 0 8px 0 0;
}
textarea#input-text {
    max-width: 100% !important;
    height: 100px !important;
}
p.zagopl {
    text-align: left;
}
p.zagopl3 {
    text-align: left;
    padding: 33px 0 25px 0;
}
.slide-block {
    color: #fff;
    padding: 120px 0 0 0px;
}
#menutwig .fa.fa-chevron-down {
    font-size: 11px;
    color: #242323;
}
#carousel18 {
    overflow: hidden;
    margin: -1px 0 0 0;
}
.sl-title {
    font-size: 52px;
    max-width: 450px;
    line-height: 0.9;
    font-weight: 600;
    margin: 0px 0 15px 0;
}
.sl-title::before {
    content: " ";
    display: block;
    position: absolute;
    background: url(/image/podl.png) center top no-repeat;
    width: 900px;
    height: auto;
    min-height: 280px;
    z-index: 1;
    left: -5%;
    top: 75px;
    background-size: 80%;
}
.sl-title img {
    max-width: 450px;
    position: relative;
    z-index: 2;
}
.destitle {
    max-width: 550px;
    margin: 40px 0 60px 0;
    font-size: 24px;
}
#menuosn {
    background: #242323;
    height: 70px;
    margin: 0 0 20px 0;
}
#menuosn .navbar-nav>li:hover {
    background: #cd1d27;
}
li.nav-item.akc:hover a {
    color:#fff !important;
}
#input-option2 .radio input[type="radio"]:checked + label {
    background: #000000;
    border: 1px solid #5d5d5d;
    color: #fff;
}
#input-option2 #netnal .radio input[type="radio"]:checked + label {
    background: #c7c4c4;
    border: 1px solid #5d5d5d;
    color: #fff;
}
#slidbll {
    padding: 40px 0 0px 0;
}
#textokompimg {
    margin: 0 0 0 -150px;
}
#vsepoakc h3:before {
    content: " ";
    border: 2px solid #ffd900;
    float: left;
    height: 30px;
    margin: 0px 15px 0 0px;
}
#textokomppodr a {
    background: #ffd900;
    color: #000;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 5px;
    border: 0px;
    margin: 0 0 0 0px;
}
#textokomppodr {
    margin: 40px 0 0 0;
}
#chehask01 {
    background: #f3f4f6 url(/image/kres1.png) 10% 50% no-repeat;
    height: 300px;
    margin: 10px;
}
#chehask02 {
    background: #f3f4f6 url(/image/kres2.png) 10% 50% no-repeat;
    height: 300px;
    margin: 10px;
}
#chehask2:before {
    content: " ";
    border: 2px solid #ffd900;
    float: left;
    height: 65px;
    margin: 0px 15px 0 0px;
}
#chehask2 {
    font-size: 32px;
    color: #000;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
#chehask3 {
    font-size: 17px;
    color: #6f6e6e;
    padding: 10px 0 0 0px;
    max-width: 220px;
}
#chehask011 {
    width: 300px;
    float: right;
    margin: 80px 0 0 0;
}
#vsepoakc {
    padding: 20px 0 20px 0;
}
#dvablnak {
    background: #ffffff url(/image/katalnak.jpg) center top no-repeat;
    padding: 65px;
}
#avtocheh {
    background: #ffffff url(/image/avtocheh.jpg) center top no-repeat;
    min-height: 600px;
}
#serff {
    padding: 40px 0px 40px 60px;
}
#otstnov {
    padding: 40px 0 10px 0;
}
#podb1 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    max-width: 290px;
}
#podb1:before {
    content: " ";
    border: 2px solid #ffd900;
    float: left;
    height: 50px;
    margin: 0px 15px 0 0px;
}
#podb2 a {
    background: #ffd900;
    color: #000;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 5px;
    border: 0px;
    margin: 0 0 0 0px;
}
#podb2 a:hover {
    background: #eac908;
    text-decoration: none;
}
#carousel2218 {
    background: #ffffff url(/image/katalnak2.jpg) center top no-repeat;
    padding: 65px 0 0 0;
}
#otzrat {
    margin: 5px 0 0 -10px;
}
#carousel17 h4 {
    font-weight: 600;
    min-height: 45px;
}
#modelimarki img {
    width: 80px;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#modelimarki {
    text-align: center;
    font-size: 17px;
}
#modelimarki p:nth-child(1) {
    min-height: 110px;
}
#imkovrnews {
    float: left;
    padding: 10px 10px 0 0px;
    position: relative;
}
.xreview-module h3:before {
    content: " ";
    border: 2px solid #ffd900;
    float: left;
    height: 30px;
    margin: 0px 15px 0 0px;
}
#peren {
    padding: 15px 0 0 0;
}
#podb2 {
    float: right;
    margin: 25px 0 15px 0;
}
a.list-group-item2 {
    padding: 5px 12px;
    font-size: 15px;
    font-weight: 500;
    display: block;
}
.live-search .product-add-cart {
    display: none;
}
.live-search .product-price {
    display: none;
}
.live-search .product-name {
    width: 100% !important;
    font-size: 15px;
}
.result-text {
    background-color: #fff !important;
}
.result-text a {
    color: #000 !important;
}
.live-search {
    margin-top: 59px !important;
}
#footniz1345 {
    color: #fff;
    font-size: 15px;
    margin: 5px 0 0 0;
}
#footniz13455 {
    color: #fff;
    font-size: 15px;
    margin: 5px 0 0 0;
}
.xreview-module .xreview-item {
    padding: 10px;
    border: 1px solid #fafafa;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    padding: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin: 0 5px;
    min-height: 445px;
}
.xreview-module .xreview-author {
    max-width: 200px;
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 700', sans-serif;
}
span.xreview-city {
    font-size: 16px;
}
#menuosn .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0;
    box-shadow: none;
        opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s linear;
    float: left;
    font-size: 14px;
    left: -15px;
    list-style: none;
    position: absolute;
    top: 68px;
    webkit-background-clip: padding-box;
    webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1000;
    padding: 25px 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#menuosn #cart .dropdown-menu {
    top: 65px;
}
#menuosn .dropdown-menu {
    display: block;
}
#menuosn .dropdown:hover .dropdown-menu {
       opacity: 1;
    transition: all .2s linear;
    transition-delay: .2s;
    visibility: visible;
}

#menuosn #cart:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    width: 500px;
    left: -300px;
    padding: 15px 0 0 0;
}
#cart  .img-thumbnail {
    border: 0px solid #ddd;
}
#cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
a.dropdown-toggle {
    text-decoration: none;
}
#menuosn .dropdown {
    position: static;
}
#menuosn .dropdown-inner {
    display: table;
    width: 100%;
}
#nazvk {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
}
#katsblkats ul {
    list-style: none;
    padding: 0;
    line-height: 0.9;
    font-size: 16px;
}
#katsbl {
    min-height: 150px;
}
i.fa.fa-angle-double-right {
    color: #cd1d27;
}
#katsblkart {
    min-height: 215px;
    float: left;
    margin: 0 10px 0px 0px;
}
#linpod {
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 15px;
    padding-left: 15px;
}
#mkat #katsbl a {
    color: #000;
}
#mkat {
    border-right: 1px solid #383737;
    margin: 0 15px 0 -15px;
    border-left: 1px solid #383737;
}
ul.vseknopeuromat {
    list-style: none;
    display: -webkit-box;
    padding: 0 0 5px 0;
}
li.cenaeuromat {
    font-size: 25px;
    color: #000;
    font-weight: 800;
    padding: 4px 10px 0 0px;
}
ul.socitd {
    margin: 0;
    display: -webkit-box;
    list-style: none;
    padding: 0;
}
ul.socitd li {
    padding: 0 25px 0 0px;
}
i.fa.fa-bolt {
    color: #aba6a6;
    padding: 0 5px 0 0px;
}
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;
}
#videootst {
    margin: 0 10px;
}
#product-product #carousel217 i.fa.fa-shopping-cart {
    color: #cd1d27;
    margin: 0 5px 0 0;
}
#product-product #carousel217 .product-thumb:hover i.fa.fa-shopping-cart {
color: #fff;
}
#carousel217 .product-thumb {
    min-height: 400px;
}
#sers {
    display: -webkit-box;
    margin: 0;
    padding: 0;
    list-style: none;
}
#sers li {
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 6px 0px 0px;
    border: 1px solid #e2dfdf;
}
#sers li.aktt {
    background: #ffd900;
    border: 1px solid #ffd900;
}
#sers li:hover {
    background: #ffd900;
    border: 1px solid #ffd900;
    color: #000;
}
#sers li a:hover {
    color: #000;
}
#otstpselect {
    padding: 0 10px 0 15px;
}
.box-content {
    margin: 0 0px 0px 50px;
}
#rashifrovka {
    margin: 20px -20px 20px -15px;
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 11px 14px 75px 5px rgb(175 173 173 / 20%);
}
h1.headfiltr {
    overflow: hidden;
    padding-bottom: 20px;
}
#rashask3 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
#rashask4 {
    font-size: 16px;
    color: #6f6e6e;
    padding: 10px 0 0 0px;
}
#rashask5 {
    font-size: 16px;
    padding: 10px 0 0 0px;
    font-weight: 500;
    color: #6f6e6e;
}
#harakter {

}
#rashask1 {
    text-align: center;
}
a.knss1 {
    background: #ffd900;
    color: #000;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
}
#dveknp ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    max-width: 200px;
    margin: 0 auto;
}
#dveknp ul li {
    padding: 0 5px 0 0;
}
#dveknp {
    margin: 30px 0 0 0;
}
#vyravn {
    margin: 0 0 0 90px;
}
#drpunkty {
    margin: 0;
}
#breadkrvv .breadcrumb {
    margin: 6px 0px 6px 0px;
    padding: 8px 0;
    font-size: 13px;
}
#carousel2218 .xreview-content {
    font-size: 18px;
    padding: 0;
}
#dvfoot {
    max-width: 250px;
    margin: 0 auto;
}
#podrass a {
    background: #494949;
    border-color: #494949;
    padding: 14px 20px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
}
#podrass a:hover {
    background: #cd1d27;
    border-color: #cd1d27;
    padding: 14px 20px;
    border-radius: 3px;
    font-size: 14px;
    color:#fff;
}
#podrass a:hover i.fa.fa-telegram {
    color: #fff;
}
i.fa.fa-telegram {
    font-size: 14px;
    color: #7b7676;
    padding: 0 0 0 5px;
}
#podrass {
    margin: 0 0 50px 0;
}
#vsevmma img {
    width: 100px;
}
#vsevmma {
    text-align: center;
    min-height: 157px;
}
#spuskma {
    padding-top: 15px;
}
#nenashel {
    font-size: 17px;
    line-height: 1;
    text-align: center;
    padding: 30px 0 0 0;
    border: 1px solid #f1f0f0;
    border-radius: 5px;
    min-height: 157px;
}
#nenashel2 a {
    background: #ffd900;
    color: #000;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 5px;
    border: 0px;
    margin: 0 0 0 0px;
    text-decoration: none;
}
#nenashel2 {
    margin: 25px 0 0 0;
}
#product-category #poiskblock {
    background: #fff;
    box-shadow: 11px 14px 75px 5px rgb(175 173 173 / 20%);
    overflow: hidden;
    height: 150px;
    margin: 10px 0 10px 0;
    position: relative;
    border-radius: 5px;
    z-index: 2;
    padding: 47px 20px;
}
#product-category .box-content {
    margin: 0 0px 0px 30px;
}
#linpod2 .navbar-nav>li>a:hover {
    color: #cd1d27;
}
#linpod2 .navbar-nav>li>a:hover i.fa.fa-bolt {
    color: #cd1d27;
}
#myseti i.fa.fa-whatsapp {
    font-size: 22px;
    color: #777;
    padding: 0;
}
#myseti i.fa.fa-phone {
    font-size: 20px;
    color: #777;
    padding: 0;
}
#myseti i.fa.fa-telegram {
    font-size: 20px;
    color: #777;
    padding: 0;
}
#myseti a:hover i.fa.fa-whatsapp {
    color: #06d60c;
}
#myseti a:hover i.fa.fa-phone {
    color: #d139ec;;
}
#myseti a:hover i.fa.fa-telegram {
    color: #12d5e8;
}
#imkovrnews img {
    width: 251px;
    height: 231px;
    border-radius: 5px;
}
i.netnal.fa.fa-circle {
    color: #cd1d27;
    font-size: 6px;
    /* margin: 0px 5px 0px 0px; */
    margin: -7px 5px 0px 0px;
}
i.rat.fa.fa-star {
    color: #ffd900;
}
.xreview-title span {
    font-weight: 600;
}
.xreview-title {
    font-size: 16px !important;
}
.fottov2 img {
    width: 100px;
}
.fottov1 {
    font-weight: 600;
}
#opistag {
    border: 1px solid #e6e4e4;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
}
#opistag span {
    font-weight: 600;
}
#toTop {
    width: 45px;
    height: 45px;
    background: #cd1d27;
    text-align: center;
    padding: 12px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 14px;
    z-index: 99999;
    border-radius: 5px;
}
#formavozvrata {
    border: 1px solid #e6e4e4;
    padding: 20px 20px;
    border-radius: 5px;
    overflow: hidden;
    margin: 25px 0 0 0;
}
#formavozvrata #sogl2 {
    text-align: left;
    font-size: 12px;
    max-width: 100%;
    margin: 20px 0 10px 0;
}
#formavozvrata #zaginpp1345 {
    text-align: left;
    padding-bottom: 15px;
}
#formavozvrata1 select {
        background: url(/image/vniz.png) no-repeat 98% !important;
}
#accordeon {
display:block;
font-size: 16px;
}  
.show {
    margin: 20px 5px 20px 5px;
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
    background: #ffffff;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 11px 14px 75px 5px rgb(175 173 173 / 20%);  
}
.sly {
display:none;
border-radius: 6px;
margin: 5px;
padding: 15px;
margin-bottom: 15px;  
overflow: hidden;
line-height:1.8em;    
}  
.vopr{
float:left;
width:80%;
    background: #f2f2f2;
padding: 9px 17px;
border-radius: 6px;
color: #444;
margin-bottom: 15px;    
}
.otv{
float:right;
width:80%;
background: #f2f2f2;
padding: 9px 17px;
border-radius: 6px;
color: #444;
}
.sly hr {
display:none;    
}
#predmz {
    margin: 0;
}
#formavozvrata2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
}
#formavozvrata1 {
    padding: 10px 0;
}
#formavozvrata1 .hatforma {
    width: 100%;
    max-width: 500px;
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: left;
    padding: 10px 20px;
}
#descrvozvr {
    font-size: 16px;
    padding: 5px 0 15px 0;
}
#gorodasp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#gorodasp ul li a {
    border-bottom: 1px dashed #000;
    color: #000;
    text-decoration: none;
}
#gorodasp ul li a:hover {
    border-bottom: 1px dashed #cd1d27;
    color: #cd1d27;
    text-decoration: none;
}
#gorodasp ul li {
    padding: 0 0 5px 0;
}
#vybgord {
    font-weight: 600;
    padding: 0 0 15px 0;
    font-size: 20px;
}
#gorodasp {
    margin: 0;
}
#searchgorod {
    width: 100%;
    max-width: 500px;
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: left;
    padding: 10px 20px;
    margin: 0px 0 0px 0;
}
.search_result {
    position: absolute;
    width: 100%;
    max-width: 614px;
    max-width: 614px;
    top: 100%;
    left: 0;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#otstuppoiskgor {
    margin: 0 0 20px 0;
}
#search_box-result {
    position: relative;
}
#perk a {
    background: #cd1d27;
    height: 60px;
    padding: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 16px;
}
#perk {
    margin: 0px -10px 0px -10px;
}
.vyrcencart {
    width: 95px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
#skko {
    font-weight: 600;
}
#cart .table>tbody>tr>td, #cart .table>tbody>tr>th, #cart .table>tfoot>tr>td,#cart .table>tfoot>tr>th,#cart .table>thead>tr>td,#cart .table>thead>tr>th {
    border-top: 0px solid #ddd;
}
.itvs {
    width: 150px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
td.udalkorz a {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
}
#myudal {
    padding: 0 0 0 10px;
}
#tsnizu {
    border-top: 1px solid #e6e4e4;
    margin: 0 -10px;
    padding: 10px 0 0 0;
}
#checkout-checkout .tabs {
    min-height: auto;
}
#ubotstpkorz {
    margin: 0;
}
#checkout-checkout .panel-body {
    border: 0;
}
#fixcorz {
    border: 1px solid #e6e4e4;
    padding: 20px;
    border-radius: 5px;
}
#pustkorz {
    padding: 20px 20px 0px 20px;
    text-align: center;
}
#pustkorz2 {
    font-size: 20px;
    padding: 5px 0 5px 0;
}
#pustkorz3 {
    color: #777;
    font-size: 14px;
    line-height: 1.1;
    padding: 0 0 15px 0;
    max-width: 350px;
    margin: 0 auto;
}
#pustkorz1 img {
    width: 65px;
}
#pustkorz4 a {
    display: block;
    border-top: 1px solid #e6e4e4;
    padding: 15px 0;
    font-size: 16px;
    margin: 0 -20px;
}
#pustkorz4 a:hover {
    display: block;
    background: #cd1d27;
    color: #fff;
}
#accordion2 #mlogin  {
    display: -webkit-box;
    margin: 0px -15px -15px -15px;
}
#accordion2 #mlogin input[type=radio] {
	display: none;
}
#accordion2 #mlogin label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 40px;
    border: 1px solid #e2dfdf;
    border-radius: 6px;
    user-select: none;
    margin: 0 15px 0 0;
}
#mlogin .checkbox, .radio {
    margin: 0;
}
#mlogin .checkbox+.checkbox, .radio+.radio {
    margin-top: 0px;
}
/* Checked */
#accordion2 #mlogin input[type=radio]:checked + label {
    background: #ffd900;
    border: 1px solid #ffd900;
}
 
/* Hover */
#accordion2 #mlogin label:hover {
	color: #666;
}
 
/* Disabled */
#accordion2 #mlogin input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}
#checkout-checkout input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: left;
    padding: 10px 20px;
    margin: 0px 0 15px 0;
    border: 0 !important;
    box-shadow: none;
}
#checkout-checkout .panel {
    box-shadow: none;
}
#checkout-checkout select.form-control {
    width: 100%;
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: left;
    padding: 10px 20px;
    margin: 0px 0 15px 0;
    border: 0 !important;
    box-shadow: none;
}
#checkout-checkout .text-danger {
    color: #a94442;
    font-size: 14px;
}
#gost {
    border: 1px solid #e6e4e4;
    padding: 20px;
    border-radius: 5px;
}
#payment_address_custom_field\.address\.3 {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
        background: url(/image/vniz.png) no-repeat 98% !important;
}
#d_quickcheckout .form-horizontal .control-label {
    padding-top: 0px !important;
    margin-bottom: 5px !important;
}
#d_quickcheckout .form-group {
    margin-bottom: 5px !important;
}
#payment_address_custom_field\.address\.1 {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
#payment_address_custom_field\.address\.2 {
    padding: 15px !important;
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
#d_quickcheckout a {
    color: #000 !important;
}
#d_quickcheckout .panel {
    margin-bottom: 0px !important;
}
#d_quickcheckout h1 {
    font-size: 25px !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin: 0 0 20px 0 !important;
}
#xshippingpro-options-7 {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
        background: url(/image/vniz.png) no-repeat 98% !important;
}
#xshippingpro-options-8 {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
        background: url(/image/vniz.png) no-repeat 98% !important;
}
.xshippingpro-desc {
    padding: 0 0 0 20px;
}
#d_quickcheckout .text-danger {
    color: #a94442;
    font-size: 13px !important;
}
#payment_address_company {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}
#korzvsya {
    border: 1px solid #e6e4e4;
    border-radius: 5px;
    margin: 30px 0 0 0;
    padding: 20px;
    font-size: 16px;
}
#modulicart {
    border-top: 1px solid #e6e4e4;
    padding: 25px 0 0 0;
}
#d_quickcheckout .btn-lg:hover {
    font-size: 15px !important;
}
#pvzvyb {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
        background: url(/image/vniz.png) no-repeat 98% !important;
    width: 100% !important;
    margin: 15px 0 15px 0px !important;
    font-size: 13px !important;
    padding: 15px !important;
    color: #000000 !important;
}
#podtver {
    border: 1px solid #e6e4e4;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 1.5;
}
#podtver1 {
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 5px 0;
}
#podtver1 img {
    width: 50px;
    margin: 0px 5px 0 0;
}
#podtver5 {
    font-weight: 600;
    padding: 10px 0 0 0;
}
#podtver7 a {
    border-bottom: 1px dashed #000;
    color: #000;
    text-decoration: none;
}
#podtver7 {
    line-height: 1.2;
}
#podtver8 ul li a {
    background: #e6e4e4;
    display: block;
    max-width: 200px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}
#podtver8 ul {
    display: -webkit-box;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
#podtver8 ul li {
    margin: 0 15px 0 0;
}
#product-product .tab-content {
    text-align: left;
}
footer .show {
    border-radius: 0px;
    padding: 16px;
    background: none;
    box-shadow: none;
    overflow: hidden;
    border-bottom: 1px solid #444343;
    font-weight: 600;
    cursor: pointer;
    height: 50px;
}
#ban1 {
    background: #000 url(/image/bmnew1.jpg) center top no-repeat; 
    height: 670px;
            
}
#ban2 {
    background: #000 url(/image/bmnew2.jpg) center top no-repeat; 
    height: 670px;

}
#ban3 {
    background: #000 url(/image/bmnew3.jpg) center top no-repeat; 
    height: 670px;
}
.mknp {
    width: 40px;
    background: none;
    color: #000;
}
.mknp.active {
    background: none;
    box-shadow: none;
    color: #cd1d27;
}
.mknp:hover {
    background: none;
    box-shadow: none;
    color: #cd1d27;
}
#tovcat {
    margin: 25px -15px 0 -15px;
}
#askzaebudpr {
    text-align: right;
}
.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;
}
.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
}
#cart_view {
    z-index: 3;
}
ul.slider-nav.slick-initialized.slick-slider.slick-vertical {
    padding: 0;
    margin: 55px 0 0 0;
}
button.slick-prev.slick-arrow {
    border: 0px;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 5px 0;
    width: 100%;
    max-width: 85px;
}
button.slick-next.slick-arrow {
    border: 0px;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 5px 0;
    width: 100%;
    max-width: 85px;
}
button.slick-next.slick-arrow i.fa.fa-chevron-down {
    color: #00001e;
    font-size: 16px;
}
button.btn.btn-primary.btn-lg.btn-block.boc_order_btn.zakodkl2 {
    background: #f0f0f0;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    margin: -6px auto 0 auto;
    max-width: 160px;
}
.modal-dialog {
    max-width: 300px;
    border: 0;
}
#boc_order {
    color: #000;
}
#boc_order .caption {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}
#boc_form .h4 {
    text-align: center;
    /* font-weight: 800; */
}
#boc_name {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: center;
    box-shadow: none;
    margin: 0 0 10px 0;
}
#boc_phone {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: center;
    box-shadow: none;
    margin: 0 0 10px 0;
}
.row.boc_product_info {
    text-align: center;
}
#zvshap i.fa.fa-search {
    color: #fff;
    font-size: 22px;
    margin: 2px 0 0 0;
}
#product-search input.btn.btn-primary {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 12px;
    background: #242323;
    width: 215px;
    margin: 0 0 0 15px;
}
#nepodg {
    margin: 20px 0px 0 0;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 5px;
}
#carousel225 .owl-next {
    opacity: 1 !important;
    top: 33% !important;
}
#carousel225 .owl-prev {
    opacity: 1 !important;
    top: 33% !important;
}
#carousel225 .owl-buttons div i {
font-size: 11px !important;
    margin: -3px -8px 0 -7px !important;
    background: #dad8d8 !important;
    width: 18px !important;
    height: 30px !important;
    border-radius: 3px !important;
    padding: 10px 6px !important;
    color: #f9f7f7 !important;
    text-align: center !important;
    box-shadow: 11px 14px 75px 5px rgb(197 195 195 / 40%);
}
#payment_address_custom_field\.address\.4_input {
    display: none;
}
#kovrbezotstp {
    margin: 0;
}
#oformnn .checkbox {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
}
#oformnn label.control-label {
    font-size: 16px;
    font-weight: 800;
}
#oformnn .checkbox label {
    font-size: 16px;
}
.ocfilter-option .ocf-option-values .dropdown-menu {
    position: absolute;
}
input#boc_email {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: center;
    box-shadow: none;
    margin: 0 0 10px 0;
}
input#boc_message {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: center;
    box-shadow: none;
    margin: 0 0 10px 0;
}
textarea#boc_message {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: center;
    box-shadow: none;
    margin: 0 0 10px 0;
}
button#button-cart i.fa.fa-shopping-cart {
    color: #fff;
}
#zaginpp13442 {
    width: 250px;
    height: 40px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: center;
    padding: 9px;
    margin: 0 auto 10px auto;
}
#zakodkl00 a {
    background: #f0f0f0;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    margin: 0px auto 0 auto;
    max-width: 160px;
}
#payms {
    float: right;
    padding: 0 115px 0 0;
}
#otobrmob {
    display: none;
}
#opts {
    margin: -15px 0 15px 0;
}
#strask1 {
    padding: 0 0 0 5px;
}
#strask2 {
    margin: 0 0 0 -13px;
}
#footniz13455 i.fa.fa-map-marker {
    color: #ffffff;
    font-size: 15px;
    float: left;
    padding: 3px 10px 0px 0px;
}
ul.setim i.fa.fa-telegram {
    font-size: 20px;
    padding: 0 0 0 0px;
}
ul.setim i.fa.fa-bandcamp {
    font-size: 20px;
    transform: rotate(118deg);
}
#product-product #form-xreviews {
    margin-bottom: 20px;
}
#akceurm0 {
    background: #f3f4f6;
    overflow: hidden;
    padding: 40px;
    margin: 20px -10px 10px -10px;
}
#akceurm2 p:nth-child(1) {
    font-size: 41px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 500px;
    line-height: 1;
}
#akceurm2 p:nth-child(2) {
    font-size: 17px;
    color: #6f6e6e;
}
#akceurm3 a {
    background: #cd1d27;
    color: #fff;
    padding: 12px 50px;
    border-radius: 5px;
}
#akceurm3 a:hover {
    background: #bd151f;
}
#akceurm3 {
    margin: 50px 0 0 0;
}
#akceurm2 a {
    border-bottom: 1px dashed #cd1d27;
    color: #cd1d27;
    text-decoration: none;
}
#akceurm1 {
    text-align: center;
    margin: -20px 0 -40px 0;
}
#akceurm2 {
    margin: 5px 0 0 0;
}
#skidkonlopl2 {
    font-size: 10px;
    font-weight: 500;
    margin: -4px 0 0 0;
}
.skidkonlopl {
    background: #ffd900;
    padding: 3px 10px;
    border-radius: 2px;
    color: #000;
    text-align: center;
    position: relative;
    width: 150px;
    margin: 0 0 0 60px;
}
.skidkonlopl::after {
    display: inline-block;
    border: 20px solid transparent;
    border-right: 15px solid #fff;
    content: " ";
    position: absolute;
    top: -4px;
    right: 0;
}
#skidkonlopl1 {
    font-size: 14px;
}
.popup2.kartapopup {
    max-width: 1000px;
}
#d_quickcheckout a.vybpvz {
    background: #cd1d27;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 0px 0;
    line-height: 31px;
    border-radius: 3px;
    height: 20px;
    max-width: 200px;
}
.spisokelementov {
    height: 450px;
    overflow-y: scroll;
}
.city_ement {
    border: 1px solid #e5e0e0;
    padding: 15px;
    margin: 0px 0 -1px 0;
}
.city_ement3 {
    font-size: 14px;
    color: #6c6969;
    padding: 5px 0 0 0;
}
.spisokelementov a {
    text-decoration: none;
}
.posikelementov input {
    width: 100%;
    height: 60px;
    border: 1px solid #e5e0e0;
    padding: 0 20px;
}
#d_quickcheckout .modal-dialog {
    width: 100% !important;
    margin: 30px auto;
    background: #fff;
    overflow: hidden;
    max-width: 1000px !important;
    padding: 20px;
}
#d_quickcheckout .modal-content {
    box-shadow: none !important;
    border: 0px !important;
}
#map {
    overflow: hidden;
}
#d_quickcheckout a.vybkart {
    background: #242323 !important;
    color: #fff !important;
    border: 0px !important;
    padding: 15px 0 !important;
    height: 50px !important;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
}
#map {
    height: 500px;
}
.shirecl {
    max-width: 800px;
}
.shirecl #zaginpp1343 {
    text-align: center;
    font-size: 11px;
    padding: 0px 0 5px 0;
}
.shirecl #zaginpp1342 {
    padding: 0 20px 20px 20px;
}
#d_quickcheckout div#fizyur {
    background: #f3f4f6;
    margin: 0 0px;
    overflow: hidden;
    display: block;
    clear: both;
    text-align: center;
}
#fizyur1 {
    color: #777;
    font-size: 16px;
    padding: 10px 0;
}
#fizyur .active {
    background: #000;
    color: #fff !important;
    margin: 0 0 0 -15px;
}
#payment_address_custom_field\.address\.3_input {
    display: none !important;
}
div#payment_address_custom_field\.address\.1_input {
    display: none !important;
}
#payment_address_custom_field\.address\.2_input {
    display: none !important;
}
#payment_address_postcode_input {
    display: none !important;
}
#payment_address_company_input {
    display: none !important;
}
#zncvet {
    display: none;
}
ul.obshlabel {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    margin: 0;
}
ul.obshlabel li {
    margin-right: 20px;
}
#oformnn .checkbox label {
    font-size: 16px;
    margin: 0;
}
#oformnn {
    margin-bottom: 0px;
}
#skidkonlopl21 {
    font-size: 16px;
    font-weight: 500;
}
#skidkonlopl123 span.odncl {
    color: #09ad3b;
}
#skidkonlopl123 {
    margin: 0 0 0 70px;
}
td.newvyrtd {
    width: 150px;
}
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube .play {
    background: url('/image/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    position: absolute;
    height: 35px;
    width: 50px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}
.youtube {
    background-size: contain;
}
#inpdostt {
    font-size: 13px;
}
#product-product .rating {
    margin: 0 0 40px 0;
}
#fonprod .sly {
    display: block;
}
#fonprod #katv {
    display: none;
}
ul.list-unstyled88 {
    display: none;
}
.prionlopl {
    display: none;
}
#zakodkl23 {
    display: none;
}
footer i.fa.fa-clock-o {
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 3px 10px 0px 0px;
}
.ml_wrapper {
    position: fixed;
    bottom: 150px;
    right: 75px;
    height: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}	
	
.ml_bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    color: #fff;
    padding: 18px;
}
.ml_bgimg .fa {
    font-size: 25px;
}
	
.ml_btn_label {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #242323;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    overflow: hidden;
}	
	
.ml_btn_input {display: none;}
	
.ml_icon_link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
}	
	
.ml_btn_input:checked~.ml_icon_link {
    opacity: 1;
    visibility: visible;
}		
	
.ml_btn_input:checked~a:nth-of-type(1) {
    transition: all 0.2s ease-in-out;
    transform: translate(0,-135%);
}
	
.ml_btn_input:checked~a:nth-of-type(2) {
    transition: all 0.225s ease-in-out;
    transform: translate(0,-255%);
}
	
.ml_btn_input:checked~a:nth-of-type(3) {
    transition: all 0.25s ease-in-out;
    transform: translate(0,-375%);
}


.ml_btn_input:checked~a:nth-of-type(4) {
    transition: all 0.25s ease-in-out;
    transform: translate(0,-490%);
}
	
.ml_tooltip {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
}	
	
.ml_btn_input:checked+label .ml_icon-close {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.ml_icon-close {
    opacity: 0;
    visibility: hidden;
    transform: scale(.1);
}
.ml_icon {
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}	
.ml_btn_input:checked+label {background: #fff!important; animation: none;}	
	
	
.ml_icon_link:hover .ml_tooltip {opacity: .85;}

.ml_tooltip {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
}	

@media (max-width:1024px) { .ml_wrapper {bottom: 200px; right: 24px;} }
@media (max-width:480px) { .ml_wrapper {bottom: 140px;} }
.mfp-counter {
    display: none;
}
.mfp-title {
    display: none;
}
.temtema {
    margin: 20px 0 0 0;
}
#d_quickcheckout #boxberry-issue_point-link {
    background: #242323 !important;
    color: #fff !important;
    border: 0px !important;
    padding: 15px 20px !important;
    height: 50px !important;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0 0 0;
}
#d_quickcheckout #boxberry-issue_point-link-prepaid {
    background: #242323 !important;
    color: #fff !important;
    border: 0px !important;
    padding: 15px 0 !important;
    height: 50px !important;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0 0 0;
}
#shipping_method_list span.price {
    text-align: right;
}
#boxberry-issue_point-block {
    display: none;
}
#payment_address_custom_field\.address\.6_input {
    display: none;
}
.popup.shirecl {
    z-index: 99999999999;
}
    .cookie-banner {
        position: fixed;
           left: 5%;
    right: 0;
    bottom: 15px;
    border-radius: 10px;
        padding: 1rem 1.5rem;
            width: 100%;
    max-width: 500px;
        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;
        font-size: 12px;
    }
    .cookie-banner a {
        color: #5382F8;
        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 #5382F8;
        transition: background .2s, color .2s, border-color .2s;
    }
    #cookieBanner .button--primary {
    background: #ffd900;
    color: #000;
    border: 0px;
    }
    #cookieBanner .button--primary:hover {
        background: #ffd900;
    }
    #cookieBanner .button--secondary {
        background: #fff;
        color: #5382F8;
    }
    #cookieBanner .button--secondary:hover {
        background: #eef2ff;
    }
    @media (max-width: 600px) {
        .cookie-banner {
            flex-direction: column;
            align-items: flex-start;
        }
        .cookie-banner__actions {
            width: 100%;
        }
    }
img.maxvyr {
    margin-top: -4px;
}
.cf-wrap{
    position:fixed;
    right:30px;
    bottom:30px;
    z-index: 999999;
  }

.cf-trigger {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    padding: 13px 20px;
    background: linear-gradient(91deg, #ffc107, #424867);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
    transition: .2s ease;
}

  .cf-trigger:hover{
    transform:scale(1.08);
  }

  .cf-panel{
    position:absolute;
    right:0;
    bottom:82px;
    width:260px;
    background:#ffffff;
    border-radius:16px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    overflow:hidden;

    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s ease;
  }

  .cf-row{
    padding:16px 20px;
    align-items:center;
    background:#ffffff;
    cursor:pointer;
    transition:.2s;
    font-size: 17px;
  }

  .cf-row:not(:last-child){
    border-bottom:1px solid #d5d5d5;
  }

  .cf-row:hover{
    background:#dcdcdc;
  }

  /* hover открытие */
  .cf-wrap:hover .cf-panel{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }

  /* открытие по клику */
  .cf-wrap.is-open .cf-panel{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }
.cf-row img {
    max-width: 25px;
    float: left;
    margin-right: 10px;
}
.cf-head{
  display:none;
  padding:18px 20px;
  font-size:16px;
  color:#666;
  border-bottom:1px solid #e5e5e5;
}

.cf-cancel{
  display:none;
  padding:18px;
  text-align:center;
  font-size:16px;
  cursor:pointer;
  color:#3b4a6b;
  background:#f5f5f5;
}
.nonepk {
    display: none;
}
textarea#user_textjivo {
    width: 250px;
    height: 70px;
    border-radius: 5px;
    border: 0px;
    background: #f2f2f2;
    text-align: center;
}
a.bann-btn.open img {
    max-width: 25px;
    margin-right: 3px;
}
a.bann-btn34 img {
    max-width: 22px;
    margin-right: 5px;
}
.messagesjivo {
    text-align: center;
}
#zaginpp1345111 {
    text-align: center;
    padding-bottom: 15px;
}
.messages222 {
    text-align: center;
}
.messages111 {
    text-align: center;
}
.messages333 {
    text-align: center;
}
.messages444 {
    text-align: center;
}
/* TALIPOV.BIZ  */
li.vknav:hover {
    background: #6695bd;
    border-color: #6695bd;
}
ul.thumbnails222 {
    list-style: none;
    margin: 0;
    padding: 0;
}
#zvshap {
    margin: 6px auto 0 auto;
    width: 25px;
}
#zvshap i.fa.fa-volume-control-phone {
    color: #fff;
    font-size: 20px;
}
li.vknav:hover i.fa.fa-vk {
    color: #fff;
}
li.fbnav:hover {
    background: #e2058e;
    border-color: #e2058e;
}
li.fbnav:hover i.fa.fa-instagram {
    color: #fff;
}
li.fbnav:hover i.fa-bandcamp {
    color: #fff;
}
li.innav:hover {
    background: #248cd6;
    border-color: #333;
}
li.innav:hover i.fa.fa-telegram {
    color: #fff;
}
li.ytnav:hover {
    background: #e62117;
    border-color: #e62117;
}
li.ytnav:hover i.fa.fa-youtube-play {
    color: #fff;
}
.breadcrumb {
    background: none;
}
#mkat a {
    color: #fff;
}
#content ul.thumbnails {
    max-width: 520px;
    margin: 20px auto 0 auto;
}
#cart-total {
    color: #fff;
}
#carousel25 {
    overflow: hidden;
}
#trigsam6 a {
    color: #fff;
    text-decoration: none;
}
#trigsam2 a {
    color: #000;
    text-decoration: none;
}
#trigsam10 a {
    color: #000;
    text-decoration: none;
}
#carousel17 {
    overflow: hidden;
}
#narbar-menu {
    padding: 0px;
}
#menutwig .dropdown {
    margin: -3px 0 0 0;
}
#menuosn .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}
#poiskblock {
    background: #fff;
    box-shadow: 11px 14px 75px 5px rgb(175 173 173 / 20%);
    overflow: hidden;
    height: 150px;
    margin: -100px 0 40px 0;
    position: relative;
    border-radius: 5px;
    z-index: 2;
    padding: 47px 20px;
}
ul.knopss {
    list-style: none;
    padding: 0;
    display: -webkit-box;
}
ul.knopss li {
    padding: 0 30px 0 0px;
}
a.bann-btn34 {
    color: #fff;
    border: 1px solid;
    color: #fff;
    padding: 14px 60px;
    border-radius: 10px;
}
.nayti {
    background: #ffd900;
    color: #000;
    font-weight: 600;
    padding: 17px 50px;
    border-radius: 5px;
    border: 0px;
    margin: 0 0 0 15px;
    text-decoration: none;
}
.nayti:hover {
    background: #eac908;
    text-decoration: none;
    color: #000;
}
#spusk {
    margin: 19px 0 0 0;
}
#sel1 {
    width: 100%;
    max-width: 300px;
    float: right;
    margin: 0 15px 0 0;
}
#obrtkorz {
    float: left;
}
#menuosn .navbar-nav>li {
    padding: 25px 18px;
    font-size: 16px;
    height: 70px;
    list-style: none;
}
#menuosn .navbar-nav {
    padding: 0;
}
#mensam {
    width: 200px;
    float: left;
    color: #fff;
    padding: 24px 30px 25px 30px;
    text-transform: uppercase;
    font-size: 15px;
    background: #cd1d27;

    height: 70px;
}
#menuosn .nav-item.dropdown:hover .dropdown-menu {
    display:block;
}
#dvigcat {
    padding: 3px 0 0 20px;
}
#menuosn .nav-item.dropdown .dropdown-menu {    
    min-width: 250px;
}
img.lsnizzu {
    margin: 75px 0 0 0;
    width: 214px;
}
#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 #000;
    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;
    max-width: 565px;
    min-height: 150px;
    padding: 0px 10px 10px 10px;
    margin: 0 auto;
}
.leftkart {
    max-width: 300px;
    float: left;
    margin: 0px -40px 0px 0;
    height: 300px;
}
#specopt {
    margin: 20px 0;
}
#sam01 {
    background: #f2f3f5 url(/image/sam1.png) right top no-repeat;
    height: 280px;
    margin: 10px;
    padding: 15px;
}
#sam02 {
    background: #f2f3f5 url(/image/sam2.png) right top no-repeat;
    height: 280px;
    margin: 10px;
    padding: 15px;
}
#poisk select {
background: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #eceaea, #eceaea);
  background-position:
    calc(100% - 23px) calc(1.5em + 2px),
    calc(100% - 18px) calc(1.5em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    3.5em 3.5em;
  background-repeat: no-repeat;
    border: thin solid #eceaea;
    border-radius: 5px;
  line-height: 40px;
    width: 100%;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
}
#sel2 {
    margin: 0 15px;
}
#sel3 {
    margin: 0 15px;
}
#sam031 {
    font-size: 28px;
    color: #000;
    margin: 30px 0 0 0;
    font-weight: 600;
}
#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: 5px 0px 0 10px;
    overflow: hidden;
}
#sam024 {
    font-size: 26px;
    color: #000;

    padding: 15px 0 0 18px;
}
#sam03 {
    background: #f3f4f6 url(/image/sam3.png) right top no-repeat;
    height: 206px;
    margin: 10px;
    padding: 20px;
}
#sam04 {
    background: #f3f4f6 url(/image/sam4.png) right top no-repeat;
    height: 206px;
    margin: 10px;
    padding: 20px;
}
#sam05 {
    background: #f3f4f6 url(/image/sam5.png) right top no-repeat;
    height: 206px;
    margin: 10px;
    padding: 20px;
}
#sam77 {
    background: #f3f4f6 url(/image/sam77.png) right top no-repeat;
    height: 206px;
    margin: 10px;
    padding: 20px;
}
#sam06 {
    background: url(/image/sam6.png) center top no-repeat;
    height: 379px;
    margin: 10px 0px 0px 0;
    padding: 20px;
}
a.subopl {
    background: #cd1d27;
    padding: 15px 35px;
    color: #fff;
    border-radius: 4px;
}
#prodlev3 {
    margin: -15px 0 0 0;
}
li.optovmob {
    border: 2px solid #ffbd00;
    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: 10px;
    background: #f3f4f6;
    font-size: 15px;
    color: #000;
    font-weight: 400;

}
#menutwig .nav>li>a {
    display: block;
    padding: 0px 10px;
    position: relative;
}
#myseti ul {
    list-style: none;
    display: -webkit-box;
    padding: 0;
    margin: 0;
}
#myseti ul li {
    padding: 0 19px 0 0px;
}
#menu.navbar {
    margin-bottom: 0px;
    min-height: auto;
}
header {
    padding: 40px 0 20px 0;
}
.nav>li>a {
    display: block;
    padding: 10px 50px 10px 0px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
#graph {
    color: #777;
    font-size: 14px;
    padding: 7px 0 0 0;
}
#vnal {
    color: #5b5b5b;
    font-size: 16px;
    margin: 10px 0 0 5px;
}
#vybmag a {
    border-bottom: 1px dashed #000;
    color: #000;
    text-decoration: none;
}
#vybmag a:hover {
    border-bottom: 1px dashed #cd1d27;
    color: #cd1d27;
    text-decoration: none;
}
#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;
}
.nav-tabs>li>a {
    padding: 10px 15px 10px 15px;
}
/* TALIPOV.BIZ  */
@media (max-width: 1220px) {
    #baid01 {
    max-width: 400px;
    margin: 5px auto 5px auto;
}
#strask2 {
    margin: 0 0 0 5px;
}
#product-product .nav>li>a {
    padding: 10px 0px 10px 0px;
}
#hattrig3 {
    max-width: 285px;
    min-height: 200px;
}
.nav>li>a {
    padding: 10px 30px 10px 0px;
}
#logo img {
    max-width: 185px;
}
#myseti {
    margin: 0 0px 0 30px;
    float: left;
}
#logo {
    padding: 15px 0 0 0;
}
#chehask01 {
    background: #f3f4f6 url(/image/kres1.png) 0% 50% no-repeat;
}
#vsepoakc {
    padding: 0px 0 20px 0;
}
#chehask02 {
    background: #f3f4f6 url(/image/kres2.png) 0% 50% no-repeat;
}
#chehask011 {
    width: 230px;
}
#sam01 {
    background: #f2f3f5 url(/image/sam1.png) 30% top no-repeat;
}
#sam02 {
    background: #f2f3f5 url(/image/sam2.png) 30% top no-repeat;
}
#sam03 {
    background: #f2f3f5 url(/image/sam3.png) 30% top no-repeat;
}
#sam04 {
    background: #f2f3f5 url(/image/sam4.png) 30% top no-repeat;
}
#sam05 {
    background: #f2f3f5 url(/image/sam5.png) 30% top no-repeat;
}
#sam77 {
    background: #f2f3f5 url(/image/sam77.png) 30% top no-repeat;
}
#menuosn .navbar-nav>li {
    padding: 25px 9px;
}
#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;
}

#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: 0px 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;
}
#hattrig3 {
    min-height: 265px;
    margin: 0 auto;
}
.tabs>label {
    margin: 0px 15px;
    font-size: 25px;
}
.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;
}
#tribayd .container {
    width: 950px;
}
#samvse02 {
    padding: 20px 10px 0 0px;
}
.list-group {
    max-width: 215px;
}
#sam011 {
    padding: 15px 0 90px 0;
}
a.vkat {
    padding: 12px 31px;
    font-size: 16px;
}
#sam024 {
    display: none;
}
#hattrig3 p:nth-child(3) {
    min-height: 110px;
}
#trigsam1 {
    display: none;
}
#trigsam4 {
    display: none;
}
#trigsam8 {
    display: none;
}
#komand {
    background: url(/image/predfooter.jpg) 10% top no-repeat;
}
#omagaz6 {
    max-width: 400px;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 992px) {
    #phne {
    text-align: center;
}
ul.knopss {
    margin: 50px auto 0 auto;
    max-width: fit-content;
}
.sl-title {
    margin: 0px auto 15px auto;
}
.sl-title::before {
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 75px;
}
.pagination {
	margin: 30px 0;
}
.text-right.mobcenter {
    text-align: center;
}
.text-left.mobcenter2 {
    max-width: fit-content;
    margin: 0 auto;
}
footer {
    padding-bottom: 50px;
}
.live-search {
    font-size: 16px;
}
#phsnizu1 span {
    display: none;
}
.live-search ul li:nth-child(even) {
    background-color: #fff !important;
}
#menuosn {
    padding: 10px 0 15px 0;
    position: fixed;
    width: 100%;
    z-index: 3;
    height: auto;
    background: #171717;
}
.live-search ul li {
    padding: 5px 5px 10px 5px !important;
    margin: 0px 5px 10px 5px !important;
    min-height: 60px  !important;

    border-bottom: 1px solid #ddd !important;
}
.live-search .result-text {
    padding-bottom: 5px;
}
.live-search ul li .product-name {
    float: none !important;
}
.live-search ul li .product-name p {
    display: none;
}
.live-search .product-name {
    line-height: 1.1;
    font-weight: 400 !important;
}
.live-search .product-image {
    width: 60px !important;
}
.live-search {
    margin-top: 43px !important;
}
#product-product .image-additional {
    max-width: 90%;
}
#product-product .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
}
#carousel225 .owl-pagination {
    display: block;
    top: 5px;
}
.ml_wrapper {
    display: flex;
}	
.destitle {
    display: none;
}
.logomob img {
    width: 100%;
    max-width: 135px;
}
.logomob {
    margin: 0px 0 0 0;
}
#carousel18 {
    margin: 5px 0 0 0;
}
#myseti {
    float: right;
}
#zvshap {
    margin: -2px auto 0 auto;
}
header {
    padding: 35px 0 0px 0;
}
#fizyur .active {
    margin: 0 -15px 0 -15px;
}
#akceurm0 {
    max-width: 600px;
    margin: 0px auto 0 auto;
    text-align: center;
}
#akceurm1 {
    text-align: center;
    margin: 0px 0 20px 0;
}
#akceurm3 {
    margin: 20px 0 20px 0;
}
#akceurm2 p:nth-child(1) {
    font-size: 28px;
    max-width: 300px;
    margin: 0 auto 10px auto;
    line-height: 1;
}
#obrzzv {
    margin: -5px 0 0 0px;
}
#telseuromat {
    text-align: center;
}
.phnj {
    padding: 4px 0px 0 0;
}
#graph {
    text-align: center;
}
#otobrmob {
    display: block;
}
#otobrkomp {
    display: none;
}
#payms {
    float: none;
    text-align: center;
    padding: 20px 0px 20px 0;
}
#product-search input.btn.btn-primary {
    width: 160px;
}
#askzaebudpr {
    display: none;
}
#dvfoot {
    max-width: 100%;
    margin: 0 auto;
}
footer .sly {
    margin: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
}
footer i.fa.fa-chevron-down {
    font-size: 11px;
    color: #ffffff;
    float: right;
}
#phsnizu3 {
    padding: 30px 0 0 0px;
}
footer {
    padding-top: 20px;
}
footer .show {
    margin: 0px 5px 0px 5px;
    box-shadow: none;
}
#podrass {
    margin: 40px 0 40px 0;
}
#graph {
    padding: 5px 0 0 0;
}
#linpod {
    border-bottom: 0px solid #e6e4e4;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: 195px;
    margin: 0 auto;
}
#menutwigmob #myseti {
    margin: 9px 0px 0 0px;
}
#menutwigmob #myseti i.fa.fa-whatsapp {
    font-size: 22px;
    color: #fff;
    padding: 0;
}
#menutwigmob #myseti i.fa.fa-phone {
    font-size: 23px;
    color: #fff;
    padding: 0;
}
#menutwigmob #myseti i.fa.fa-telegram {
    font-size: 20px;
    color: #fff;
    padding: 0;
}
#formavozvrata1 .hatforma {
    width: 100% !important;
    max-width: 500px !important;
}
ul.vsecv li {
    width: 33px;
    height: 30px;
}
#sers li {
    margin: 0px 6px 5px 0px;
}
ul.vsecv {
    max-width: 150px;
    text-align: left;
}
#prodopisan {
    text-align: left;
}
#zakodkl {
    float: none;
    margin: 5px 8px 25px 8px;
}
#sers {
    display: block;
    max-width: 150px;
    text-align: center;
}
#product-category #poiskblock {
    margin: 40px auto 40px auto;
    max-width: 900px;
}
#product-category #poiskblock {
    height: auto;
}
#product-category .box-content {
    margin: 0 0px 0px 0px;
}
#podrass {
    margin: 15px 0 50px 0;
    display: block;
}
#phsnizu1 {
    max-width: 165px;
    margin: 0 auto;
}
#footniz1345 {
    max-width: 200px;
    margin: 0 auto;
}
#footniz13455 {
    max-width: 220px;
    margin: 0 auto;
}
#coptext {
    text-align: center;
}
.box-content {
    margin: 0 0px 0px 0px;
}
#cart {
    padding: 0px 0 0px 0;
}
#vybmag {
    display: none;
}
#menuosn {
    display: none;
}
#logo img {
    max-width: 222px;
}
#product-product #button-cart {
    float: none;
}
#zakodkl {
    float: none;
}
#fonprod .nav-tabs>li {
    margin: 0 14px 0 0px;
}
#zakodklwha {
    margin: 20px 0 0 0;
}
.xreview-module .xreview-item {
    min-height: auto;
}
#poiskblock {
    height: auto;
}
#sel1 {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0px 15px 0px 0px;
    padding: 0 15px;
}
#poisk select {
    margin: 0 0 10px 0;
}
#sam01 {
    max-width: 615px;
}
#chehask01 {
    background: #f3f4f6 url(/image/kres1.png) 10% 50% no-repeat;
    max-width: 600px;
    margin: 0 auto 10px auto;
}
#chehask02 {
    background: #f3f4f6 url(/image/kres2.png) 10% 50% no-repeat;
    max-width: 600px;
    margin: 0 auto 10px auto;
}
#chehask011 {
    margin: 80px 50px 0 0px;
}
#sam021 {
    font-size: 24px;
    padding-top: 3px;
    padding-bottom: 7px;
}
#poiskblock {
    margin: -100px auto 40px auto;
    max-width: 600px;
}
#wh2 {
    padding-top: 30px;
}
#menutwigmob #cart {
    padding-top: 15px;
}
#menutwigmob #phonetwig {
    text-align: center;
    padding: 5px 0 0px 0px;
}
.nav2-toggle {
    padding: 10px 15px 0 15px;
}
#chertamas {
    display: none;
}
.list-group {
    max-width: 165px;
}
#chertamas2 {
    display: none;
}
#sam030 {
    margin: 13px 10px 0px 10px;
}
#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: #000;
    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;
}
#phn {
    padding-top: 0px;
}
#tribayd .container {
    width: 700px;
}
#baid02 {
    margin: 0 auto;
}
#cart {
    min-height: 50px;
    margin: -13px 0 0px 0px;
}
#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;
}

#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;
}
#obrtkorztekst {
    display: none;
}
#sam00212 {
    color: #e3e4e6;
    font-size: 122px;
    font-weight: 600;
    position: absolute;
    margin: -63px 0 0 0;
    z-index: 1;
}
#cart-totalk {
    display: none;
}
#cart-dvig {
    margin: -5px 0 0 15px;
}
#logo {
    padding-top: 15px;
}
#cits {
    padding: 10px 0 0 0;
}
#footniz1 p:nth-child(1) {
    margin: 0 auto 15px auto;
}
#footniz1 {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}
#sam01 {
    background: #f2f3f5 url(/image/sam1.png) right top no-repeat;
    max-width: 600px;
    margin: 0 auto 10px auto;
}
#sam02 {
    background: #f2f3f5 url(/image/sam2.png) right top no-repeat;
    max-width: 600px;
    margin: 0 auto 10px auto;
}
#sam03 {
    background: #f2f3f5 url(/image/sam3.png) right top no-repeat;
    max-width: 600px;
    margin: 0 auto 10px auto;
}
#sam04 {
    background: #f2f3f5 url(/image/sam4.png) right top no-repeat;
    max-width: 600px;
    margin: 0 auto 10px auto;
}
#sam05 {
    background: #f2f3f5 url(/image/sam5.png) right top no-repeat;
    max-width: 600px;
    margin: 0 auto 10px auto;
}
#sam77 {
    background: #f2f3f5 url(/image/sam77.png) right top no-repeat;
    max-width: 600px;
    margin: 0 auto 10px auto;
}
#avtocheh {
    background: #f6f7f9;
}
#podb2 {
    margin: 15px 0 15px 0;
}
#imkovrnews {
    float: none;
}
#carousel17 .product-thumb.transition {
    max-width: 270px;
    margin: 0 auto;
}
#textokompimg {
    max-width: 600px;
    margin: 0 auto;
}
#dvablnak {
    padding: 65px 0 0 0;
}
#serff {
    padding: 40px 0px 40px 0px;
}
#textokomp {
    max-width: 600px;
    margin: 0 auto;
}
.xreview-module {
    max-width: 600px;
    margin: 0 auto;
}
#textokomppodr {
    margin: 40px auto 0 auto;
    max-width: 600px;
}
#okomp h3 {
    max-width: 600px;
    margin: 20px auto 0 auto;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 768px) {
    #tribayd .container {
    width: 500px;
}
ul.knopss {
    display: block;
}
a.bann-btn34 {
    padding: 12px 57px;
    border-radius: 10px;
    display: block;
    margin-top: 28px;
}
.nonepk {
    display: block;
}
 .cf-wrap{
    left:0;
    right:0;
    bottom:0;
  }

  .cf-panel{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    border-radius:20px 20px 0 0;
    transform:translateY(100%);
    z-index: 9;
  }

  .cf-wrap:hover .cf-panel{
    opacity:0;
    visibility:hidden;
  }

  .cf-wrap.is-open .cf-panel{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }

  .cf-head,
  .cf-cancel{
    display:block;
  }

  .cf-trigger{
    position:fixed;
    right:25px;
    bottom:70px;
  }
 .cf-trigger {
    width: 60px;
    height: 60px;
    padding: 13px 17px;
 }
ul.obshlabel {
    display: -webkit-box;
    float: right;
    margin: 0 -18px 0 0;
}
span.cenpodp {
    display: none;
}
#oformnn .checkbox label {
    font-size: 14px;
}
#prodopisan {
    font-size: 14px;
}
#prodopisan table tbody>tr:nth-child(odd)>td, .table tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}
#prodopisan table tr td:nth-child(1) b {
    font-weight: 500;
    color: #a7a4a4;
    text-align: left;
}
#sers {
    display: -webkit-box;
}
#sers li.aktt {
    background: #f4f2f2;
    border: 1px solid #f4f2f2;
}
#opost a {
    background: #f4f2f2;
    margin: 0 0px 0px 0px;
    border: 0px solid #e2dfdf;
}
#sers li {
    background: #fff;
    border: 0px solid #e2dfdf;
    font-size: 14px;
    padding: 5px 8px;
}
ul.vsecv li {
    width: 25px;
    height: 25px;
    margin: 0 0 0 10px;
}
#prodopisan table tr td:nth-child(2) {
    text-align: right;
}
#sers {
    overflow-x: scroll;
    margin-right: 0px;
    float: right;
    min-width: 178px;
}
#sers li:hover {
    background: #f4f2f2;
    border: 1px solid #f4f2f2;
    color: #000;
}
/* хром, сафари */
#sers::-webkit-scrollbar { width: 0; height: 0; }

/* ie 10+ */
#sers { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
#sers { overflow: -moz-scrollbars-none; }
#sers li {
    margin: 0px 0px 0px 0px;
}
ul.vsecv {
    float: right;
}
#product-product h1 {
    text-align: left;
    text-transform: unset;
    padding-left: 7px;
}
#prodopisan table {
    min-width: 300px;
}
#zakodkl23 {
    display: block;
}
#zakodkl23 a {
    font-size: 15px;
    color: #797878;
}
#zakodkl23 a span {
    border-bottom: 2px dotted;
}
i.fa.fa-credit-card {
    font-size: 16px;
}
li.perech {
    text-decoration: line-through;
    color: #aba9a9;
}
.prionlopl {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
#skidkonlopl212 {
    font-size: 14px;
    background: #cd1d27;
    color: #fff;
    padding: 0 10px;
    margin: 10px 0 0 0;
    border-radius: 2px;
}
ul.list-unstyled88 {
    list-style: none;
    display: -webkit-box;
    margin: 0 auto;
    max-width: fit-content;
    padding: 0;
}
ul.list-unstyled7 {
    display: none;
}
#skidkonlopl123 span.odncl {
    color: #aba9a9;
    font-size: 18px;
}
span.autocalc-product-price {
    padding: 0 10px 0 10px;
}
a.nevmobv {
    display: none !important;
}
ul.vseknopeuromat {
    max-width: 400px;
    margin: 0 auto;
}
#product-product #button-cart {
    padding: 15px 15px;
}
button.btn.btn-primary.btn-lg.btn-block.boc_order_btn.zakodkl2 {
    padding: 15px 20px;
}
a.zakodkl2 {
    padding: 15px 20px;
}
#product .form-group {
    max-width: 100%;
}
#product-product #button-cart {
    max-width: 100%;
}
button.btn.btn-primary.btn-lg.btn-block.boc_order_btn.zakodkl2 {
    max-width: 100%;
}
#zakodkl {
    margin: 15px 0px 15px 0px;
}
#kovrbezotstp {
    margin: 30px 0 0 0;
}
#fonprod .sly {
    display: none;
}
#fonprod #katv {
    display: block;
}
#fonprod .nav-tabs {
    display: none;
}
#fonprod #katv {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    text-transform: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
}
#fonprod .show {
    box-shadow: none;
    border-bottom: 1px solid #e0dede;
    border-radius: 0px;
    margin: 5px 5px 0px 5px;
}
#fonprod .show  i.fa.fa-chevron-down {
    font-size: 15px;
    color: #000;
    float: right;
}
#tab-specification4 {
    padding-bottom: 0px;
}
#tab-specification {
    padding: 0;
}
#fonprod .tab-content>.tab-pane {
    display: block;
}
span.dvacl {
    display: none;
}
#skidkonlopl123 {
    margin: 0 0 0 0px;
}
.list-unstyled7 li {
    display: block;
}
#oformnn {
    margin: 0 0 0 0;
}
#d_quickcheckout .modal-dialog {
    padding: 10px;
}
.posikelementov input {
    height: 50px;
}
#d_quickcheckout .modal-dialog {
    width: 95% !important;
}
#map {
    height: 300px;
}
.city_ement2 {
    font-size: 14px;
}
.city_ement {
    padding: 5px 15px;
}
.spisokelementov {
    height: 250px;
}
.skidkonlopl {
    margin: 0 0 0 10px;
}
.product-thumb .price-new {
    display: block;
}
.product-thumb .price-old {
    margin-left: 0px;
}
a.zakodkl2 {
    width: 100%;
    display: block;
    margin: -5px auto 0 auto;
}
#product-product #button-cart {
    max-width: 100%;
}
#product-search input.btn.btn-primary {
    width: 160px;
    margin: 10px 0 0 0px;
}
#jird {
    text-align: center;
    margin: 0 0 10px 0;
}
#poztov {
    margin: 0 0 15px 0;
    text-align: center;
}
.my_quantity button {
    height: 38px;
}
.my_quantity {
    margin: 10px auto 0 auto;
}
#nazvvkorz {
    margin: 0 auto;
}
#poztov {
    border: 1px solid #e6e4e4;
    padding: 20px 10px 20px 10px;
    border-radius: 5px;
}
#modulicart {
    text-align: center;
}
#nizkorz .pull-right {
    max-width: 230px;
    float: none !important;
    margin: 0 auto;
}
#input-coupon {
    height: 50px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    max-width: 250px;
    float: none;
    margin: 0 auto 10px auto;
}
#nizkorz  input.btn.btn-primary {
    width: 250px;
}
.form-rating {
    max-width: 93px;
    margin: 0 auto;
    height: 40px;
}
#review {
    padding: 20px 0 20px 0;
    text-align: left;
}
ul.socitd {
    max-width: 260px;
    margin: 0 auto;
    display: none;
}
ul.vseknopeuromat {
    display: block;
}
#vsevm11345 {
    padding-bottom: 15px;
    max-width: 300px;
    margin: 0 auto;
}
#vyravn {
    margin: 0;
}
h1:before {
    display: none;
}
#podb1 {
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
}
#vsepoakc h3:before {
    display: none;
}
#textokompimg {
    max-width: 500px;
    margin: 0 auto;
}
#okomp h3 {
    max-width: 500px;
}
#textokomp {
    max-width: 500px;
}
#textokomppodr {
    max-width: 500px;
}
.xreview-module {
    max-width: 500px;
}
#carousel2218 {
    background: #fff;
    padding: 25px 0 0 0;
}
#dvablnak {
    padding: 0px 0 0 0;
    background: #fff;
}
#otstnov h3 {
    text-align: center;
}
#podb2 {
    float: none;
    text-align: center;
}
#daddet {
    float: none;
    margin: 0 auto 10px auto;
}
.panel2.panel-default1 {
    border: 0px solid #e2e2e2;
    width: 100%;
    max-width: 100%;
}
#poiskblock {
    max-width: 500px;
}
#sam01 {
    background: #f2f3f5 url(/image/sam1.png) 10% top no-repeat;
}
#sam02 {
    background: #f2f3f5 url(/image/sam2.png) 10% top no-repeat;
}
#chehask01 {
    max-width: 500px;
    margin: 0 auto 10px auto;
    background: #f3f4f6 url(/image/kres1.png) 0% 50% no-repeat;
}
#chehask02 {
    max-width: 500px;
    margin: 0 auto 10px auto;
    background: #f3f4f6 url(/image/kres2.png) 0% 50% no-repeat;
}
#chehask2:before {
    height: 50px;
}
#chehask2 {
    font-size: 25px;
}
#sam012 {
    font-size: 25px;
}
#sam010 {
    float: none;
}
#samvse03 {
    padding: 5px 0px 0 25px;
}
#hattrig3 {
    min-height: 235px;
    margin: 0 auto;
}
.product-thumb.transition {
    position: relative;
}
.breadcrumb {
    text-align: center;
}
#komand {
    background: url(/image/predfooter.jpg) 15% top no-repeat;
}
#content {
    padding: 0 15px 0 15px;
}
.panel2.panel-default1 {
    padding: 15px 15px 40px 15px;
}
.product-thumb {
    max-width: 255px;
}
#fonprod {
    text-align: center;
}
#overss {
    display: none;
}
#button-cart {
    float: none;
    margin: 0 auto;
}
#phne {
    max-width: 300px;
    margin: 0 auto;
}
#fonprod .nav-tabs>li {
    text-align: center;
    float: none;
    margin-bottom: -1px;
    font-size: 20px;
    margin: 0 auto;
    max-width: 200px;
}
li.cenaeuromat {
    padding: 4px 10px 10px 0px;
}
.product-thumb.transition {
    text-align: center;
}
.product-thumb h4 {
    margin: 0 auto;
}
.product-thumb.transition {
    max-width: 270px;
}
input.optfgl {
    float: none;
    margin-bottom: 20px;
}
.product-thumb {
    position: relative;
}
#prodlev button#vsevm11 {
    margin: 0px 0 0px 0;
}
#carousel217 #prodlev button#vsevm11 {
    margin: -23px 0 0px 0;
}
.tabs #prodlev button#vsevm11 {
    margin: -23px 0 0px 0;
}
.product-list .product-thumb {
    max-width: 270px;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 576px) {
    .panel2.panel-default1 {
    max-width: 100%;
    border: 0px;
}
    ul.knopss {
        position: relative;
        z-index: 2;
                margin: 0px auto 0 auto;
    }
        a.bann-btn34 {
        display: none;
        }
    .slide-block {
        text-align: center;
    }
.sl-title::before {
    left: -15%;
    top: 20px;
    right: 0px;
    background-size: 80%;
    display: none;
}
#d_quickcheckout #boxberry-issue_point-link {
    font-size: 12px;
}

.tabs>input:checked+label {
    border-bottom: 2px solid #cd1d27;
}
.tabs>label {
    font-size: 20px;
    margin: 0 10px 0 0;
}
.tabs>label {
    display: inline-block;
}

.product-thumb {
    max-width: 90%;
}
.product-thumb.transition {
    max-width: 100%;
}
#myseti ul li {
    padding: 0 15px 0 0px;
}
.product-list .product-thumb {
    max-width: 90%;
}
ul.obshlabel {
    display: -webkit-box;
}
a.zakodkl2 {
    width: 100%;
}
#akceurm0 {
    max-width: 370px;
    margin: 0px auto 0 auto;
    text-align: center;
}
#product-product .thumbnail {
    margin-bottom: 0px;
}
#product-product ul.thumbnails {
    max-width: 520px;
    margin: 0px auto 0 auto;
}
#product-product .image-additional {
    max-width: 100%;
    /* border: 1px solid; */
    /* padding: 0; */
}
#product-search input.btn.btn-primary {
    width: 100%;
    margin: 10px 0 0 0px;
}
#product-search h2 {
    text-align: center;
}
#cart-totalkhat img {
    width: 24px;
}
#product-product #button-cart {
    max-width: 100%;
}
#d_quickcheckout .btn-group-justified > .btn, #d_quickcheckout .btn-group-justified > .btn-group {
    display: block !important;
    float: none !important;
    width: 100% !important;
}
#login_button_popup {
    background: #f3f4f6 !important;
    border: 0px !important;
    border: 1px solid #e0e1e2 !important;
}
#d_quickcheckout label.btn.btn-default {
    border: 1px solid #e0e1e2 !important;
}
#d_quickcheckout #login_view input#login_email {
    width: 230px !important;
}
#d_quickcheckout #login_view input#login_password {
    width: 230px !important;
}
#ban1 {
    background: #000 url(/image/bmnew1.jpg) center top no-repeat;
    height: 370px;
    background-size: 150%;
        background-position-x: 50%;
}
#ban2 {
    background: #000 url(/image/bmnew2.jpg) center top no-repeat;
    height: 370px;
    background-size: 150%;
        background-position-x: 50%;
}
#ban3 {
    background: #000 url(/image/bmnew3.jpg) center top no-repeat;
    height: 370px;
    background-size: 150%;
        background-position-x: 50%;
}
#d_quickcheckout .form-group {
    max-width: 500px;
}
#d_quickcheckout label {
    font-size: 12px !important;
    font-weight: normal;
}
.breadcrumb > li {
    white-space: inherit;
}
#tab-specification3 .sly {
    zoom: 0.8;
}
#opost a {
    font-size: 11px;
}
#product-product h1 {
    font-size: 19px;
}
#daddet {
    top: 145px;
    right: 25px;
}
#imkovrnews img {
    width: 150px !important;
    height: 150px !important;
}
#imkovrnews {
    max-width: 150px;
    margin: 0 auto;
}
.product-thumb .caption {
    padding: 0px 0px 0px 0px;
    background: #fff;
    padding-bottom: 20px;
}
h3 {
    font-size: 20px;
    line-height: 1 !important;
}
td.newvyrtd {
    width: 150px;
}
.overlay:target+.popup2 {
    top: 5%;
}
#citys221 {
    height: 300px;
    overflow: scroll;
}
.overlay:target+.popup {
    top: 5%;
}
#zaginpp134 {
    font-size: 24px;
    padding: 5px 0 5px 0;
}
#hattrig3 {
    max-width: 250px;
}
.tabs>label {
    max-width: 160px;
}
#tribayd .container {
    width: 400px;
}
#poiskblock {
    max-width: 400px;
}
#textokompimg {
    max-width: 400px;
    margin: 0 auto;
}
#textokomp {
    max-width: 400px;
    margin: 0 auto;
}
.slide-block {
    padding: 120px 0 0 0px;
}
.sl-title {
    font-size: 30px;
}
ul.knopss {
    display: block;
}
ul.knopss li {
padding: 0 0px 20px 0px;
}
#sam01 {
    background: #f2f3f5 url(/image/sam1.png) 50% top no-repeat;
}
#sam02 {
    background: #f2f3f5 url(/image/sam2.png) 50% top no-repeat;
}
#sam03 {
    background: #f2f3f5 url(/image/sam3.png) 50% top no-repeat;
}
#sam04 {
    background: #f2f3f5 url(/image/sam4.png) 50% top no-repeat;
}
#sam05 {
    background: #f2f3f5 url(/image/sam5.png) 70% top no-repeat;
}
#sam77 {
    background: #f2f3f5 url(/image/sam77.png) 70% top no-repeat;
}
#sam013:before {
    margin: 0px 15px 0px 8px;
}
#chehask01 {
    background: #f3f4f6 url(/image/kres1.png) 150% 50% no-repeat;
}
#chehask02 {
    background: #f3f4f6 url(/image/kres2.png) 150% 50% no-repeat;
}
#textokompimg img {
    max-width: 260px;
    border-radius: 5px;
    display: none;
}
#chehask011 {
    margin: 0 0 0 30px;
    max-width: 200px;
    float: none;
    padding: 80px 0 0 0px;
}
#okomp {
    padding: 0px 10px 40px 10px;
}
#textokompimg {
    display: none;
}
#sam013 {
    max-width: 240px;
}
#sam013:before {
    height: 80px;
}
#samvse01 {
    padding: 60px 0 0 0px;
}
#tab-specification table {
    min-width: 300px;
}
#citys2 ul li {
    font-size: 17px;

    padding: 10px 0;
}
.slide-block {
    padding: 55px 0 0 0px;
}
.destitle {
    margin: 20px 0 35px 0;
    font-size: 16px;
}
.destitle:before {
    height: 39px;
}
    .sl-title img {
        width: 100%;
        max-width: 300px;
    }
a.bann-btn.open {
    padding: 10px 40px;
    font-size: 17px;
}
a.bann-btn34 {
    font-size: 17px;
}
.nayti {
    background: #ffd900;
    color: #000;
    font-weight: 600;
    padding: 17px 50px;
    border-radius: 5px;
    border: 0px;
    margin: 0 10px 0 15px;
    text-decoration: none;
    display: block;
    text-align: center;
}
#spusk {
    margin: 0px 0 0 0;
}
#d_quickcheckout .btn-group-justified > .btn, #d_quickcheckout .btn-group-justified > .btn-group {
    display: block;
    width: 100%;
}
}
/* TALIPOV.BIZ  */
@media (max-width: 360px) {
#sam02 {
    padding: 20px 0px;
}
#myseti ul li {
    padding: 0 7px 0 0px;
}
#information-information .table-bordered {
    border: 0px solid #ddd;
    /* width: 100%; */
    zoom: 0.7;
}
#sam00212 {
    font-size: 100px;
}
td.newvyrtd {
    width: 100px;
}
#sam012 {
    margin: -15px 0 0 25px;
}
#chehask01 {
    background: #f3f4f6 url(/image/kres1.png) 200% 50% no-repeat;
}
#chehask02 {
    background: #f3f4f6 url(/image/kres1.png) 200% 50% no-repeat;
}
#chehask3 {
    max-width: 150px;
}
#chehask011 {
    padding: 70px 0 0 0px;
}
#podb1:before {
    display: none;
}
.xreview-module h3:before {
    display: none;
}
#sam03 {
    padding: 20px 0px;
}
#sam04 {
    padding: 20px 0px;
}
#sam05 {
    padding: 20px 0px;
}
#sam77 {
    padding: 20px 0px;
}
#sam06 {
    padding: 20px 0px;
}
#samvse03 {
    padding: 5px 0px 0 15px;
}
#samvse02 {
    padding: 20px 5px 0 5px;
}
#hattrig3 {
    min-height: auto;
}
}