/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/* BASE CUSTOM COLORS */
:root {
	--red-color: #e21e31;
	--accent-color: #2b2c6d;
	--text-color: #4a4a4a;
}
html{
    font-size: 14px;
}
body {
	color: var(--text-color);
}
.d-flex {
	position: relative;
	display: flex;
}
.justify-center {
	justify-content: center;
}
.align-center {
	align-items: center;
}
.header-wrapper .top-block .social-icons {
	margin: 0 60px;
}
.header-wrapper .top-block .phone-block {
	text-align: right;
}
.header-wrapper .top-block .top-block-item .personal.top {
	margin-left: auto;
}
.header-wrapper .mega-menu .table-menu .menu-item a {
	display: block;
}
.header-wrapper .logo_and_menu-row .search-block {
	max-width: 780px;
	margin-left: 30px;
	flex: 1;
}
.bg-color,
.bg-color .maxwidth-theme {
	background-color: #2e2e2f!important;
}
.bottom-block {
	position: relative;
	z-index: 1;
}
.catalog-link,
.catalog-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 234px;
	flex: 0 0 234px;
	height: 40px;
	background-color: var(--red-color) !important;
	border-color: var(--red-color) !important;
}
.catalog-link i,
.catalog-link .fa,
.catalog-toggle i,
.catalog-toggle .fa {
	margin-right: 10px;
}
.header-wrapper .bottom-block.bg-color .comcls-1,
.header-wrapper .bottom-block.bg-color .whcls-1,
.header-wrapper .bottom-block.bg-color .ba_bb_cls-1 {
	fill: #fff !important;
}
.header-wrapper .bottom-block .basket-link:not(.basket-count) .svg {
	opacity: 1;
}
body .header-wrapper .logo_and_menu-row .wrap_icon.baskets:last-of-type {
	padding-right: 0;
}
body .header-wrapper .logo_and_menu-row .block-link .basket-link.basket .wrap {
	margin-top: -9px;
}
.footer_inner_custom .social-block {
	margin-bottom: 30px;
}
.footer_inner_custom .copy-block a,
.footer_inner_custom .copy-block p {
	color: #fff;
	font-size: 14px;
}
.header-wrapper .logo-row .logo,
.header-wrapper .logo-row .top-description,
.header-wrapper .logo_and_menu-row .logo-row .menu-row .mega-menu,
.header-wrapper .mega-menu table td .wrap>a {
	height: 86px;
}
.header-wrapper .logo-row .logo {
	line-height: 86px;
}
.header-wrapper .logo_and_menu-row .inner-table-block,
.header-wrapper .logo_and_menu-row .search-wrapper {
	height: 86px;
}
.header-wrapper .mega-menu table td .wrap>a {
	padding: 31px 12px 31px;
}
.header-wrapper .mega-menu td .wrap>a .line-wrapper .line {
	bottom: -33px;
}
.tile_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}
.tile_block {
	position: relative;
	background-color: var(--accent-color);
	min-height: 175px;
	transition: all ease .2s;
}
.tile_block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.45);
	display: none;
}
.tile_block.tile_block-grey {
	background-color: #f7f7f7;
}
.tile_block__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
.tile_block__content {
	width: 45%;
	height: 100%;
	margin-left: auto;
	padding: 30px 15px 15px 10px;
	text-align: right;
	color: #fff;
	font-size: 14px;
}
.tile_block__descr {
	line-height: 1.4;
	margin-bottom: 15px;
}
.tile_block.tile_block-grey .tile_block__content,
.tile_block.tile_block-grey .tile_block__title {
	color: var(--text-color);
}
.tile_block__title {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #fff;
}
.tile_block__link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.tile_block:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.tile_block__content .btn.white:hover {
	background-color: #fff;
	color: var(--text-color) !important;
}
body .basket-link.basket-count .count,
.basket-link .count:not(.basket-count) {
	background-color: var(--red-color);
}
.logo_and_menu-row .block-link .basket-link.basket .wrap,
.logo_and_menu-row .basket-link .wrap .prices {
	color: #fff;
}
.toggle_menu {
	position: absolute;
	top: 63px;
	left: 0;
	width: 100%;
	height: auto;
}
.toggle_menu .left_block {
	display: none;
}
.toggle_menu .maxwidth-theme {
	background-color: transparent !important;
}
.icon {
	display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon.burger-icon {
	background-image: url(/images/icons/burger.svg);
}
.icon.burger-icon.burger-close {
	background-image: url(/images/icons/close.svg);
}
.wraps>.wrapper_inner {
	padding-top: 30px;
}
.right_block .page-top-wrapper.color, .right_block .page-top-wrapper.grey {
	margin-bottom: 0;
}
.page-top-wrapper.grey {
	background: transparent;
}
.top_inner_block_wrapper {
    padding: 0 0 20px;
}
.brand_custom {
	position: relative;
	padding: 20px 24px;
}
.brand_custom .image {
	margin-bottom: 16px;
}
.brand_custom .preview .text {
	margin: 16px 0;
	font-size: 14px;
	line-height: 20px;
}
.brand_custom__flex {
	display: flex;
}
.brand_custom__flex > div {
	flex: 0 0 50%;
}
.brand_garanty {
	margin-top: 22px;
}
.brand_garanty__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-start;
}
.brand_garanty .brand_garanty__content {
	padding-left: 12px;
}
.brand_garanty__title {
	font-size: 14px;
	margin: 0 0 16px 0;
	font-weight: 400;
}
.brand_garanty__title span {
	font-weight: 600;
}
.brand_garanty .brand_garanty__icon {
	position: relative;
	top: 4px;
}
.brand_garanty__title a {
	color: #383838;
}
.country_list {
	margin: 0 !important;
}
.country_list li {
	position: relative;
	padding-left: 34px !important;
	line-height: 20px;
}
.country_list li::before {
	content: "";
	position: absolute;
	top: 4px !important;
	left: 0;
	width: 23px;
	height: 14px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.country_list li.ru::before {
	background-image: url(/images/static/ru.png);
}
.country_list li.usa::before {
	background-image: url(/images/static/usa.png);
}
.subsid_block_wrap {
	margin: 30px 0;
}
.subsid_block {
	position: relative;
	display: -ms-grid;
	display: grid;
}
.subsid_block.subsid_block_2 {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}
.subsid_block.subsid_block_3 {
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}
.subsid_item {
	padding: 18px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.subsid_item .subsid_item__title {
	font-size: 15px;
	margin: 0 0 18px;
}
.subsid_item .subsid_item__content {
	font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.subsid_item .subsid_item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.subsid_article .subsid_article__img {
	width: 120px;
	height: 120px;
 	object-fit: contain;
}
.subsid_item .subsid_item__ava {
	display: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 18px;
}
.subsid_article .subsid_item__inner .subsid_article__img {
	margin-right: 16px;
}
.subsid_block_title {
	font-size: 19px;
	margin: 26px 0;
}
.subsid_block_title span {
	text-transform: lowercase;
}
.subsid_item .btn {
	margin-bottom: 6px;
	margin-right: 8px;
	border-radius: 0;
	border-width: 2px !important;
	padding: 7px 22px 9px;
}
.subsid_block.subsid_block_3 .subsid_item {
	text-align: center;
}
.subsid_block.subsid_block_3 .subsid_item .subsid_item__inner {
	display: block;
}
.subsid_block.subsid_block_3 .subsid_article .subsid_item__inner .subsid_article__img {
	margin-right: 0;
}
.subsid_block.subsid_block_3 .subsid_article .subsid_article__img {
	width: 100%;
	margin-bottom: 18px;
}
.subsid_block.subsid_block_3 .subsid_item .subsid_item__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subsid_block.subsid_block_3 #sub_store {
	order: 3;
}
.subsid_block.subsid_block_3 .subsid_item .btn {
	display: block;
}
.subsid_block.subsid_block_3 .subsid_item .subsid_item__ava {
	display: block;
}
.subsid_block_wrap .subsid_block_title {
	text-align: center;
}
.icon.burger-icon {
	width: 28px;
	margin: 0 10px 0 0;
}
#basket-root .basket-items-list [data-entity="basket-item-sku-block"] {
	display: none;
}
@media (max-width: 1199px) and (min-width: 992px) {
	.catalog-link,
	.catalog-toggle {
		width: 210px;
		flex: 0 0 210px;
	}
}
@media screen and (max-width: 1200px) {
	.subsid_item .subsid_item__content p {
		max-width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.tile_block__img {
		width: 40%;
		clip-path: none;
	}
	.tile_block__content {
		width: 60%;
	}
	.tile_block__title {
		font-size: 16px;
	}
	.tile_list {
		grid-gap: 15px;
	}
	.brand_custom {
		max-width: 100%;
	}
	.mb_m {
		margin-bottom: 26px;
	}
	.subsid_block_wrap {
		margin: 0;
	}
	.subsid_block_wrap.subsid_block_wrap_mb {
		margin-top: 50px;
	}
	.subsid_article .subsid_article__img {
		width: 90px;
		height: 90px;
	}
	.subsid_block.subsid_block_3 .subsid_article .subsid_article__img {
		height: 200px;
	}
}
@media screen and (max-width: 768px) {
	.tile_list {
		display: block;
	}
	.tile_block:not(:last-child) {
		margin-bottom: 20px;
	}
	.tile_block::after {
		display: block;
	}
	.tile_block__img {
		width: 100%;
	}
	.tile_block__content {
		position: relative;
		width: 100%;
		z-index: 11;
		font-size: 12px;
		text-align: center;
		color: #fff;
	}
	.tile_block.tile_block-grey .tile_block__content, .tile_block.tile_block-grey .tile_block__title {
		color: #fff;
	}
	.tile_block .tile_block__content .btn.white {
		background-color: var(--accent-color) !important;
		color: #fff !important;
	}
	.subsid_block {
		display: block;
	}
	.subsid_block > div:not(:last-child) {
		margin-bottom: 16px;
	}
	.catalog_detail .element_detail_text {
		padding: 0 0 20px;
	}
	.brand_custom__flex {
		display: block;
	}

}
@media screen and (max-width: 576px) {

}

#bx-soa-order #bx-soa-basket {
    display: none;
}
.bx_soa_location #zipProperty {
    display: none;
}
#bx-soa-order .form-group label[for="zipProperty"] {
    display: none !important;
}

.left_block .only_products_in_stock-form{
    padding: 0 17px 12px;
}
.only_products_in_stock-form .custom-switch{
    cursor: pointer;
}
.icon {
	width: 45px;
	margin-bottom: 30px;
}

.subsid_block {
	text-align: center;
}
.subsid_block.subsid_block_2, .subsid_block.subsid_block_3 {
	text-align: left;
}

.mega-menu table {
    width: auto;
    float: right;
}
.header-wrapper .mega-menu table td .wrap > a {
    padding: 31px 18px 31px;
}

@media (max-width: 991px) {
    .top_block_filter_section.toggle_menu {
        position: relative;
        top: 0;
    }
}

.sections_wrapper .list .item {
    min-height: 150px;
}
.top_slider_wrapp .flexslider .slides > li.image .img .wrap_plaxy {
    width: 100%  !important;
}
.top_slider_wrapp .flexslider .slides > li.image .img .wrap_plaxy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    max-height: 500px !important;
}


/********* PRICES **********/
.price_name,
.offers_price_title {
    display: none;
}
/*.cost.prices .price_group.BASE .price {
    font-size: 15px;
    font-weight: normal !important;
    text-decoration: line-through;
    color: #777;
    
    display: block;
}*/
.cost.prices .price_group.BASE .price.small {
    display: none;
}
.cost.prices .price_group.BASE .price.discount {
    display: block;
}
.offers_price:not(.min) {
    font-size: 13px;
    font-weight: normal;
    text-decoration: line-through !important;
    color: #777;
}
.offers_price:last-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    white-space: normal;
    line-height: 20px;
    text-decoration: none !important;
    color: #1d2029;
}
.cost.prices .price_group .price * {
    font-size: 13px;
    font-weight: normal;
    text-decoration: line-through !important;
    color: #777;
}
.cost.prices .price_group:last-child .price * {
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    white-space: normal;
    line-height: 20px;
    text-decoration: none !important;
    color: #1d2029;
}


.price_group.BASE + price_group.SALE {
    
}
.catalog.block.search .js_price_wrapper.price .price_name {
    display: block !important;
    text-align: right;
}
.catalog_block.items.block_list .price_matrix_block .price_group .price_name {
    display: block !important;
    text-align: right;
}
.catalog.block .js_price_wrapper .price_matrix_wrapper .price {
    text-align: left;
}
.catalog_block.items.block_list .prices .price_matrix_wrapper {
    text-align: left;
}
.price_group.SUPER_SALE * {
    line-height: 18px !important;
}
.catalog_block.items.block_list .prices .price_matrix_block .price_group.min .price_matrix_wrapper {
    text-align: left;
}
.cost.prices .price_name {
    display: block !important;
    text-align: right;
}
.price_group * {
  font-size: 14px !important;
}
.price_group.SUPER_SALE * {
  font-size: 14px !important;
}

body .prices .price_group {
    display: flex;
}
body .prices .price_group > div {
    flex-basis: 50%;
}
.js_price_wrapper.price > div:last-child * {
    font-weight: bold;
    color: #000000;
}
.cost.prices .price_name:first-of-type {
    margin-top: 0;
}
.module_products_list .cost.prices .price_group.min {
    order: 1 !important;
}
.module_products_list .cost.prices .price_group.min .price_name {
    font-weight: bold;
    color: #000000;
}
.module_products_list .cost.prices .price_group.min .price_name {
    padding-right: 10px;
    padding-top: 0 !important;
}
.module_products_list .price_matrix_block .price_group:not(.min) .price_name {
    padding-right: 10px;
    padding-top: 2px !important;
}

.ajax_load.table .module_products_list td.price-cell {
    width: 170px !important;
}
/********* //PRICES **********/

.top-block .social-icons li.telegram a::before {
    background-color: #139bd0;
    background-size: 30px;
}
.top-block .social-icons li.whats a::before {
    background-color: #1aab12;
    background-size: 30px;
}
@media (min-width: 992px) {
    .with_dropdown .dropdown {
        position: relative;
        opacity: 1;
        visibility: visible;
        min-width: 105px;
    }
    .with_dropdown .dropdown > .wrap {
        box-shadow: none;
    }
    .phone.with_dropdown {
        display: flex !important;
    }
    .top-block-item .phone > a {
        margin: 0;
        padding: 16px 0px 0 !important;
    }
    .header-wrapper .phone .more_phone a {
        padding: 0px 0px 0 22px;
        min-height: 23px;
    }
    .top-block-item .phone.with_dropdown::after {
        display: none;
    }
    .top-block-item .phone > a {
        padding: 14px 0px 0;
    }
    .phone .more_phone a:hover {
        background: none;
    }
    .top-block .social-icons li a,
    .top-block .social-icons li a::before {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }   
    .svg-phone {
        margin: 10px 9px 0 0;
    }
    .top-block-item .phone-block .callback-block {
        margin-top: 15px;
    }
}

.menu-row .nav-main-collapse {
    width: fit-content;
}

.social li::before {
    display: none;
}
.social li {
    padding-left: 0;
}

#footer .phone.with_dropdown {
    flex-direction: column;
}
#footer .phone .dropdown {
  top: 0;
  left: 0;
}
#footer .with_dropdown::after {
    display: none;
}
#footer .with_dropdown .dropdown > .wrap {
    background: none;
}
#footer  .phone .more_phone a {
    padding: 10px 21px 10px 0;
    color: #fff !important;
}

.top-text {
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
    color: var(--red-color) !important;
}

.module_products_list td.quantity-cell {
    width: 120px !important;
}
.module_products_list td.price-cell {
    width: 13%;
}
@media (min-width: 992px) {
    .module_products_list .button_block {
        float: right;
    }
    .module_products_list .button_block .btn {
        width: 110px;
        float: right;
    }
}
.table .module_products_list .title a {
    font-weight: normal;
}

.ajax_load.table .like_icons {
    width: 19px !important;
}
.ajax_load.table .module_products_list td.price-cell {
  width: 140px;
}


.sections_wrapper .top_block a {
    display: flex;
    float: right;
    background-color: rgb(226, 30, 49);
    color: #ffffff;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: 234px;
    flex: 0 0 234px;
    height: 40px;
    background-color: var(--red-color) !important;
    border-color: var(--red-color) !important;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .top_slider_wrapp .flexslider .slides > li.image .img .wrap_plaxy {
        display: block;
        height: 150px !important;
        position: relative;
        left: 0;
        bottom: 0;
        transform: none;
    }
    .top_slider_wrapp .flexslider .slides > li.image .img .wrap_plaxy img {
        position: relative;
        transform: none;
        left: 0;
    }
}
@media (max-width: 1000px) {
    #mobileheader .logo img {
        max-height: 62px;
    }
}



@media (max-width: 360px) {
    .catalog_detail .type_custom .counter_block input[type="text"] {
        width: 100%;
        text-align: center;
    }
}

.top_big_one_banner .flexslider .slides>li:not(.visible) {
    opacity: 1;
}

