

/* Start:/local/templates/electrograd/components/bitrix/system.pagenavigation/main/style.css?16431664941215*/
.module-pagination {
    margin: 0;
    text-align: center;
    font-size: 0;
    padding: 0;
    position: relative;
}
.module-pagination .nums {
    display: inline-block;
    position: relative;
}
.module-pagination .flex-direction-nav {
    position: absolute;
    width: 100%;
}
.module-pagination .nums > a,
.module-pagination .nums span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    border-radius: 2px;
    line-height: 32px;
    text-decoration: none;
}
.module-pagination .nums .cur {
    background: #ff6d00;
    color: #fff;
}

.module-pagination .flex-direction-nav > li {
    position: absolute;
    top: 2px;
    padding: 0;
    margin-top: 0;
    opacity: 1;
}
.module-pagination .flex-direction-nav .flex-nav-prev {
    left: -37px;
}
.module-pagination .flex-direction-nav .flex-nav-next {
    right: -37px;
}
.module-pagination .point_sep {
    cursor: default;
    display: inline-block;
    width: 27px;
    height: 29px;
    font-size: 0;
    background: url("/local/templates/electrograd/components/bitrix/system.pagenavigation/main/../../../../images/pagination_sep.png") center no-repeat;
    border: 0;
    vertical-align: bottom;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/menu/left_front_catalog/style.css?16430832122712*/
.menu_left_block a {
    text-transform: lowercase;
}
.menu_left_block a:first-letter {
    text-transform: uppercase;
}

.menu_left_block.catalog_block {
    margin: 0 0 30px;
    position: relative;
}
.menu_left_block ul.menu {
    list-style-type: none;
}
.menu_left_block ul.menu li {
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.menu_left_block li:before {
    content: none;
    display: none;
}
.menu_left_block a {
    display: block;
    position: relative;
    font-size: 13px;
}
.menu_left_block .root {
    position: relative;
    z-index: 20;
}
.menu_left_block .root > a {
    color: #333;
    padding: 12px 31px 12px 17px;
    background: #f8f8f9;
    border: 1px solid #f2f2f2;
    border-bottom-width: 0;
}
.menu_left_block .root:hover a {
    background: #fff;
    color: #ff6d00;
}
.menu_left_block .root.current > a,
.menu_left_block .root.current:hover > a {
    background: #ff6d00;
    color: #fff;
}
.menu_left_block li.has-child.current:not(:hover) > a:after {
    color: #fff;
}
.menu_left_block .root > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ff6d00;
    display: none;
}
.menu_left_block .root:hover > a:before {
    display: block;
}
.menu_left_block li.has-child > a:after {
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 19px;
    margin: -3px 0 0 0;
    width: 12px;
    height: 8px;
    display: block;
    font-size: 13px;
    text-align: right;
}
.menu_left_block li.has-child:not(:hover) > a:after {
    color: #888;
}

.menu_left_block .menu .dropdown {
    display: none;
    position: absolute;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    min-width: 500px;
    top: 0;
    left: 100%;
}
.menu_left_block .menu li:hover > .dropdown {
    display: block;
}

.menu_left_block .root > .dropdown > li {
    padding: 5px 30px 20px 24px;
    float: left;
    width: 33%;
}
.menu_left_block .root > .dropdown .current > a:not(:hover) {
    color: #ff6d00;
}
.menu_left_block .root > .dropdown > li:nth-child(3n + 1) {
    clear: both;
}
.menu_left_block .root > .dropdown > li > .image {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}
.menu_left_block .root > .dropdown > li > .image img {
    max-width: 100%;
    margin: auto;
}
.menu_left_block .root > .dropdown > li > a {
    line-height: 20px;
    padding: 10px 0 0 70px;
    font-weight: bold;
    background: 0;
}
.menu_left_block .root > .dropdown > li > a:not(:hover) {
    color: #333;
}
.menu_left_block .root > .dropdown > li > .image + a {
    padding-left: 70px;
    padding-top: 10px;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/news.list/front_news/style.css?1642660394813*/
.news_blocks {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    margin: 0 0 30px;
    padding: 13px 0 0;
}
.news_blocks .top_block {
    padding: 0 19px 12px;
    margin: 0;
}
.news_blocks .title_block {
    display: inline-block;
    font-size: 16px;
    margin: 0;
}
.news_blocks .top_block a {
    float: right;
    padding: 5px 0 0;
}
.news_blocks .item {
    padding: 16px 19px 18px;
    margin: 0 0 0;
    border-bottom: 1px solid #ebeef1;
    overflow: hidden;
    font-size: 14px;
    position: relative;
}
.news_blocks .item:first-child {
    padding-top: 0;
}
.news_blocks .item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 2px;
    background: #ff6d00;
    bottom: 0;
    transition: top 0.3s ease;
}
.news_blocks .item:hover:before {
    top: 0;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/menu/bottom/style.css?1642660394312*/
.footer__menu-item a {
    color: #555;
}
 .footer__menu-item {
    margin-bottom: 9px;
}
.footer-menu > .footer__menu-item {
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-menu > .footer__menu-item a {
    color: #222;
}
.footer__menu-item a:hover,
.footer__menu-item.active a {
    color: #ff6d00;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/menu/mobile_bottom_icons/style.css?17827236733484*/
@media (max-width: 991px) {
	#footer {
		padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px));
	}

	body.mobile-navbar-with-progress #footer {
		padding-bottom: calc(105px + env(safe-area-inset-bottom, 0px));
	}

	.bottom-navbar-mobile.visible-xs.visible-sm {
		height: auto !important;
		min-height: 0 !important;
	}

	.bottom-navbar-mobile {
		position: fixed;
		width: 100%;
		margin: 0 auto;
		left: 0;
		bottom: 0;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.18);
		z-index: 8001;
		height: auto;
	}

	body:has(.catalog_detail) .bottom-navbar-mobile {
		box-shadow: none;
	}

	.bottom-navbar-mobile__stack {
		display: flex;
		flex-direction: column;
		background: #ffffff;
		overflow: hidden;
	}

	.bottom-navbar-mobile-menu {
		background: #ffffff;
		display: flex;
		justify-content: space-around;
		flex: 0 0 75px;
		min-height: 75px;
		height: 75px;
		font-size: 12px;
		align-items: center;
		text-align: center;
	}

	.bottom-navbar-mobile__btn,
	.bottom-navbar-mobile__btn:hover {
		color: #999;
		position: relative;
		display: block;
		padding: 12px 15px 6px;
	}

	.bottom-navbar-mobile__btn.active {
		color: #4c64a6;
	}

	.bottom-navbar-mobile__btn .fa {
		font-size: 180%;
	}

	.bottom-navbar__basket-items-count {
		background-color: #ff6d00;
		border-radius: 100%;
		color: #fff;
		display: block;
		font-size: 11px;
		position: absolute;
		width: 20px;
		height: 20px;
		line-height: 20px;
		top: 20px;
		right: 15px;
		text-align: center;
		box-shadow: 0 0 0 2px #fff;
	}

	.mobile-delivery-progress--navbar {
		flex-shrink: 0;
	}

	body:has(.catalog_detail) .mobile-delivery-progress--navbar {
		display: none !important;
	}

	.mobile-delivery-progress--product {
		display: none;
	}

	.mobile-delivery-progress--hidden {
		display: none !important;
	}

	.mobile-delivery-progress__inner {
		display: block;
		background: #ffffff;
		padding: 6px 12px 8px;
	}

	.mobile-delivery-progress__amount {
		display: block;
		margin: 0 0 6px;
		font-size: 12px;
		line-height: 1.2;
		font-weight: 600;
		color: #3A4DA3;
		text-align: center;
		white-space: nowrap;
	}

	.mobile-delivery-progress__bar {
		display: block;
		position: relative;
		padding: 7px 0 7px 0;
	}

	.mobile-delivery-progress__track {
		display: block;
		position: relative;
		height: 4px;
		background: #e0e0e0;
		border-radius: 2px;
		overflow: visible;
	}

	.mobile-delivery-progress__fill {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		min-width: 4px;
		border-radius: 2px;
		background: #3A4DA3;
		transition: width 0.3s ease;
	}

	.mobile-delivery-progress__inner--achieved .mobile-delivery-progress__fill {
		background: #3F8C33;
	}

	.mobile-delivery-progress__inner--achieved .mobile-delivery-progress__amount {
		color: #3F8C33;
	}

	.mobile-delivery-progress__truck {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-50%, -50%);
		display: flex;
		align-items: center;
		justify-content: center;
		width: 22px;
		height: 22px;
		background: #ffffff;
		border-radius: 50%;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
		color: #3A4DA3;
		font-size: 11px;
		line-height: 1;
		z-index: 2;
		pointer-events: none;
	}

	.mobile-delivery-progress__truck .fa-truck {
		display: inline-block;
		transform: scaleX(-1);
		margin-right: 0;
	}

	.mobile-delivery-progress__truck--achieved {
		color: #3F8C33;
		transform: translate(-100%, -50%);
	}
}

@media (max-width: 768px) {
	.catalog_detail .mobile-delivery-progress--product {
		display: block;
	}
}

/* End */
/* /local/templates/electrograd/components/bitrix/system.pagenavigation/main/style.css?16431664941215 */
/* /local/templates/electrograd/components/bitrix/menu/left_front_catalog/style.css?16430832122712 */
/* /local/templates/electrograd/components/bitrix/news.list/front_news/style.css?1642660394813 */
/* /local/templates/electrograd/components/bitrix/menu/bottom/style.css?1642660394312 */
/* /local/templates/electrograd/components/bitrix/menu/mobile_bottom_icons/style.css?17827236733484 */
