.bx-yellow,
.bx-theme-yellow {
	--primary: #ff0000;
	--theme-color-primary: #ff0000;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }


.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
header .topbar .top-linked ul li {padding-left: 0 !important;}
.top-left {align-items:initial;}
.top-left .list-inline {display: flex; margin-top: 1rem;}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}


.nalichie {font-size: 11px; margin-bottom: 5px;}

.product-item-big-card .product-item-price-container:after {
	content: '';
	clear: both;
	display: block;
	min-height: 0px;
}

.btn-primary {
	background: #d10000;
}
.d-flex {display: flex;}
.catalog-section-list-tile-list {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 0;
    padding: 0 !important;
}
.catalog-section-list-item-img {border: 0;}
.catalog-section-list-item {border-right: 1px solid #eee; border-bottom: 1px solid #eee;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.catalog-section-list-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.catalog-section-list-item:hover {
-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.6);
box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.6);
z-index: 2;
}
.bx_catalog_text_ul li {display: block; width: 100%;}
.catalog-section .product-list .content h4 a:hover {color: #d10000 !important;}
.catalog-section .product-list .content h4 .button-pay a {color: #fff !important;}

@media(max-width: 736px) {
	html, body {overflow: unset;}
}
.popup-root.popup-visible {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: fadeIn .3s ease-out;
    animation: fadeIn .3s ease-out;
}
.popup-root {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out,z-index 1ms linear .3s,visibility 1ms linear .3s;
    -o-transition: opacity .3s ease-in-out,z-index 1ms linear .3s,visibility 1ms linear .3s;
    transition: opacity .3s ease-in-out,z-index 1ms linear .3s,visibility 1ms linear .3s;
    z-index: -999;
    display: block;
    visibility: hidden;
}
.popup-non-scrollable .popup-container {
    padding-right: 17px;
    padding-right: var(--scrollbarWidth,17px);
}
.popup-container {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    min-height: 100vh;
    z-index: 1;
    line-height: 90vh;
    padding: 5vh 0;
    text-align: center;
}
.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(33,33,33,.7);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
#cityPopup .popup-content {
    /*max-width: 80%;*/
    max-width: 25%;
}
.popup-initialized .popup-content {
    display: inline-block;
}
@media screen and (min-width: 48em){
	.popup-content {
		padding: 3.75rem 2.5rem;
	}
}
.popup-content {
    display: none;
    position: relative;
    background-color: #fff;
    z-index: 1000;
    line-height: 1em;
    vertical-align: middle;
    margin: 0 auto;
    padding: 3.125rem .9375rem;
    text-align: center;
    width: 90%;
    max-width: 30rem;
    -webkit-box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(0,0,0,.2);
    box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(0,0,0,.2);
}
.popup-content .category-list {
    list-style: none;
    height: 272px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.popup-content .category-list li {
    padding: 10px;
    page-break-inside: avoid;
    break-inside: avoid;
}
.popup-content .category-list li a {
    cursor: pointer;
}
.popup-content .popup-header {
    text-align: center;
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    line-height: 1.35em;
}
.top-location .cityField{
	color: white;
	margin-left: 10px;
	cursor: pointer;
}
.popup-cross {
    width: 1.875rem;
    height: 1.875rem;
    top: .625rem;
    right: .625rem;
    position: relative;
    position: absolute;
    display: block;
    z-index: 2;
}
.category-list li.active a {
    color: #000000;
}
@media screen and (min-width: 62em){
	.popup-content .popup-title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 728px){
	.mob_width {
		width: 100%;
	}
}
.lider .catalog-top .product-item-big-card{
	width: 100%;
}
.basket_wrapp .wraps_icon_block.basket:before {
    background: url(/local/templates/shop/images/Basket_white.svg) center 0px no-repeat;
}
.basket_wrapp .wraps_icon_block:before {
    margin-top: 13px;
    width: 20px;
    height: 19px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    content: "";
    position: relative;
    top: 0px;
}
.basket_fly .opener .basket_count:hover, .basket_bottom_block .maxwidth-theme .top-block-item .inner-table-block a.basket:hover {
    background: #ff6d6d;
}
.basket_fly .opener .basket_count{
    background: #d10000;
}
.header-cart .basket_fly .opener {
    position: absolute;
    width: 58px;
	
    left: -58px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    top: 0px;
    background: #424f60;
    overflow: hidden;
}
.header-cart .basket_fly {
    border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    top: 178px;
    z-index: 1046;
    position: fixed;
    width: 800px;
    right: -800px;
}
.header-cart .basket_fly .opener >div {
    display: inline-block;
    text-align: center;
    width: 58px;
	height: 68px;
    cursor: pointer;
    vertical-align: top;
    zoom: 1;
}
.basket_wrapp .wraps_icon_block .count {
    text-align: center;
    opacity: 1;
    font-size: 12px;
    line-height: 13px;
}
.basket_wrapp .header-cart .basket_fly .wraps_icon_block {
    display: inline-block;
    float: none;
    margin: 0px;
}
.basket_wrapp .wraps_icon_block {
    position: relative;
    cursor: pointer;
}
.basket_wrapp .basket_fly .basket_count .wraps_icon_block.basket .count span {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #202026;
    border-radius: 100%;
}
.f_none{
	display: none!important;
}
.basket_wrapp .wraps_icon_block .count > span {
    width: 20px;
    background: #e3e3e3;
    display: block;
    height: 20px;
    vertical-align: middle;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 20px;
    margin: 4px 0px 12px;
}
.header-cart.fly .opener >div > a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.bx-soa-pickup-l-item-btn {
	display: none;
}
.flex-share
{ 
 display: flex;
 justify-content: space-between;
 align-items: center;
 align-content: center;
}
footer .footer-top .footer-content .phone-head {justify-content: center;}
.menu-brand {
	width: max-content;
	left: -273% !important;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 340px;
}

.list_sub-menu {
	position: relative !important;
	left: 0 !important;
}

.active-sub-menu {
	display: block !important;
}
header .main-menu .menu-list nav ul li .menu-brand .links ul li{
	border: none;
}

header .main-menu .menu-list nav ul li .menu-brand .links ul li a{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


@media (max-width: 1000px) {
.menu-brand {
	width: min-content !important;
	}
}

#bx-soa-region .bx-soa-reference {font-weight: 800;}
#canvas {
position: fixed;
top: 0;
z-index: 999;
width: 100%;
pointer-events: none;
}

@media(max-width: 500px){
	.section-items .product-list .content h4 {
margin-bottom: 10px !important;
max-height: 200px;
display: flex;
}
}
.relative-block {position: relative;}
#garland {
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url('http://imapo.ru/img/christmas.png');
  height: 36px;
  width: 100%;
  overflow: hidden;
  z-index: 9;
}

#nums_1 {
  padding: 100px
}

.garland_1 {
  background-position: 0 0
}

.garland_2 {
  background-position: 0 -36px
}

.garland_3 {
  background-position: 0 -72px
}

.garland_4 {
  background-position: 0 -108px
}

@media(max-width: 991px) and (min-width: 768px){
	.relative-block {margin-top: 70px;}
}
.iq-card-price {font-size: 30px !important;}


.product-list .content .cart-item {
    margin: 0;
    padding: 0;
    border-bottom: none;
	display: block;
    min-height: 80px;
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 1.1;
}

.product-list .content .cart-item a {
	color: #333;
	text-decoration: none;
}

.product-list .content .cart-item span {
	display: inline-block;
    color: #d10000;
    float: right;
}

.product-list .content .cart-item span {
	float: left !important;
} 

.product-list .content .cart-item a {
	color: #333;
}
.catalog-section .product-list .content .cart-item .button-pay a {color: #fff;}
@media (max-width: 767px){
	.product-list .content .cart-item {text-align: center;}
	.section-items .product-list .content .cart-item span {float: none !important;}
	.product-item .content .cart-item .button-pay {margin-bottom: 0px !important;}
	.product-list .content .cart-item span {float: none !important;}
}

@media (max-width: 575.98px){
	.product-list .content .cart-item span {margin-top: 5px !important;}
}
@media (max-width: 500px){
	.section-items .product-list .content .cart-item {
    margin-bottom: 10px !important;
    max-height: 200px;
    display: flex;
	min-height: auto;
	flex-direction: column;
    justify-content: space-between;
	padding: 0;
    border-bottom: none;
}
}

.h4-style {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 26px;
    font-weight: 600;
	line-height: 1.1;
}

.sidebar .widget .heading .h4-style {
    display: block;
    margin: 0;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 50px;
    padding-left: 25px;
	text-transform: uppercase;

}
.footer-h4-style {
	font-size: 18px;
	margin: 0 0 26px;
    font-weight: 600;
	line-height: 1.1;
}
.catalog-section-list-item-title.h3-style {
	    font-weight: 600;
}

.row.news-list.bx-site {
	padding: 50px 0;
}

.row.news-list.bx-site > .col > .row {
    display: flex;
    flex-flow: row wrap;
}
.news-list-item.mb-2.col-sm {
	flex-basis: calc(100%/3);
    width: calc(100%/3);
    padding: 0 1rem;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 767px){
.news-list-item.mb-2.col-sm {
    flex-basis: 100% !important;
    width: 100% !important;
}
}

/* @media (max-width: 680px) { */
	.show_hover {
		display: block;
	}
/* } */
.category-item__name {max-width: 160px;}
.submenu-brands {
	max-height: 350px;
	overflow-y: auto;
}
.menu-item .menu-item__link .menu-item__link__name {
	font-size: 16px;
	text-transform: uppercase;
}
.category-item .category-item__picture img {max-height: 135px;}
.brand-item .brand-item__picture .brand-item__picture__img {margin: 0 auto;}
.footer .footer-logo img {width: 50%;}
.mobile-menu-block .mobile-menu-head {justify-content: flex-end;}
.mobile-menu .mobile-menu-block .header-logo {margin: 0 auto;}
@media (max-width: 767px) {
	.decor-overflow .lead {height: auto;}
	#carousel-example-generic .carousel-nevigation .prev {
		left: 0px;
		width: 35px;
		height: 35px;
		padding: 0px;
		background: none;
	}
	#carousel-example-generic .carousel-nevigation .next {
		right: 0px;
		width: 35px;
		height: 35px;
		padding: 0px;
		background: none;
	}
	#carousel-example-generic .carousel-nevigation > .prev i,#carousel-example-generic .carousel-nevigation > .next i {width: 35px; text-align: center; padding: 0px;}
}
.btn-click-more {display: none;}
.advantage-mobile {display: none;}
@media (max-width: 604px){
	.advantage {display: none;}
	.advantage-mobile  {display: block;}
	.category-wrap .category-item:nth-child(-n+4) {display: flex;}
	.category-wrap .category-item {display: none;}
	.category-wrap .category-item.category-item-flex {display: flex;}
	.btn-click-more {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
		padding: 10px 15px;
		text-decoration: underline;
		width: max-content;
		color: #d10000;
		font-size: 18px;
		font-weight: 700;
		border-radius: 10px;
		cursor: pointer;
	}
	.military-picture, .footer .footer-desc {display: none;}
	.advantage-mobile .advantage-grid .advantage-item {width: 49%;}
	.advantage-mobile .advantage-grid {justify-content: space-between;}
}
@media (max-width: 499px) {
	.advantage-item__text {font-size: 14px;}
	.footer-logo, .footer-desc {margin-bottom: 25px;}
	.related-slick .slick-arrow {margin-top: 0px;}
	.related-item-picture {background: none;}
	.related-item-picture .related-item-picture__img {
		height: auto;
		width: auto;
		margin: 0 auto;
	}
	.footer-tel-item__group__link, .footer-tel-item__info, .footer-info__item__desc, .footer-policy, .bottom-info-copyright, .bottom-info-iqmaxima {font-size: 16px;}
	.footer-info {margin-bottom: 30px;}
	.footer-tel-item__group__link {font-size: 22px;}
	.footer-tel {margin-bottom: 0px;}
}
@media (max-width: 400px) {
	.advantage-item__text {font-size: 12px;}
}

@media (max-width: 340px) {
	.advantage-item__text {font-size: 11px;}
}

.menu-wrap .menu-item .menu-item__link .menu-item__link__name:hover {color: #d10000;}
.top-menu-wrap .top-menu-nav .top-menu-nav__link .top-menu-nav__link__name:hover {color: #d10000;}
@media (min-width: 1370px) {
	.header-container {max-width: 1370px;}
}
@media (min-width: 767px){
	.zoom-main {zoom: 80%;}
	.brand-item__picture {height: auto;}
	.brand-item__name span {font-size: 18px;}
}

.top-menu {margin-bottom: 15px;}
.menu {height: 60px;}
.menu-item__link {padding: 20px 0;}

.color_list {min-height: auto;}
.product-list .content {border-bottom: 1px dashed rgba(0, 0, 0, 0.1);}
.serv-list span img {margin: 0 auto;}
.header-wrap {flex-flow: initial;}
.bx-content-section {padding-bottom: 0px; background-color: transparent;}
@media (max-width: 1023px){.mobile {display: block;}}
@media (max-width: 767px){.header {display: block;}}
.military .military-info__title {line-height: normal;}

.product-details-inner .iq-card-new {max-width: max-content;}
@media (max-width: 1023px) {
	.mobile-fixed-header {
		position: fixed;
		width: 100%;
		top: 0;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
	}
}
.product-details-inner .iq-card-new.new-tags, .bx-red .product-item-label-text span.new-tags {background-color: #000;}
.header  .header-wrap .header-mobile-contacts {display: none;}
@media (max-width: 1023px) and (min-width: 768px) {.lead {margin-bottom: 100px}}
@media (max-width: 1023px) {
	header.header.mobile-fixed-header .header-mobile-contacts {
		display: none;
	}
	.header .header-wrap  {
		flex-wrap: wrap;
		height: max-content;
		margin-bottom: 5px;
	}
	.header  .header-wrap .header-mobile-contacts {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header  .header-wrap .header-mobile-contacts .header-mobile-phone,.header  .header-wrap .header-mobile-contacts .header-social-contacts {
		display: flex;
	}
	.header  .header-wrap .header-mobile-contacts .header-mobile-phone	{flex-direction: column;}
	.header  .header-wrap .header-mobile-contacts .phone-box {margin-right: 15px;}
	.header  .header-wrap .header-mobile-contacts .phone-box a {
		font-size: 14px;
		color: #d10000;
    	font-weight: 700;
	}
	.header  .header-wrap .header-mobile-contacts .phone-box-100 {width: 100%;}
}

@media (max-width: 515px) {
	.header  .header-wrap .header-mobile-contacts {
		    justify-content: center;
			flex-wrap: wrap;
	}
	.header .header-wrap .header-mobile-contacts .header-mobile-phone {
		flex-direction:	inherit;
	}
	.header  .header-wrap .header-mobile-contacts .header-mobile-phone {flex-wrap: wrap;}
	.header  .header-wrap .header-mobile-contacts .phone-box {
		width: 50%;
		margin-right: 0px;
		text-align: center;
}
	.header  .header-wrap .header-mobile-contacts .phone-box-100 {width: 100%; text-align: center;}
	.header  .header-wrap .header-mobile-contacts .header-social-contacts .mobile-menu-social__link {width: 30px; height: 30px;}
}

@media (max-width: 330px) {
	.header  .header-wrap .header-mobile-contacts .phone-box a {font-size: 13px;}
}

.bottom-info .bottom-info-copyright, .bottom-info .bottom-info-iqmaxima {font-size: 14px;}
.footer-wrap .footer-policy {color: #d10000;}
.footer-wrap .footer-policy:hover {color: #e95c5c;}
.footer-info .footer-info__item .footer-info__item__desc:hover {color: #d10000;}