body.no-scroll {
	overflow: hidden;
}
header.header {
	background-color: #f6f6f6;
}
header.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.header-mob-main {
	background: #fff;
}
.header-mob-main .header-mob_nav {
	padding-bottom: 0;
}
.header-mob-main .header-mob_logo img {
	position: relative;
	top: -5px;
}
.header-mob {
	display: none;
	position: relative;
}
.header-mob_nav {
	padding: 20px 13px;
	min-height: 80px;
	margin: 0;
	text-align: right;
}
.header-mob_nav:after{
	display: block;
	clear: both;
	content: "";
	font-size: 0;
	line-height: 0;
}
.header-mob_nav li {
	display: inline-block;
}
.header-mob_nav li.header-mob_logo {
	float: left;
}

.header-mob_icons {
	margin: 7px 0 0 25px;
}
.header-mob_icons svg {
	width: 20px;
	height: 22px;
}
.header-mob_phone-icon svg {
	position: relative;
	top: 2px;
	width: 24px;
	height: 28px;
}

.search-box-main {
	display: none;
	padding: 15px 15px 0;
}
.search-box-main .main-catalog-btn {
	position: relative;
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 42px;
    background: #383179;
    overflow: hidden;
    text-indent: -1000px;
}
.search-box-main .main-catalog-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -13px;
    display: inline-block;
    width: 27px;
    height: 18px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.search-box-main .main-catalog-btn span:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
	content: "";
}

.new-mobile #digi-shield.digi_mobile {
	top: 0;
}
.new-mobile #digi-shield.digi_mobile.digi-search-fixed .digi-search.digi-search_attached {
	top: 0;
}

.header-mob_lk {
	position: relative;
}
.header-mob_lk.open .lk-modal-wrap {
	display: block;
}
.lk-modal-wrap {
	display: none;
}
.lk-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(0,0,0,0.6);
}
.lk-modal {
	position: absolute;
    top: 25px;
    right: -10px;
    min-width: 210px;
    background: #f6f6f6;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    text-align: left;
}
.lk-modal_link {
	display: block;
	padding: 20px 16px 17px; 
    display: flex;
    align-items: center;
	background: #fff;
	font-size: 14px;
}
.lk-modal_link svg {
	margin-right: 10px;
}
.lk-modal_contacts {
	margin: 0;
    padding: 10px 17px 10px 47px;
    font-size: 14px;
}
.lk-modal_contacts li {
	position: relative;
	padding: 8px 0;
}
.lk-modal_contacts .altasib_geobase_link .altasib_geobase_link_city {
	font-weight: normal;
}
.lk-modal_contacts .icon {
    position: absolute;
    top: 50%;
    left: -28px;
    width: 16px;
    height: 16px;
    margin-top: -9px;
}
.lk-modal_contacts-phone {
	font-weight: bold;
}

/*bottom panel*/
.bottom-panel {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	height: 65px;
	background: #fff;
	box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05);
	z-index: 1000;
}
.bottom-panel ul {
	display: flex;
	margin: 0;
	justify-content: space-evenly;
}
.bottom-panel_btn {
	position: relative;
	display: inline-block;
	padding: 38px 10px 10px; 
}
.bottom-panel .bottom-panel_icon {
	position: absolute;
	top: 10px;
}
.bottom-panel_btn .bottom-icon {
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -11px;
}
.bottom-panel .bottom-icon svg {
	width: 25px;
	height: 22px;
}
/*bottom menu catalog*/
.bottom-panel_catalog {
	display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 65px;
    overflow: auto;
	box-shadow:inset 0 -4px 4px -4px rgba(0, 0, 0, 0.25);
    background: #fff;

}
.bottom-panel_catalog:before {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: -1;
	content: "";
}
.bottom-panel_catalog.open {
	display: block;
}
.bottom-panel_catalog.open:before {
	display: block;
}
.b-mobile-menu {
	background: #fff;
}
.b-mobile-menu ul {
	display: block;
}
.b-mobile-menu ul ul {
	display: none;
}
.b-mobile-menu li {
	display: block;
}
.b-mobile-menu li a {
    display: block;
    padding: 14px 20px 15px;
	font-size: 16px;
	color: #000;
	border-bottom: solid 1px #e1e1e1;
}
.b-mobile-submenu-list {
	background: #f6f6f6;
	box-shadow: inset 0 4px 4px  -4px rgba(0, 0, 0, 0.25) , inset 0 -4px 4px  -4px rgba(0, 0, 0, 0.25);
}
.b-mobile-menu .has-submenu > a {
	position: relative;
}
.b-mobile-menu .has-submenu > a:after {
    position: absolute;
    top: 50%;
    right: 21px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-bottom: solid 1px #9e9e9e;
    border-right: solid 1px #9e9e9e;
    transform: rotate(45deg);
    content: "";
}
.b-mobile-menu .has-submenu > a.open:after {
    transform: rotate(-135deg);
}
.b-mobile-menu_close {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #f6f6f6;
    overflow: hidden;
    text-indent: -1000px;
}
.b-mobile-menu_close a {
    position: fixed;
	top: 30px;
    left: 30px;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.b-mobile-menu_close a:before, .b-mobile-menu_close a:after {
  position: absolute;
  left: 10px;
  top: 00px;
  content: ' ';
  height: 24px;
  width: 1px;
  background-color: #9e9e9e;
}
.b-mobile-menu_close a:before {
  transform: rotate(45deg);
}
.b-mobile-menu_close a:after {
  transform: rotate(-45deg);
}
.b-mobile-menu_close_main {
	width: 155px;
}

/*product detail page*/
.modal-links-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
}
.icon-full-text {
	display: inline-block;
}
.mobile-short-text {
	display: none;
}

/*catalog list*/
.mobile-catalog-btns {
	flex: 0 103px;
	padding-top: 10px;
}
.btns-only-sort {
	flex: 0 60px;
}
.mobile-sort-btn {
	display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.mobile-sort-icon svg {
    width: 27px;
    height: 21px;
    fill: #383179;
	stroke: #383179;
    transition: fill 0.3s ease-in-out;
}
.mobile-filter-icon svg {
	width: 21px;
	height: 21px;
	fill: #383179;
}
.mobile-sort-icon:hover svg,
.mobile-filter-icon:hover svg {
	fill: #DD2526;
	stroke: #DD2526;
}
.btns-only-sort .mobile-filter-btn {
	display:none;
}

#mobile-catalog-wrap {
	display: none;
}
.content-b .rc .filter .nav li.mobile-filter-item {
	display: none;
	margin-right: 5px;
}
.overlay-sort {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.yandex-market-box {
    display: flex;
    align-items: end;
	margin: auto;
    justify-content: center;
}
.yandex-market-box .yandex-market-rev {
	display: none;
}

.footer-top div.trofey-app {
	display: none;
}

@media (max-width: 991px) {
	.search-box-main {
		display: flex;
	}
	.breadcrumbs-wrapper {
		margin: 0 -10px;
		padding: 0 10px;
		background: #f6f6f6;
	}
	.breadcrumbs {
		display: flex;
	    margin: 0 0 15px;
	    padding: 0 0 5px !important;
		background: #f6f6f6;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.breadcrumbs-catalog {
		margin-bottom: 0;
		padding-bottom: 0px !important;
	}
	.breadcrumbs li {
		padding: 0;
		margin-right: 3px;
		margin-bottom: 5px;
	}
	.breadcrumbs li:not(:last-child) {
		padding-right: 0;
	}
	.breadcrumbs li:not(:last-child):after {
		display: none;
	}
	.breadcrumbs li:last-child {
	    display: inline-block;
	    box-sizing: border-box;
	    height: 27px;
	    padding: 5px 14px;
	    color: #474747;
	    border-radius: 13px;
	    line-height: 17px;
	    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	    background: #fff;	
	}
	.breadcrumbs li a {
	    display: inline-block;
	    box-sizing: border-box;
	    height: 27px;
	    padding: 5px 14px;
	    color: #474747;
	    border-radius: 13px;
	    line-height: 17px;
	    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	    background: #fff;
	}
	body.new-mobile .header-top-line,
	body.new-mobile .header-bottom-line {
		display: none;
	}
	body.new-mobile .header-mob {
		display: block;
	}
	.header-mob_nav .lk-modal_contacts-city {
		display: block;
		min-height: 38px;
	}
	/*filter*/
	.content-b .rc .filter .more > li {
	    margin: 0;
	    width: 100%;
	    border: none;
	    border-top: solid 1px #f0f0f0;
	}
	.content-b .rc .filter {
		/*display: none;*/
		padding: 0 5px;
	}
	.content-b .rc .filter .more > li {
		padding: 0;
	}
	.content-b .rc .filter .more > li > p {
		font-size: 18px;
    	padding: 19px 35px 18px 10px;
	}
	.content-b .rc .filter .filter-detailed {
		display: none;
		padding-bottom: 0;
	}


	/*bottom panel*/
	.bottom-panel {
		display: block;
	}
	.footer {
		padding-bottom: 65px;
	}
	.f-contacts {
		display: none;
	}
	.footer-top .container-c {
		padding: 0 15px;
	}
	nav.footer-main-nav {
		width: 100%;
	}
	nav.footer-main-nav ul {
		-webkit-column-count: 1;
		column-count: 1;
	}
	nav.footer-main-nav ul li {
		display: none;
	    padding: 0;
	    margin-bottom: 12px;
	}
	.footer-main-nav ul .mobile-show {
		display: block;
		width: 100%;
	}
	div.f-socials {
		margin-top: 0;
	}
	section .yandex-review {
		margin-top: 0;
	}
	.b-error-block {
		display: none;
	}
	div.footer-bottom {
		padding: 12px 0;
	}
	div.footer-bottom .container-c {
		display: block;
	}
	div.f-bottom-left {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		text-align: center;
	}
	p.f-created-by {
		width: 100%;
		margin-top: 10px;
		padding-right: 25px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.footer .footer-payment-list {
		display: none;
	}
	.f-bottom-copyright {
		display: block;
	}
	.footer .f-bottom-link {
		font-size: 12px;
	}
	/*catalog list*/
	#mobile-catalog-wrap {
		display: block;
	}
	#mobile-catalog-wrap ul {
		margin-right: 0;
		padding: 0;
    	box-shadow: inset 0 4px 4px -4px rgb(0 0 0 / 25%), inset 0 -4px 4px -4px rgb(0 0 0 / 25%);
	}
	#mobile-catalog-wrap li {
		padding: 19px 50px 18px 10px;
	}
	#mobile-catalog-wrap ul a {
		font-size: 18px;
		padding:0px;
	}
	.content-b .rc .filter .more > li.active {
		background: #be2a2a;
	}
	.content-b .rc .filter .more > li.active .remove {
		float: right;
	    width: 60px;
	    height: 54px;
	}
	.lc .nav-section {
		display: none;
	}
	.content-b .rc .filter {
		padding: 0;
	}
	.content-b .rc .filter .more > li.multiply .list,
	.content-b .rc .filter .more > li .list {
	    position: relative;
	    top: 0px;
	    width: 100%;
	    box-shadow: none;
	    border-radius: 0px;	
	    box-shadow: inset 0 4px 4px  -4px rgba(0, 0, 0, 0.25) , inset 0 -4px 4px  -4px rgba(0, 0, 0, 0.25);
	}
	div.content-b .rc .filter .more > li.range .list {
		width: 100%;
	}
	.bx-filter-parameters-box-container:after {
		display: block;
		content: "";
		clear: both;
		font-size: 0;
		line-height: 0;
	}
	.sizes-doc-link {
		width: 100%;
	}

	/*catalog list*/
	.content-b {
		padding-left: 10px;
		padding-right: 10px;
	}
	.content-b .lc {
		margin: 0;
	}
	.rc__top-line {
		margin-bottom: 3px;
	}
	.rc__top-line h1 {
		flex: 1;
		height: 28px;
		padding-top: 13px;
		padding-left: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.mobile-filter-btn {
		display: inline-block;
	    margin-left: 8px;
	    padding-left: 9px;
	    border-left: solid 1px #E1E1E1;
	}
	.mobile-filter-icon {
		margin-right: 0;
	}
	.sorting .mobile-filter-btn {
		display: flex;
		flex-direction: column;
	}
	.sorting .mobile-filter-btn svg {
		width: 21px;
		height: 21px;
	}
	.selectric-wrapper {
		z-index: 12;
	}
	.selectric-wrapper.open-sort .selectric-items {
		position: relative;
		display: block;
	    position: fixed;
	    top: 50%;
	    right: 40px;
	    left: 40px;
	    width: auto !important;
	    border-radius: 6px;
	    overflow: hidden;
	}
	.selectric-wrapper.open-sort .selectric-items li {
		position: relative;
		padding: 10px 50px 10px 20px;
		border-top: solid 1px #e3e3e3;
	}
	.selectric-wrapper.open-sort .selectric-items li:first-child {
		border-top: none;
	}
	.selectric-wrapper.open-sort .selectric-items li:before {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 12px;
		margin-top: -6px;
		height: 12px;
		border-radius: 100%;
		border: solid 2px #666;
		content: "";
		z-index: -1;
	}
	.selectric-wrapper.open-sort .selectric-items li.selected:before {
		border-color: #2a2180;
	}
	.selectric-wrapper.open-sort .selectric-items li.selected:after {
	    position: absolute;
	    top: 50%;
	    right: 15px;
	    width: 6px;
	    margin-top: -1px;
	    height: 6px;
	    border-radius: 100%;
	    background: #2a2180;
	    content: "";
	    z-index: -1;
	}
	.selectric-wrapper.open-sort .selectric-items li:hover {
		background: #ccc;
	}	
	.mobile-sort-btn {
	    display: inline-block;
	    margin-left: 20px;
	}
	.open-sort + .overlay-sort,  .open-sort.overlay-sort {
		display: block;
		z-index: 11;
	}
	.content-b .rc .filter .filter-categories {
		display: block;
		padding:0px;
	}
	/*.content-b .rc .filter .filter-categories-short {
        display: none;
    }*/
	.content-b .rc .filter .nav li.mobile-filter-item {
		display: inline-block;
	}
	.filter-categories-tags {
		display: none;
		overflow-y: hidden;
		overflow-x: scroll;
		/*height: 30px;*/
	}
	.filter-categories-tags .nav {
		display: flex;
	}
	.filter .filter-line .filter-categories-tags .nav li {
		white-space: nowrap;
		margin: 0 5px 0 0; 
	}
	.filter-categories-tags .nav #custon_filter_default {
		display: none;
	}
	.top-pager .paginator {
		display: none;
	}
	.content-b .rc .filter .filter-categories .sorting {
		margin-top: 0;
	}

	div.b24-widget-button-position-bottom-right {
	    bottom: 80px;
	    right: 22px;
	}
	div.filter .nav-section-tags {
		position: relative;
		display: flex;
		white-space: nowrap;
		padding: 0px;
		width: auto;
		margin-bottom: 30px;
		margin-right: -10px;
		overflow-x: scroll;
		background: #f6f6f6;
	}
	div.filter .nav-section-tags a {
		font-weight: normal;
		background: #fff;
	}
	div.filter .nav-section-tags a:hover {
		background: transparent;
	}
	div.filter .nav-section-tags .jspHorizontalBar {
		position: absolute;
		bottom: 0;
		left: 5px;
		right: 10px;
	}
	div.filter .nav-section-tags .jspHorizontalBar .jspDrag {
		background: #383179;
	}
	div.filter .nav-section-tags .jspTrack {
		height: 2px;
		background: #E1E1E1;
	}

	.footer-top div.trofey-app {
		display: flex;
		flex-wrap: nowrap;
		justify-content: start;
		align-items: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.footer-top div.no_activePWA {
		display:none;
	}
	.trofey-app .trofey-app-logo {
		margin-right: 10px;
	}
	.trofey-app .trofey-app-text {
		max-width: 350px;
		padding-right: 15px;
	}
	.trofey-app .trofey-app-btn {
		display: inline-block;
		padding: 10px 24px;
		font-size: 13px;
		color: #fff;
		background: #dd2526;
	}

	.product-b .card .size .select_item .selectric .label {
		height: 43px;
		line-height: 43px;
	}
	.yandex-market-box {
		margin: auto;
	}
	.yandex-market-box .yandex-market-rev {
		display: block;
		margin-right: 10px;
		margin-top: 0;
	}
	.yandex-market-box .yandex-market-rev img {
		height: 27px;
	}
	section .yandex-review {
		height: 28px;
		margin-top: 0;
	}
	section .yandex-review div {
		padding-left: 35px;
		font-size: 11px;
		line-height: 28px;
		border-width: 14px;
	}
	section .yandex-review::before {
    	top: -1px;
    	right: -14px;
    	border-width: 14px;
	}
	section .yandex-review::after {
		right: -13px;
		top: 0px;
		border-width: 13px;
	}
	section .yandex-review div::before {
		left: 10px;
		top: 5px;
	}
}
@media (max-width: 777px) {
	.breadcrumbs {
		width: 100% !important;
		/*margin-left: -10px;
		margin-right: -10px;*/
	}
	.header-search {
		margin-bottom: 0;
	}
	.categories-i .col:nth-child(even) {
	    padding-right: 0;
	}
	.categories-i .col:nth-child(odd) {
	    padding-left: 0;
	}
}
@media (max-width: 600px){
	.brand-list {
		box-sizing: border-box;
	}
	.brand-list .brand-item {
	    width: 100%;
	}
}
@media (max-width: 500px) {
	body .product-b .card {
		padding-top: 12px;
	}
	/*product detail page*/
	.product-b .modal-link {
		margin-right: 15px;
	}
	body .product-b .card .item_info_section {
		justify-content: left;
	}
	body .product-b .card .item_info_section .item-prop {
		width: 49% !important;
		margin-bottom: 25px;
	}
	.product-b .card .item-prop .select_item .selectric .label {
		padding-left: 10px;
	}
	body .product-b .card .item-prop .selectric .label {
	    height: 44px;
	    line-height: 44px;	
	}
	body .product-b .card .selectric .button:after {
		top: 20px !important;
	}
	.product-b .amount {
		width: 49%;
	}
	.product-b .amount .count_block {
		height: 45px;
	}
	.product-b .amount .count_block input {
		height: 45px;
	}
	.product-b .amount .count_block .plus, .product-b .amount .count_block .minus {
		height: 45px;
	}
	.product-b .amount .count_block .plus:before,
	.product-b .amount .count_block .minus:before {
		line-height: 45px;
	}
	.buttons-row {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body .product-b .card .right-block .group .add .one_click {
		margin-top: 12px !important;
	}
	body .product-b .card .right-block .group .add .button, body .product-b .card .right-block .group .add button {
		border-radius: 0;
	}
	.icon-full-text {
		display: none;
	}
	.mobile-short-text {
		display: inline-block;
	}
	.delivery-block-text {
		display: none;
	}
	#ipprice_from_text {
		text-transform: capitalize;
	}
	.store-counts {
		display: inline-block;
		margin-right: 10px;
	}
	body .product-b .card .right-block .buttons_add .group .avalible-block {
		padding-left: 23px;
	}
	body .product-b .card .right-block .buttons_add .group .delivery-block {
		display: inline-block;
		padding-left: 25px;
		margin-right: 10px;
	}
	.product-b .card .group {
		padding-bottom: 7px;
	}
	.product-b .card .group .delivery_count .action {
		display: inline-block;
		min-width: 90px;
	}
	.product-b .card .group .delivery_count .action svg {
		float: left;
	}
	.tagContainer {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.sticky-col {
		margin-bottom: 0;
		padding-bottom: 23px;
	}
}
@media (max-width: 500px){
	.product-b .modal-link {
	    margin-right: 0;
	}
}
@media (max-width: 360px){
	.modal-links-row {
		flex-wrap: wrap;
	}
	.product-b .modal-link {
		margin-bottom: 10px;
	}
	section .yandex-review div {
	    padding-left: 22px;
	    font-size: 9px;
	}
	section .yandex-review div::before {
		left: 3px;
	}
}