/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/roboto-v29-latin-300.woff2') format('woff2'),
		url('/fonts/roboto-v29-latin-300.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: 300;
}

/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/roboto-v29-latin-regular.woff2') format('woff2'),
		url('/fonts/roboto-v29-latin-regular.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}

/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/roboto-v29-latin-500.woff2') format('woff2'),
		url('/fonts/roboto-v29-latin-500.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: 500;
}

/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/roboto-v29-latin-700.woff2') format('woff2'),
		url('/fonts/roboto-v29-latin-700.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: 700;
}

/* roboto-900 - latin */
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/roboto-v29-latin-900.woff2') format('woff2'),
		url('/fonts/roboto-v29-latin-900.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: 900;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat
}

body,
td,
textarea,
input,
select {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
}

html {
	font-size: 100%;
}

body {
	background: #f0f0f0 url(/img/bg.webp) repeat;
	color: #7d7d7d;
	line-height: 1;
}

html,
body {
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
	line-height: normal;
	color: #333;
	margin: 0 0 15px;
}

.h1,
h1 {
	font-size: 35px !important;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

.h {
	min-height: 40px;
	border-bottom: 1px dotted #fff;
	padding: 0 0 10px;
	margin: 0 0 15px
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

blockquote {
	background-color: #f2f7ff !important;
	margin: 20px 0px !important;
	font-size: 17px !important;
	padding: 30px 40px 30px 40px !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input {
	vertical-align: middle;
}

p {
	margin: 0 0 12px;
}

a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: none
}

input[type=email],
input[type=tel],
input[type=text],
input[type=password],
textarea {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	background-color: #fff !important;
	border-color: #ff9292;
}

ul.prod {
	margin-left: 20px;
}

/* Helpers */
.clear {
	clear: both
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.left {
	text-align: left !important
}

.center {
	text-align: center !important
}

.right {
	text-align: right !important
}

.no-bg {
	background: none !important
}

.no-m {
	margin: 0 !important
}

.no-p {
	padding: 0 !important
}

.no-b {
	border: 0 !important
}

.hidden {
	display: none
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative
}

.empty {
	color: #aaa
}

/* маска */
.user-phone:focus {
	outline: none;
	border-color: #363636;
}

input.user-phone:-moz-placeholder {
	color: #363636;
}

input.user-phone::-webkit-input-placeholder {
	color: #363636;
}

.btn_submit {
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #363636;
	color: #fff;
	border: none;
	width: 120px;
	cursor: pointer;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.btn_submit[disabled] {
	color: #363636;
	background: #ccc;
}

/* end маска */


img {
	opacity: 1;
	transition: opacity 0.4s;
}

.prime-icon {
	font-size: 101px;
	font-weight: 700;
	float: left;
	height: 120px;
	width: 70px;
	padding: 14px 4px;
	text-align: left;
	vertical-align: middle;
	margin: -10px 16px 0 -10px;
	color: #d70000;
}

img[data-src] {
	opacity: 0;
}

#button {
	display: inline-block;
	background-color: #d70000;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 54px;
	margin: 5px 10px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	transition: background-color .3s;
	z-index: 2000;
}

#button:hover {
	cursor: pointer;
	background-color: #333;
}

#button:active {
	background-color: #555;
}

#button::after {
	border: medium solid transparent;
	content: "";
	top: 27%;
	position: absolute;
	height: 0;
	width: 0;
	border-color: #ffffff rgba(255, 212, 52, 0) rgba(255, 212, 52, 0);
	border-width: 5px;
	margin-left: -6px;
	transform: rotate(180deg);
}

.autocomplete-w1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 6px 0 0 6px;
}

.autocomplete {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	text-align: left;
	overflow-x: auto;
	overflow-y: auto;
	margin: -6px 6px 6px -6px;
}

.autocomplete .selected {
	background: #F0F0F0;
}

.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
}

.autocomplete strong {
	font-weight: normal;
	color: #3399FF;
}

/* Headers */
.big {
	font-size: 19px;
	color: #333 !important;
	line-height: normal;
	display: inline-block;
	margin: 0 0 15px
}

/* Misc */
.hits-col {
	width: 100%;
	top: 0;
	position: absolute;
	z-index: 1;
}

.hit,
.new {
	width: 74px;
	height: 47px;
	position: absolute;
}

.hit {
	background: url(/img/hit-icon.png) no-repeat;
	left: 0;
}

.new {
	background: url(/img/new.png) no-repeat;
	right: -15px;
}

.products .product .button {
	float: right;
}

.btn-prodol {
	background-color: #ff2020;
	color: #fff;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	border: none;
	border-radius: 3px;
}

.order-page .checkout_button {
	background-color: #55a84c;
	color: #fff;
	font-size: 21px;
	border-radius: 3px;
}

.order-page .checkout_button:hover,
.btn-prodol:hover {
	opacity: 0.8;
}


.my-deliveries-col {
	padding: 0 5px 0 5px !important;
	margin-top: -5px !important;
	margin-bottom: 10px !important;
}

.my-deliveries-col h3 {
	font-size: 17px;
	padding: 6px 0 5px 6px;
	margin-bottom: -5px;
}

.my-deliveries-col li {
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #e0e0e0;
}

.my-deliveries-col .description p {
	margin: 0;
	padding: 3px 3px 3px 6px;
}

.my-deliveries-col h3:hover {
	background-color: #f7f7f7;
}

.my-deliveries-col label {
	font-size: 15px;
}

.recaptcha-products iframe {
	width: 100% !important;
	height: 330px !important;
	margin: 0;
}

.rating {
	margin: 5px 0 10px 0;
}

.pannel-banner {
	background-color: #347f05;
	padding: 12px 12px;
	color: #fff;
	font-size: 14px;
}

.pannel-banner-tittle span {
	background-color: #e01415;
	padding: 4px 8px;
	font-size: 14px;
	cursor: pointer;
	margin: -26px 0px 0px 0px;
}

.pannel-banner-tittle span i {
	font-size: 12px;
}

.pannel-banner-tittle em {
	font-style: normal;
	color: #f9f544;
}

.pannel-banner-tittle span:hover,
.pannel-banner-tittle span:active,
.pannel-banner-tittle span:focus {
	background-color: #841010;

}

.pannel-banner-info {
	background-color: #f4fdf5;
	margin: 11px 0 0 -12px;
	width: 103%;
	font-size: 21px;
	line-height: 29px;
	color: #194200;
}

.pannel-banner-info em {
	font-style: normal;
	padding: 50px 0 0 0;
	display: block;
}

.pannel-banner-tittle i {
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
}

.pannel-banner-info img {
	float: left;
	margin: 0 40px -15px 10px;
}

.if-login-total-price i {
	font-size: 13px !important;
	margin: 8px 0 -3px 0;
	font-weight: 400;
	display: block;
	float: none !important;
	padding: 4 0 0 0;
	font-style: normal;
	text-transform: uppercase;
}

.if-login-total-price em {
	font-style: normal;
	text-decoration: line-through;
	font-size: 15px;
	color: #ad6f6f;
	float: right;
	font-weight: 500;
	margin: 1px 0 0 0;
	padding: 0;
}

.discound-price-bl {
	margin: 0 0 -9px 0;
	font-size: 10px;
	color: #000;
}

@media (max-width: 1199px) {
	.pannel-banner-info {
		width: 104%;
	}

	.pannel-banner-info em {
		padding: 40px 20px 0 0;
		font-size: 19px;
	}
}

@media (max-width: 991px) {
	.pannel-banner-info {
		width: 106%;
	}

	.pannel-banner-info img {
		display: none;
	}

	.pannel-banner-info em {
		padding: 10px 30px 0px 20px;
		font-size: 19px;
	}

	.pannel-banner-tittle span {
		float: left !important;
		display: contents;
	}

	.pannel-banner-tittle i {
		font-size: 17px;
	}

	.iframe .cart-page h1 {
		font-size: 18px;
		padding-left: 20px;
		margin-top: 10px;
		display: block;
		font-weight: 600;
	}

}

@media (max-width: 767px) {
	.pannel-banner-info {
		width: 109%;
		background-color: #ffffff;
	}

	.pannel-banner-tittle i {
		font-size: 23px;
		line-height: 26px;
	}

	.pannel-banner-info em {
		padding: 3px 10px 0 10px;
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
	}

	.pannel-banner-tittle span {
		text-decoration: underline;
	}
}

.rating .rater-starsOff,
.rating .rater-starsOn {
	width: 80px;
	display: inline-block;
	background: url(../images/rating.png) repeat-x 0 0px;
	height: 16px;
}

.rating .rater-starsOn {
	background-position: 0 -16px;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

.novosti {
	padding-left: 0 !important;
	margin-bottom: 20px;
	padding-right: 0 !important;
	margin-top: 35px !important;
}

.novosti a {
	color: #407ab7 !important;
	font-size: 13px;
}

.novosti a:hover {
	color: #000 !important;
	font-size: 13px;
}

.tooltipBody {
	padding: 10px;
	color: black;
	background-color: #D0D0D0;
	width: 187px !important;
	width: 167px;
	line-height: 140%;
	background-repeat: repeat-y;
	display: block;
}

.breadcrumb {
	background-color: rgba(245, 245, 245, 0) !important;
}

.breadcrumb .cols {
	float: left;
	padding: 1px 10px 1px 7px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #d0d0d0cc;
	border-width: 1px;
	border-radius: 19px;
}

.novosti .list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #000 !important;
	font-weight: 500;
	font-size: 13px;
	background-color: #fbf8ef !important;
	border-color: rgb(239, 235, 226) !important;
	border-radius: 0px !important;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.item blockquote {
	border-left: none;
	margin: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #eaeaea !important;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	opacity: 1 !important;
	line-break: auto;
	margin-left: 20px !important;
	margin-top: -5px !important;
}


/* Forms */
.form input[type=tel],
.form input[type=email],
.form input[type=text],
.form input[type=password] {
	width: 100%;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.form textarea {
	width: 100%;
	height: 80px
}

.form label {
	display: block;
	line-height: normal;
	margin: 0 0 3px
}

.form .submit {
	margin: 15px 0 0;
	background-color: #FF5533;
}

.form .captcha {
	overflow: hidden;
	margin: 15px 0 0
}

.form .captcha img {
	float: left;
	margin: 0 10px 0 0
}

.form .captcha input {
	float: left;
	width: 90px;
	margin: 0
}

.message_error {
	margin: 0 0 15px;
	color: #c00
}

/* tabs */
.tabs {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}

.tabs li {
	display: inline-block;
	background-color: #f5f5f5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 2px;
	padding: 0px 0px 0px 0px;
	height: 34px;
}

.tabs li a {
	height: 36px;
	color: #5f5f5f;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	line-height: 36px;
	padding: 0 20px;
	display: inline-block;
}

.tabs li.active a {
	background: #ffffff;
	color: #d40214;
	font-size: 14px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tabs-content {
	background: #ffffff;
	border: 1px solid #dedede;
	padding: 20px 30px;
	margin: -2px 0px 0px;
}


.tabs-content iframe {
	width: 95%;
	height: 330px;
}

.page-article iframe {
	width: 90%;
	height: 350px;
}

@media (max-width: 767px) {
	.page-article iframe {
		width: 108%;
		height: 290px;
		margin-left: -30px;
		margin-right: -30px;
	}

	.tabs-content iframe {
		width: 108%;
		height: 290px;
		margin-left: -30px;
		margin-right: -30px;
	}

	.page-article img,
	.page-article p img {
		width: auto;
		max-width: 260px;
		height: auto;
	}
}

.page-article img,
.page-article p img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin-bottom: 10px;
}

.tabs-content>div {
	display: none
}

.ui-effects-transfer {
	border: 1px solid black;
}

/* Forms */
.btn {
	padding: 0 15px;
	background: #FCFCFC repeat-x;
	border-bottom: 1px solid #AEAEAE;
	border-left: 1px solid #CCCBCB;
	border-right: 1px solid #CCCBCB;
	border-top: 1px solid #D9D8D8;
	border-radius: 6px;
	box-shadow: #fff 0px 1px 0px 0px inset;
	color: #282828 !important;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap
}

.btn-red {
	box-shadow: none;
	background: url(../images/bar/btn_bg.png) repeat-x 0 center;
	border: 0 !important;
	color: #fff !important
}

.btn_big {
	font-size: 15px;
	padding: 0 20px;
	height: 32px;
	line-height: 32px
}

.placeholder {
	color: #666;
}

.page-article {
	font-size: 15px;
	line-height: 1.5;
	min-height: 300px;
}

/* General */
#wrap {
	background: #fff;
	border-radius: 0px;
	padding: 15px;
	border-top: 3px solid #dcdcdc;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

/* Header */
#header {
	position: relative;
}

#head {
	height: 110px;
	background: url(../images/header.jpg) no-repeat 235px 0;
}

#lang {
	font-size: 11px;
	position: absolute;
	top: -3px;
	left: 0
}

#lang a {
	text-decoration: none
}

#lang a.active {
	background: #cd1c12;
	color: #fff;
	padding: 0 3px
}

#cart_informer {
	float: right;
	margin-right: -5px;
	margin-left: -5px;
	padding-left: 0px;
	padding-right: 0px;
}

#cart_informer span {
	font-weight: 700
}

#bookmark {
	position: absolute;
	top: -3px;
	left: 0
}

#logo {
	float: left;
	margin: 3px 30px 0 -3px;
	margin-right: 20px;
}

@media (max-width: 767px) {
	#logo {
		float: initial;
		margin: 3px -3px 0px;
		margin-right: 0px;
		width: 90%;
	}

	#logo img {
		width: 60%;
		max-width: 186px;
		height: auto;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: rgba(255, 255, 255, 0) !important;
		background-color: #efefef;
		color: #000;
		font-size: 14px !important;
		font-weight: 500;
		margin-top: 0px;
		border-bottom: 3px solid #ccc;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		color: #fff !important;
		background-color: #ff2020 !important;
	}

	.navbar-nav {
		margin: -2.5px -15px !important;
	}
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ff0008 !important;
	background-color: rgb(255, 255, 255) !important;
}

@media (max-width: 767px) {
	.nav>li {
		position: relative;
		display: block;
		border-bottom: 1px solid #ccc !important;
	}
}

.kontakt-menu-xs {
	background-color: #fff;
	padding: 12px 13px 5px 15px;
	margin: 3px -15px 1px -15px;
}

.kontakt-menu-xs a {
	color: #000;
	text-decoration: none !important;
}

.navbar-header .navbar-toggle {
	position: absolute;
	margin: 20px 0 0;
	height: 40px;
	right: 90px;
}

.navbar-header .navbar-toggle-sidebar {
	background-color: #ff2020 !important;
	color: #fff;
	right: 10px;
}

#callme_show {
	text-indent: -9999px;
	right: 0;
	top: 0;
	width: 233px;
	height: 111px;
	position: absolute;
	display: block;
}

/* menu */
#menu {
	position: relative;
	font-size: 12px;
	color: #fff;
	height: 73px;
	padding: 0 10px;
	background: url(../images/bar/menu.png) repeat-x 0 0;
	border-radius: 10px
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu form {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 230px;
	line-height: 24px !important;
	height: 24px;
	background: #fff;
	border: 1px solid #4e4e4e;
	border-radius: 15px
}

#menu form input {
	height: 25px;
	position: absolute;
	top: 0;
}

#menu form input[type=text] {
	font-size: 13px;
	left: 3px;
	padding: 0 10px;
	vertical-align: middle;
	border: 0;
	background: none;
	width: 180px
}

#menu form input[type=submit] {
	right: 3px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: url(../images/ico/search.png) no-repeat center center;
	text-indent: -9999px
}

#menu_top ul {
	float: left;
	margin: 0 -5px;
	padding: 1px 0;
	height: 40px;
	line-height: 41px;
}

#menu_top li {
	float: left;
	background: url(../images/bar/menu_sep.png) no-repeat center right;
	text-transform: uppercase;
	padding: 0 10px 0 10px
}

#menu_top li.last,
#menu_top li:last-child {
	background: none
}

#menu_top li a {
	color: #fff;
	text-shadow: -1px 1px 0 #333;
	text-decoration: none
}

#menu_top li.active a,
#menu_top li a:hover {
	color: #ddd
}

#menu_bottom {
	font-size: 11px;
	padding: 1px 15px 0px 0px;
	margin-top: -12px;
	margin-bottom: 8px;
	color: #fff;
	background-color: #585858;
	height: 18px;
	float: right;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#menu_bottom ul {
	list-style: disc;
	float: right;
	overflow: hidden
}

#menu_bottom li:first-child {
	list-style: none
}

#menu_bottom li {
	float: left;
	margin: 0 0 0 18px;
}

#menu_bottom a {
	color: #ffdede;
}

/* Main */
#main {
	padding: 15px 0;
	overflow: hidden
}

#sidebar {
	width: 250px;
	float: left;
}

#sidebar .box .h {
	border: 1px solid #4e4e4e;
	border-bottom: 0;
	text-shadow: -1px 1px 0 #333;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 10px 10px 0 0;
	background: url(../images/bar/menu.png) repeat-x 0 -7px;
	margin: -11px -11px 10px;
	color: #fff;
	padding: 10px 10px 13px
}

#content {
	float: right;
	width: 714px
}

#content ul {
	margin: 5px 0px 5px 15px
}

/* Blog */
#blog {
	list-style: none;
	margin: 0 !important;
	padding: 0
}

#blog li {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px;
	margin: 0 0 15px
}

#blog li:last-child {
	margin: 0;
	border: 0
}

#blog h3 {
	font-size: 17px;
	font-weight: 400
}

#blog .date {
	color: #999
}

/* Catalog */
#catalog_menu {
	padding: 0;
}

#catalog_menu ul {
	padding: 0;
	margin: 0;
	list-style: none
}

#catalog_menu li {
	border-bottom: 1px dotted #ccc
}

#catalog_menu li:last-child {
	border: 0
}

#catalog_menu li>a {
	display: block;
	padding: 14px 0px 12px 22px;
	text-decoration: none;
	font-size: 14px;
}

#catalog_menu li li>a {
	display: block;
	color: #c70000;
	padding: 8px 10px 8px 15px;
	background-color: rgba(255, 255, 255, 0.42);
	text-decoration: none;
	font-size: 14px;
}

#catalog_menu .accordion .active {
	color: #5d0606 !important;
	font-weight: 400 !important;
	font-size: 14px;
	background-color: rgba(210, 0, 0, 0.05);
}

#catalog_menu li>a:hover {
	background-color: #f6f6f6
}

#catalog_menu li li a {
	font-size: 13px;
	padding-left: 16%;
	color: #000 !important
}

#catalog_menu li li li a {
	padding-left: 26% !important;
}

#catalog_menu li li li li a {
	padding-left: 36% !important;
}

#catalog_menu li ul {
	display: none;
	border-top: 1px dotted #ccc
}

#catalog_menu li.selected>ul {
	display: block
}

#catalog_menu .accordion .accordion-parent .accordion-icon {
	width: 22px;
	height: 22px;
	display: block;
	float: right;
	margin-top: -4px;
	background: url(../images/rightarrow.webp) no-repeat 0 0;
}

#catalog_menu .accordion .accordion-parent .accordion-count {
	opacity: 0;
	display: none;
}

#catalog_menu .accordion a {
	text-decoration: none;
}

#catalog_menu .accordion .accordion-parent:hover .accordion-icon,
#catalog_menu .accordion .accordion-parent.active .accordion-icon {
	background: url(../images/downarrow.png) no-repeat 0 0;
}

.menu-left-my-style {
	width: 100%;
	background-color: #fff;
	margin: 0px 0px 0px 1px !important;
	border: 1px solid #e2e2e2;
	border-bottom: 5px solid rgb(232, 232, 232);
}

@media (max-width: 767px) {
	.menu-left-my-style {
		width: auto;
	}
}

.new-poshta-col {
	background-color: #fbf8ef;
	border-radius: 4px;
	text-align: center;
	padding: 20px 0px;
	margin-top: 35px;
}


.new-poshta-col p {
	margin: 15px 0px -5px 0px;
	font-size: 14px;
	font-weight: 400;
}

.new-poshta-col a {
	text-decoration: underline;
	color: #55585a;
}

.new-poshta-col a:hover {
	color: #FF0004;
}

.socseti {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.socseti img {
	margin-left: 3px;
	margin-right: 3px;
}

#path {
	margin-bottom: 15px
}

#path a {
	font-size: 12px;
	color: #90a2ab;
}

#browsed_products {
	margin: 0 0px 10px 0px;
	overflow: hidden;
}

#browsed_products li {
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 0px;
	background-color: #fff;
	margin: 0 6px 4px 0px;
	width: 45px;
	height: 40px;
}

#browsed_products li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#browsed_products li:hover {
	border-color: #c70000
}

#page table {
	border: 1px;
	width: 100%
}

/* Compare */
#compare {
	overflow: auto
}

#compare table {
	border-collapse: collapse;
	width: 100%
}

#compare th,
#compare td {
	vertical-align: top;
	padding: 8px;
	background: #f5f5f5;
	border: 1px solid #ccc
}

#compare th {
	background-color: #eee;
	color: #000;
	width: 200px;
	text-align: left
}

#compare td {
	width: 10%
}

#compare td div {
	position: relative
}

#compare tr.first td,
#compare tr.first th {
	background: #fff
}

#compare .delete {
	z-index: 5;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background: url(../images/delete.png) no-repeat center center;
	display: block;
	position: absolute;
	top: 0;
	right: 0
}

#cart_table {
	padding: 10px 0px 15px 23px;
	margin: 10px 0px 30px 0px;
	background-color: rgb(255, 254, 249);
	border: 1px solid rgb(224, 224, 224);
	border-bottom: 3px solid rgb(224, 224, 224);
}

@media (max-width: 767px) {
	#cart_table {
		padding: 0px 0px 0px 19px;
		margin: 18px -32px 20px -50px;
	}
}

#cart_table h1 {
	font-size: 22px;
	font-weight: 600;
}

@media (max-width: 767px) {
	#cart_table h1 {
		font-size: 22px;
		font-weight: 600;
		padding-left: 14px;
		margin-top: 10px;
	}
}

#compare_informer .box {
	background-color: #f5f5f5
}

.iframe #cart_form {
	margin-left: 30px;
	float: left
}

.iframe #cart_form input,
.iframe #cart_form textarea {
	width: 300px
}

.iframe #cart_form .btn {
	width: auto !important
}

.opts {
	margin: 0 0 15px
}

.opts a {
	background: url(../images/misc/opts.png) no-repeat 0 0;
	width: 39px;
	display: inline-block;
	height: 35px
}

.opts a.sim2 {
	background-position: 0 -34px
}

.opts a.sim3 {
	background-position: 0 -68px
}

.opts .tv {
	background-position: 0 -102px
}

.opts .gps {
	background-position: 0 -136px
}

.opts .wifi {
	background-position: 0 -170px
}

.opts .java {
	background-position: 0 -204px
}

#features {
	background-color: #f4f4f4;
	width: 100%;
	border: 0;
}

#features .feature_name {
	padding: 10px;
	width: 100px;
	font-weight: 700;
	color: #333
}

#features .feature_values {
	padding: 10px;
}

#features a {
	padding: 1px 5px;
	white-space: nowrap;
}

#features a.selected {
	background: #fff;
	text-decoration: none;
}

#purchases {
	width: 100%;
	margin-bottom: 4px;
	z-index: 11111;
	position: relative;
}

@media (max-width: 767px) {
	#purchases {
		background-color: #eefaed;
	}
}

#purchases tr {
	border-top: 1px solid #ccc;
	height: 30px;
}

#purchases tfoot tr {
	border-width: 2px
}

#purchases td {
	padding: 10px 0;
	vertical-align: top;
}

@media (max-width: 767px) {
	#purchases td {
		padding: 10px 0px;
		vertical-align: top;
		padding-right: 0px;
		padding-left: 8px;
	}
}

@media (max-width: 991px) {
	#cart_table {
		padding: 0px 20px 0px 30px;
		margin: 18px -32px 20px -50px;
	}
}

#purchases th {
	vertical-align: top;
	padding-top: 10px;
	font-weight: normal;
}

#purchases .image {
	width: 50px;
	text-align: center;
}

@media (max-width: 767px) {
	#purchases .image {
		text-align: center;
	}
}

#purchases .image a {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#purchases td.name {
	font-size: 14px;
}

@media (max-width: 767px) {
	#purchases td.name {
		font-size: 13px;
	}
}

#purchases .total {
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.adres-polushtelya {
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	margin-left: 0px;
}

.colum-adres-polushetelya {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	border-radius: 4px;
	background-color: #f3f3f3;
}

#purchases td .download_attachment {
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .cost {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}

#purchases td.cost {
	font-size: 14px;
	padding-top: 14px;
}

#purchases .remove {
	padding-right: 15px;
	text-align: right;
}

#purchases .amount {
	font-size: 15px;
	padding-left: 2px;
	padding-right: 1px;
}

#purchases .amount select {
	font-size: 12px;
	padding: 5px 0;
}

#purchases .coupon .name input.coupon_code {
	width: 200px;
}

#purchases .coupon .name input {
	font-size: 16px;
}

ul#deliveries {
	margin-top: 0px;
	margin-bottom: -10px;
	background-color: #f5f5f5;
	border: 1px dotted #e0e0e0;
	padding: 0px 10px 0 20px;
	list-style: none;
}

ul#deliveries li {
	margin-bottom: 0px;
	margin-top: 15px;
}

ul#deliveries li div.checkbox {
	float: left;
	margin-top: -3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul#deliveries li h3,
ul#deliveries li .description {
	display: block;
	margin-left: 2px;
}

ul#deliveries li h4,
#purchases .coupon .name {
	font-size: 14px;
}

.order-page h1 i {
	color: #24a317;
}

@media (max-width: 767px) {
	.order-page h1 {
		font-size: 18px !important;
		font-weight: bold;
		color: #194814;
	}

}

#orders_history {
	list-style: none;
}

#orders_history li {
	margin-bottom: 9px;
	padding: 10px 10px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}

#orders_history li a {
	font-size: 16px;
	font-weight: 500;
}

#orders_history .pull-right .def {
	background-color: #c6edef;
	padding: 2px 10px;
	margin: 0;
	border-radius: 2px;
	color: #15767b;
}

#orders_history .pull-right .obr {
	background-color: #20a94e;
	padding: 2px 10px;
	margin: 0;
	border-radius: 2px;
	color: #ffffff;
}

#orders_history .pull-right .yes {
	background-color: #ffeeee;
	padding: 2px 10px;
	margin: 0;
	border-radius: 2px;
	color: #a78686;
}

table.order_info {
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}

table.order_info td {
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}

.checkout_button {
	padding: 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}

.box {
	border: 1px solid #efebe2;
	border-bottom: 2px solid #efebe2;
	border-radius: 1px;
	margin: 15px 0px 15px;
	padding: 13px 0px;
	background-color: #ffffff;
}

.box .h {
	background-color: #fbf8ef;
	margin: -13px -15px 13px -15px;
	padding: 10px 0 10px 15px;
	font-weight: 500;
	font-size: 13px;
}

.box .btn-default {
	padding: 6px 10px;
	border-radius: 3px;
	border: 1px solid #e8e4db;
	background-color: #f3efe5;
	color: #a9915b;
}

.box .btn-default:hover,
.box .btn-default:focus,
.box .btn-default:active {
	background-color: #ff2020;
	color: #fff;
	border-color: #ff2020;
}

#reviews .h {
	color: #333
}

.comment_list {
	margin: 0 0 15px;
	padding: 0;
	list-style: none
}

.comment_list li {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

.comment_header {
	margin: 0 0 7px;
	color: #000
}

.comment_header span {
	color: #aaa
}

.comment_header i {
	float: right;
	font-weight: normal;
	font-style: normal;
	color: #afb2b2;
}

.garanty {
	margin: 10px 0 0
}

.garanty b {
	color: #333
}

#product {
	float: none !important
}

#product>h1 {
	color: #000;
}

#product .side {
	float: left;
	width: 300px;
}

@media (max-width: 1199px) {
	#product .side {
		float: left;
		width: 250px;
	}
}

@media (max-width: 767px) {
	#product .side {
		float: left;
		width: 250px;
		margin-bottom: -10px;
	}
}

#product .wide {
	margin-left: 5px;
	margin-top: -10px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	#product .wide {
		margin-bottom: 15px;
	}
}

.col-usser p {
	float: left;
	margin: 0;
	padding: 15px 10px 5px 20px;
	vertical-align: middle;
	z-index: 1111;
	position: relative;
}

.bg-warning a b {
	font-weight: 600;
	color: #3a3a3a;
}

.bg-warning a i {
	color: #3a3a3a;
}

#product .image {
	width: 300px !important;
	height: auto;
	float: none !important;
	text-align: center;
	margin: 0 0 15px
}

@media (max-width: 1199px) {
	#product .image {
		width: 250px !important;
		height: auto;
		float: none !important;
		text-align: center;
		margin: 0 0 15px
	}
}

@media (max-width: 767px) {
	#product .image {
		width: 240px !important;
		height: auto;
		float: none !important;
		text-align: center;
		margin: 0 0 15px;
		margin: 0 -7px 20px;
	}

	.ok {
		margin: 6px 0px 6px -8px;
	}

	.kontakts-info {
		margin-left: 8px !important;
	}
}


#product .image img {
	max-width: 290px !important;
	max-height: 300px !important;
	border: 1px solid #e6e6e6;
	padding: 35px;
	width: auto;
	height: auto;
}

@media (max-width: 1199px) {
	#product .image img {
		max-width: 200px !important;
		max-height: 100% !important;
		border: 1px solid #e6e6e6;
		padding: 35px;
	}
}

@media (max-width: 767px) {
	#product .image img {
		width: 90%;
		padding: 2px;
	}
}

#product .images {
	padding: 0;
	overflow: hidden;
	height: 100%;
}

#product .images a {
	float: left;
	background: #fff;
	margin: 0 7px 5px 0;
	display: block;
	text-align: center;
	width: 63px;
	height: 64px;
	line-height: 51px;
	border: 1px solid #b7b7b7;
	padding: 5px;
}

#product .images li {
	float: left;
	margin: 0 10px 0 0;
}

#product .images a:hover {
	border-color: #c00
}

#product .images img {
	vertical-align: middle;
}

@media (max-width: 767px) {
	#product .images img {
		border: 1px solid #e6e6e6;
		padding: 4px;
		margin-bottom: 13px;
		width: 100%;
		height: 100% !important;
	}
}

.dop-img-btn {
	background-color: #fcf8eb;
	border-radius: 4px !important;
	height: auto !important;
	font-size: 14px !important;
	border: 1px solid #d5d5d5 !important;
	padding: 8px 20px !important;
	margin-bottom: 5px !important;
	cursor: pointer !important;
	-webkit-box-shadow: 0px 3px 12px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 12px -7px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 12px -7px rgba(0, 0, 0, 0.75);
}

.wide .well {
	min-height: 0 !important;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

#product .annotation {
	margin: 0 0 15px
}

#product .to_cart {
	margin: 0 0 0 1px
}

#product_bottom {
	margin: 30px 0 0
}

#body {
	color: #333;
	line-height: 1.5em;
	font-size: 15px
}

.fastbuy {
	font-size: 14px;
	padding: 16px;
}

.fastbuy input {
	font-size: 16px;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0
}

.fastbuy input[type=text] {
	width: 280px;
	font-size: 15px;
	margin: 0 -11px 0 1px;
}

@media (max-width: 1199px) {
	.fastbuy input[type=text] {
		width: 217px;
		font-size: 15px;
		margin: 0 -11px 0 1px;
	}
}

@media (max-width: 767px) {
	.fastbuy input[type=text] {
		width: 218px;
		font-size: 17px;
		margin: 0 -11px 0 1px;
		padding: 6px 9px 6px 7px;
		height: 38px;
	}

	.fastbuy .btn-ok {
		padding: 5px 12px 3px 12px;
		height: 38px;
	}

}

.fastbuy .btn-ok {
	background-color: #ff2020;
	border: 1px solid #ff2020;
	border-radius: 0px;
	color: #fff !important;
	font-size: 15px;
	box-shadow: #fff 0 0 0 0 inset;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.fastbuy img {
	vertical-align: middle
}

.fastbuy_title {
	color: #333;
	margin: 5px 0 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.fastbuy .hint {
	color: #888888;
	line-height: 100%;
	margin: 0 0 12px;
	font-size: 13px;
}

#related_products {
	margin: 30px 0 0
}

#related_products .h {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-weight: 600;
	color: #333;
}

@media (max-width: 1199px) {
	#related_products .h {
		margin-top: 30px;
	}
}

.features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	border-top: 0;
}

.features li {
	padding: 10px 5px;
	overflow: hidden;
	background-color: #fff;
}

.features li.even {
	background-color: #e9e9e9;
}

.features label {
	font-style: normal;
	display: block;
	width: 30%;
	float: left;
}

.features p {
	float: left;
	display: block;
	width: 70%;
}


.tiny_products {
	text-align: center;
	overflow: hidden
}

.tiny_products .product {
	display: inline-block;
	margin-bottom: 10px;
	float: none;
	text-align: center;
	width: 160px
}

.tiny_products .product .image {
	float: none;
	width: 100%
}

.tiny_products .price {
	font-size: 18px !important;
	color: #c00 !important
}

.tiny_products .price span {
	font-size: 16px !important
}

/* Product */
.products .to_cart {
	width: 100%;
}

.products {
	margin: 20px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 10px;
	width: 100%;
}

@media (min-width: 768px) {
	.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 20px;
		margin: 20px -15px 20px 0;
	}
}

@media (min-width: 992px) {
	.products {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px 25px;
		margin: 20px -15px 20px 0;
	}
}

.products .product {
	height: 320px;
	float: left;
	border-radius: 10px;
	margin: 0 15px 15px 0;
	border: 1px solid #ccc;
	padding: 14px
}

.compare_price {
	font-size: 16px;
	color: #aaa;
	margin: 10px 0 0;
	line-height: normal
}

.compare_price s {
	color: #5FB435;
	font-size: 20px
}

.price {
	padding: 2px 10px;
	font-weight: 700;
	color: #000;
	font-size: 30px;
}

@media (max-width: 991px) {
	.price {
		font-size: 21px;
	}
}

.price span {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0;
}

.product {
	position: relative;
}

.product .compare a {
	color: #5fb435
}

.product .more a {
	color: #356ac6
}

.product a {
	color: #606060;
	z-index: 111;
	position: relative;
}

.product .image {
	width: 120px;
	margin: 0 15px 15px 0;
	height: 180px;
	line-height: 150px;
	float: left;
	text-align: center
}

.product .image img {
	max-width: 120px;
	max-height: 180px;
	vertical-align: middle;
	margin: 0 0 15px
}

.product .info {
	width: 180px;
	float: right;
}

.product h2 {
	font-weight: normal;
	margin: 0 0 12px;
	font-size: 24px;
	line-height: normal;
	color: #000000;
	display: inline-block
}

.product h2 a {
	color: #000;
	font-size: inherit;
	text-decoration: none
}

.product .variants {
	margin: 10px 0 0
}

.product .to_cart {
	margin: 0 0 0 10px
}

.product .annotation {
	margin: 0 0 15px
}

.product a.more {
	margin: 10px 0 0 20px;
	display: inline-block;
	color: #c70000;
	font-weight: bold;
	text-decoration: none
}

.product .lables {
	position: absolute;
	top: -15px;
	left: -15px
}

.product .box {
	display: none;
	background: #ffffec;
	border-radius: 5px;
	width: 200px;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	margin: 0
}

.product .box ul {
	list-style: none;
	margin: 0
}

.product .box li {
	margin: 0 0 3px
}

.product .box label {
	font-weight: 700;
	color: #000
}

.product.hover .box {
	display: block
}

.to_cart {
	border: 0;
	color: #ffffff !important;
	font-size: 16px;
	cursor: pointer;
	width: 200px;
	height: 41px;
	border-radius: 5px;
	font-weight: 500;
	margin-bottom: 20px;
	display: inline-block;
	box-shadow: 0px 4px 6px 0px rgba(41, 113, 33, 0.74);
	text-shadow: 0px -1px 0px rgb(25, 62, 21);
	background-color: #55a84c;
	border-bottom: 2px solid #367b2e;
}

@media (max-width: 767px) {
	.to_cart {
		height: 42px;
		border-bottom: 3px solid #367b2e;
		width: 80%;
	}
}

.to_cart:hover {
	height: 42px;
	font-weight: 500;
	background-color: #367b2e;
	border-bottom: 3px solid #367b2e;
}

@media (max-width: 767px) {
	.to_cart:hover {
		height: 42px;
		font-weight: 500;
		background-color: #367b2e;
	}
}

.sort,
.sort a,
#brands {
	margin: 0 0 15px
}

.sort a.selected,
#brands a.selected {
	background: #cd1c12;
	color: #fff;
	padding: 1px 3px;
	text-decoration: none
}

#brands a {
	margin: 0 5px 0 0
}

.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}

.pagination a {
	display: block;
	float: left;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 4px;
	min-width: 22px;
	text-align: center;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}

.pagination a.selected:hover,
.pagination a.selected {
	background-color: #db0012;
	color: #ffffff;
	border-color: #d00042;
}

.pagination a:hover {
	background-color: #f8f8f8;
}

.pagination a.next_page_link,
.pagination a.prev_page_link {
	border: none;
	background: none;
}

/* @end */

/* Footer */
#footer {
	margin: 0;
	padding: 20px;
	border-radius: 0;
	color: #414141;
	background: #eaeaea;
	border-top: 6px solid #dcdcdc;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	left: 0;
	right: 0;
}

#footer ul {
	float: right;
	list-style: disc;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px
}

#footer ul li {
	float: left;
	padding: 0 18px 0 0
}

#footer ul li:first-child {
	list-style: none
}

#copy p {
	margin: 5px 0 0
}

.main_content {
	text-align: justify;
}

.main_content h2 {
	margin: 20px 0 0 0;
}

.main_content ol {
	counter-reset: li;
	padding: 0;
	list-style: none;
}

.main_content ol li {
	position: relative;
	margin: 0 0 6px 2em;
	padding: 4px 8px;
	border-top: 2px solid #2c9422;
}

.main_content ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -2px;
	left: -2em;
	width: 2em;
	padding: 4px 0;
	border-top: 2px solid #2c9422;
	color: #fff;
	background: #2c9422;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}

.b-text {
	font-weight: bold;
}

input.button4 {
	position: relative;
	display: inline-block;
	font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color: #F5F5F5;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	padding: 0.3em 1em;
	outline: medium none;
	border: medium none;
	border-radius: 3px;
	background: linear-gradient(#82D18D, #0C9C0D) repeat scroll 0% 0% #0C9C0D;
	box-shadow: 0px -1px 1px #72DE26 inset, 0px 1px 1px #98FF98 inset, 0px 0px 0px 1px #3CAA3C, 0px 2px 5px rgba(0, 0, 0, 0.3);
	animation: 1.2s linear 0s normal none infinite running pulsate;
	cursor: pointer;
}


/*==================================== ASTERR ===============================*/
.sidebar {
	padding-left: 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	overflow: hidden;
}

.main-container {
	background: #FFF;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-top: -20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

@media (max-width: 767px) {
	#footer {
		margin: 0;
		width: 100%;
	}

	#wrap {
		padding: 15px;
		width: 100%;
	}
}

.footer,
.banner-iqos-col img,
.side-menu #dropdown .panel-body .navbar-nav {
	width: 100%;
}

:focus {
	outline: none;
}

.side-menu {
	position: relative;
	width: 100%;
	height: inherit;
	background-color: #f8f8f8;
	border-right: 1px solid #e7e7e7;
}

.side-menu .navbar {
	border: none;
}

.side-menu .navbar-header {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}

.side-menu .navbar-nav .active a {
	background-color: transparent;
	margin-right: -1px;
	border-right: 5px solid #e7e7e7;
}

.side-menu .navbar-nav li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}

.side-menu .navbar-nav li a {
	padding: 15px;
}

.side-menu .navbar-nav li a .glyphicon {
	padding-right: 10px;
}

.side-menu #dropdown {
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}

.side-menu #dropdown .caret {
	float: right;
	margin: 9px 5px 0;
}

.side-menu #dropdown>a {
	border-bottom: 1px solid #e7e7e7;
}

.side-menu #dropdown .panel-body {
	padding: 0;
	background-color: #f3f3f3;
}

.side-menu #dropdown .panel-body .navbar-nav li {
	padding-left: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.side-menu #dropdown .panel-body .navbar-nav li:last-child {
	border-bottom: none;
}

.side-menu #dropdown .panel-body .panel>a {
	margin-left: -20px;
	padding-left: 35px;
}

.side-menu #dropdown .panel-body .panel-body {
	margin-left: -15px;
}

.side-menu #dropdown .panel-body .panel-body li {
	padding-left: 30px;
}

.side-menu #dropdown .panel-body .panel-body li:last-child {
	border-bottom: 1px solid #e7e7e7;
}

.side-menu #search-trigger {
	background-color: #f3f3f3;
	border: 0;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 18px;
}

.side-menu .brand-name-wrapper {
	min-height: 50px;
}

.side-menu .brand-name-wrapper .navbar-brand {
	display: block;
}

.side-menu #search {
	position: relative;
	z-index: 1000;
}

.side-menu #search .panel-body {
	padding: 0;
}

.side-menu #search .panel-body .navbar-form {
	padding: 0;
	padding-right: 50px;
	width: 100%;
	margin: 0;
	position: relative;
	border-top: 1px solid #e7e7e7;
}

.side-menu #search .panel-body .navbar-form .form-group {
	width: 100%;
	position: relative;
}

.side-menu #search .panel-body .navbar-form input {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	height: 50px;
}

.side-menu #search .panel-body .navbar-form .btn {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	border-radius: 0;
	background-color: #f3f3f3;
	padding: 15px 18px;
}

/* Main body section */
.side-body {
	margin-left: 310px;
}

/* small screen */
@media (max-width: 768px) {
	.side-menu {
		position: relative;
		width: 100%;
		height: 0;
		border-right: 0;
		z-index: 1111;
	}

	.side-menu .navbar {
		z-index: 999;
		position: relative;
		height: 0;
		min-height: 0;
		background-color: none !important;
		border-color: none !important;
	}

	.side-menu .brand-name-wrapper .navbar-brand {
		display: inline-block;
	}

	/* Slide in animation */
	@-moz-keyframes slidein {
		0% {
			left: -400px;
		}

		100% {
			left: 10px;
		}
	}

	@-webkit-keyframes slidein {
		0% {
			left: -400px;
		}

		100% {
			left: 10px;
		}
	}

	@keyframes slidein {
		0% {
			left: -400px;
		}

		100% {
			left: 10px;
		}
	}

	@-moz-keyframes slideout {
		0% {
			left: 0;
		}

		100% {
			left: -400px;
		}
	}

	@-webkit-keyframes slideout {
		0% {
			left: 0;
		}

		100% {
			left: -400px;
		}
	}

	@keyframes slideout {
		0% {
			left: 0;
		}

		100% {
			left: -400px;
		}
	}

	/* Slide side menu*/
	/* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
	.side-menu-container>.navbar-nav.slide-in {
		animation: slidein 400ms forwards;
		transform-style: preserve-3d;
		display: block !important;
	}

	.side-menu-container {
		z-index: 11;
		position: relative;
	}

	.side-menu-container>.navbar-nav {
		/* Add position:absolute for scrollable menu -> see top comment */
		position: relative;
		width: 93%;
		max-width: 360px;
		z-index: 1111111;
		left: -400px;
		top: -16px;
		display: none !important;
		height: 100%;
		border-right: 1px solid #e7e7e7;
		background-color: #f8f8f8;
		overflow: auto;
		animation: slideout 0ms forwards;
		transform-style: preserve-3d;
		box-shadow: -1px 23px 50px -14px rgba(0, 0, 0, 0.75);
	}

	@-moz-keyframes bodyslidein {
		0% {
			left: 0;
		}

		100% {
			left: 400px;
		}
	}

	@-webkit-keyframes bodyslidein {
		0% {
			left: 0;
		}

		100% {
			left: 400px;
		}
	}

	@keyframes bodyslidein {
		0% {
			left: 0;
		}

		100% {
			left: 400px;
		}
	}

	@-moz-keyframes bodyslideout {
		0% {
			left: 400px;
		}

		100% {
			left: 0;
		}
	}

	@-webkit-keyframes bodyslideout {
		0% {
			left: 400px;
		}

		100% {
			left: 0;
		}
	}

	@keyframes bodyslideout {
		0% {
			left: 400px;
		}

		100% {
			left: 0;
		}
	}

	/* Slide side body*/
	.side-body {
		margin-left: 5px;
		margin-top: 70px;
		position: relative;
		animation: bodyslideout 400ms forwards;
		transform-style: preserve-3d;
	}

	.body-slide-in {
		animation: bodyslidein 400ms forwards;
		transform-style: preserve-3d;
	}

	/* Search */
	#search .panel-body .navbar-form {
		border-bottom: 0;
	}

	#search .panel-body .navbar-form .form-group {
		margin: 0;
	}

	.side-menu .navbar-header {
		/* this is probably redundant */
		position: fixed;
		z-index: 3;
		background-color: #f8f8f8;
	}

	/* Dropdown tweek */
	#dropdown .panel-body .navbar-nav {
		margin: 0;
	}
}

.fone-number {
	padding-top: 15px;
}

.fone-number a {
	text-decoration: none !important;
}

@media (max-width: 991px) {
	.fone-number {
		padding-top: 20px;
	}
}

.fone-number p {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 2px solid #d2d2d2;
}

@media (max-width: 1199px) {
	.fone-number p {
		font-size: 17px;
	}
}

.fone-number p span {
	font-size: 20px;
	font-weight: 400;
	color: #a4a4a4;
	padding-bottom: 4px;
	border-bottom: 2px solid #fa3b3b;
}

@media (max-width: 1199px) {
	.fone-number p span {
		font-size: 17px;
	}
}

#fancybox-img {
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-img img {
	width: 50% !important;
}

.menu-top-style {
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	background-color: #fff;
	border-top: 3px solid #ff2020;
}

.poisk-style {
	float: right;
}

.poisk-style input {
	font-size: 12px;
	color: #626262;
	padding: 8px 0 8px 8px !important;
}

.input-text-poisk {
	padding: 7px 8px 6px 7px !important;
	border: 1px solid #e4e4e4 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.btn-poisk {
	background-image: url(/img/magnifier.png) !important;
	background-repeat: no-repeat;
	padding: 4px 0 2px 0 !important;
	width: 34px;
	height: 33px;
	margin-left: -3px;
	background-position: center;
	background-color: #ff2020;
	border: 1px solid #de0202;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media (max-width: 767px) {
	.btn-poisk {
		width: 40px;
		height: 34px;
		margin-top: -5px;
	}
}

.xs-style-menu-container {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

@media (max-width: 767px) {
	.xs-style-menu-container {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}


.placeholder-text {
	position: absolute;
	top: auto;
	left: auto;
	z-index: 1;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	padding: 8px 9px 9px 8px !important;
	margin-left: 1px;
	margin-top: 1px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 15px 20px !important;
}

@media (max-width: 1199px) {
	.nav>li>a {
		padding: 15px 10px !important;
	}
}

@media (max-width: 991px) {
	.nav>li>a {
		padding: 15px 9px 15px 10px !important;
	}
}

.menu-bottom-style,
.menu-bottom-style li {
	z-index: 1;
	position: relative;
}

.menu-bottom-style li a {
	font-size: 13px;
	font-weight: 500;
	border-right: 1px solid #e8e8e8;
	color: #6d6d6d !important;
	background-color: #f8f8f8;
}

.menu-bottom-style li a:hover {
	border-right: 1px solid rgb(232, 232, 232);
	color: #ec0909 !important;
	background-color: #fdfdfd !important;
}

@media (max-width: 767px) {
	#catalog_menu li li>a {
		display: block;
		color: #c70000;
		padding: 11px 10px 11px 20px !important;
		background-color: rgba(255, 255, 255, 0.42);
		text-decoration: none;
		font-size: 14px;
	}

	#catalog_menu li li li a {
		padding-left: 14% !important;
	}

}

.net-v-nalishii {
	font-size: 14px;
	color: #2b0202;
	font-weight: 600;
	background-color: rgb(255, 255, 255);
	padding: 11px 0 31px 0;
	z-index: 111;
	position: relative;
	opacity: 0.8;
}

.annotation p {
	margin: 0;
}

.few-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--lines, 4);
    overflow: hidden;
    text-overflow: ellipsis;
}

.name-products {
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: auto;
	word-break: break-word;
}

.name-products a {
	color: #085eab;
}

.name-products a:hover {
	color: #ff2020;
}

.products-col {
	border: 1px solid #ececec;
	text-align: center;
	box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.21);
	padding: 10px 10px 0;
	display: flex;
    flex-direction: column;
}

.products-col:hover {
	border: 1px solid #ececec;
	box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.11);
}

.products-col a {
	font-weight: 500;
	font-size: 15px;
	z-index: 1;
	position: relative;
}

.products-col .info {
	margin: -7px 0 0 0;
}

.products-col .image {
	display: block;
}

.products-col .image__photo {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
}

.products-col .image__photo img {
	border-radius: 3px;
	width: auto;
    height: auto;
	max-width: 100%;
}

@media (max-width: 767px) {
	.products-col .image__photo {
		aspect-ratio: 1;
	}
}

@media (max-width: 1199px) {
	.products-col .image {
		background-color: rgba(247, 247, 247, 0.54);
	}
}

.products-col .annotation a {
	font-size: 13px;
	color: #36942c;
	text-decoration: underline;
	font-weight: 400;
}

.alex-col-product h1 {
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 4px;
}

.alex-col-product .ok i {
	font-size: 20px;
	color: #55a84c;
	padding-right: 7px;
	margin-top: 0;
	float: left;
}

.alex-col-product .variants {
	margin: 20px 0 10px 0;
}

.alex-col-product .price {
	padding: 1px 9px;
	font-weight: bold;
	color: #26a118;
	border-radius: 4px;
	font-size: 31px;
	letter-spacing: -1px;
	background-color: #fcf8eb;
	border: 1px solid #efede6;
	float: left;
	margin-bottom: 15px;
}

.col-xs-price {
	display: block;
}

.kontakts-info {
	background-color: #fafafa;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	line-height: 19px;
	padding: 10px 0px;
	margin: 0px;
	margin-left: 15px;
}

.kontakts-info p {
	margin: 0 0 2px;
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
}

.kontakts-info p span {
	font-size: 15px;
	font-weight: 400;
}

.cart-pusto em {
	font-style: normal;
}

.cart-pusto {
	background-color: #f3f3f3;
	padding: 13px 18px;
	border-radius: 31px;
	font-size: 12px;
	text-align: center;
	margin-top: 1px;
	color: #5f6c77;
	border: 1px solid #e9edef;
	width: 145px;
	float: right;
	margin-right: 5px;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.cart-pusto {
		padding: 12px 10px 12px 16px;
		font-size: 14px;
		margin-top: -7px;
		width: 49px;
		margin-right: 10px;
	}
}

.catalog-tittle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 11px 10px 10px 15px;
	margin: 0;
	background-color: #ff2020;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-self: center;
	justify-content: space-between;
	align-content: center;
}

.contakts-col-top a {
	color: initial;
	text-decoration: none !important;
}

.contakts-col-top {
	margin-top: 3px;
}

@media (max-width: 991px) {
	.contakts-col-top {
		width: 22% !important;
		margin: 0 -4px;
	}
}

.left-col-number {
	margin-left: 35px !important;
	margin-top: -10px;
}

@media (max-width: 1199px) {
	.left-col-number {
		margin-left: 20px !important;
		margin-right: 20px;
		padding-top: 5px;
	}
}

.cart-full em {
	font-style: normal;
}

.cart-full {
	background-color: #ff2020;
	padding: 16px 20px;
	border-radius: 31px;
	font-size: 12px;
	text-align: center;
	margin-top: -7px;
	color: #ffffff;
	float: right;
	border: 1px solid #e9edef;
	width: 280px;
	display: flex;
	justify-content: space-evenly;
}

@media (max-width: 991px) {
	.cart-full {
		padding: 16px 1px 15px 1px;
		margin-top: -3px;
		border: 3px solid #dedede;
		width: 60px;
	}
}

@media (max-width: 767px) {
	.cart-full {
		background-color: #ff2020;
		padding: 22px 3px 50px 3px;
		border-radius: 2px;
		font-size: 13px;
		margin-top: 0;
		border: 1px solid #e9edef;
		width: 103%;
		bottom: 0;
		position: fixed;
		left: -2%;
		z-index: 1;
		overflow: hidden;
		display: block;
	}

	.alex-col-product h1 {
		display: block !important
	}
}

.cart-full:hover {
	background-color: #b32424;
}

.cart-full a {
	color: #fff;
}

#cart_informer a:hover {
	text-decoration: none !important;
}

a.admin_bookmark {
	position: absolute;
	left: 3%;
	top: 0;
	z-index: 11111 !important;
	width: 12px;
	height: 35px;
	background-repeat: no-repeat;
}


#fancybox-wrap {
	position: fixed;
	background: #fff;
	top: 4% !important;
	left: 0;
	padding: 4px;
	z-index: 1101;
	outline: none;
	min-width: 640px;
	display: none;
}

@media (max-width: 767px) {
	#fancybox-wrap {
		position: absolute;
		z-index: 11111 !important;
		top: 12% !important;
		left: 1% !important;
		padding: 1px 0 !important;
		width: 90% !important;
		max-width: 890px;
		margin-left: 0px;
		background-color: #fff;
	}
}

.artikul {
	font-size: 13px;
	background-color: #fafafa;
	margin: 7px 0 -5px 0;
	padding: 2px 4px 3px 5px;
	width: 80%;
}


.cart-page h1 i {
	font-size: 25px;
	padding-left: 0;
	margin-left: -10px;
	margin-top: 20px;
	color: #409737;
}

@media (max-width: 767px) {
	.navbar-collapse.in {
		overflow-y: auto;
		margin-bottom: -685px !important;
	}
}

@media (max-width: 767px) {
	.cart-page h1 {
		font-size: 18px !important;
		padding-left: 20px;
		font-weight: 600;
		margin: 0 0 10px 0;
	}

	#footer {
		margin: 0 -15px;
	}

	.cart-page {
		margin-left: -32px;
		margin-right: -32px;
		padding-left: 10px;
		padding-right: 0px;
		z-index: 1;
		position: relative;
	}

	#purchases td.cost {
		font-size: 13px
	}

	.cart-page h1 i {
		margin-top: 0;
	}
}

.btn-style-checkout {
	background-color: #ff2020;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	margin-top: 10px;
	color: #fff;
}

.btn-style-checkout:hover {
	background-color: #da1324;
	color: #fff;
}

#myModal .modal-body img,
#myModal2 .modal-body img,
.dostavka-col .form {
	width: 100%;
}

.dostavka-col {
	width: 60%;
}

@media (max-width: 1199px) {
	.dostavka-col {
		width: 70%;
	}
}

@media (max-width: 991px) {
	.dostavka-col {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.dostavka-col {
		width: 98%;
	}
}

.vidu-polomok {
	padding: 20px 0;
	padding-left: 20px !important;
	padding-right: 45px !important;
}

.vidu-polomok .tittle-md {
	margin-bottom: 10px;
}

.vidu-polomok span {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

.tab-vidu-polomok {
	padding-left: 0;
	padding-right: 0;
	margin: 0 -15px;
}

.tab-vidu-polomok .nav a {
	padding: 10px !important;
}

.tab-vidu-polomok .active a {
	background-color: #d34941 !important;
}

.tab-vidu-polomok .tab-pane {
	border: 1px solid #d8d8d8;
	padding: 15px 20px 20px 30px;
	background-color: #f8f8f8;
	border-radius: 2px;
}


.tab-vidu-polomok .tab-pane p {
	margin: 0;
}

/*================================== PAGE IQOS========================================*/

.iqos-block {
	margin: 0;
	padding: 0;
}

.iqos-block p {
	font-size: 17px;
	line-height: 27px;
}

.iqos-block h1 {
	font-size: 33px !important;
	font-weight: 900;
	line-height: 44px;
}

.iqos-block h1 span {
	color: #d34941;
}

.iqos-block h1 em {
	font-size: 46px;
	font-weight: 900;
	color: #000;
	font-style: normal;
}

.header-i {
	text-align: center;
	background-image: url(/design/Bootstrap_optimaize/images/logo-iqos.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0;
}

.container-hide {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

.tetx-block-1 {
	padding: 10px 20px;
	margin-bottom: 20px;
}

.remont-iqos {
	text-align: center;
}

.tittle-md {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 20px;
}

.remont-iqos,
.our-advantages-iqos,
.video-razborka {
	padding: 10px 45px 10px 20px;
}

.replacing-heater i {
	padding-right: 5px;
	font-size: 23px;
	color: #d34941;
}

.replacing-heater p {
	font-size: 23px;
	font-weight: 600;
	text-align: left;
}

.remont-iqos .hedaer-table {
	background-color: #000 !important;
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-weight: 400;
}

.remont-iqos .hedaer-table span {
	text-align: right;
	float: right;
}

.remont-iqos ul {
	list-style-type: none;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.remont-iqos ul li {
	padding: 7px 14px;
	background-color: #f5f5f5;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

.remont-iqos ul li:nth-child(2n) {
	background-color: #e6e6e6;
}

.remont-iqos ul li:hover {
	background-color: #ffe7e7;
}

.remont-iqos ul li span,
.side-menu #dropdown .indicator {
	float: right;
}

.our-advantages-iqos-info h3 {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 30px;
	margin-top: 30px;
}

.our-advantages-iqos-info h3 em {
	font-style: normal;
	color: #d34941;

}

.our-advantages-iqos-info h3 span {
	font-size: 58px;
}

.our-advantages-iqos-info img {
	padding-left: 50px;
	padding-top: 60px;
}

.our-advantages-iqos-info ul {
	list-style-type: none;
}

.our-advantages-iqos-info ul li {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	padding: 12px 10px 12px 1px;
}

.our-advantages-iqos-info ul li i {
	padding-right: 10px;
	color: #d34941;
	font-size: 20px;
}

.our-advantages-iqos-info ul li:hover {
	-webkit-box-shadow: 0px 2px 45px -19px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 45px -19px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 45px -19px rgba(0, 0, 0, 0.75);
}

.video-razborka {
	margin-top: 30px;
}

.summarizing {
	background-image: url(/design/Bootstrap_optimaize/images/podwodya-itogi-remonta.jpg);
	margin: 30px 0 40px -30px;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 40px !important;
	padding-right: 40px !important;
	width: 102.6% !important;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
}

.summarizing h4 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}

.summarizing p {
	color: #fff;
	font-weight: 400;
	margin: 0 0 30px;
	line-height: 28px;
}

#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}

#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}

#quote-carousel .carousel-control.right {
	right: 50px;
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
	width: 30px;
	height: 30px;
	margin: 5px;
	cursor: pointer;
	border: 4px solid #777;
	border-radius: 50px;
	opacity: 0.4;
	overflow: hidden;
	transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	border-color: #f33;
	opacity: 1;
	overflow: hidden;
}

.carousel-inner {
	min-height: 250px;
}

.koment-iqos .tittle-md {
	text-align: center;
	margin-bottom: 10px;
}

.time-repeir {
	padding: 30px 45px 0px 20px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin: 30px 20px 30px 0px;
}

.time-repeir span {
	font-weight: 900;
	color: #d34941;
}

.footer-kontakts {
	padding: 10px 45px 10px 20px;
}

.footer-kontakts b,
strong {
	font-weight: 700;
	font-size: 18px;
}

.footer-kontakts a {
	color: #3985c5;
	text-decoration: none;
	font-size: 20px !important;
	font-weight: 600;
}

/*================================== END PAGE IQOS========================================*/




/*------- оплата заказа картой при условии если товар в гугл листе --------*/
.favoritessheet li:nth-child(2) {
	display: block !important;
}


/*------ END оплата заказа картой при условии если товар в гугл листе -----------*/



/*================================== PAGE IQOS 2========================================*/

.col-bottom-iqos em {
	float: right;
	background: rgba(229, 70, 89, 1);
	background: linear-gradient(to right, rgba(229, 70, 89, 1) 0, rgba(205, 47, 121, 1) 100%);
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	vertical-align: middle;
	font-style: normal;
	border-radius: 4px;
}

.col-bottom-iqos em a {
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	display: block;
	line-height: 24px;
	font-weight: 400;
}

.col-bottom-iqos em:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.col-bottom-iqos svg {
	float: left;
	margin: 0 9px 0 -5px;
}

.header-iqos-h1 {
	background-image: url(/design/Bootstrap_optimaize/images/banner-iqos-header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 370px;
}

.text-next-banner {
	padding: 10px 15px 20px 15px;
	font-weight: 300;
	font-size: 15px;
	color: #000;
}

.price-remont-iqos-tittle {
	font-size: 18px;
	font-weight: 600;
	background-color: #f2f4f7;
	padding: 15px 20px;
	border: 1px solid #e4e8ef;
}

.prices-iqos table th {
	background-color: #505158 !important;
	color: #fff;
	padding: 10px 22px !important;
	font-size: 17px;
}

.prices-iqos table td {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #000;
	line-height: 28px !important;
}

.prices-iqos table td span {
	color: #886868;
	font-size: 13px;
	font-weight: 300;
	float: none;
	display: block;
	margin: -2px 0 0 0;
}

.tit-table {
	font-size: 16px !important;
	font-weight: 400 !important;
	text-align: left !important;
	padding: 16px 0 16px 18px !important;
	vertical-align: middle;
}

.prices-iqos table tr:hover {
	background-color: #fbf8ef !important;
	box-shadow: 1px 1px 29px -20px rgba(0, 0, 0, 0.75);
	z-index: 11;
	transition: 0.2s;
	position: relative;
}

.prices-iqos table tr {
	z-index: 112;
	position: relative;
}

.price-remont-iqos {
	box-shadow: 0px 2px 24px -17px rgba(0, 0, 0, 0.75);
	margin-bottom: 40px;
}

.kontakts-iqos-remont {
	margin-bottom: 40px;
}

.col-top-iqos {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px 30px;
	font-size: 19px;
	font-weight: 600;
	display: inline-table;
	width: 100%;
}

.col-text-contakt img {
	margin: 8px 0 0 20px;
}

.col-bottom-iqos {
	border: 1px solid #ddd;
	padding: 5px 30px;
	margin-top: -1px;
	background-color: #f2f4f7;
	display: inline-table;
	width: 100%;
}

.col-text-contakt {
	float: left;
}

.tel-iqos {
	float: left;
	margin-right: 6px;
	margin-left: 17px;
}

.tel-iqos a {
	font-size: 18px;
	font-weight: 700;
}

.tel-iqos span {
	font-size: 13px;
	font-weight: 300;
	float: none;
	display: block;
	margin: -5px 0 0 0;
}

.col-bottom-iqos p {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	float: left;
	padding: 4px 0 0 0;
}

.coms-cols {
	padding: 24px 25px;
	border: 1px solid #e4e8ef;
	margin-top: -1px;
}

.coms-cols:hover {
	box-shadow: 0px 0px 11px -10px rgba(0, 0, 0, 0.75);
	background-color: #fffef9;
}

.coms-cols .icon-komment {
	float: left;
	padding-right: 15px;
}


.coms-cols .name-coms {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}

.coms-cols p {
	padding: 0 0 0 50px;
	font-weight: 300;
	font-size: 15px;
	color: #000;
}

.map-iqos {
	margin-top: 40px;
	margin-bottom: 30px;
}

.map-iqos iframe {
	width: 100%;
	border: 1px solid #e4e8ef !important;
}

.map-iqos p {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}


.prices-iqos .table {
	margin-bottom: 0px;
}

.prices-iqos .table-striped>tbody>tr:nth-of-type(2n+1) {
	background-color: rgba(185, 185, 185, 0.16)
}

@media (max-width: 1199px) {
	.header-iqos-h1 {
		height: 290px;
		background-size: contain;
	}

	.prices-iqos table td {
		line-height: 20px !important;
		font-size: 17px;
	}

	.tit-table {
		font-size: 15px !important;
		padding: 12px 0 12px 13px !important;
	}

	.prices-iqos table td span {
		font-size: 12px;
		margin: -4px 0 0 0;
	}

	.prices-iqos table th {
		padding: 10px 13px !important;
		font-size: 15px;
	}

	.price-remont-iqos-tittle {
		padding: 9px 20px;
	}

	.col-top-iqos {
		padding: 15px 20px;
		font-size: 15px;
	}

	.col-text-contakt img {
		margin: 3px 0 0 5px;
	}

	.tel-iqos a {
		font-size: 16px;
		font-weight: 700;
	}

	.tel-iqos {
		margin-right: 3px;
		margin-left: 10px;
	}

	.col-bottom-iqos {
		padding: 5px 20px;
	}

	.coms-cols {
		padding: 16px 17px;
	}
}

@media (max-width: 991px) {
	.header-iqos-h1 {
		height: 200px;
		background-size: contain;
	}

	.text-next-banner {
		padding: 10px 5px 15px 5px;
	}

	.prices-iqos table th {
		padding: 10px 4px !important;
		font-size: 12px;
		font-weight: 500;
		width: 120px;
		text-align: center;
	}

	.col-bottom-iqos em {
		float: left;
		margin: 7px 0;
	}

	.tit-table {
		font-size: 13px !important;
		padding: 9px 5px 8px 8px !important;
	}

	.prices-iqos table td {
		line-height: 20px !important;
		font-size: 15px;
		margin: 6px 0 0 0;
		vertical-align: middle !important;
	}

	.prices-iqos table td span {
		margin: 0;
	}

	.price-remont-iqos-tittle {
		padding: 7px;
		font-size: 16px;
	}

	.col-text-contakt {
		float: left;
		width: 100%;
	}

	.tel-iqos {
		margin-right: 9px;
		margin-left: 0px;
		width: 100%;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.tel-iqos a {
		font-size: 17px;
		font-weight: 700;
	}

	.col-top-iqos {
		padding: 16px 20px;
		font-size: 17px;
	}

}

.coms-cols img {
	margin: -4 0 0 0;
}

@media (max-width: 767px) {
	.h {
		border-bottom: 1px dotted #fff;
		padding: 0 !important;
		margin: 7px 0 12px 0 !important;
		width: 100%;
	}

	.tit-table {
		font-size: 13px !important;
		padding: 2px 1px 2px 3px !important;
		white-space: pre-wrap !important;
		vertical-align: middle !important;
	}

	.price-remont-iqos,
	.kontakts-iqos-remont {
		margin: 10px -10px 40px 0;
	}

	.prices-iqos table th {
		padding: 4px 4px !important;
		white-space: pre-wrap !important;
		width: auto;
		vertical-align: middle !important;
		text-align: left;
	}

	.comments-iqos-col {
		margin: 0 -10px 0 0;
	}

	.coms-cols img {
		width: 40px;
		margin: -3px 0 0 10px !important;
	}

	.coms-cols .icon-komment {
		float: left;
		padding-right: 15px;
		display: none;
	}

	.map-iqos iframe {
		max-width: 100%;
		border: 1px solid #e4e8ef !important;
		margin-left: 0;
		margin-right: 0;
	}

	.coms-cols p {
		padding: 0;
	}

	.header-iqos-h1 {
		height: 170px;
		top: 112px;
		background-size: cover;
		margin: -135px -30px 0 -30px;
		background-position: top left;
		width: 124%;
		display: block;
	}

	.main-container {
		overflow: hidden;
	}

	.rating {
		margin: 10px 0 10px 5px;
	}

	.nav>li>a {
		padding: 10px !important;
		font-weight: 400;
		color: #000;
	}

	.content {
		padding-right: 1px !important;
		padding-left: 1px !important;
	}


	.prices-iqos table td {
		line-height: 16px !important;
		padding: 9px 7px !important;
		font-size: 14px;
		margin: 8px 0 -1px 0px;
		vertical-align: middle !important;
	}

	.breadcrumb {
		padding: 8px 7px !important;
		margin: -15px 0 -10px 0;
		margin-bottom: -10px !important;
	}

	.delivery_payment {
		padding: 0 0 0 20px;
		margin: 0;
	}

}

/*================================== END PAGE IQOS 2========================================*/


/*================================== IFrame ================================ */

.iframe .cart-page {
	width: 62%;
	float: left;
	margin-left: -8px;
	margin-top: -10px;
}

.iframe .dostavka-col {
	width: 37%;
	float: right;
	margin-top: -14px;
	padding-bottom: 0px !important;
}

.iframe .form {
	width: 100% !important;
}

.iframe .spisok-pokupok {
	height: 500px !important;
	overflow-y: auto;
}

.iframe .colum-adres-polushetelya {
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 13px !important;
	padding-right: 13px !important;
	border-radius: 4px;
	background-color: #f3f3f3;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-content {
	width: 0;
	width: auto !important;
	height: 0;
	padding: 0;
	text-align: center;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -25px;
	right: -20px;
	width: 30px;
	height: 30px;
	background: transparent url(/js/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font-size: 12px;
	line-height: 1.2;
	padding: 14px;
	margin: 0;
}


#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left,
#fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left,
#quote-carousel .carousel-control.left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(/js/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(/js/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-nav span {
	visibility: visible !important;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-position: -40px -122px;
}

#fancybox-title {
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

.order-page {
	z-index: 111;
	position: relative;
}

.kolishestvo-kupili {
	padding: 13px 10px !important;
}


/* доставка блок */

.deliveries__col h2,
.cart-page h1 {
	font-size: 19px;
	padding-left: 20px;
	margin-top: 10px;
}

.deliveries__col h3 {
	font-size: 15px;
	padding-left: 0;
}

.deliveries__col ul li {
	padding: 0 10px;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
}

.flex__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.two__col {
	width: 48%;
	margin-right: 2%;
}

/* END доставка */


/* модалка позвонить или написать */

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
}

.modal__tel {
	display: none;
	position: fixed;
	z-index: 1111;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}


.popup-modal__tel {
	margin: revert;
	bottom: 0;
	padding: 20px;
	border-radius: 5px;
	width: auto;
	position: fixed;
	left: 0;
	right: 0;
}

.popup-modal__tel .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 500ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup-modal__tel .close:hover {
	color: #06D85F;
}

.popup-modal__tel .content {
	max-height: 30%;
	overflow: auto;
}

.close-modal__tel {
	padding: 9px;
	text-align: center;
	font-size: 16px;
	border: none;
	outline: none;
	background-color: #fff;
	width: 100%;
	margin-bottom: 20px;
}

.content-modal__tel ul,
.content-modal__mes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.content-modal__tel ul li a {
	color: #d70000;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
}

#popup1,
.trigger-button-tel,
.trigger-button-mes,
.gogle-items li:nth-child(2),
.col-text-contakt img {
	display: none;
}


.trigger-button-tel svg,
.trigger-button-mes svg {
	margin-right: 5px;
}

@media (max-width: 767px) {
	.trigger-button-tel {
		display: flex;
		background-color: #3aad2d;
		border: 1px solid #3aad2d;
		padding: 6px 3vw;
		margin: 0 0 0 5px;
		font-weight: 400;
		font-size: 15px;
		border-radius: 10px;
	}

	.trigger-button-mes {
		color: #444a44;
		display: flex;
		background-color: #fefefe;
		border: 1px solid #acadac;
		padding: 6px 2vw;
		margin: 10px 10px 10px 5px;
		font-weight: 400;
		font-size: 19px;
		border-radius: 5px;
	}

	.myBtn__bottom {
		bottom: 0%;
		position: fixed;
		z-index: 1111;
		width: 100vw;
		left: 0%;
		height: 46px;
		font-size: 15px;
		font-weight: 500;
		background-color: #c5f3c0;
		border: 1px solid #c5f3c0;
		display: flex;
		align-items: center;
		color: #ffffff;
		border-radius: 2px;
	}
}


/*Написать текст месенджеры*/


.modal__mes {
	display: none;
	position: fixed;
	z-index: 1111;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.popup-modal__mes {
	margin: revert;
	bottom: 0;
	padding: 20px;
	border-radius: 5px;
	width: auto;
	position: fixed;
	left: 0;
	right: 0;
}

.popup-modal__mes .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 500ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup-modal__mes .close:hover {
	color: #06D85F;
}

.popup-modal__mes .content {
	max-height: 30%;
	overflow: auto;
}

.close-modal__mes {
	padding: 9px;
	text-align: center;
	font-size: 16px;
	border: none;
	outline: none;
	background-color: #fff;
	width: 100%;
	margin-bottom: 20px;
}



.content-modal__mes ul li,
.content-modal__tel ul li {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.content-modal__mes ul li a {
	color: #d70000;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-modal__mes ul li a svg {
	margin-right: 10px;
}

/* END модалка позвонить или написать */
.mobline-sale-box {
	width: 100%;
	display: block;
	position: relative;
	z-index: 111;
	margin-bottom: 10px;
}

.mobline-sale-box img {
	max-width: 100%;
	height: auto;
}

.mobline-sale-box a:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.mobline-sale-box {
		padding: 0;
		margin: -16px -16px 16px -16px;
		width: 100vw;
	}
}

.lang-selector {
	font-size: 11px;
	padding: 1px 10px 0 10px;
	margin-top: -12px;
	margin-bottom: 8px;
	color: #fff;
	background-color: #FF2020;
	height: 18px;
	float: right;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: 15px;
	text-align: center;
}

.lang-selector a {
	color: #fff !important;
	opacity: 0.5;
	margin: 0 5px;
}

.lang-selector a.active {
	opacity: 1.0;
}

.body__description ul {
	padding-left: 30px !important;
}

.body__description ol {
	padding-left: 30px !important;
}