@font-face {
	font-family:IKEASans;src:url(../fonts/IKEA\ Sans.ttf) format("truetype");font-weight:400;font-style:normal;
}

@font-face {
	font-family:IKEASans;src:url("../fonts/IKEA Sans Heavy.ttf") format("truetype");font-weight:900;font-style:normal;
}

@font-face {
	font-family:IKEASans;src:url("../fonts/IKEA Sans Bold.ttf") format("truetype");font-weight:700;font-style:normal;
}

b {
	font-weight: 500;
}

h4 + p {
	margin-top: 20px;
}

h4 {
	margin-bottom: 20px;
}

.control-label {
	font-weight: 400;
}

*:focus {
    outline: none;
}

.red {
	color: #cc0000;
}

.quiet {
	font-size: 13px;
	color: #666;
}

.go2top {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

.go2top > i {
    opacity: 0.5;
    filter: alphaopacity=50;
    color: #89939e;
    font-size: 38px;
    font-weight: 300;
}

body input.form-control,
body button.form-control {
	height: 44px;
	border-radius: 1px;
}



.nowrap {
	white-space: nowrap;
}

.width100 {
	width: 100%;
}

.nodots,
.nodots ul {
	list-style-type: none;
}
.theme-color,											 
.theme-color:hover,
.theme-color:focus {
	 color: #e32026;
}

.theme-bg {
	 background-color: #e32026;
}

p {
	line-height: 24px;
	margin-bottom: 20px;
}

.content ol li {
	margin-bottom: 15px;
}

.content a {
	color: #e32026;
}

.content a,
.content a:hover,
.content a:focus {
	color: #e32026;
	text-decoration: underline;
}


.btn {
	background-color: #e32026 !important;
	color: #fff !important;
	border-radius: 5px;
	border-color: #e32026 !important;
	padding: 11px 20px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	text-align: center;
	font-family: 'Montserrat', 'Arial', sans-serif !important;	  
}

.btn:hover,
.btn:focus {
	background-color: #c8191f !important;
	border-color: #c8191f !important;
}

.btn.btn-wide {
	padding-left: 60px;
	padding-right: 60px;
}

.btn.btn-bordered {
	background-color: #fff !important;
	border: 2px solid #e32026 !important;
	color: #000 !important; 
}

.btn.btn-bordered:hover,
.btn.btn-bordered:focus {
	background-color: #e32026 !important;
	border-color: #e32026 !important;
	color: #fff !important; 
}

.btn.btn-white {
	background-color: #fff !important;
	border-color: #fff !important;
}

.btn.btn-grey {
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
}

.btn.btn-grey:hover,
.btn.btn-grey:focus {
	background-color: #e0e0e0 !important;
	border-color: #e0e0e0 !important;	
}

.btn.btn-darkgrey {
	background-color: #484f55 !important;
	border-color: #484f55 !important;
}

.btn.btn-darkgrey:hover,
.btn.btn-darkgrey:focus {
	background-color: #1c2126 !important;
	border-color: #1c2126 !important;	
}

.categories .item h2 {
	font-size: 17px;
	margin-top: 15px;
		
}

section {
	padding: 60px 0;
}

.bg-grey {
	background: #f4f4f4 !important;	
}

hr {
	border-bottom: 1px solid #ddd;
	height: 0 !important;
	margin: 0;
	opacity: 1;
}

body .modal-body,
body .modal-header,
body .modal-footer {
	padding-left: 30px;
	padding-right: 30px;
	border: 0;
}

body .modal-footer {
	padding-top: 0;
	padding-bottom: 30px;
}

.btn {
	white-space: nowrap;
}

.btn,
.btn:hover,
.btn:focus {
	text-decoration: none;
	outline: 0;
}

#msMiniCart {
    color: #000;
    font-size: 16px !important;
	line-height: 18px;
}

#msMiniCart.full .not_empty {
	white-space: nowrap;
}

body .ms2-message-success,
body .ms2-message-success  {
	background-color: #008740 !important;
}

body .ms2-message-error,
body .ms2-message-error  {
	background-color: #b42630 !important;
}

body .ms2-message-info,
body .ms2-message-info  {
	background-color: #666 !important;
}

.jGrowl-closer { display: none !important;}

.jGrowl-notification {
	line-height: 18px;
	display: none !important;
}

.uploader div.browser label {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 2px 0 10px;
    text-align: center;
	text-transform: uppercase;
}
.uploader div.browser span {
    cursor: pointer;
}
.uploader div.browser input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: .0;
    filter: alpha(opacity= 0);
    -o-transform: translate(250px,-50px) scale(1);
    -moz-transform: translate(-300px,0) scale(4);
    direction: ltr;
    cursor: pointer;
}
.uploader .progress {
	display: none;
	height: 14px;
}
.uploader .progress.active {
	display: block;
}
.uploader .info .status.success {
	color: #009F3C;
}
#msOrder .uploader .info .status.error {
	color: #DE2012;
	border: 0 !important;
}

.uploader .btn {
	box-shadow: none;
	position: relative;
	padding-left: 45px;
}

.uploader .btn i {
	position: absolute;
	top: 11px;
	left: 22px;
	font-size: 20px;
}

.nodis {
	display: none !important;
}

textarea {
	resize: vertical;
}

.font-dark {
	color: #000;
}

html body {
	font-family: 'IKEASans', 'Arial', sans-serif !important;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	background: #fff;
	overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'IKEASans', 'Arial', sans-serif !important;
	font-weight: 700;

}

header {
	padding: 0;
	background: #fff;
}

header a {
	text-decoration: none;
}

header .social a {
	color: #333;
	margin-right: 7px;
}

header .social a i {
	font-size: 18px;
}

header ul {
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	display: block;
}

.logo img {
	max-width: 100%;
}

aside .logo img {
	max-width: 140px;
}

footer .logo img {
	margin-top: 3px;
}

.logo-holder {
    padding: 30px 30px 20px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
/*    border-top: 40px solid #2d2d2d; */
}

.logo-holder .logo-desc {
	line-height: 1.2;
}

.header-phone {
	line-height: 19px;
	text-align: left;
}

.header-email {
	line-height: 20px;
	margin-top: 3px;
}

.header-phone a {
	font-size: 26px;
	font-weight: 700;
	margin-right: 10px;
	color: #1b1c1f;
	display: inline-block;
}

.header-phone span {
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    font-size: 12px;
}

.header-phone div + div {
	margin-top: 5px;
}

.header-email a {
	font-size: 14px;
	color: #000;	
}

#msMiniCart .img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

#msMiniCart .desc {
	padding-top: 3px;
	display: inline-block;
	vertical-align: top;
}

#msMiniCart .img img {
	width: 40px;
}


.miniCart-title {
	font-weight: 700;
	color: #e32026;
}

.miniCart-title:hover,
.miniCart-title:focus {
	text-decoration: none;
}

.site-desc {
	color: #1b1c1f;
	font-weight: 500;
}

#catalog .nav {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	display: block;
/*	overflow-y: hidden;	*/
}

#catalog ul.nav  {
	padding: 25px 0;
	list-style-type: none;
}

#catalog ul.nav > li {
	color: #4b4b4b;
	padding: 3px 20px 4px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: left 15px top 10px;
	display: block; 
}

#catalog ul.nav li a {
	position: relative;	
}

#catalog ul.nav li a span {
	padding-left: 15px;
	display: block;
	position: relative;
	z-index: 2;	
}
/*
#catalog ul.nav li a:hover,
#catalog ul.nav li a:focus {
	color: #fff;
}


#catalog ul.nav > li > a:hover {
	color: #fff;
}
*/
#catalog ul.nav li a:before {
	content: '';
	display: inline-block;
	height: 100%;
	width: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	z-index: 1;
	background: none;
	margin-right: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#catalog ul.nav li.active > a:before,
#catalog ul.nav li a:hover:before {
/*	width: auto;
	right: 0;
	left: 0;
*/
	background: #e32026;
	text-decoration: none !important;	
}


#catalog ul.nav li.active > ul {
	display: block !important;
}
	
#catalog ul.nav > li > a {	
	display: block;	
	padding: 2px 0 !important;
	color: #000;
	background: none;
	text-decoration: none;
	font-size: 16px;
}

#catalog ul.nav > li > a.plus {
	display: none;
}

#catalog ul.nav > li.active,
#catalog ul.nav > li:hover,
#catalog ul.nav > li:focus {
/*	background-color: #e32026; */
}

#catalog ul.nav > li.active a,
#catalog ul.nav > li:hover a,
#catalog ul.nav > li:focus a,
#catalog ul.nav > li a:hover,
#catalog ul.nav > li a:focus,
#catalog ul.nav > li.open > a:hover,
#catalog ul.nav > li.open > a:focus {
	background-color: transparent !important;
} 



#catalog ul.nav > li.active > a,
#catalog ul.nav > li:hover > a,
#catalog ul.nav > li:focus > a,
#catalog .nav ul li a:hover {
/*	color: #fff;   */
}

#catalog ul.nav ul {
	padding-left: 10px;
	list-style-type: none;
	display: none;
	margin-top: 10px;
}

#catalog ul.nav > li.active > ul {
	display: block;
}

#catalog ul.nav ul li {
	margin-bottom: 10px;
	line-height: 16px;
}

#catalog ul.nav ul li a {
	color: #000;
	font-size: 15px;
	text-decoration: none;	
}

#catalog ul.nav ul li a.plus {
	display: none;
}

#catalog .nav ul li a:hover,
#catalog .nav ul li a:focus {
	text-decoration: none;	
}

#catalog .nav ul li li {
	display: none;
}

#catalog .nav ul li.active li {
	display: block;
}

#catalog .nav > li > ul > li > ul {
	padding-left: 15px;
}

#catalog .nav > li > ul > li > ul > li.first {
	margin-top: 5px;
}

#catalog .nav > li > ul > li > ul > li.last {
	margin-bottom: 12px;
}

.sidebar .block {
	margin-bottom: 30px;
}

.sidebar .block .title {
	text-transform: uppercase;
	padding: 0 30px 15px;
}

.sidebar .block .title a {
	color: #000;
}

.sidebar .block ul {
	padding: 0;
	list-style-type: none;
}

.sidebar .block ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 30px;
}

.sidebar .block ul li a {
	color: #000;
}

.sidebar .block ul li.last {
	border: 0;
	padding-bottom: 0;
}

.sidebar .block ul li.active a {
	text-decoration: underline;
}

.sidebar .block {
}

.sidebar .block .item {
	text-align: center;
/*	padding: 30px;
	background: #f4f4f4;
	margin-bottom: 10px;*/
	display: block;
	color: #000;
}
/*
.sidebar .block a.item:hover {
	text-decoration: none;
	background: #eee;	
}
*/
.sidebar .block h5 {
	margin: 0;
	font-weight: 400;
}

.sidebar .block h5 a {
	font-weight: 500;
	color: #000;
	font-size: 15px;
	line-height: 22px;
}


.sidebar .block .title {
	padding: 0;
}

.sidebar .block .btn-more {
	margin-top: 30px;
}

.sidebar .block .img {
	margin-bottom: 30px;
	text-align: center;
}

.sidebar .block .img img {
	width: auto;
}

.dealers {
	list-style-type: none;
	padding-left: 0;
	display: block;
	overflow: hidden;
}

.dealers li {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e0e0e0;
	margin-right: 30px;
	margin-bottom: 30px;	
}

.contacts-info a,
.contacts-persons .item a {
	color: #000;
}

.contacts-info .desc {
	overflow: hidden;
}

.contacts-info p {
	font-weight: 300;
}

.contacts-persons .item {
	margin-bottom: 15px;
	background: #f4f4f4;
	padding: 15px;
}

.contacts-persons .item ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 18px;
}

.contacts-persons .item ul li {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 2px 0;
	font-weight: 300;
}

.contacts-persons .item ul li b {
	font-weight: 400;
}

.contacts-persons .item ul li.c-email {
	background-image: url('../images/icon-email-s.png');
}

.contacts-persons .item ul li.c-skype {
	background-image: url('../images/icon-skype-s.png');
}

.contacts-persons .item ul li.c-icq {
	background-image: url('../images/icon-icq-s.png');
}

.blog > div:nth-child(2n+1){
	clear: both;
}

.contacts-info img {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}

.navbar#top-nav {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd; 
}

header .navbar {
	position: relative;	
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}	
}

.navbar-nav .nav-link {
    color: #000 !important;
    transition: none;
}

.navbar-nav .active > a.nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #e32026 !important;
    text-decoration: none !important;
}

.navbar-nav a.nav-link {
	padding: 15px 10px;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #1b1c1f;	
}

.navbar-nav li li a.nav-link {
    font-weight: 400;
    color: #1b1c1f;
    letter-spacing: 0;
    font-size: 15px;
}

.navbar-nav .subnav {
	display: none;
	position: relative;
	background: #f7f7f7;
}

.navbar-nav .subnav ul {
	list-style-type: none;
}

.navbar-nav .subnav .nav-item {
	border-bottom: 1px solid #eee;
}

.searchBlock {
	position: relative;	
}

.searchBlock .input-group-addon {
	padding: 0;
	border: 0;
	background: none;
	position: relative;
}

.searchBlock .search {
	padding-left: 20px;
	border-radius: 5px;
	padding-right: 60px;
	height: 44px;
	box-shadow: none;
	border: 0;
	background: #fff;
	border: 2px solid #484f55;	
}

.searchBlock .btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 0;
	height: 44px;
	width: 50px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
}

.searchBlock .btn:hover,
.searchBlock .btn:focus {
	color: #fff !important;
}

.searchBlock .search-clear {
	position: absolute;
	right: 55px;
	top: 12px;
	z-index: 5;
	width: 20px;
	height: 20px;
	display: none;
	background: url('../images/close.png') no-repeat center center !important;		
}

.searchBlock .input-group {
	position: relative;
	width: 100%;
}

.searchBlock .btn span {
	display: inline-block;
	vertical-align: top;
}

#mse2_sort .panel,
#mse2_sort .panel-body {
	border: 0;
	padding: 0;
	box-shadow: none;
	margin: 0;
}

#mse2_sort label {
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0;
	margin-right: 15px;
	line-height: 35px;
}

#mse2_sort button {
	background: #f4f4f4;
	border-radius: 17px;
	border: 2px solid #e32026;
	padding: 7px 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	display: block;
	text-align: left;
	border-radius: 20px;
	min-width: 160px;
	height: 42px;
}

#mse2_sort button i {
    position: relative;
    top: -3px;
    margin-left: 5px;
}

#mse2_sort button span {
	color: #484747;
}

#mse2_sort button .caret {
	border: 0;
	float: right;
	display: block;
	margin-right: 10px;
}

#mse2_sort button .caret:before {
	content: '\f161';
	font-family: FontAwesome;
	display: block;	
}

#mse2_sort ul li i {
    display: none;
}

.main_slider {
	position: relative;
}

.main_slider .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 45px;
	right: 45px;
	z-index: 1;
	text-align: left !important;
}

body .owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 0;
	width: 10px;
	height: 10px;
	margin: 0px 3px;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e32026;
    border: 1px solid #e32026;    
}

.content div.title,
section div.title {
/*	position: relative;
	clear: both;       */
	margin: 0 0 30px;	
}

.content div.title h1,
section div.title h3  {
	margin: 0;
}

.breadcrumb {
    padding: 35px 60px 0;
    list-style: none;
    border-radius: 0;
    margin: 0;
}

.breadcrumb > li + li:before {
	padding: 0;
}
/*
.breadcrumb + .title {
	margin-top: -15px !important;
}
*/
.breadcrumb li,
.breadcrumb li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: #bababa;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 3px; 
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 3px;
}

.breadcrumb > li {
    display: inline-block;
    margin: 0 3px;
}

.page-title {
	padding: 0 60px 30px;
    border-bottom: 1px solid #ddd; 	
}

.page-title h1 {
	margin-bottom: 0;
}

.pagination > li > a,
.pagination > li > span {
	padding: 0 15px;
	text-align: center;
	height: 40px;
	line-height: 38px;
	border-radius: 20px !important;
}



div.pagination {
	text-align: center;
	width: 100%;
}

ul.pagination li {
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #e32026;
    border-color: #e32026;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #e32026;	
}


body .modal-content {
	text-align: center;
	max-width: 100%;
	box-shadow: none;
	border: 0;	
}

.formDesc {
	font-weight: bold;
	text-transform: uppercase;
}

.modal-content input[type="text"], 
.modal-content textarea {
  display: block;
  margin: 0 auto 10px !important;
  max-width: 100%;
  border: 1px solid #c5c5c5;
  background-color: #fff;
 
}

.modal-content input, 
.modal-content textarea {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 
}

.modal-content .btn {
	height: auto;
}

.modal-content h5 {
	margin-bottom: 15px;
}


body .fancybox-close-small:after {
	content: '';
	background: url('../images/close.png') no-repeat center center !important;
}

body .fancybox-close-small:hover:after {
    background-color: #eee !important;
}

body .fancybox-close {
	background-image: none !important;
	right: 30px;
	top: 30px;
	text-align: center;
	line-height: 29px;
	border: 1px solid #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 30px;
	height: 30px;			
}

body .fancybox-close:hover,
body .fancybox-close:focus {
	text-decoration: none;
}

body .fancybox-close:before {
	content: '✕';
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 300;
}

.modal-window {
    display: none;
    padding: 30px;
    background: #fff;
    max-width: 100%;
    width: 400px;
}

#cartModal .modal-footer {
	font-size: 0;
	padding: 0;
	margin: 0 -5px;
}

#cartModal .modal-footer .h {
	width: 47%;
	display: inline-block;
	padding: 0 7px;		
}

#cartModal .modal-footer a {
	font-size: 14px;
	margin: 0 2px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	display: block;
}

#delivery .panel {
	background: #f2f2f2;
	border: 0;
	border-radius: 0;
}

#delivery .panel-body {
	padding: 15px 30px;
}

#delivery .panel-heading {
	padding: 0;
	position: relative;
}

#delivery .panel-heading .collapsed {
	background: #e32026;
}

#delivery .panel-heading a:after{
	content: "\f077";
	width: 20px;
	height: 20px;
	font-size: 20px;
	display: block;
	position: absolute;
	z-index: 5;
	right: 30px;
	top: 17px;
	font-family: 'FontAwesome';
}

#delivery .panel-heading a.collapsed:after{
	content: "\f078";
}

#delivery .panel .panel-title a {
	color: #000;	
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 20px 30px;
}

#delivery.panel-group .panel-heading + .panel-collapse > .panel-body,
#delivery.panel-group .panel-heading + .panel-collapse > .list-group {
	border: 0;
}

#delivery.panel-group .panel-heading + .panel-collapse > .panel-body {
	padding-top: 0;
}

#delivery .panel .panel-title a:hover,
#delivery .panel .panel-title a:focus {
	color: #000;	
	text-decoration: none;
}

.img {
	position: relative;
	display: block;
}

.img img {
	width: 100%;
}

.float-img {
	max-width: 300px;
	float: left;
	margin: 0 30px 15px 0;
}

ul.lines {
	list-style-type: none;
}

ul.lines li {
	overflow: hidden;
	margin-bottom: 20px;
}

ul.lines li:before {
	content: '—';
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	float: left;
}

.panel-body span,
span.line {
	display: inline-block;
	color: #007dac;
	margin-right: 5px;
}

body .btn-more {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	text-transform: uppercase;
	width: auto;
	margin: 0 auto;
}	

body .border-bottom {
    border-bottom: 1px solid #ddd;
}

body .border-top {
    border-top: 1px solid #ddd;
}

.btn-more span {
	display: inline-block;
	vertical-align: top;
}
	
.btn-more:after {
	content: "\f054";
	width: 21px;
	height: 11px;
	margin-left: 5px;
	display: inline-block;	
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;	
}

.btn-more:hover:after {
	margin-left: 10px;	
}

.btn-more:hover {
	padding-right: 25px;	
}

#vendors {
	padding: 45px 0;
}

.vendors .item {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.vendors .item img {
	border: 1px solid #ededed;
}

.products .item .price-block {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.products .item .breadcrumb li,
.products .item .breadcrumb li:before {
	display: inline-block;
}

.products .item .parent-link {
	font-size: 11px;
	margin-bottom: 0px;
}

.products .item .breadcrumb a {
	font-size: 11px;
	line-height: 14px;
	display: inline-block;
}

.products .item,
.categories .item {
	position: relative;
	height: 100%;
	display: block;
    padding: 48px 24px 40px;
    background: #fff;
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
}

.products .item:hover,
.categories .item:hover {
    -webkit-box-shadow: 0 8px 48px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 8px 48px 0 rgb(0 0 0 / 12%);
    z-index: 10;
}


.products .item,
.categories .item {
	border: 1px solid #ddd;
	background: #fff;
	padding: 15px;
	border-top: none;
    border-left: none;
	text-decoration: none;	
}

.categories .item img {
	margin: 0 auto;
}

.products.prod-carousel .owl-stage-outer {
	padding: 0;
}

.products .item .labels {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 3;
}

.labels .label {
	display: inline-block;
	padding: 0;
	margin-bottom: 10px;
	text-align: right;
	background: #e32026;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1px 7px 0;
	text-align: center;
	font-weight: 500;
}

.labels .label.label-new {
	background: #009bb3;	
}

.labels .label.label-hit {
	background: #ff9800;	
}

.labels .label.label-sale {
	background: #b42630;
}

.products .item img,
.categories .item img {
	margin-bottom: 0px;
}

#special .products .item img {
	width: auto;
	margin: 20px auto;
}

.products .item .prod-info {
	font-size: 0;
}

.btn.btn-order {
	color: #fff !important;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 15px 2px 15px !important;
	background: #999999;
}

.btn.btn-order:hover,
.btn.btn-order:focus {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 30px 2px 50px;
	
}

.products .item .price-block .price {
	font-weight: 700;
	font-size: 20px;
	color: #006630;
}

.products .item .price-block .price i {
	font-size: 14px;
}

.products .item h2 {
	margin-top: 0;
}

.categories .item h2 a,
.products .item h2 a {
	color: #484747;
	font-size: 16px;
	text-decoration: none;
	line-height: 1;
}

.products .item h2 {
	line-height: 0.6;
}

.products .item button.btn {
	padding: 0px 15px;
	height: 44px;
}


.prod-row .count .form-group {
	overflow: hidden; 
	margin: 0 auto;
	text-align: center;
}

.prod-row .count .form-group * {
	display: inline-block;
	float: none;
}

.prod-row .count {
	overflow: hidden;
}

.prod-row .count input {
	text-align: center;
	margin: 0 5px;
}

.prod-row .count .btn {
	background: #f8733d;
	color: #fff;
	width: 15px;
	height: 16px;
	line-height: 14px;
	padding: 0;
	border-radius: 3px;
}

.prod-row .count .form-group * {
    display: inline-block;
    float: none;
}

.prod-row .count input {
    text-align: center;
    margin: 0 5px;
}
.count div .input-count {
    width: 45px;
    height: 30px;
}

#msCart .count div .input-count {
    height: 44px;	
}

#msProduct p,
#msProduct li {
	color: #707070;
}

#msProduct .price-block {
	font-size: 40px;
	margin: 10px 0;
	font-weight: 700;
}

.price-block .old_price,
body #msCart .old_price,
body .ms2_product .old_price {

	font-style: normal !important;
    text-decoration: line-through;
}

#msProduct .prod-buy .btn {
	padding-left: 15px;
	padding-right: 15px;	
}

.prod-carousel {
	position: relative;
}

.main_slider.owl-carousel .owl-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	border: 0;	
}

.main_slider.owl-carousel .owl-item .item {
	background-position: center center;
	background-repeat: no-repeat;
}

.main_slider.owl-carousel .owl-item .desc {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-style: italic;		
}

.main_slider.owl-carousel .owl-item .desc a.btn {
	margin-top: 15px;
	font-weight: normal;
	background: none !important;
	border: 1px solid rgba(255,255,255,0.3) !important;
	border-radius: 0;
	color: #fff !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;	
}

.main_slider.owl-carousel .owl-item .desc a.btn:hover,
.main_slider.owl-carousel .owl-item .desc a.btn:focus {
	background: #fff !important;
	color: #000 !important;
}


.offer-card {
	text-decoration: none;
    position: relative;
    border: none;
    padding: 30px;
    display: block;
	color: #000;
    text-decoration: none !important;	
}

.offer-card:hover,
.offer-card:focus {
    text-decoration: none !important;
}

.offer-card_body {
    font-weight: 500;

	font-family: 'IKEASans', 'Arial', sans-serif !important;   
}

.offer-card_title {
    font-size: 2rem;  
    margin: 0;
    font-weight: 800;
    line-height: 1;

}

.offer-card_date {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
	font-family: 'IKEASans', 'Arial', sans-serif !important;
}

.offer-card_var {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;    
	font-family: 'IKEASans', 'Arial', sans-serif !important;
}
 
.offer-card_pic img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
 
.owl-carousel.owl-nav {
	margin-top: -15px;
	width: 100%
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0;	
	height: 45px;
	width: 45px;
	line-height: 44px;
	text-align: center;
	font-size: 40px;
	border: 2px solid #c3c3c3;
	color: #c3c3c3;
	padding: 0;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	top: 45%;
	border-radius: 50%;		
}

body .owl-theme .owl-nav .disabled {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
	left: -20px;
} 

.owl-carousel .owl-nav .owl-prev i {
	padding-right: 3px;
}

.owl-carousel .owl-nav .owl-next {
	right: -20px;
}

.owl-carousel .owl-nav .owl-next i {
	padding-left: 3px;
}

.owl-carousel .owl-nav {
	margin: 0;
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:hover {
	border-color: #e32026;
	color: #e32026;
	background: #fff;	
}

.owl-carousel.certs-carousel .owl-item img,
.owl-carousel.deklar-carousel .owl-item img {
	border: 1px solid #e0e0e0;
}


.owl-carousel.img-hover-effect .owl-item .item:before {
	content: '';
	position: absolute;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 40px;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000 url('../images/icon-zoom-in.png') no-repeat center center;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;		
}

.owl-carousel.img-hover-effect .owl-item:hover .item:before {
	opacity: 0.5;
	
}

#msCart table {
	border: 1px solid #e0e0e0;
}

#msCart table td.count {
	min-width: 150px;
}

#msCart table td.image img {
	height: 60px;
	margin: 0 auto;	
}

#msCart table td.count input.count-input {
	width: 60px;
	margin-right: 5px;
	padding: 5px 10px;
}

#msCart table td.remove button,
#msCart table td.remove button:hover {
	border: 0;
	background: 0;
	padding: 0;
	margin: 13px 0 0;
}

#msCart table td {
	vertical-align: middle;
}
#msCart table td.title,
#msCart table th.image {
	text-align: left;
}

.count-group .input-count {
	width: 50px;
	text-align: center;
	height: 44px;
	padding: 0px;
	vertical-align: top;
	background: #fff;
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0 !important;
    border-right: 0 !important;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	box-shadow: none;	
}

.count-group {
	font-size: 0 !important;
	min-width: 40px;
}

.count-group .btn {
	width: 24px;
	height: 44px;
	line-height: 43px;
    display: inline-block;
    vertical-align: middle;
	padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    min-width: 0;
    background: #fff !important;
    color: #c6c6c6 !important;
}

#msCart table tr.header .total {
	text-align: center;
}

.count-group div.btn.inc {
	margin-right: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 22px;
	-webkit-border-bottom-right-radius: 22px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 22px;
	-moz-border-radius-bottomright: 22px;
	border-radius: 0px;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;

    border: 1px solid #ddd !important;
    border-left: 0 !important;
	padding-right: 5px;		
}

.count-group div.btn.dec {
	margin-left: 0px;
	-webkit-border-radius: 22px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 22px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 22px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
    border: 1px solid #ddd !important;
    border-right: 0 !important;
	padding-left: 5px;		
}

#msCart table tr td.title {
    line-height: 22px;
}

#msCart table tr td.total {
    font-weight: bold;
}

#msCart .table .header th,
#msCart .table .footer th {
	background: #f2f2f2;
	font-weight: 300;
}

#msCart .cart-title {
	padding: 7px 25px;
	margin-bottom: 15px;
	font-size: 14px;
}

#msCart .table td.price,
#msCart .table td.total {
	font-size: 20px;
	white-space: nowrap;
	text-align: center;
}

#msCart .table .title a {
	color: #000;
}

#msCart .table td.remove button span {
	background: url('../images/close.png') no-repeat center center;
	width: 13px;
	height: 13px;
	opacity: 0.6;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;	
}

#msCart .table td.remove button:hover span,
#msCart .table td.remove button:focus span {
	background: url('../images/close.png') no-repeat center center;
	opacity: 1;	
}

#msCart .table .footer .total {
	font-weight: normal;
	font-size: 16px;
}

#msCart .table .footer .total .ms2_total_cost {
	padding-left: 15px;
}

#msCart .table .footer .total .ms2_total_cost {
	font-weight: 700;
	font-size: 22px;	
}

#msCart .table .footer .total .ms2_total_currency {
	font-weight: 700;
	font-size: 20px;	
}

#msCart .table .footer .total .ms2_total_count {
	padding-left: 15px;
}

#msCart table td.remove button b {
	display: none;
}

#msOrder {
	overflow: hidden;
	display: block;
}

#msOrder input[type="text"],
.ec-form input[type="text"],
.ec-form textarea {
	background: #f4f4f4;
    border-radius: 0;
    border: 0;
	border-radius: 1px;
	padding-left: 15px;
	padding-right: 15px;	
}

body #msOrder .checkbox label {
    display: block;
}
/*
body #msOrder .checkbox input {
    height: 0;
    display: none;
}
*/
body .form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 0;
    padding: 0;
    margin-top: 7px;
}

#msOrder textarea {
	background: #f4f4f4;
    border: 0;
	border-radius: 1px;	
}

#msOrder .checkbox label {
    padding: 0;
}

#msOrder .checkbox label input {
    margin-right: 5px;
}

footer ul {
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	display: block;
}


footer ul li {
	margin-bottom: 10px;		
}

footer {
	font-size: 15px;
    background: #2d2d2d;
	padding: 30px 0 0;
	color: #fff;
}

footer .footer-nav {

	padding-bottom: 15px;
}

footer .logo-desc,
footer h5 {
	color: #fff;
}

.footer-contacts-block img {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;	
}

.footer-phone a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.footer-email a {
	font-size: 15px;
}

.footer-info a {
	text-decoration: none;
}

footer a {
	color: #fff;
}

footer .copyright {
	color: #a4a4a4;
	font-size: 13px;
	line-height: 16px;
}

.modal-window input[type="text"] {
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0px 20px 3px;
	font-size: 16px;
}

.modal-window h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}

.modal-window .btn {
	text-transform: uppercase;
}

.resource-content p {
	font-weight: 400;
	color: #424242;
	margin-bottom: 10px;
}

#vendors .owl-carousel .item img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

#special .item {
	background: #e32026;		
}

#special .item h a {
	color: #000;
}

body .ug-gallery-wrapper .ug-slider-wrapper {
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
}
/*
.ug-item-wrapper img {
	width: 100% !important;
	height: auto !important;
	left: 0 !important;	
}
*/
body .ug-thumbs-strip {
	top: 0 !important;
}

.params label {
	font-weight: normal;
}

.params .form-group {
    background: url(/assets/images/dots.png) repeat-x bottom center;
    overflow: hidden;
    margin-bottom: 10px;
}

.params .form-group label {
    background: #fff;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-right: 10px;
    text-transform: none;
    font-size: 16px;
}

.params .form-group div {
    background: #fff;
    float: right;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 16px;
}

#msProduct .form-horizontal .params {
	color: #424242;
}

#msProduct .form-horizontal .params p {
	margin-bottom: 0;
}

#msProduct .form-horizontal .params table {
	width: 100%;
}

#msProduct .form-horizontal .params table td {
	padding: 3px 0;
}

#msProduct .form-horizontal .params label {
	text-align: left;
	font-size: 16px;
}

#msProduct .form-horizontal .params .form-group {
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
}

#msProduct .form-horizontal .params .form-group > div,
#msProduct .form-horizontal .params .form-group > label {
	padding-left: 0;
	padding-right: 0;
	font-weight: 300;	
}

.about-img {
	margin: 0 30px 0px 0;
	max-width: 100%;
}

.file-link {
	margin-top: 10px;
}

.file-link:before {
	content: '';
	width: 24px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url('../images/icon-file.png') no-repeat 0 0;	
}

.negative-list {
	list-style-type: none;
	padding: 0;	
}

.negative-list li {
	padding-left: 27px;
	background: url('../images/icon-close.png') no-repeat 0 2px;
}

.mse2_pagination {
	margin-bottom: 30px;
}
/*
.body-content {
	margin-bottom: 30px;
}
*/
body #mse2_sort button > .sort:after {
    margin-left: 5px;
    font-family: 'FontAwesome';
}

body #mse2_sort button > .sort.asc:after {
    content: "\f160";
}

body #mse2_sort button > .sort.desc:after {
    content: "\f161";
}

.form_blocked .buy_error{
	display: block;
}

.etap {
    text-align: center;
    font-size: 40px;
}

.etap:before,
.etap:after {
    height: 2px;
    width: 30%;
    background-color: #000;
    content: '';
    display: inline-block;
    margin: 0 10px;
    vertical-align: 12px;
}

.kakzakazat p {
    text-align: center;
    padding-top: 30px;
    font-size: 15px;
}

.tpa-title a {
	color: #000000;
}

.header1{
	background: #2d2d2d;
	color: #fff;
	padding: 8px 0;
	font-size: 14px;
}

.header2 {
	background: #f7f7f7;
}

.header2 .row > div {
	padding-top: 15px;
	padding-bottom: 15px;	
}

.subcat {
	list-style-type: none;
	list-style-position: inside;
}

.subcat li a {
	font-size: 18px;
}

.m-container {
	padding-left: 60px;
	padding-right: 60px;
}

.accordion-button:not(.collapsed) {
    color: #333;
    font-weight: 500;
    background-color: #f2f7f8;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #e32026;
    outline: 0;
    box-shadow: none;
}

.advantages {
	background-repeat: no-repeat;
	background-size: cover;
	background-position:  center center;
	color: #fff;
	padding: 60px 0;
}

.advantages ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.advantages ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding: 15px 0;
	font-weight: 500;
	font-size: 22px;
}

.advantages ul li:before {
	content: '';
	width: 30px;
	height: 3px;
	display: block;
	clear: both;
	background: #e32026;
	margin-bottom: 15px;
}

.advantages .title h2 {
	color: #fff;
}

.social i.fa-vk:hover {
	color: #5181b8;
}

.social i.fa-instagram {
	color: #ea6a7f;
}

.social i.fa-youtube {
	color: #dd0000;
}

.social i.fa-viber {
	color: #715ef5;
}

.social i.fa-whatsapp {
	color: #0dc244;
}

.prod-options {
    border: 1px solid #333;
    background: #fafafa;
    padding: 30px 30px 20px;
    list-style-type: none;
}

.prod-options li {
    margin-bottom: 10px;
}

.prod-options li span {
    overflow: hidden;
}

.prod-options li:before {
    content: "\f00c";
    margin-right: 5px;
    display: block;
    float: left;
    font-family: "Font Awesome 5 Free";
    color: #e32026;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.categories .item h2,
.products .item h2 {
    height: 45px;
}

.categories .item:hover,
.products .item:hover,
.categories .item:focus,
.products .item:focus,
.categories .item,
.products .item {
	color: #222;
	font-weight: 500;
}

.start_video {
	position: relative;
	display: block;
}

.start_video:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 80px solid #e32026;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -25px;
	z-index: 1;
	display: block;
	opacity: 0.8;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
 
.start_video.clicked:after {
	display: none;
} 
 
.start_video:hover:after{
	opacity: 1;
}

.start_video_small:after {
	border-left: 40px solid #e32026;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	margin-top: -25px;
}

.content img {
    max-width: 100%;
    height: auto;
}

.offer-card .row .offer-card_body {
	background: rgba(255,255,255,0.7);
	padding: 30px;
}

header #mainMenu-trigger {
    position: absolute;
    height: 45px;
    z-index: 100;
    right: 15px;
    top: 10px;
}

.lines-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 16px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  .lines-button > * {
    display: block; }
  .lines-button:hover, .lines-button:focus {
    outline: none; }
  .lines-button::-moz-focus-inner {
    border: 0; }

.lines {
  display: inline-block;
  height: 3px;
  width: 25px;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;
  top: -4px; }
  .lines::before, .lines::after {
    display: inline-block;
    height: 3px;
    width: 25px;
    border-radius: 4px;
    transition: 0.3s;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .lines::before {
    top: 8px; }
  .lines::after {
    top: -8px; }
  .lines, .lines:before, .lines:after {
    background-color: #111; }

.toggle-active .lines {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.x {
  width: auto; }

.x.toggle-active .lines {
  background: transparent !important; }

.x.toggle-active .lines::before,
.x.toggle-active .lines::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 20px; }

.x.toggle-active .lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.x.toggle-active .lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }


nav .nav-item.parent > .nav-link:after {
	content: "\f078";
	display: inline-block;
	margin-left: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}


.navbar-nav .nav-item ul.subnav li a {
	text-transform: none;
}

.body-content table {
	width: 100%;
	margin: 30px 0;
	border: 1px solid #ddd;
}

.body-content table td {
	padding: 5px 10px;
}

.body-content table td p {
	margin-bottom: 0;
}

.rows .item a {
	color: #222;
}

.table1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 1px solid #f6f6f6;
    font-size: 16px;
    font-weight: 400;
    color: #1d1d1d;
    line-height: 34px;
}


.table-top, .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-left: 30px;
    border-bottom: 1px dashed #a1a1a1;
}

.table-top>p, .table-row>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    height: auto;
     margin-bottom: 0;   
}

.table-characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    height: auto;
    border-left: 1px solid #e7e7e7;
}

.table-characteristic p:first-child {
    border: none;
}
.table-characteristic p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    text-align: center;
    border-left: 1px solid #e7e7e7;
    margin-bottom: 0;
}

.table-top:nth-child(2n), .table-row:nth-child(2n) {
    background: #f6f6f6;
}


.key-vals_small {
    max-width: 400px;
}

.key-val {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.key-val:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #f5f5f5;
    position: absolute;
    top: 14px;
    left: 0;
}

.key-val__title {
    color: #6d7072;
    position: relative;
    padding-right: 15px;
    background: #fff;
    display: inline-block;
}

.key-vals_small .key-val__desc {
    min-width: 150px;
}

.key-val__desc {
    position: relative;
    padding-left: 15px;
    background: #fff;
    display: inline-block;
}

@media screen and (max-width: 1499px) {
    .offer-card_var {
        font-size: 2rem;
    }
    
    .offer-card_title {
        font-size: 1.6rem;        
    }
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
	.prod-options {
		padding-right: 15px;
	}
}

@media screen and (min-width: 768px) {

	
	.navbar-nav .nav-item:hover .subnav {
		position: absolute;
	  top: 54px;
	  right: 0;
	  left: 0px;
	  display: block;
	  z-index: 100;
	  padding: 15px 30px;
	}
	
	.navbar-nav .subnav .nav-item .nav-link {
	    padding: 7px 10px;
	    text-transform: none;
	}

	#top-nav .navbar-collapse {
		display: block !important;
	}

	.prod-table {
	    display: table;
	    width: 100%;
	}
	
	.prod-table > .prod-row {
	    display: table-row;
	}
	
	.prod-item span.title {
	    display: none;
	}
	
	.prod-table > .prod-row > div {
	    display: table-cell;
	    vertical-align: middle;
	    float: none;
	}
		
	.tpa-title a {
		min-width: 300px;
		display: inline-block;	
	}

	.td-article {
		text-align: center;
	}

	.prod-table-tpa .prod-row .prod-btn button {
		border: 0 !important;
		background: none !important;
		color: #e32026 !important;
		font-size: 26px !important;
		padding: 0 !important;
		border-radius: 0 !important;
		line-height: 32px; 
	}
	
	.prod-btn {
		text-align: center;
	}

	.buy-btns-group {
		margin-top: 30px;
	}
	
	.main_slider.owl-carousel .owl-item .item {
		background: none;
	}

    .main_slider.owl-carousel .owl-item .desc {
		position: absolute;
		top: 60px;
		left: 45px;
		right: 45px;
		z-index: 1;	
	}

}


@media screen and (min-width: 1200px) {
	    
	.main_slider .text-1 {
		font-size: 32px;
		font-weight: 900;
	}
	
	.main_slider .text-2 {	
		font-size: 38px;
		font-weight: 900;
		margin: 10px 0;	
	}
	
	.main_slider .text-3 {	
		font-size: 22px;
	}
	
    .sidebar {
        height: 100%;
        width: 280px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        background: #fafafa;
        border-right: 1px solid #e2e2e2;
    }
	
    .main-container {
        border-bottom-color: transparent;
        position: relative;
        margin-left: 280px;
        background: #fff;
        border-bottom: 1px solid #e2e2e2;
    }	
	
			
}


@media screen and (max-width: 1199px) {

	
	.main_slider.owl-carousel .owl-item .desc .text-3 {
		font-weight: 500;
		font-size: 14px;	
	}	
	
}

@media (max-width: 1399px) and (min-width: 1200px) {
	
	.header-phone a {
	    font-size: 18px;
	    letter-spacing: -1px;
	}

}

@media (max-width: 1199px) and (min-width: 992px) {

    
    .products .item .prod-info .count-group {
        width: 100%;
        margin-top: 10px;
    }
	
	.header-phone a {
    	font-size: 22px;
    }
    
    .sidebar {
        width: 300px;
    }
	
    .main-container {
        margin-left: 300px;
    }	
	    
}


@media screen and (min-width: 1400px) {
	
    .sidebar {
        width: 350px;
    }
	
    .main-container {
        margin-left: 350px;
    }
}



@media (max-width: 1399px) and (min-width: 1200px) {

    .sidebar {
        width: 300px;
    }
	
    .main-container {
        margin-left: 300px;
    }

}

@media (min-width: 992px) {
    .sidebar {
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        background: #fafafa;
        border-right: 1px solid #e2e2e2;
    }
	
    .main-container {
        border-bottom-color: transparent;
        position: relative;
        background: #fff;
        border-bottom: 1px solid #e2e2e2;
    }
    
	body .border-left-lg {
	    border-left: 1px solid #ddd;
	}
		
	.pdopage-border {
		border-left: 1px solid #ddd;
	}
	
.offer-card {
    height: 480px;
}
	
	.main-container-border {
	    border-bottom: 1px solid #eef6ef;	
	}
	
	.footer-createdby {
		text-align: right;
	}
	
	.header1-2 {
		text-align: center;
	}
	
	.header1-3 {
		text-align: right;
	}
	
	#vendors .owl-carousel .item img {
		max-height: 50px;
	}
/*
header.fixed {
	position: fixed;
	top: 0;
	z-index: 98;
	left: 0;
	right: 0;
	overflow: visible;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/

	.about-img {
		float: left;
	}

	#msProduct .count-group {
		padding-left: 0;
	}

	#msProduct .form-horizontal .params .form-group > label {
		margin-bottom: 0;
	}

	footer .copyright {
		margin-left: 15px;
		float: left;
	}

	.categories .item h2,
	.products .item h2 {
		min-height: 70px;
	}

	#catalog {
		margin-bottom: 30px;
	}

	.modal-window .form-group {
		padding-left: 30px;
		padding-right: 30px;	
	}

	.modal-window {
	    width: 500px;
	}
	
	.header-cart-block {
		text-align: right;
	}
			
}

@media (min-width: 992px) and (max-width: 1200px) {

	footer .logo-holder img {
		width: 100px;
	}

	.products .item .prod-info .price-block,
	.products .item .prod-info .order-block {
		width: 100%;
		margin-top: 15px;
	}

	.products .item .prod-info .price-block {
		margin-top: 0;
		margin-bottom: 5px;
		text-align: center;
	}

	.main_slider.owl-carousel .owl-item .desc {
	    top: 30px;
	    line-height: 24px;
	}

	.main_slider.owl-carousel .owl-item .desc .btn {
		padding-top: 5px;
		padding-bottom: 5px;	
	}
		
	.top-nav ul > li > a {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	
	#main_catalog ul li {
		width: 50% !important;
	}

}


@media (min-width: 992px) and (max-width: 1199px) {	
	
	.header-phone a {
		font-size: 16px;
	}	
	#msMiniCart {
	    font-size: 14px !important;
	}

	.m-container,
	.page-title,
	.breadcrumb {
		padding-left: 30px;
		padding-right: 30px;
	}	
}


@media (max-width: 991px) {

	
	.navbar-nav .open .subnav {
		display: block;	
	}

   	.offer-card {
   		text-align: center;
		background-size: 150% auto !important;
		background-position: right center !important;   
	}

	
	.offer-card .row .offer-card_date {
		color: #000 !important;
	}
   	
   	.offer-card_body {
   	    margin-bottom: 30px;
   	    min-height: 200px;
   	}
   	
   	.offer-card_pic img {
   	    max-height: 300px;
   	}
   	
   	.offer-card_title {
   	    font-size: 28px;
   	}
   	
   	.offer-card_var {
   	    font-size: 24px;
   	}
   	
   	.logo-holder .logo img {
		width: 160px;   
	}

	#catalog ul.nav > li > a {
		font-size: 14px;
	}

	.m-container,
	.page-title,
	.breadcrumb {
		padding-left: 30px;
		padding-right: 30px;
	}
    #msMiniCart .img img {
	    width: 22px;
	}

	.about-img {
		float: none;
		margin: 0 0 30px;
	}
	
	footer .footer-nav ul {
		text-align: center;
	}
	
	footer .footer-nav ul li {
		width: auto;
		margin: 0 15px 10px;
	}
	
	footer .footer-nav ul li a {
		font-size: 12px;
	}

	#catalog  {
		text-align: left;
		display: none;
	}

	#catalog .nav.open {
		display: block;
	}
	
	.logo img {
		margin: 0 auto;
	}	
	
	#catalog ul.nav > li > ul {
		padding-left: 0;
	}
	
	#main_catalog ul li {
		width: 50% !important;
	}
	
	#msCart .table .header th {
		font-size: 13px;
		line-height: 16px;
	}

}

@media (max-width: 991px) and (min-width: 767px) {

	.top-nav ul > li > a {
	    padding-left: 8px;
	    padding-right: 8px;
	    font-size: 12px;
	}
	
	.logo-holder .logo {
		float: left;
		margin-right: 30px;
		margin-bottom: 0;
	}

	.logo-holder .logo-desc {
		text-align: left;
		margin-top: 20px;
	}
	
}

@media (max-width: 767px) {

	nav .nav-item.parent.open > .nav-link:after {
		content: "\f077";
	}

	.site-desc{
		font-size: 14px;
		text-align: center;
		line-height: 1.2;
	}
	
	.header-phone {
		text-align: center;
		margin-top: 20px;
	}
    
    .logo-holder {
		padding: 30px 20px 20px;
		text-align: center;
	}
    
    .offer-card {
    	background-size: cover !important;
		background-position: right bottom !important ;
	}
    
    .header2 .row > div {
        padding: 0;
    }
     
	.categories .item {
	    min-height: 190px;
	    text-align: center;
	}
	    
    .prod-buy {
		text-align: center;
	}
	
	.advantages ul li {
    	width: auto;
    	display: block;
    	text-align: center;
	}
	
	.advantages ul li:before {
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.navbar#top-nav {
		position: absolute;
		top: 0px;
		left: 0;
		right: 0;
		z-index: 2;
	}

	.navbar#top-nav .navbar-collapse {
		padding: 15px 0;
	}
	
	.navbar a.nav-link {
    	padding: 10px 10px;
	}

	.navbar .subnav a.nav-link{
    	padding: 7px 10px;
	}

	.footer-nav.navbar a.nav-link {
		text-align: center;
	}
	
	.content div.title,
	section div.title,
	#special h4 {
		text-align: center;
	}

	.main_slider.owl-carousel .owl-item .item {

		background-size: auto 110%;
		background-position: center left -30px;
	}

	.main_slider.owl-carousel .owl-item .desc {
		padding: 60px 200px 60px 30px;
	}

	.products .item .prod-info .price-block,
	.products .item .prod-info .order-block {
		width: 100%;
	}
		
	.header-phone a {
		font-size: 18px;
		text-decoration: none;
	}

    .header1 {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}

	
	.sidebar {
		padding-top: 15px;
	}
	
	.header-phone-block {
		position: fixed;
		top: 0;
		left: 15px;
		z-index: 1001;
		text-align: left;
		width: 150px;		
	}

	header .header-phones li {
		display: inline-block;
		vertical-align: middle;
	}
	
	header .header-phones {
		margin-bottom: 0;
	}

	header li.header-phone {
		margin-top: 11px;
		margin-bottom: 0;
		font-size: 14px;
	}

	header li.header-email a {
		font-size: 13px;
		font-weight: 300;
	}
	
	header .header-phone-block > img {
		margin-top: 10px;
		margin-right: 5px;
	}

    header .header-phone-block .header-btn {
		margin-left: 20px;
		margin-top: 7px !important;
		margin-bottom: 0;
	}

	header .header-phone-block .header-btn a.btn {
		background: #fff !important;
		color: #e32026 !important;
	}
	
	header .wrapper {
		padding: 0 0 15px;
	}
	
	.logo-holder .logo-desc {
		font-size: 13px;
		margin-top: 2px;
	}
	
	header .logo-desc span {
		display: none;
	}

	.content div.title h1,
	section div.title h3 {
	    padding: 0;
	 }
	 
	 .content div.title:before,
	 section div.title:before {
	 	display: none;
	 }
	 
	.vendors .item {
		text-align: center;
	}
	
	.vendors .item img {
		margin-left: auto;
		margin-right: auto;
	}

	.header-cart-block.open {
		display: block;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		z-index: 100;
		z-index: 999;
		background: #212529;
		padding-top: 15px;
		padding-bottom: 15px;
		color: #fff;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	}
	
	.header-cart-block.open a,
	.header-cart-block.open a:hover {
        color: #fff;
	}
	
	.header-cart-block.open #msMiniCart .img{
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
    }

	.header-cart-block.open #msMiniCart {
		color: #fff;
	}

	html body {
		background: #fff;
	}

	footer {
		text-align: center;
	}

	#mc-horizontal-menu-collapse1.collapse {
		display: none;
	}
	
	#mc-horizontal-menu-collapse1 {	
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		background: #e32026;
		padding: 80px 30px 30px;
		color: #fff;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	}	
	
	#msCart table,
	#msCart table tr,
	#msCart table td,
	#msCart table th {
		display: block;
	}

	#msCart table td.remove {
		text-align: center;
	}
	
	#msCart table tr.header {
		display: none;
	}

	#msCart table tr.footer .total {
		text-align: center;
	}

    #msCart table td.image img {
    	height: auto;
        width: 100%;
    	margin: 0 auto;
    	display: block;
    }
	
	#msCart table td.title {
		width: auto;
		float: none;
	}

	#msCart table td.price {
		width: 40%;
		float: left;	
	}
	
	#msCart table td.count {
		width: 60%;
		float: left;
	}
	
	#msCart table td.price,
	#msCart table td.total {
		clear: both;	
	}

	#msCart table td.price {
        height: 61px;
        line-height:41px;
	}
	
	#msCart table td.price span:after,
	#msCart table td.total span:after {
		display: inline;
		content: 'руб.';
	}

	#msCart table td.total span:before {
		display: inline;
		content: 'Всего: ';
		font-weight: 400;
	}

	#msCart table td.remove button span {
		margin-top: 2px;
		margin-right: 5px;
	}

	#msCart table td.remove button b {
		display: inline-block;
		vertical-align: top;
		font-weight: 400;
		color: #e32026;
	}
	
	.prod-table > .prod-row .tpa-btn .prod-btn {
		text-align: center;
		padding: 5px 0;
	}
	
	.modal-footer .btn span {
		display: none;
	}

}

@media (max-width: 570px) {

	header .header-btn {
		display: none !important;
	}  
    
    .main_slider.owl-carousel .owl-item .desc {
		padding: 30px;
	}
	
	.fancy-close span {
		display: none;
	}

}

@media (max-width: 500px) {

	#cartModal .fancy-close span {
		display: none;
	}
	
	.footer-nav ul li {
    	display: block;
		text-align: left;	
	}
	
	header .logo-desc {
		font-size: 9px;
		line-height: 14px;
	}
	
}
