/* montserrat-100 - cyrillic *//* montserrat-100 - cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/montserrat-v12-cyrillic-100.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Thin'), local('Montserrat-Thin'),
       url('../fonts/montserrat-v12-cyrillic-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-cyrillic-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-cyrillic-100.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v12-cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v12-cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-cyrillic-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-500 - cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v12-cyrillic-500.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
       url('../fonts/montserrat-v12-cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-cyrillic-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v12-cyrillic-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('../fonts/montserrat-v12-cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-cyrillic-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v12-cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../fonts/montserrat-v12-cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-cyrillic-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.header__bottom {
 padding:20px 0px;
}

.header__bottom .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}








body {
	font-family: 'Montserrat';
	font-weight: 500;
	width: 100%;
	position: relative;
	min-width: 32rem;
	font-size: 14px;
	background: #f2f2f2;
	color: #333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1, h2 {
    margin-top: 15px;
    margin-bottom: 25px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
body.modal-open { 
	overflow: inherit; 
	padding-right: 0!important; 
}
a {
    color: #0095d8;
}
a:hover, 
a:focus {
	text-decoration: none;
}
p {
	line-height: 1.5;
}
.fa {
	font-size: 1.4rem;
}
h2.price {
	margin: 1rem 0 2rem;
}
strong {
    font-size: 1.334374rem;
}
button[disabled], 
html input[disabled] {
    opacity: .3;
    color: #000;
}
legend {
	font-size: 1.8rem;
	padding: .7rem 0
}
label {
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
.open .fa-caret-down, 
.open .caret {
	transform: rotate(180deg);
	transition: all 0.2s;
}
.items-not-empty {
	text-align: center;
    padding: 3rem 0;
	color: #999;
}
.caret, 
.fa-caret-down {
	transition: all 0.2s;
}
.content-bg-white {
	background: #fff;
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
ol, ul {
    margin: 0;
	padding: 0;
	list-style: none;
}
@media only screen and (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: left;
		color: #666;
		font-size: 13px;
		font-weight: normal;
	}
}
:focus {
	outline: none!important;
}

/* well */
.well {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* placeholder remove click */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* form-control */
.form-control {
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-size: 13px;
	height: 40px;
}
.form-control {
    background-color: #fff;
    color: #606060;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-color: #ddd;
}
.form-control:focus {
    outline: none;
    color: #606060;
    box-shadow: none !important;
	border-color: #d9d9d9;
}
input.form-control {
    box-shadow: none;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 0 15px;
    font-size: 1.3rem;
    color: #999;
}

/* form-group */
.form-group select {
    box-shadow: none;
}

/* nav-tabs */
.nav-tabs {
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #f5f5f5;
}
.nav-tabs>li.active {
    color: #ed143d;
}
.nav-tabs>li {
    margin-bottom: -.3rem;
}
.nav-tabs>li>a {
	padding: 1.6rem 1.9rem;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: .3rem solid transparent;
    font-size: 1.334374rem;
    color: #333;
	font-weight: 700;
}
@media only screen and (max-width: 480px) {
	.nav-tabs>li {
		float: none;
		text-align: center;
	}
}
.nav>li>a:focus, 
.nav>li>a:hover {
    background-color: transparent;
    color: #ed143d;
}
.nav-tabs>.active>a, 
.nav-tabs>.active>a:focus, 
.nav-tabs>.active>a:hover, 
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    border: 0;
    border-bottom: .3rem solid;
    color: inherit;
    background-color: transparent;
}

/* Fix some bootstrap issues */
span.hidden-xs, 
span.hidden-sm, 
span.hidden-md, 
span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: 700;
}

/* top */
#top {
	position: relative;
    background-color: #262626;
    min-height: 4.4rem;
    box-shadow: 0 .6rem .8rem rgba(0, 0, 0, 0.17);
}
#top .container {
	padding: 0 2rem;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
    padding: .3rem 2rem;
	border-radius: 0;
	color: #333;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
    background: #F5F5F5;  
}
#top #form-currency .dropdown-menu,
#top #form-language .dropdown-menu {
	margin: -.1rem 0;
    border: .1rem solid transparent;
    border-radius: 0 0 .3rem .3rem;
}
#top .btn-link {
	color: #fff;
    text-shadow: none;
    text-decoration: none;
	font-size: 1.3rem;
	padding: 1.2rem;
}
#top .btn-link:hover, 
#top-links a:hover {
	color: #fff;
}
#top .btn-link strong {
    line-height: 1.4rem;
}
#top .nav .open>a, 
#top .nav .open>a:focus, 
#top .nav .open>a:hover {
    background-color: transparent;
	color: #fff;	
}

/* top-links */
#top-links a + a {
	margin-left: 1.5rem;
}
#top-links li, 
#top-links a {
	color: #fff;
    text-shadow: none;
    text-decoration: none;
	font-size: 1.3rem;
	line-height: 3.4;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #cf3131;
    background: #ECEFF1;
}
#top-links > ul {
	line-height: 2.3;
	text-align: center;
}
#top-links .dropdown-menu {
	margin: -.1rem 0;
    border-radius: 0;
    border: .1rem solid transparent;
}
#top-links a:hover {
	color: #fff;
}

/* logo */
@media only screen and (max-width: 480px) {
	#logo {
		margin: 3rem 0 0;
		display: inline-block;
	}
}
#logo .site-name {
	font-size: 3.5rem;
}
@media only screen and (max-width: 480px) {
	.mobile-center  {
		text-align: center;
		float: none!important;
	}
}
#logo .site-name h1 {
    color: #000;
    word-wrap: break-word;
    line-height: 3;
    margin: 0;
	font-weight: 700;
}
#logo img {
	width:250px;
}

/* search */
#search {
	margin: 8px 0;
	width: 100%;
}
#search .input-lg {
	position: static;
    font-size: 1.4rem;
    font-style: normal;
    padding: 0px 11rem 0 1rem;
    border: 0;
	height: 4rem;
	border-radius: 2px;
}
@media only screen and (max-width: 767px) {
	#search .input-lg {
		border: solid;
		border-width: 2px;
		box-shadow: none;
		border-color: #d73f3f;	
	}
}
#search .btn-lg {
	font-size: 2rem;
    line-height: 1.8rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 2px 2px 0;
    border-color: #ed143d;
    background: #ed143d;
    padding: 0 4rem;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
    pointer-events: visible;
    z-index: 1;
    border: none;
    color: #fff;
}
#search .btn-lg .fa {
	font-size: 2rem;
}
#search .btn-lg:before {
    content: '';
    position: absolute;
    border-width: .8rem .8rem .8rem 0;
    border-style: solid solid solid none;
    border-color: transparent #ed143d transparent;
    top: 1.3rem;
    left: -.8rem;
}

/* cart */
#cart {
	position: relative;
}
#cart > button {
	font-size: 1.5rem;
    line-height: 3rem;
    color: #ccc;
    background: transparent;
    border: none;
	padding: 0;
}
#cart > button:hover {
	color: #fff;
}
#cart.open > .btn {
	background-image: none;
    background-color: transparent;
    border: none;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .load {
    padding: 0 2rem;
    background: white;
    width: 32rem;
    left: auto;
    right: 0;
    border: 0;
    margin: 0;
    top: 45px;
    border-radius: 0 0 2px 2px;
    box-shadow: -3px 5px 10px rgba(0,0,0,.07);
}
#cart .load .preview {
    padding: 2rem 0;
    border-bottom: .1rem solid #ebebeb;
    overflow: hidden;
}
#cart .load .img_content {
    float: left;
    margin: 0 1rem 0 0;
    position: relative;
}
#cart .load .product-quantity {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 2.5rem;
    line-height: 2.3rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: .1rem 0 0;
    text-align: center;
    background: #35b2aa;
    color: white;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, 0.19);
    text-shadow: 0 .2rem rgba(0, 0, 0, 0.05);
	font-size: 1.3rem;
}
#cart .load .right_block {
    overflow: hidden;
    position: relative;
    padding: 0 1.5rem 0 0;
}
#cart .load .product-name {
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    text-transform: capitalize;
    font-size: 1.3rem;
    line-height: 2rem;
}
#cart .load .product-price {
    display: block;
    margin: 7px 0 0;
    font-size: 13px;
    font-weight: bold;
}
#cart .load .remove-from-cart {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #ccc;    
}
#cart .remove-from-cart span {
	font-size: 1.7rem;
}
#cart .load .remove-from-cart:hover {
	color: #F44336;
}
#cart .load .attributes_content {
    font-size: 1.2rem;
    margin: .5rem 0 0;
}
#cart .load .attributes_content span {
    display: block;
}
#cart .right_block strong {
    font-weight: 400;
}
#cart .load .price_content {
    overflow: hidden;
    padding: 2rem 0;
    border-bottom: .1rem solid #ebebeb;
}
#cart .load .labels {
    float: left;
}
#cart .load .value {
    float: right;   
}
#cart .load .value,
#cart .load .labels {
	color: #3e3d43;
    font-size: 1.3rem;
}
#cart .load .price_inline {
    overflow: hidden;
    line-height: 2.5rem;
}
#cart .load .checkout {
    margin: 2rem 0;
}
#cart .load .checkout a {
    display: block;
    box-shadow: none;
}
#cart .icon-cart {
	font-size: 2.9rem;
    line-height: 2.9rem;
    display: inline-block;
    vertical-align: middle;
}
#cart .product-block {
	margin-bottom: 1.5rem;
}
#cart .product-block:last-child {
	margin-bottom: 0;
}
#cart .mini-basket-empty {
	position: relative;
	overflow: hidden;
}
#cart .mini-basket-empty p {
	margin: 0;
    height: 10rem;
    line-height: 6.5;
    font-size: 1.6rem;
    display: block;
    color: #8e8e8e;
}
#cart .voucher-block {
	overflow: hidden;
    position: relative;
}
#cart .voucher-des {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25rem;
	font-size: 1.3rem;
}
#cart .voucher-amount {
	font-weight: 700;
    font-size: 1.5rem;
    margin-top: .5rem;
    display: inline-block;
}
#cart .voucher-delete {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	cursor: pointer;
}
#cart .voucher-delete span {
	font-size: 1.7rem;
}
#cart .voucher-delete a {
	color: #ccc;
}
#cart .voucher-delete a:hover {
	color: #F44336;
}
@media (max-width: 479px) {
	#cart .load {
		width: 29rem;
	}
}
@media only screen and (max-width: 767px) {
	#cart .load {
		margin-right: -1.5rem;
	}
}
#cart .products {
	display: none;
}
#cart .cart-subtotals .products:last-child {
	display: block;
}
#cart .products:last-child .labels,
#cart .products:last-child .value {
	font-size: 1.8rem;
	font-weight: 600;
}

/* cart-total/цена и количество при добавлении товара в корзину */
#cart-total .subtotal {
	margin-left: 1rem;
}
@media only screen and (max-width: 1200px) {
	#cart-total .subtotal {
		display: none;
	}
}
#cart-total .count {
	width: 2.1rem;
    height: 2.1rem;
    background: #20b2aa;
    border-radius: 100%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
}
#cart-total .count {
	position: absolute;
    top: -7px;
    left: 1rem;
}

/* content */
#content {
	min-height: 60rem;
}

/* footer */
footer {
	margin-top: 3rem;
    padding-top: 3rem;
    background-color: #141414;
    color: #fff;
}
footer a {
	color: #a4a4a4;
}
footer a:hover, 
footer a:focus, 
footer a:active, 
footer a:active:focus {
	color: #fff;
}
footer h4 {
	font-family: 'Montserrat';
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	margin-bottom: 2rem;
}
footer .footer-list li {
	font-size: 1.3rem;
    line-height: 1.7rem;
    padding: .5rem 0;
}
footer .footer-bottom {
	padding: 1.5rem 0 .1rem 0;
    background-color: #710404;
    margin-top: 3rem;
    font-size: 1.3rem;
    text-align: center;
}
footer .top-container {
	padding-bottom: 35px;
}
footer .social-payment {
	white-space: nowrap;

}
@media only screen and (max-width: 767px) {
	footer .social-payment, 
	footer .social-icon {

	}
}
footer .social a i {
    font-size: 2.3rem;
}
footer .social a + a {
    margin: 0 0 0 2rem;
}
@media only screen and (max-width: 767px) {
	footer .social {
		margin-bottom: 2rem;
		text-align: center;
	}
}
footer .footer-info > li > a {
	color: inherit;
	font-weight: 400;
}
footer .footer-info > li > a:hover {
	color: #ccc;
}
/* alert/всплывающие уведомления */
.alert {
	position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.21);
    border: 1px solid transparent;
    max-width: 320px;
    z-index: 1100;
    margin: 1.5rem 1.5rem 0 1.5rem;
    padding: 2.4rem 6rem 2.4rem 4.5rem;
	color: white;
}
.alert > a {
	color: white;
}
.alert > i {
	position: absolute;
    top: 1.9rem;
    left: 1rem;
    font-size: 3rem;
}
.alert .close {
	color: white;
	text-shadow: none;
	opacity: 1;
}
.alert-success {
    background-color: rgba(103, 195, 107, 0.97);
}
.alert-danger {
    background-color: rgba(220, 103, 103, 0.97);
}
.alert-dismissible {
	padding: 10px 10px 10px 10px;
    display: inline-block;
	width: 100%;
	border-radius: 4px;
    line-height: normal;
}
.alert-info {
    color: #1f9eb7;
    background-color: #ffffff;
    border: 1px solid #1f9eb7;
}
.alert-warning {
    color: #daa54c;
    background-color: #ffffff;
    border: 1px solid #daa54c;
}

/* text-danger */
.text-danger {
    color: #F44336;
}
/* text-danger */
.text-success {
	color: #2FB457;
}

/* has-error */
.has-error .form-control {
    border-color: #F44336;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:focus {
    border-color: #8fbc8f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error.checkbox label, 
.has-error.checkbox-inline label, 
.has-error.radio label, 
.has-error.radio-inline label {
    color: #ed143d;
}

/* close/кнопка закрытия модального окна и т.п */
.close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 1.5rem;
    font-size: 4rem;
    z-index: 100;
    font-weight: 100;
}

/* breadcrumb/хлебные крошки */
.breadcrumb {
    background-color: transparent;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.breadcrumb {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow-y: scroll;
		white-space: nowrap;
		min-height: 4rem;
	}
}
.breadcrumb a {
	font-size: 1.3rem;
	color: #333;
}

/* buttons */
.buttons {
    margin: 1rem 0;
}
.btn {
	padding: 9px 12px;
	font-weight: 500;
}
.btn, 
.btn:hover, 
.btn:focus, 
.btn:active, 
.btn:active:focus {
	border: .1rem solid transparent;
	text-decoration: none;
	-webkit-box-shadow: none;
    box-shadow: none;
	outline: none;
	border-radius: 3px;
}
.btn-primary {
    color: #fff;
    background-color: #32aeff;
    border-color: #32aeff;
}
.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary:hover, 
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.btn-primary.dropdown-toggle, 
.open>.btn-primary.dropdown-toggle.focus, 
.open>.btn-primary.dropdown-toggle:focus, 
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #2d93d5;
    border-color: #2d93d5;
}
.btn-default {
    background-color: #f2f2f2;
}
.btn-default.active, 
.btn-default.focus, 
.btn-default:focus, 
.btn-default:hover, 
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.btn-default.dropdown-toggle, 
.open>.btn-default.dropdown-toggle.focus, 
.open>.btn-default.dropdown-toggle:focus, 
.open>.btn-default.dropdown-toggle:hover {
    background-color: #ececec;
    border-color: #ececec;
}
.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
}
.btn-success.active, 
.btn-success.focus, 
.btn-success:focus, 
.btn-success:hover, 
.btn-success.active.focus, 
.btn-success.active:focus, 
.btn-success.active:hover, 
.btn-success:active, 
.btn-success:active.focus, 
.btn-success:active:focus, 
.btn-success:active:hover, 
.open>.btn-success.dropdown-toggle, 
.open>.btn-success.dropdown-toggle.focus, 
.open>.btn-success.dropdown-toggle:focus, 
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #409343;
    border-color: #409343;
}
.btn-info {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}
.btn-info.active, 
.btn-info.focus, 
.btn-info:focus, 
.btn-info:hover, 
.btn-info.active.focus, 
.btn-info.active:focus, 
.btn-info.active:hover, 
.btn-info:active, 
.btn-info:active.focus, 
.btn-info:active:focus, 
.btn-info:active:hover, 
.open>.btn-info.dropdown-toggle, 
.open>.btn-info.dropdown-toggle.focus, 
.open>.btn-info.dropdown-toggle:focus, 
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #1394cd;
    border-color: #1394cd;
}
.btn-warning {
    color: #fff;
    background-color: #ffb300;
    border-color: #ffb300;
}
.btn-warning.active, 
.btn-warning.focus, 
.btn-warning:focus, 
.btn-warning:hover, 
.btn-warning.active.focus, 
.btn-warning.active:focus, 
.btn-warning.active:hover, 
.btn-warning:active, 
.btn-warning:active.focus, 
.btn-warning:active:focus, 
.btn-warning:active:hover, 
.open>.btn-warning.dropdown-toggle, 
.open>.btn-warning.dropdown-toggle.focus, 
.open>.btn-warning.dropdown-toggle:focus, 
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d69600;
    border-color: #d69600;
}
.btn-danger {
    color: #fff;
    border-color: #ed143d;
    background: #ed143d;
}
.btn-danger.active, 
.btn-danger.focus, 
.btn-danger:focus, 
.btn-danger:hover, 
.btn-danger.active.focus, 
.btn-danger.active:focus, 
.btn-danger.active:hover, 
.btn-danger:active, 
.btn-danger:active.focus, 
.btn-danger:active:focus, 
.btn-danger:active:hover, 
.open>.btn-danger.dropdown-toggle, 
.open>.btn-danger.dropdown-toggle.focus, 
.open>.btn-danger.dropdown-toggle:focus, 
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    border-color: #da1d1d;
    background: #da1d1d;
    
}
.btn-inverse {
    color: #fff;
    background-color: #37474f;
    border-color: #37474f;
}
.btn-inverse.active, 
.btn-inverse.focus, 
.btn-inverse:focus, 
.btn-inverse:hover, 
.btn-inverse.active.focus, 
.btn-inverse.active:focus, 
.btn-inverse.active:hover, 
.btn-inverse:active, 
.btn-inverse:active.focus, 
.btn-inverse:active:focus, 
.btn-inverse:active:hover, 
.open>.btn-inverse.dropdown-toggle, 
.open>.btn-inverse.dropdown-toggle.focus, 
.open>.btn-inverse.dropdown-toggle:focus, 
.open>.btn-inverse.dropdown-toggle:hover {
    color: #fff;
    background-color: #263137;
    border-color: #263137;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: alpha(opacity=40);
    opacity: .4;
}

/* list group */
.list-group a {
	border: .1rem solid transparent;
	padding: .8rem 1.2rem;
	font-size: 16px;
}
.list-group a.active, 
.list-group a.active:hover, 
.list-group a:hover {
	color: #ed143d;
	background: #F5F5F5;
	border: .1rem solid transparent;
	text-shadow: 0 .1rem 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 .1rem 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product-thumb */
.product-thumb {
    margin-bottom: 2rem;
    overflow: hidden;
    background: #fff;
	position: relative;
	transition: all 0.2s ease-out;
	padding: 15px;
}
.product-thumb:hover {
    box-shadow: 0 1.6rem 2.2rem 0 rgba(0, 0, 0, 0.12);
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb h4 {  
	height: 10rem;
    overflow: hidden;
    line-height: 2rem;
    font-size: 13px;
    display: block;
    padding: .4rem 0 1.2rem;
    margin: 0;
}
.product-thumb h4 a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    white-space: normal;
	height: 6rem;
}
.product-thumb h4 a:hover {
	color: #5cb5e5;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.product-thumb h4 {
		font-size: 1.3rem;
	}
}
.product-thumb .caption {
	padding: 15px 0 0 0;
	min-height: 18rem;
}
.product-thumb .rating {
	padding: 1rem 0 0;
}
.product-thumb .buy-box {
    position: relative;
	overflow: hidden;
}	
.product-thumb .price-new {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.product-thumb .price-new {
		font-size: 2rem;
	}
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    display: block;
	font-size: 13px;
}
.product-thumb .product_price {
	min-height: 4.8rem;
}
.product-thumb .price-economy {
    display: inline-block;
	padding-top: .5rem;
}
.product-thumb .price-economy .economy {
	display: inline-block;
    padding: 0 .4rem;
    background: #FFEB3B;
	font-weight: 500;
}
.product-thumb .button-group button:first-child:hover {
	background: #da1d1d;
    color: #fff;
}
.product-thumb .button-group button {
	width: 6rem;
    border: none;
    background: #ed143d;
    color: #fff;
    font-size: 2.1rem;
    height: 32px;
    border-radius: 3px;
	padding: 0;
}
.product-thumb .button-group button {
    position: absolute;
    top: 0;
    right: 0;	
}
.product-thumb .button-group button:hover {
	color: inherit;
    background-color: #e8e8e8;
    text-decoration: none;
}
.product-thumb .stock-empty img {
    filter: alpha(opacity=40);
    opacity: .4;
}
.product-thumb .stock-label {
	position: absolute;
    left: 1rem;
    z-index: 4;
    top: 1rem;
}
.product-thumb .stock-label .product-stock__label {
    background-color: rgba(0, 0, 0, 0.71);
}
.product-thumb .stock-label span {
    color: #fff;
    font-size: 13px;
    height: 2.2rem;
    padding: 0 1rem;
    float: left;
    line-height: 1.6;
    border-radius: 2px;
}
.product-thumb .image {
    text-align: center;
    margin: 0 auto;
}
.product-grid .product-thumb .image {
    -webkit-transition: initial;
    -moz-transition: initial;
    -ms-transition: initial;
    -o-transition: initial;
    transition: initial;
}
.product-grid .product-thumb .image {
    margin: 0 auto;
    float: none;
}
.product-list .product-thumb {
    display: table;
    transition: none;
    box-shadow: none;
    border-bottom: .1rem solid #eeeeef;
    border-radius: 0;
    margin-bottom: 0;
    border-left: 1px solid #eeeeef;
    border-right: 1px solid #eeeeef;
	padding: 0;
}
.product-list:first-child .product-thumb {
	border-top: .1rem solid #e9eaec;
}
.product-list:last-child {
	margin-bottom: 1rem;
}
.product-list .image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 12.3%;
	padding-left: 2rem;
}
.product-list .caption {
    min-height: 12rem;
    display: table;
    width: 100%;
	padding: 0 1.5rem 0;
	table-layout: fixed;
}
.product-list .sale {
    left: 1rem;
	top: 4rem;
}
.product-list h4 {
    border-bottom: 0;
	padding-right: 1rem;
}
.product-list .rating {
    padding: 0;
    position: absolute;
    right: 10rem;
    top: 7rem;
}
.product-list .buy-box {
    display: table-cell;
    width: 24.1rem;
    border-left: .1rem solid #e9eaec;
    box-sizing: border-box;
    padding: 1.6rem 1rem 1rem 3rem;
}
.product-list .button-group button {
    top: 2rem;
	right: 0;
}
.product-list .price-tax {
    padding-top: .9rem;
}
.product-list .quickview {
	display: none!important;
}

/* rating */
.rating i {
	font-size: .75rem;
	vertical-align: middle;
	letter-spacing: .1rem;
}
.rating .ion-android-star,
.rating .ion-android-star-outline {
	color: #da1d1d;
	font-size: 1.7rem;
}
.rating .ion-android-star-outline {
	color: #ccc;	
}

/* thumbnails */
.image-additional {
	max-width: 7.6rem;
    max-height: 7.6rem;
}
.thumbnails .image-additional {
	float: left;
    margin: 0 0 1.1rem 1.1rem;
}
.thumbnails .image-additional a.thumbnail.active, 
.thumbnails .image-additional a.thumbnail:focus, 
.thumbnails .image-additional a.thumbnail:hover {
    border-color: #ed143d;
}

/* header */
.header-container {
    position: relative;
}

/*checkout/cart.tpl*/
.checkout-table.table td {
	vertical-align: middle;
	border: none;
}
.checkout-table,
.checkout-table .img-thumbnail {
    border: none;
}
.checkout-table .checkout-top__tr {
	background: #F5F5F5;
}
.checkout-table .checkout-top__tr > td {
    white-space: nowrap;
    overflow: hidden;
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.number-spinner .form-control[name^=quantity] {
	width: 4rem;
    vertical-align: middle;
    border-width: .1rem 0 .1rem 0;
    border-radius: 0;
    border-color: #f2f2f2;
    height: inherit;
    padding: 0;
}
.number-spinner .form-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.number-spinner .form-count span {
	vertical-align: middle;
}
.number-spinner .btn-minus .btn, 
.number-spinner .btn-plus .btn {
	border-radius: 50%;
    padding: 3px 6px;
    background: transparent;
    border-color: #eee;
    color: #000;
}
.number-spinner input.form-plus-minus {
	border: transparent;
    font-size: 15px;
    color: #000;
}
.number-spinner .btn-minus, 
.number-spinner .btn-plus, 
.number-spinner input.form-plus-minus {
    display: inline-block;
} 
.number-spinner .form-count .btn:hover {
	border-color: #ccc;
}
.checkout-continue {
	font-size: 13px;
    color: #333;
}
@media only screen and (max-width: 360px) {
	.continue > div {
		text-align: center;
	}
}
.table-total.table td {
	border: none;
}
.checkout-product-image {
    float: left;
	padding-top: 15px;
}
.checkout-order a {
	text-transform: uppercase;
	font-size: 1.334374rem;
}
.checkout-product {
    float: right;
    height: 100%;
    margin-left: -8rem;
    width: 100%;
}
@media only screen and (min-width: 768px) {
	.checkout-product {
		margin-left: -12rem;
	}
}
.checkout-product-name {
    margin-left: 8rem;
    position: relative;
	min-height: 140px;
}
.checkout-table:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.checkout-product-inner {
	position: relative;
    border-bottom: 1px solid #eeeeef;
}
@media only screen and (max-width: 767px) {
	.checkout-product-inner {
		height: 30rem;		
	}
}
@media only screen and (min-width: 768px) {
	.checkout-product-name {
		float: left;
		width: 50%;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.checkout-product-inner {
		height: 16rem;		
	}
}
.product-name-info {
    padding-top: 15px;
    max-height: 6rem;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 2rem;
    height: 6rem;
    vertical-align: top;
	width: 100%;
}
.product-name-info:hover {
	color: #5cb5e5;
}
@media only screen and (max-width: 1199px) {
	.product-name-info {
		font-size: 13px;
	}
}
.number-spinner {
    font-size: 0;
    line-height: 0;
    padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
	.number-spinner {
		float: left;
	}
}
.cart-product-price {
    padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
	.cart-product-price {
		float: right;
		text-align: right;
		width: 11rem;
	}
}
.cart-product-price__total {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2.4rem;
}
.remove-prod {
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 0;
    transition: color .1s ease;
    font-size: 13px;
    bottom: 2rem;	
}
@media only screen and (max-width: 767px) {
	.checkout-total-box {
		margin-left: 78px;
	}
}
.table-total tr:last-child .text-total {
	font-size: 1.8rem;
    width: 15rem;
    font-weight: bold;
    padding: 0;
    line-height: 1.7;
}
.remove-prod:hover {
    color: #d73f3f;
}

/* header-user-block/личный кабинет, закладки, сравнение и т.д на главной */
.header-user-block {
    display: flex;
    justify-content: space-between;
	align-items: center;
	height: 56px;
}
.header-user .user-login {
	font-size: 2.9rem;
    color: #ccc;
}
.header-user .user-login:hover {
	color: #fff;
}
.header-user .dropdown-menu {
	border: 1px solid transparent;
    margin: 0;
    top: 47px;
    border-radius: 0 0 2px 2px;
	box-shadow: -3px 5px 10px rgba(0,0,0,.07);
	min-width: 212px;
	padding: 0;
}
.header-user .dropdown-menu .nav-item {
	border-bottom: 1px solid #f7f7f7;
}
.header-user .dropdown-menu .nav-item:last-child {
    border-bottom: none;
}
.header-user .nav-item .nav-item__link:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.header-user .nav-item__link {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 5rem;
    padding: 0 2rem;
    position: relative;
}
.header-user .nav-item__link:focus, 
.header-user .nav-item__link:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}
.header-user .nav-item__link span {
    font-size: 1.4rem;
    color: #333;
    line-height: 2rem;
    display: inline-block;
    vertical-align: middle;
    transition: .1s ease-in-out;
	font-weight: 500;
}
.header-user .nav-item__link:hover span {
    color: #ed143d;
}
.header-wishlist, 
.header-compare {
	position: relative;
}
.header-wishlist .wishlist-count, 
.header-compare .compare-count {
	width: 2.1rem;
    height: 2.1rem;
    background: #20b2aa;
    border-radius: 100%;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8;
}
.header-wishlist .wishlist-count, 
.header-compare .compare-count {
	position: absolute;
    top: -1rem;
    left: 1.5rem;
}
.header-wishlist i, 
.header-compare i {
	font-size: 2.7rem;
    color: #ccc;
    vertical-align: middle;
}
.header-wishlist i {
	font-size: 2.4rem;
}
.header-compare i {
    position: relative;
    top: .2rem;
}
.header-wishlist i:hover, 
.header-compare i:hover {
	color: #fff;
}
.header-phone {
	text-align: right;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.header-phone {
		text-align: center;
	}
}
.header-phone .phone {
	position: relative;
	font-size: 2.4rem;
	color: #333;
}
.header-phone .phone:hover {
	color: #ed143d;
}
.header-phone .ion-android-call {
	font-size: 2.4rem;
    color: #ed143d;
}

/* инфоблоки на главной */
.offers-banners {
	position: relative;
	padding: 1rem;
	text-align: center;
	background: #fff;
	height: 100%;
	min-height: 12rem;
}
@media only screen and (max-width: 1024px) {
	.offers-banners {
		min-height: 18rem;	
	}
}
.offers-banners .b-r_line {
	border-right: .1rem solid #ECEFF1; 
	line-height: 5rem;
}
@media only screen and (max-width: 1024px) {
	.offers-banners .b-r_line {
		line-height: 8rem;
	}	
}
@media only screen and (max-width: 767px) {
	.offers-banners .b-r_line {
		border-right: 0;
	}	
}
.offers-banners .b-r_line:last-child {
	border-right: 0; 
}
.offers-banner_image, 
.offers-text_banner {
	display: inline-block;
}
.offers-banner_image img {
	height: 4.4rem;
}
.offers-text_banner {
    font-size: 1.334374rem;
    color: #2b3f64;
    vertical-align: middle;
    line-height: normal;
    max-width: 22rem;
    width: 100%;
	font-weight: bold;
}

/* owl-carousel override style/костыли что бы не лезть в стили карусели */
.owl-controls {
    background: #f2f2f2;
}
.owl-wrapper-outer {
	box-shadow: none!important;
}
.owl-wrapper-outer {
	border: none!important;
}

/* menu/главное меню*/
#home-menu {
    margin-bottom: 2rem;
    background-color: #262626;
	min-height: 5.6rem;
	border-radius: 0;
}
@media only screen and (min-width: 768px) {
	#home-menu .c-o-mobile {
		padding-left: .8rem;
	}
}
@media only screen and (min-width: 1200px) {
	#home-menu .c-o-search {
		width: calc(43% + 9px);
	}
}
@media only screen and (max-width: 767px) {	
	#home-menu .c-o-search {
		padding: 0;
		display: none;
	}
	
	.c-o-mobile{background:#333;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {	
	#home-menu .c-o-search {
	   padding-right: .5rem;
	}
}
#home-menu .left-side {
    float: left;
}
@media only screen and (max-width: 767px) {
	#home-menu .left-side {
		width: 100%;
	}
}
#home-menu .left-categor-wrapper {
    position: relative;
	z-index: 101;
}
#home-menu .left-categor-title {
    cursor: pointer;
    position: relative;
    height: 5.6rem;
    color: #fff;
    font-size: 17px;
    line-height: 3.4;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#home-menu .left-categor-title {
		width: 23.5rem;
	}
}
@media only screen and (min-width: 1200px) {
	#home-menu .left-categor-title {
		width: 26rem;
	}	
}
#home-menu .left-side:hover + .overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	z-index: 100;
	}
#home-menu .left-categor-title {
    background: #ed143d;
}
#home-menu .left-categor-title .ion-chevron-down {
	font-size: 1.334374rem;
}
#home-menu .left-categor-title .menu-text {
	position: relative;
    top: -.1rem;
}
#home-menu .left-categor-title .menu-text, 
#home-menu .left-categor-title .ti-angle-down {
	padding: 0 .7rem 0 .7rem;
}
#home-menu .left-categor-title .ti-menu {
	font-size: 1.7rem;
}
@media only screen and (min-width: 1200px) {
	#home-menu .left-side:hover .left-folders {
		display: block;
	}
	#home-menu .left-side:hover .ion-chevron-down:before {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}
#home-menu .left-side .ion-chevron-down:before {
    display: inline-block;
	-webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
}
#home-menu .left-folders {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
}
#home-menu .left-categor > li {
	height: 4.5rem;
}
@media only screen and (max-width: 767px) {
	#home-menu .left-categor > li {
		
	}
}
#home-menu .left-categor .children {
	display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    padding: .3rem 0;
    min-height: 100%;
    width: calc(100% + 62rem);
    padding: 5px 20px;
    white-space: nowrap;
    overflow: hidden;	
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
	#home-menu .left-categor .children,
	#home-menu .left-categor .last-children {
		width: calc(100% + 47rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#home-menu .left-categor .children,
	#home-menu .left-categor .last-children {
		width: calc(100% + 25rem);
	}
}
@media only screen and (max-width: 767px) {
	#home-menu .left-categor .children, 
	#home-menu .left-categor .last-children {
		display: none!important;
	}
}
#home-menu .left-categor > li:hover .children, 
#home-menu .children > ul > li:hover .last-children {
    display: block;
}
#home-menu .left-categor > li {
	border-bottom: 1px solid #eeeeef;
	border-right: 1px solid #eeeeef;    
}
#home-menu .left-categor > li > a {
    display: block;	
    padding: 0 3rem 0 3rem;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    white-space: normal;
	line-height: normal;
}
#home-menu .left-categor > li:hover {
	border-color: #eeeeef;
	border-right: 0 none;
	
}
@media only screen and (max-width: 1199px) {
	#home-menu .left-categor > li > a {
		padding: 0 2.5rem 0 1.8rem;	
	}
}
#home-menu .left-categor > li > a > .cursor,
#home-menu .children > ul > li > a > .cursor {
    width: 3.8rem;
    padding: 1.6rem 0;
    text-align: center;
    position: absolute;
    right: 0;
    color: #ddd;
	font-size: 10px;
}
@media only screen and (max-width: 1199px) {
	#home-menu .left-categor > li > a > .cursor, 
	#home-menu .children > ul > li > a > .cursor {
		display: none;
	}
}
#home-menu .children > ul > li > a > .cursor {
	line-height: 1;
    padding: .3rem 0;
}
#home-menu .left-categor > li > a:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#home-menu .left-categor .first-child {
	display: inline-block;
	vertical-align: middle;	   
    transition: .1s ease-in-out;
	font-size: 13px;
}
#home-menu .left-categor .first-child,
#home-menu .left-categor ul li a {
	color: #333;
}
@media only screen and (max-width: 1199px) {
	#home-menu .title.active .left-folders,
	#home-menu .title.active .overlay,
	#home-menu .menu-toggle.active .children,
	#home-menu .submenu-toggle.active .last-children {
		display: block;
	}
	#home-menu .title.active .ti-angle-down:before {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}
#home-menu .left-categor > li:hover .first-child,
#home-menu .left-categor > li:hover .cursor,
#home-menu .children > ul > li:hover .cursor {
	color: #ed143d;
}
#home-menu .left-categor ul li a {
    display: block;
    line-height: 2.1rem;
    padding: .7rem 4rem .7rem 3rem;
    white-space: normal;
}
@media only screen and (max-width: 1199px) {
	#home-menu .overlay {
		display: none;
	}
	#home-menu .title.active + .overlay {
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#menu-category > li .menu-toggle,
    #home-menu .children > ul > li > .submenu-toggle{
		width: 3.8rem;
		padding: 1.4rem 0;
		text-align: center;
		position: absolute;
		right: 0;
		color: #ccc;
	}
}
#home-menu .children > ul > li > a:hover,
#home-menu #menu-category .level-2 > li > a:hover,
#home-menu .children .last-level > li > a:hover {
	color: #ed143d;
}
#home-menu .children > ul > li > .submenu-toggle {
    padding: 1rem 0;
}
@media only screen and (min-width: 1200px) {
	#menu-category > li .menu-toggle,
	#home-menu .children > ul > li > .submenu-toggle	{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#menu-category > li .menu-toggle,
	#home-menu .children > ul > li > .submenu-toggle	{
		display: none;
	}
}
#home-menu ul.level-2 > li {
	float: left;
	width: 33.33333333%;
	padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#home-menu ul.level-2 > li {
		width: 50%;
	}
}
#home-menu .children .last-level > li > a {
	font-size: 13px;
	padding: 0;
	line-height: 25px;
}
#home-menu .children .last-level {
	margin-bottom: 5px;
}
#home-menu #menu-category .level-2 > li > a {
	font-weight: 700;
    padding: 0;
    line-height: 30px;
    height: 30px;
	font-size: 1.334374rem;
}

/* category.tpl/страница категории */
.refine {
	background: #fff;
    text-align: center;
	padding: 1rem;
	margin-bottom: 2rem;
	min-height: 150px;
}
@media only screen and (min-width: 1200px) {
	.refine:hover img {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}
.refine img {
    margin: auto;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
}
.refine .refine-name {
	color: #333;
	font-size: 13px;
}
.category-content .input-group-addon {
	background: #f7f7f7;
    border-color: #ddd;
}
.category-content .img-thumbnail {
	border-radius: 50%;
}
#list-view, 
#grid-view {
    border: 1px solid #ededed;
    background: #fff;
	border-radius: 0;
}
#list-view:hover, 
#grid-view:hover {
	background: #f5f5f5;
}
#list-view.active, 
#grid-view.active {
	box-shadow: none;
    background: #ededed;
}
#list-view .fa, 
#grid-view .fa {
	color: #666;
}
#input-sort, 
#input-limit {
    border-color: #ededed;
    border-radius: 0;
}

/* compare.tpl/страница сравнения */
.compare-content .compare-button .btn {
	margin-bottom: .5rem;
}
@media only screen and (max-width: 767px) {
	.compare-content .table-responsive>.table>tbody>tr>td, 
	.compare-content .table-responsive>.table>tbody>tr>th, 
	.compare-content .table-responsive>.table>tfoot>tr>td, 
	.compare-content .table-responsive>.table>tfoot>tr>th, 
	.compare-content .table-responsive>.table>thead>tr>td, 
	.compare-content .table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
}
.compare-content td {
	width: 32rem;
	font-size: 1.3rem;
}
.compare-content .compare-table .compare-image {
	position: relative;
}
.compare-content .compare-image .compare-remove {
	position: absolute;
    top: .5rem;
    left: 10.5rem;
    font-size: 2.1rem;
    color: #ccc;
}
.compare-content .compare-image .compare-remove:hover {
	color: red;
}
.compare-content .compare-table>thead>tr>td, 
.compare-content .compare-table>thead>tr>th {
    border-bottom-width: 0;
}
.compare-content .compare-table>tbody+tbody {
    border-top: transparent;
}
.compare-content .compare-table strike {
	color: #bfbfbf;
    display: block;
}
.compare-content .compare-table .compare-price {
    font-size: 1.7rem;
}
.compare-content .compare-table strong,
.product-attr-table {
	font-size: 1.334374rem;
}
.compare-content .compare-table .compare-name a {
	font-weight: 400;
    color: #737373;
}

/* product.tpl/страница товара */
.image-content .big-image {
	border: 0;
	padding: 0;
}
@media only screen and (min-width: 768px) {
	.image-content .big-image:hover .view-image {
		display: block;
	}
}
.image-content .view-image {
    position: absolute;
	display: none;
	width: 9rem;
    height: 9rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -7.5rem;
    margin-left: -4.5rem;
    background: rgba(0,0,0,.5) url(/image/catalog/icon-png/view.png) 50% 50% no-repeat;
}
.preview-attribute {
	position: relative;
	overflow: hidden;
	max-height: 14rem;
	margin-top: 1.5rem;
}
.preview-attribute .attr-preview {
	padding-bottom: 1rem;
	font-size: 13px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.preview-attribute .attr-preview .attr-text {
	color: #333;
}
.product-content .all-atrr {
	margin-bottom: 1rem;
}
.product-content .short-description {
	line-height: 2.2rem;
}
.product-content .short-description a,
.product-content .all-atrr a {
    display: inline-block;
	font-size: 12px;
	padding-right: 15px;
	background: url(/image/catalog/icon-png/down.png) right center no-repeat;
}
.product-info__top h1 {
	margin-bottom: 2rem;
    font-size: 2.9rem;
    line-height: normal;
	margin-top: 1rem;
	font-weight: 600;
}
.product-content .button-block .btn {
	border: none;
    transition: all 0.3s;
    background: transparent;
}
.product-content .button-block .btn:hover {
    background: #f2f2f2;
    color: #ed143d;
}
.product-content .button-block > div {
	display: inline-block;
    cursor: pointer;
    padding: 5px 19px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.product-content .button-block > div:hover, 
.product-content .button-block > div:hover {
	border-color: #999;
}
.info .wishlist_title {
	margin-right: 9px;
}
.product-content .price-block, 
.product-content .social-share-block,
.product-content .info {
	padding: 1.3rem;
}
.product-content .product-options {
	padding-bottom: 0;
}
.product-content .product-options .checkbox, 
.product-content .product-options .radio {
    display: inline-block;
    margin: 0 .3rem .6rem 0;
    vertical-align: middle;
    transition: all .2s ease-in-out;

} 
.product-content .form-group select,
.product-content .product-options .form-control,
.product-content .product-options .btn-option {
	box-shadow: none;
}
.product-content .price-block {
	border-radius: 3px;
    background: #f8f8f8;
}
.product-content .price-block #button-cart {
	border-color: #ed143d;
    background: #ed143d;
    text-transform: uppercase;
    width: auto;
    border-radius: 50px;
    height: auto;
    transition: all .3s ease;
    padding: 10px 45px;
}
@media only screen and (min-width: 768px) {
	#button-cart:hover {
		box-shadow: 0 0 0 2px #ed143d;
		background: #ed143d;
	}
}
.product-content .price-block #button-cart:hover {
	border-color: #ed143d;
    background: #ed143d;
}
.product-content .price-block .product-info {
	color: crimson;
    padding-top: 1rem;
	font-size: 12px;
}
.product-content .price-block .all-price-block {
	position: relative;
}
.product-content .discount-price .discount-summ,
.product-content .price-block .tax-summ {
	font-size: 1.334374rem;
	font-weight: 700;
}
.product-content .price-block .price-summary {
	display: inline-block;	
}
.product-content .price-summary .price {
	font-size: 3rem;
    line-height: 3.6rem;
    font-weight: 700;
}
.product-content .price-block .sale-right {
	position: absolute;
    top: 0;
    right: 0;
}
.product-content .all-price .sale-right {
	text-align: center;
	display: inline-block;
}
.product-content .price-block .btn-block {
	margin-top: 1rem;
    font-size: 1.6rem;
	height: 5rem;
}
.product-content .price-block .btn-empty {
	width: auto;
	height: auto;
	border-radius: 50px;
}
.product-content .price-block li, 
.product-content .price-block .all-price {
	line-height: 1.6;
}
.product-content .list-info li {
    padding-bottom: .5rem;
	font-size: 13px;
}
.product-content .old-price {
	text-decoration: line-through;
    color: #acacac;
    font-size: 1.6rem;
}
.product-content .product-rating {
	padding: 1rem 0 2rem 0;	
}
.product-content .product-rating span {
	color: #666;
}
.product-content .product-rating i {
	font-size: 17px;
    color: #ccc;
    vertical-align: middle;
}
.product-content .product-rating .ion-android-star {
	color: #da1d1d;
}
.product-content .product-rating a {
    vertical-align: middle;
	margin-left: .5rem;
	font-size: 13px;
}
.product-content .stock {
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    font-size: 1.334374rem;
    margin-top: 1rem;
}

/* popup-cart/модальное окно при добавлении товара в корзину в product.tpl */
#popup-cart .popup-block {
	display: inline-block;
    width: 100%;
	padding: 3rem 2.3rem;
}
#popup-cart .popup-block .image-popup {
    margin-right: 2rem;
    float: left;
}
#popup-cart .popup-block .image-popup img {
    max-height: 15rem;
    max-width: 15rem;
}
@media only screen and (max-width: 767px) {
	#popup-cart .popup-block .image-popup img {
		max-height: 10rem;
		max-width: 10rem;
	}
}
#popup-cart .image-popup .thumbnail {
	border: 0;
    padding: 0;
}
#popup-cart .popup-block h4 {
    margin-bottom: 0;
    height: 4rem;
    overflow: hidden;	
}
#popup-cart .popup-price {
	display: inline-block;
    margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
	#popup-cart .popup-block h4 {
		height: 4rem;
		overflow: hidden;
	}
}
#popup-cart .popup-h4 {
	font-size: 15px;
    line-height: 2rem;
}
#popup-cart .popup-block .popup-product__price {
    font-size: 2.8rem;
    line-height: 3.5rem;
	font-weight: bold;
}
#popup-cart .popup-block .popup-button {
	margin-top: 3.6rem;
    display: inline-block;
	float: right;
}
#popup-cart .popup-price .old-price {
	font-size: 1.6rem;
    line-height: 2rem;
    color: #acacac;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 400;
}
#popup-cart .popup-block .popup-product__title {
	font-size: 1.8rem;
    line-height: 2.6rem;
    padding-bottom: 2rem;
	font-weight: 700;
}
#popup-cart .popup-product__title img {
	padding-right: .5rem;
}
#popup-cart .popup-button .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
	#popup-cart .popup-button .btn {
		width: 100%;
		margin: 0;
	}
}

/* tag */
.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.tag-success {
    background-color: #5cb85c;
}
.tag-info {
    background-color: #5bc0de;
}

/* color/цвета */
.orange {
	color: #f0ad4e;
}
.skyblue {
	color: #5bc0de;
}
.grey {
	color: #9fa2ad;
}
.black {
	color: #333;
}

/* category.tpl/related-products/рекомендуемые товары в карточке товара */
.rel-row {
	border: .1rem solid #e9eaec;
	margin-left: 0;
	margin-right: 0;
}
.rel-row .slick-track {
	margin: 0;
}
.rel-row .slick-dots {
	bottom: auto;
}
.rel-row:hover .prev, 
.rel-row:hover .next {
	opacity: 1;
	visibility: visible;
}
.rel-row .prev, 
.rel-row .next {
	opacity: 0;
	visibility: hidden;
	background: #fff;
	transition: opacity .2s ease;
    position: absolute;
	width: 4rem;
    height: 4rem;
    z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	padding: 1rem;
    text-align: center;
    top: 50%;	
	margin-top: -2rem;
	font-size: 0;
    line-height: 0;
	border: 1px solid #eee;
}
.rel-row .prev > span, 
.rel-row .next > span {
	font-size: 1.8rem;
}
.rel-row .prev:hover, 
.rel-row .next:hover {
	border-color: #ccc;
}
.rel-row .prev:hover > span, 
.rel-row .next:hover > span {
	color: red;
}
.rel-row .prev {	   
    left: -1.5rem;          
}
.rel-row .next {
	right: -1.5rem;
}
.rel {
	padding: 1px;
    margin: -1px 0 -1px -1px;
}
.rel-thumb {
	box-shadow: 0 0 0 1px #ededed;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 1;
}
.rel-thumb:hover .h-4 a {
    color: #0095d8;
}
.rel-thumb > .image > a > img {
		max-height: 10rem;
		max-width: 10rem;
}
@media only screen and (max-width: 767px) {
	.rel-thumb > .image > a > img {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.rel-product__description .h-4 {
    height: 6.5rem;
    overflow: hidden;
    padding-top: .6rem;
    padding-right: 1rem;
}
.rel-product__description .h-4 a {
    text-decoration: none;
    font-size: 1.3rem;
}
.h-4 {
    margin: 0;
}
.rel-thumb .related-image {
    float: left;
}
.rel-thumb .related-image a {
    display: block;
}
@media only screen and (min-width: 768px) {
	.related-image {
		padding: 1rem 1rem 0 1rem;
	}
}
.related-image {
    padding-top: 1rem;
	height: 12.4rem;
}
.rel-thumb .buy {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
	line-height: 1;
	width: 5rem;
}
.rel-thumb .rel-button  {
    border-color: #ed143d;
    background: #ed143d;
    color: #ffffff;
    font-size: 0;
	padding: 6px 12px;
}
.rel-thumb .rel-button:hover,
.rel-thumb .rel-button:focus, 
.rel-thumb .rel-button:active, 
.rel-thumb .rel-button:active:focus {
	color: #fff;
    border-color: #da1d1d;
    background: #da1d1d;
}
.rel-thumb .rel-button span {
    font-size: 1.7rem;
}
.rel-thumb .buy-box {
	position: relative;
    overflow: hidden;
    height: 4.9rem;
}
.rel-thumb .price-new {
	font-weight: bold;
}
.rel-thumb .price-new, 
.rel-thumb .price {
    font-size: 1.6rem;
	display: inline-block;
}
.rel-thumb .price-old {
    color: #a6a6a6;
    text-decoration: line-through;
    font-size: 1.3rem;
    display: block;
    font-weight: normal;
}

/* product-layout */
.product-layout {	
	padding-left: 1rem;
	padding-right: 1rem;
}
.row-box {
	margin-right: -1rem;
    margin-left: -1rem;
}

/* login.tpl */
.login-head {
    margin-bottom: 3rem;
}
.white-form {
    background: #fff;
	padding: 3.3rem 3rem;
}
.white-form .input-md {
    height: 4rem;
}
.white-form .form-control {
    -webkit-box-shadow: inset 0 .1rem 0 rgba(0, 0, 0, 0.045);
    box-shadow: inset 0 .1rem 0 rgba(0, 0, 0, 0.045);
    padding: .6rem 1.5rem;
}
.white-form .registration-link,
.white-form .forgotten-link {
    padding-left: 1rem;
    vertical-align: middle;
}
.white-form .registration-link:hover {
	color: red;
}
.white-form .personal-form {
	margin: 0 0 30px;
	font-size: 1.334374rem;
}
.white-form .btn-md {
    height: 4rem;
    line-height: 1.33;
    padding: 1rem 1.6rem;
}
.white-form .btn-forgot span {
	font-size: 1.7rem;
}

/* others */
.m-t-0 {
	margin-top: 0;
}
.m-t-1 {
	margin-top: 1rem;
}
.m-t-2 {
	margin-top: 2rem;
}
.m-b-1 {
	margin-bottom: 1rem;
}
.m-b-2 {
	margin-bottom: 2rem;
}
.p-1 {
	padding: 1rem;
}
.p-15 {
	padding: 1.5rem;
}
.f-left {
    float: left;
}
.height-4 {
	height: 4rem;
}
.f-s-1 {
	font-size: 1rem;
}
.f-s-13 {
	font-size: 1.3rem;
}
.f-s-2 {
	font-size: 2rem;
}
.d-b {
	display: block;
}

/* Mодальное окно Bootstrap по центру */
.modal {
  text-align: center;
}
@media only screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Стили модального окна Bootstrap */
@media only screen and (min-width: 768px) {
	.modal-content {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.modal-content {
	border: .1rem solid transparent;
}

/* Стили модального окна Закладки - Сравнение - Опции - Отзывы */
#modal-wishlist .modal-success, 
#modal-compare .modal-success,
#popup-option .modal-success,
#review-popup .modal-success {
	padding: 3rem 6rem 3rem 5rem;
	font-size: 1.334374rem;
}
#modal-wishlist .modal-success img,
#modal-compare .modal-success img,
#popup-option .modal-success img,
#review-popup .modal-success img {
    position: absolute;
    left: 1.5rem;
	top: 2.7rem;
}

/* Стена категорий (доп стили) */
.category-wall .category-fix {
	padding-left: 1rem;
	padding-right: 1rem;
}
.category-wall .row {
	margin-right: -1rem;
    margin-left: -1rem;
}

/* Страница аккаунта/account.tpl */
.account-row li {
	line-height: 50px;
    background: whitesmoke;
    margin-bottom: 2rem;
    border-radius: 2px;
    padding: 0 20px;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
.account-row li a {
	text-decoration: none;
	color: #666;
	font-size: 13px;
}
.account-row li:hover a {
	color: #ed143d;
}
.account-row li > span {
	padding-right: .5rem;
    color: #a9a9a9;
}
.account-row h4 {
	border-bottom: 1px solid #ddd;
    min-height: 4rem;
}

/* radio */
input[type=radio] {
    vertical-align: sub;
    min-height: 0;
    padding-left: 2.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    position: relative;
	margin: .2rem;
}
input[type=radio]:before {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    content: ' ';
    background: #fff;
    position: absolute;
    left: -4px;
    top: -2px;
    bottom: 0;
    width: 20px;
    height: 20px;
	cursor: pointer;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 8px;
    height: 8px;
    background: #1e90ff;
    border-radius: 2rem;
    position: absolute;
    left: 2px;
    top: 4px;
}

/* checkbox */
input[type=checkbox] {
    vertical-align: sub;
    height: 1.8rem;
    line-height: 1.8rem;
    position: relative;
    margin: 0 5px;
}
input[type=checkbox]:before {
    border: 1px solid #d9d9d9;
    content: ' ';
    background: #fff;
    position: absolute;
    left: -.2rem;
    top: 0;
    bottom: 0;
    width: 20px;
    border-radius: 2px;
    height: 20px;
	cursor: pointer;
}
input[type=checkbox]:checked:before {
	background-color: #1e90ff;
    border-color: #1e90ff;
}
input[type=checkbox]:checked:after {
    content: ' ';
    width: 7px;
    height: 18px;
    background: transparent;
    position: absolute;
    left: 4px;
    top: 0;
    transform: rotate(43deg);
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
	cursor: pointer;
}
.checkbox label, 
.radio label, 
.checkbox-inline, 
.radio-inline {
    padding-left: 24px;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-bottom: 7px;
}

/* product - fake checkbox and product - fake radio */
.fake-checkbox label, 
.fake-radio label {
   padding: 6px 12px;
   font-size: 13px;
}
.fake-checkbox input[type=checkbox],  
.fake-radio input[type=radio] {
    margin-left: 1rem;
    display: none;
}
.fake-checkbox input:checked + label,
.fake-radio input:checked + label {
    color: #fff;
}
.fake-checkbox input:checked + label,
.fake-radio input:checked + label {
    background-color: #38a7de;
    border-color: #38a7de;
    box-shadow: none;
    color: #fff;
}

/* Кнопка вверх */
#ScrollTop {
	position: fixed;
	bottom: 4rem;
	right: 2rem;
	cursor: pointer;
	display: none;
	z-index:8;
	text-shadow: .2rem .2rem .4rem rgba(0,0,0,.3);
}
#ScrollTop span {
	padding: 2rem;
    color: #fff;
    background: rgba(198, 40, 40, 0.65);
    border-radius: 50%;
}
#ScrollTop span:hover {
	background: #ed143d;
    color: #fff;
}

/* Рейтинг отзыва в карточке товара */
.review-rating {
    font-size: 0;
    color: #dadae6;
    display: inline-block;
    vertical-align: middle;
}
.review-rating input {
    display: none;
}
.review-rating * {
    margin: 0;
}
.review-rating label {
	color: #dadae6;
}
.review-rating label .ion-android-star {
    font-size: 28px;
    padding: .2rem .4rem .2rem 0;
    cursor: pointer;
}
.review-star.checked {
    color: #da1d1d;
}
.review-star.active {
    color: #da1d1d!important;
}

/* Отзывы в карточке товара */
#review .review-wrap {
	position: relative;
    display: inline-block;
	margin-bottom: 1rem;
	width: 100%;
}
@media only screen and (min-width: 684px) {
	#review .review-head  {
		float: left;
		padding: 2rem 5rem 0 2rem;
		width: 25%;
	}
}
@media only screen and (min-width: 684px) {
	#review .review-body {
		float: right;
		width: 75%;
	}
}
@media only screen and (min-width: 768px) {
	#review .review-body {
		min-height: 11.4rem;
	}
}
#review .review-head .review-date {
	color: #b5b5b5;
    display: block;
    margin-top: 1rem;
    margin-bottom: .5rem;
	font-size: 15px;
}
#review .review-head .rating {
	padding-top: .5rem;
    padding-bottom: .5rem;
}
#review .review-date > span {
	padding-right: .3rem;
}
#review .review-body {
	font-size: 1.334374rem;
	background: #f7f7f7;
	padding: 2rem;
	position: relative;
	border-radius: 5px;
}
#review .review-username {
	font-size: 1.7rem;
}
@media only screen and (min-width: 684px) {
	#review .review-body:before {
		border-bottom: 16px solid transparent;
		border-right: 16px solid #f7f7f7;
		border-top: 16px solid transparent;
		content: "";
		display: block;
		height: 0;
		left: -16px;
		position: absolute;
		width: 0;
	}
}
.review-box__title {
    color: #262626;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.5rem;
    padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
	.review-box__title {
		font-size: 2.8rem;
		line-height: 4.2rem;
		text-align: center;
	}
}
.rev-btn.upload-btn {
    color: #fff;
}
.rev-btn {
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 3rem;
    line-height: 38px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    transition: .2s ease-in-out;
    color: #fff;
}
@media only screen and (min-width: 768px) {
	.rev-btn:hover {
		box-shadow: 0 0 0 1px #4caf50;
		background: #4caf50;
	}
}
#myModal .input-title {
	display: block;
    margin-bottom: 1rem;
    font-size: 1.334374rem;
}

/* Количество отзывов в модулях и на страницах производители, акция, категории и поиск */
.rating-reviews-qty {
	vertical-align: middle;
    color: #333;
    font-size: 1.334374rem;
    margin-left: 6px;
}
.rating-reviews-qty .ion-ios-chatbubble {
	font-size: 22px;
    line-height: 1;
    margin-right: 3px;
}

/* Стикер процент */
.sale-sticker {
	background: #FFEB3B;
    font-size: 1.6rem;
    text-align: center;
    width: 5rem;
    height: 5rem;
    line-height: 3.2;
    border-radius: 100%;
}
.sale {
	position: absolute;
    top: 1rem;
    right: 1rem;
}
.sale {
	background: #9acd32;
    color: #fff;
}
.product-sticker {
	top: 0;
    left: 1.5rem;
}

/* Пагинация */
.pagination>li>a, 
.pagination>li>span {
    border: 1px solid #ededed;
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-width: 4rem;
    text-align: center;
    margin-left: -.2rem;	
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #ededed;
    border-color: #ededed;
	color: #333;
}

/* Пагинация */
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    border-color: #ededed;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    background-color: #f8f8f8;
}

/* popover */
.popover {
	font-family:'Montserrat', sans-serif;
    border: .1rem solid #fff;
    box-shadow: 0 0 30px #d0d0d0;
	background: #fff;
}
.popover>.arrow {
    border-top-color: rgb(255, 255, 255)!important;
}
.tooltip-popover {
	background-color: #F5F5F5;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 1rem;
    color: #1b2d3f;
    text-align: center;
    cursor: help;
    font-weight: normal;
    margin-left: .5rem;
}
.tooltip-popover:hover {
	background-color: #e30613;
	color: #fff;
}
.popover-content {
    padding: 2rem 1.4rem;
}

/* bootstrap tooltip */
.tooltip-inner {
    border-radius: 0;
    font-family: 'Montserrat';
    text-shadow: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    background: rgb(0, 0, 0);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
}

#content .row.grid-box {
    margin: 0 -4px 20px 0;
}
.product-layout.product-grid,
.product-layout.product-list {
    padding: 1px;
    margin: 0px 0px -1px -1px;
    border-radius: 0;
}
.product-layout.product-grid .product-thumb {
    box-shadow: 0 0 0 1px #ededed;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 1;
	transition: none;
	
}
@media (min-width: 1200px) {
	.product-layout.col-lg-4 {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.product-layout.col-lg-3 {
		width: 20%;
	}
}

.support {
    margin: 70px 0 70px;
}
.support:before, 
.support:after {
    content: "";
    display: table;
}
.support li {
    width: 185px;
    height: 185px;
    font-size: 23px;
    color: #fff;
    line-height: 19px;
    margin: 0 7px 15px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.support-list:before, 
.support-list:after {
    content: "";
    display: table;
}
.support li {
    font-size: 15px;
}
.support-list {
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.support-list > li > strong {
	display: inline-block;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.support li:nth-child(1) {
    background: #c71585;
}
.support li:nth-child(2) {
    background: #f4a460;
}
.support li:nth-child(3) {
    background: #9acd32;
}
.support li:nth-child(4) {
    background: #dd4a38;
}
.support li:nth-child(5) {
    background: #4285f4;
}
.support a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.334374rem;
}
.support-link {
    position: relative;
    display: block;
    height: 150px;
    padding: 18px;
}
.support-link.support-geocode i {
	position: absolute;
	top: 70px;
    left: 70px;
}