@charset "utf-8";
body {
  padding-top: 66px;
}

h1 {
	font-size: 1.5em;
}

.false {
	color: #f00;
}

.hide {
	display: none;
}

.delivery_widget {
	display: none;
}

.work_table td a {
	word-break: break-all;
}

#login {
	position: absolute;
	right: 5px;
}

#opr_price_div,
#stocks_div {
	position: absolute;
	background: #fff;
	padding: 3px;
	border: 1px solid #eee;
	z-index: 10;
	display: none;
}

#opr_price_div {
	margin-left: 110px;
}

.show_opt_price {
	cursor: pointer;
}

.show_opt_price,
.show_stocks {
	position: relative;
}

.show_opt_price:after,
.show_stocks:after {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #aaa;
	position: absolute;
	top: 50%;
	margin-left: 5px;
}

.show_opt_price_ok:after,
.show_stocks_ok:after {
	border-top: none;
	border-bottom: 5px solid #aaa;
}

.get_address {
	display: none;
}

.container-fluid {
	padding-right: 0 !important;
}

.basket_list .card-header {
	min-height: 100px;
}

.item_basket p {
	margin-bottom: 0;
}

a {
	cursor: pointer;
}

.count {
	width: 60px;
	-moz-appearance: textfield;
}

.stock_ok, .stock_no, .stock_order {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #28a745;
}

.stock_order {
	background: #e2e3e5;
}

.stock_no {
	background: #dc3545;
}

.item_count {
	width: 90px;
	font-size: 24px;
	border-radius: 0;
	height: 42px;
	-moz-appearance: textfield;
}

.item_count::-webkit-outer-spin-button,
.item_count::-webkit-inner-spin-button,
.count::-webkit-outer-spin-button,
.count::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.item_count:hover,
.item_count:focus,
.count:hover,
.count:focus {
  -moz-appearance: number-input;
}

.plus, .minus {
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	background: #ccc;
	font-size: 40px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.minus {
	border-radius: 50% 0 0 50%;
}

.plus {
	border-radius: 0 50% 50% 0;
}

.plus:hover, .minus:hover {
	background: #000;
}

.basket {
	background: url(img/basket.png) right center no-repeat;
	padding-right: 35px !important;
	display: inline-block;
	position: relative;
}

.basket b {
	position: absolute;
	right: 0px;
	margin-right: 11px;
	top: -4px;
}

.popup {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	text-align: center;
	overflow-y: auto;
	z-index: 1100;
}

.popup_area {
	background: #fff;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 20px auto;
	min-width: 300px;
	max-width: 99%;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
	position: relative;
}

.popup_area .popup_content {
	overflow: auto;
}

.popup .close_button {
	position: absolute;
	font-size: 14px;
	top: 0px;
	right: 0px;
	background: #999;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

.popup .close_button:hover {
	background: #777;
}

.price_without_vat, .price_with_vat, .price_with_vat_info {
	display: none;
}

.work_table {
	width: 100%;
	border-collapse: collapse;
}

.work_table tr:hover {
	background: #eee;
}

.work_table td, .work_table th {
	padding: 3px;
	border: 1px solid #ccc;
}

#logo {
	height: 90%;
	max-height: 40px;
}

#sidebar-wrapper {
	position: fixed;
	left: -15rem;
	top: 0;
	height: 100%;
	overflow-y: auto;
	transition: all 0.5s;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	z-index: 1050;
}

#sidebar-wrapper::-webkit-scrollbar {
	width: 0;
}

.sidebar-wrapper-show {
	left: 0 !important;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#show-sidebar {
	position: fixed;
	padding: 5px;
	left: 0px;
	top: 50%;
	width: 25px;
	border: 1px solid #ccc;
	background: #fff;
	transition: all 0.5s;
	z-index: 30;
}

#show-sidebar:after {
	content: "Каталог";
	display: block;
	text-align: center;
	word-break: break-all;
	line-height: 13px;
	cursor: pointer;
}

#show-sidebar.show-sidebar-show {
	left: 15rem;
}

#show-sidebar.show-sidebar-show:after {
	content: 'Закрыть';
}

.subcatalog {
    column-count: 2;
}

.product {
	margin-bottom: 10px;
	position: relative;
}

.images {
	text-align: center;
	border: 1px solid #eee;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.images_cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.images70 {
	width: 70px;
	height: 70px;
}

.images100 {
	width: 100px;
	height: 100px;
}

.images150 {
	width: 150px;
	height: 150px;
}

.images250 {
	width: 250px;
	height: 250px;
}

.images280 {
	width: 280px;
	height: 280px;
}

.images img {
	margin: auto;
}

.carousel-description {
	position: absolute;
	top: 20%;
	left: 5%;
}

.img_prev_slider {
	max-width: 280px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.owl-wrapper {
	text-align: left;
}

.product_tile .price {
	font-weight: bold;
}

.product_tile .images {
	border: none;
}

.product_tile .basket_button {
	width: calc(100% - 10px);
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.img_prev_slider .images {
	justify-content: center;
	align-items: center;
}

.item_basket .images {
	margin-right: 10px;
}

.product .description, .product_item .description {
	display: table-cell;
	padding-left: 10px;
	padding-bottom: 50px;
	position: relative;
	word-break: break-all;
	min-width: 200px;
}

.description .bottom {
	position: absolute;
	bottom: 0px;
	min-width: 300px;
}

.no_img {
	width: 40px;
	height: 30px;
	background: #ccc;
	border-radius: 5px;
	position: relative;
	text-align: center;
	margin: auto;
}

.no_img:after {
	content: '';
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: -16px -8px 1px -5px #fff;
	box-sizing: unset;
}

.no_img:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -4px;
	width: 16px;
	height: 3px;
	background: #ccc;
	border-radius: 5px 5px 0px 0px;
	box-sizing: unset;
}

.products_info {
	display: none;
}

#slider_nav {
	position: relative;
}

.products_list_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product_tile {
	display: inline-block;
	width: 260px;
	min-height: 450px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	vertical-align: top;
	position: relative;
}

.products_list_flex .product_tile {
	position: relative;
	max-width: 210px;
	padding-bottom: 30px;
	width: 50%;
	margin: 1px;
}

.product_tile h4 {
	font-size: 1.2rem;
}

#js-prev, #js-next {
	display: block;
	width: 31px;
	height: 45px;
	position: absolute;
	top: 0;
	margin-top: 12.5px;
	z-index: 20;
	cursor: pointer;
	opacity: 0.5;
}

#js-prev {
	background: url(img/prev.png) center center no-repeat;
	left: 0;
}

#js-next {
	background: url(img/next.png) center center no-repeat;
	right: 0;
}

#js-prev:hover, #js-next:hover {
	opacity: 1;
}

.is_invalid {
	z-index: 2;
	outline: 1px solid #f00;
}

.is_valid {
	z-index: 2;
	outline: 1px solid #0f0;
}

.page_number {
	width: 80px !important;
}

.popup .row {
	min-width: 300px;
	margin-left: 0;
	margin-right: 0;
}

#login_form {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.video {
	margin-bottom: 20px;
}

footer {
	position: relative;
	overflow: hidden;
}

#workers_door {
	position: absolute;
	right: 5px;
	bottom: 2px;
	font-size: 12px;
}

#workers_door a {
	text-align: center;
	line-height: 12px;
    display: block;
    float: left;
    padding-right: 3px;
}

#workers_door .fas {
	font-size: 24px;
}

#bonus_lk {
	display: block;
	position: absolute;
	margin-top: -5px;
	font-size: 12px;
	right: 26px;
}

#slider {
	margin-bottom: 20px;
}

#slider .carousel-element {
	max-height: 500px;
	text-align: center;
	width: 100%;
}

#slider .carousel-element img {
	max-width: 100%;
}

#slider_main {
	position: relative;
	width: 100%;
}

#slider_main #slider_nav {
	position: absolute;
	top: 50%;
	margin-top: -27px;
    width: 100%;
}

.owl-carousel .owl-item {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}

.mt-35 {
	margin-top: 35px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-105 {
	margin-top: 105px;
}

.ribbon {
	width: 70px;
	height: 30px;
	background: #000;
	position: absolute;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	z-index: 10;
}

.ribbon:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0%;
	left: 100%;
	border-top: 15px solid #000;
	border-bottom: 0px solid transparent;
	border-right: 30px solid transparent;
	border-left: 0px solid transparent;
}

.ribbon:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0%;
	left: 100%;
	border-bottom: 15px solid #000;
	border-top: 0px solid transparent;
	border-right: 30px solid transparent;
	border-left: 0px solid transparent;
}

.ribbon-left {
	display: block;
	width: 7px;
	height: 30px;
	background: #000;
	position: absolute;
	left: -7px;
	top: 0;
}

.ribbon-left:after {
	content: "";
	position: absolute;
	top: 23px;
	left: -7px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid #000;
}

.ribbon_new, .ribbon_new .ribbon-left {
	background: #dc3545;
}

.ribbon_new:after {
	border-top: 15px solid #dc3545;
}

.ribbon_new:before {
	border-bottom: 15px solid #dc3545;
}

.ribbon_new .ribbon-left:after {
	border-right: 7px solid #dc3545;
}

.ribbon_hit, .ribbon_hit .ribbon-left {
	background: #ffc107;
	color: #000;
}

.ribbon_hit:after {
	border-top: 15px solid #ffc107;
}

.ribbon_hit:before {
	border-bottom: 15px solid #ffc107;
}

.ribbon_hit .ribbon-left:after {
	border-right: 7px solid #ffc107;
}

.label_discount, .label_discount .ribbon-left {
	background: #28a745;
}

.label_discount:after {
	border-top: 15px solid #28a745;
}

.label_discount:before {
	border-bottom: 15px solid #28a745;
}

.label_discount .ribbon-left:after {
	border-right: 7px solid #28a745;
}

.label_loyalty, .label_loyalty .ribbon-left {
	background: #cce5ff;
	color: #000;
}

.label_loyalty:after {
	border-top: 15px solid #cce5ff;
}

.label_loyalty:before {
	border-bottom: 15px solid #cce5ff;
}

.label_loyalty .ribbon-left:after {
	border-right: 7px solid #cce5ff;
}

.rating-star-out {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.rating-star-in {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	z-index: 2;
}

.rating-star-in:before {
	color: #ffc107;
}

.rating_select {
	display: inline-block;
	direction: rtl;
}

input[name="rating"] {
	display: none;
}

.rating_label .rating-star-in {
	opacity: 0;
}

.rating_label:hover ~ .rating_label .rating-star-in,
.rating_label:hover .rating-star-in,
input[name="rating"]:checked+.rating_label .rating-star-in,
input[name="rating"]:checked ~ .rating_label .rating-star-in {
	opacity: 1;
}

.comment .comment_name {
	font-weight: bold;
}

.comment .comment_time {
	font-size: small;
}

form[name="comment_form"] .captcha {
	max-width: 170px;
}

@media (max-width: 650px) {
	.show_product_image {
		display: block;
		height: auto;
		margin: auto;
	}

	.show_product_image .no_img {
		margin-top: 100px;
		margin-bottom: 100px;
	}
}

@media (max-width: 468px) {
	.products_list_flex .product_tile {
		max-width: 190px;
	}
}

@media (max-width: 413px) {
	.products_list_flex .product_tile {
		width: 100%;
		max-width: 100%;
	}

	.images_cover {
		width: 100%;
		display: block;
		padding-top: 110px;
	}
}


@media (max-width: 425px) {

.product .images {
	display: flex;
	width: 100% !important;
}

.product .images img {
	margin: auto;
}

.product .description {
	display: block;
}

.container-fluid {
	padding-left: 0 !important;
}

}

@media (max-width: 650px) {

.product_item .description {
	display: block;
}

}

@media (min-width: 768px) {

.products_info {
	display: block;
}

}


@media (min-width: 992px) {

#sidebar-wrapper {
    position: static;
    overflow-y: inherit;
    z-index: 1;
}

#show-sidebar {
	display: none;
}

}

#dragon {
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: -50px;
	animation: dragon 6s linear 1;
		-o-animation: dragon 6s linear 1;
		-ms-animation: dragon 6s linear 1;
		-webkit-animation: dragon 6s linear 1;
		-moz-animation: dragon 6s linear 1;
}

#dice {
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: -100px;
	animation: dice 6s linear 1;
		-o-animation: dice 6s linear 1;
		-ms-animation: dice 6s linear 1;
		-webkit-animation: dice 6s linear 1;
		-moz-animation: dice 6s linear 1;
}

.cookie_ok {
	position: fixed !important;
	bottom: 0;
	right: 0;
	border-radius: 10px 10px 0 0;
	border: 2px solid #fff;
	border-bottom: none;
	padding: 10px;
	display: flex !important;
    align-items: center;
    width: 600px;
    background: #fff;
    border: 1px solid #000;
    border-bottom: none;
    color: #000;
}

.cookie_ok a {
	color: #000;
	text-decoration: underline;
}

.cookie_ok a:hover {
	text-decoration: none;
}

.cookie_ok .btn {
	width: 100px;
	margin-left: 10px;
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

@keyframes dice{
	0%{transform:rotate(0deg); left: -100px;}
	100%{transform:rotate(3600deg); left: calc(100% + 50px);}
}

@-o-keyframes dice{
	0%{transform:rotate(0deg); left: -100px;}
	100%{transform:rotate(3600deg); left: calc(100% + 50px);}
}

@-ms-keyframes dice{
	0%{transform:rotate(0deg); left: -100px;}
	100%{transform:rotate(3600deg); left: calc(100% + 50px);}
}

@-webkit-keyframes dice{
	0%{transform:rotate(0deg); left: -100px;}
	100%{transform:rotate(3600deg); left: calc(100% + 50px);}
}

@-moz-keyframes dice{
	0%{transform:rotate(0deg); left: -100px;}
	100%{transform:rotate(3600deg); left: calc(100% + 50px);}
}

@keyframes dragon{
	0%{left: -50px;}
	100%{left: calc(100% + 70px);}
}

@-o-keyframes dragon{
	0%{left: -50px;}
	100%{left: calc(100% + 70px);}
}

@-ms-keyframes dragon{
	0%{left: -50px;}
	100%{left: calc(100% + 70px);}
}

@-webkit-keyframes dragon{
	0%{left: -50px;}
	100%{left: calc(100% + 70px);}
}

@-moz-keyframes dragon{
	0%{left: -50px;}
	100%{left: calc(100% + 70px);}
}

@media (max-width: 610px) {
	.cookie_ok {
		width: 100%;
		font-size: 12px;
	}
}

@media (max-width: 370px) {
	.cookie_ok {
		display: block !important;
		text-align: center;
	}

	.cookie_ok .btn {
		width: 100%;
		display: block;
		margin-left: 0;
	}
}