

/* Start:/local/templates/ekagroup/css/cookie.css?1761223965703*/
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  padding: 12px 16px;
  background: rgba(26, 26, 26, 0.96);
  color: #fff;
  box-shadow: 0 -6px 18px rgba(0,0,0,.25);
  font-size: 14px;
}

.cookie-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex; gap: 12px; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
}

.cookie-banner__text a {
  color: #a6d5ff; text-decoration: underline;
}

.cookie-banner__btn {
  appearance: none;
  border: none;
  padding: 8px 14px;
  background: #00a36f;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-banner__btn:hover { filter: brightness(1.05); }
/* End */


/* Start:/local/templates/ekagroup/components/bitrix/catalog.section.list/ekagroup-topmenu/style.css?15730498992860*/
.catalog-section-list-item { }

.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
}

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }
.dropdowntiles ul {
	display: none;

}
.dropdowntiles:hover > ul {
display: flex;
}
/* End */


/* Start:/local/templates/ekagroup/components/bitrix/sale.basket.basket.line/ekagroup/style.css?15949218784662*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

.rasschet {
	margin-right:190px !important;
}

@media all and (max-width:495px) {
	.rasschet {
		margin-right:160px !important;
    margin-right: 0px !important;
    padding: 7px;
    font-size: 12px;
    height: auto !important;
    margin-bottom: 71px;
	}
}
/* End */


/* Start:/local/templates/ekagroup/styles.css?17612226029461*/
body {
	font-family: 'Roboto', sans-serif;
	color: #343434;
}
a {
	color: #343434;
}
a:hover {
	color: #e63312;
}
:focus {
    outline: none;
}
.bg-red {
	background: #e63312 !important;
}
.text-red {
	color: #e63312 !important;
}
.border-bottom-red {
	border-bottom: 3px solid #e63312 !important;
}
.bg-lightgray {
	background: #f4f4f4 !important;
}
.sticky-top {
	z-index: 990;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin-right: 8px;
    margin-left: 8px;
	opacity: 1;
}
.carousel-indicators .active {
	background-color: #e63312;
}
.carousel-indicators {
    justify-content: flex-end;
    margin-right: 2%;
}
.navbar-light .navbar-nav .nav-link {
    color: #555;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #e63312;
}
.font-weight-medium {
  font-weight: 500 !important;
}
@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}
}

.form-search input {
	color: #555;
	font-size: 0.875rem;
}
.form-search .btn {
	color: #555;
	right: 1.5rem;
}
.form-search input::placeholder {
	color: #555;
  opacity: 1;
}
.form-search input:focus {
    border: 1px solid #e63312 !important;
}
.logo {
	max-width: 10rem;
}

footer {
	font-size: 0.875rem;
}
footer ul li a {
	color: #555;
}
footer div span {
	font-size: 1.125rem;
}
footer .nav-link {
    padding-top: 0;
}
footer .social {
	font-size: 1rem;
}
.fa-facebook {
	color: #4172B8;
}
.fa-vk {
	color: #6383A8;
}
.fa-twitter {
	color: #1DA1F2;
}

.catalog .catalog-col > div {
    background: #f3f3f3;
}

.catalog .bx_catalog_tile_title a {
    color: #555 !important;
}

.catalog-col > div > div {
    height: 100px;
}

.catalog > div > div {
    height: 242px;
}

.table .thead-light th {
    background-color: #ededed;
    border-bottom: none;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.table-sm td, .table-sm th {
    padding: .5rem;
}
.table-sm {
	font-size: 0.875rem;
}

.bx-breadcrumb-item span {
    color: #bdbdbd;
    font-size: 0.875rem;
}

.top-banner {
    background: url(/local/templates/ekagroup/img/top-banner.jpg);
    height: 121px;
}

.top-banner h1 {
    bottom: 0;
    left: 2rem;
    font-size: 2.25rem;
}

.top-banner-big {
    background: url(/local/templates/ekagroup/img/top-banner.jpg);
    background-size:cover;
    background-position:center center;
    height:350px;
    max-height: 50vh;
}

.top-banner-big h1 {
    bottom: 0;
    left: 2rem;
    font-size: 2.25rem;
}

#horizontal-multilevel-menu {
    background: white;
    font-size: 1rem;
}
#horizontal-multilevel-menu li a.root-item {
    color: #555;
	font-weight: 500;
}
#horizontal-multilevel-menu li a.root-item-selected {
    background: white;
    color: #e63312;
    font-weight: 500;
}
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item {
    background: white;
    color: #e63312;
}

.bx_catalog_tile {
    margin-bottom: 0;
}

.catalog > div {
    background: #f4f4f4;
}

span#select-city-number {
    font-size: 95%;
}
.item_price {
    display: none;
}


@media (max-width: 992px) {
#slider-main {
    max-height: 256px;
}
#slider-main .carousel-item img {
    max-height: 256px;
}
ul.navbar-nav {
    height: initial !important;
}
}


@media (min-width: 993px) {
.home-map {
	position: absolute;
}
#slider-main {
    margin-bottom: 2rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #555;
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
    margin: 0;
    border: 1px solid #eee;
}

.dropdown-toggle::after {
	display: none;
}
.navbar-nav li.nav-item {
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.navbar-nav li.nav-item:hover:before {
    content: '';
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #e63312;
    transition: ease all 0.2s;
}

.dropdown-menu.production .dropdowntiles:hover {
    min-width: 60rem;
}

}

.catalog-section div.row.mt-3 {
    display: none;
}
.btn-cart {
  
    height: 64px;
    bottom: 32px;
    right: 16px;
    z-index: 99;
    line-height:1;

}
.bx-basket-block a {

margin-right:0px;}

.basket-items-list-item-price-for-one {
    display: none;
}

.basket-items-list-item-price {
    display: none;
}

.basket-checkout-block.basket-checkout-block-total {
    display: none;
}

.basket-checkout-block.basket-checkout-block-total-price {
    display: none;
}

.catalog-section table tbody tr td.pws-mark-1 a:nth-child(1) {
    display: none;
}

td.pws-mark-1 .btn {
    font-size: 0.75rem;
}

.catalog-section table tbody tr td:nth-last-child(1), .catalog-section table tbody tr td:nth-last-child(3), .catalog-section table thead tr th:nth-last-child(1), .catalog-section table thead tr th:nth-last-child(3) {
    display: none;
}

.catalog-section table thead tr th:nth-last-child(2) {
    text-indent: -9999px;
}

.bx_bt_button {
    background: #e63312 !important;
    text-shadow: none !important;
    font-size: 1.5rem !important;
    padding: 0.5rem 1.5rem !important;
    height: initial !important;
width: initial !important;
}
.bx-blue .btn.btn-default, .btn-primary {
    outline: 0;
    background-color: #e63312;
    border-color: #e63312;
    color: #FFF;
}

.bx-soa-cart-d {
    display: none;
}

.bx-soa-item-tr.bx-soa-basket-info .bx-soa-item-td:last-child {
    display: none;
}

.bx-blue .btn.btn-default:hover, .btn-primary:hover {
    outline: 0;
    background-color: #fd421f;
    border-color: #fd421f;
    color: #FFF;
}

.bx-soa-cart-total {
    display: none;
}

.catalog li a img {
    max-height: 242px;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

div#bx-soa-paysystem, div#bx-soa-delivery {
    display: none;
}

.dropdown-item ul li > div > div {
    background: #f3f3f3 !important;
}

.topmenu-img-item {
width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
}

.topmenu-text-item {
    white-space: normal;
}

.bx_item_slider.h-100 {
    background: #f3f3f3;
}

.bg-lightgray {
	background: #f3f3f3 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #e63312;
}
.home-news img {
max-height: 128px;
}

.dropdown-item.active, .dropdown-item:active {
    color: initial;
    text-decoration: none;
    background-color: initial;
}

.bx_item_detail .bx_item_slider .bx_bigimages {
max-width: initial;
}

.product-item-detail-slider-image img {
    position: initial;
    top: initial;
    left: initial;
    max-width: 100%;
    max-height: 100%;
    width: initial;
    height: initial;
    outline: initial;
    background-position: initial;
    background-repeat: initial;
    transition: initial;
    transform: initial;
}

.product-item-detail-slider-image {
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    text-align: center;
    opacity: initial;
    transition: initial;
}

.product-item-detail-slider-images-container {
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
}

.product-item-detail-slider-block {
    position: initial;
    box-sizing: initial;
    padding-top: initial;
    height: initial;
}


.dropdown-item p {
    white-space: normal;
}

.product-item-detail-pay-block > div:nth-child(1), .product-item-detail-pay-block > div:nth-child(2) {
    display: none;
}

.product-item-detail-pay-block {
    border: none;
}

.product-item-price-current {
    display: none !important;
}

h1 {
    background: #e63312;
    color: white;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

h1 a {
	color: white !important;
}

h2, .h2 {
    font-size: 1.25rem;
}

h3, .h3 {
    font-size: 1.125rem;
}

.news-list .card-title, .news-list .card-title a {
	color: #e63312;
}

.catalog .bx_catalog_tile_title a {
    font-size: 14px;
}

#bx_2148846299_1512 span.text-red.font-weight-bold {
    display: none;
}

iframe { border: none !important; }

.img-map-scheme {
    max-width: 200px;
}

.bx_catalog_tile_home_type_2 .bx_catalog_item_title {
    overflow: hidden !important;
height: initial !important;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}


.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_title {
    overflow: auto !important;
    white-space: normal;
}

.bx_catalog_tile_home_type_2.bx_red .bx_catalog_tile_slider_arrow_left, .bx_catalog_tile_home_type_2.bx_red .bx_catalog_tile_slider_arrow_right, .bx_catalog_tile_home_type_2.bx_red .bx_catalog_tile_slider_pagination li:hover, .bx_catalog_tile_home_type_2.bx_red .bx_catalog_tile_slider_pagination li.active {
    filter: brightness(1.5);
}

span.bx_notavailable {
    display: none !important;
}


button.clear-cart {
    background: #eee;
    color: #333;
    border: 1px solid #eee;
}

.basket-btn-checkout {
    border-radius: .25rem;
    font-weight: normal;
    font-size: 1rem;
}
a.bx-soa-editstep {
    display: none;
}
.popup-window-content {
    display: none;
}
.bx-soa-item-img-block {
    display: none;
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.home-map {
	filter:grayscale(100%);
	height: 400px;
	top: -24px;
}
/* End */


/* Start:/local/templates/ekagroup/template_styles.css?1761222602414*/
@media (max-width: 768px) {
 .top-banner h1 {    left: 0rem;  font-size: 120%;}
}
@media (min-width: 768px) {
 .d-md-inline-block {height: 20px;}
 .topheight {height: 90px;}
}
.map-grey{ filter: grayscale(100%); }
.mainpage .news-list {max-height:340px;}

@media (min-width: 990px) and (max-width: 1200px) {
     li.nav-item { font-size: .8rem;}
}
.bx_catalog_tile .bx_catalog_tile_title span {
    display:none;
}
/* End */
/* /local/templates/ekagroup/css/cookie.css?1761223965703 */
/* /local/templates/ekagroup/components/bitrix/catalog.section.list/ekagroup-topmenu/style.css?15730498992860 */
/* /local/templates/ekagroup/components/bitrix/sale.basket.basket.line/ekagroup/style.css?15949218784662 */
/* /local/templates/ekagroup/styles.css?17612226029461 */
/* /local/templates/ekagroup/template_styles.css?1761222602414 */
