.mobile__nav-background {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  background-color: transparent;
}

.aside__menu .dropright .dropdown-toggle:after { display: none; }

.main__sectionLinks .image {
	height: 8rem;
}

.main__sectionLinks .image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    margin: auto;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.topline .fab { font-size: 1.1em; vertical-align: middle; }

/*.categories__item { height: 14rem; }*/

.bx-filter-param-label.disabled { display: none !important; }

.card_pills_gifts { left: auto; top: 15px; right: 15px; text-align: right; }
.js-col-1 .card_pills_gifts { left: auto; top: 5px; right: 20px; text-align: right; }
.js-col-1 { z-index: 10; } 
.card_pills_gifts .badge-gifts { /*background-color: #FF5447;*/-webkit-transition:.3s;-o-transition:.3s;transition:.3s }
.card_pills_gifts .badge-gifts img { display:inline-block;vertical-align:middle;width: 35px; height: 35px; }
/*.card_pills_gifts .badge-gifts span { display:inline-block;vertical-align:middle;width:0;visibility:hidden; }
.card_pills_gifts .badge-gifts:hover span{width:auto;visibility:visible;padding-right:10px}*/

.features-menu-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: none !important;
    width: 150px;
    padding: 5px 7px;
    background: #fff;
    border: 1px solid #313033;
    color: #313033;
    font-size: 12px;
    text-align: left;
    line-height: 110%;
z-index:9999;
}

.features-menu-dropdown:before,.features-menu-dropdown:after{width:0;height:0;content:"";position:absolute;left:7px;border-style:solid;border-width:9px 10px 0 10px}
.features-menu-dropdown:before{bottom:-9px;border-color:#313033 transparent transparent transparent}
.features-menu-dropdown:after{bottom:-7px;border-color:white transparent transparent transparent}

.card_pills_gifts .badge-gifts:hover .features-menu-dropdown {
	display: block !important;
}

.responsive-slider_wrap .fa-angle-left, .responsive-slider_wrap .fa-angle-right {
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    color: rgba(0, 0, 0, .5);
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
}
.responsive-slider_wrap .fa-angle-right {
    right: -25px;
}
.responsive-slider_wrap .fa-angle-left {
    left: -25px;
}

.main__sectionLinks li.brand .brand__wrap {
    height: 100%;
    border: 1px solid #009548;
}
.text-red { color: #ED1C24 !important }
.landheading_opacity { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #000; z-index: 1; } 
.profitsBlock__item img { width: 5rem; }

.js-col-2__icon { border: 1px solid #ccc; }
.js-col-2__icon img { max-height: 30px;  }

.responsive-brand-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.responsive-brand-slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

.main-header__getcity span:nth-child(2),
.main-header__getcity span:nth-child(3),
.main-header__getcity span:nth-child(4),
.main-header__call .main-header__callPhones span {
	font-size: .85em;
}

.main-header__call .main-header__callPhones a[href^=tel] {
	font-size: 1.25rem;
}

.main-header__time a, .main-header__time span,
.main-header__getcity a, .main-header__getcity span {
	width: auto;
	padding: .2rem 0 .2rem 0.5rem;
}

.main-header__phones a, .main-header__phones span {
	width: auto;
	padding: .1rem 0 .1rem 0.5rem;
	font-weight: bold;
	text-decoration: none;
	color: #000;
    box-sizing: border-box;
    position: relative;
}

.main-header__phones {
    width: 100%;
    font-size: 1rem;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.mobile__panelIcon .fab, span.mobile__panelIcon .fab {
    font-size: 1.5em;
}

.cardOffer .btn {
	max-width: 100%;
}
