.search-block {
	order:2;
}
.bx-nav-2-lvl {
    display: block;
    padding: 0;
    min-width: 300px;
}
.search-title-button {
    width: 100%;
    height: 100%;
}
.phone {text-decoration:none;}
.s22 {
    color: #F58634;
}
.bx-footer .s22 .telefon {
    color: #fff;
}
.bx-footer h3 {
	color: #fff;
}
.s22 .telefon {
    color: #333;
    font-weight: normal;
    font-size: 17px;
    vertical-align: text-bottom;
}
.bx-header-phone-icon {
    width: 36px;
    height: 36px;
    background: no-repeat center url(https://zakazhuka.com/bitrix/templates/eshop_bootstrap_v4/images/phone.png);
}
@media (min-width: 1400px){
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1600px;
	}
}
@media (min-width: 768px){
	.bx-logo-block {
		height: 100px;
	}
	.bx-logo-block img {
		max-height: 100px;
		width: auto;
	}
}
.catalog-section-list-item-img {
    border: 3px solid #e68732;
    border-radius: 25px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

.carousel-control-prev, .carousel-control-next {
	opacity: 1;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F58634' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F58634' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");}
  
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
	background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F58634' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.owl-carousel .owl-nav button.owl-next {
    right: 10px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F58634' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
h2.mainpage {
	border-bottom: 1px solid #767f8b;
}
.owl-carousel .owl-stage-outer {
    /* height: 520px; */
	padding: 5px;
}
.bx-aside-nav .bx-nav-parent {
    position: relative;
    height: 48px;
}
.row.tizer {
	margin-bottom: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.tizer .image {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}
.tizer a {
    text-decoration: none;
    outline: none;
}
.tizer a:hover, .tizer a:hover .image > i{
	color: var(--theme-b-link-hover);
}
.tizer .image > i {
    font-size: 40px;
    line-height: 50px;
    color: #555;
    text-align: center;
}
.tizer .text {
    margin-left: 60px;
}
.tizer .text .title {
    display: flex;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 17px;
}
.tizer .text .title + p {
    border-top: 1px solid #eee;
}
.tizer .text p {
    color: #333;
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 14px;
    line-height: 1.3;
}
.item-grey {
	filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}
/* .bx-no-touch .product-item-container.hover .product-item { */
    /* position: absolute; */
    /* right: 0px; */
    /* left: 0px; */
    /* padding: 10px 10px 0; */
    /* width: auto; */
    /* border-color: transparent; */
    /* box-shadow: 0 7px 15px 0 rgb(0 0 0 / 19%); */
/* } */
/* .bx-no-touch .product-item-container.hover .product-item { */
	/* -webkit-animation: product-item-hover 300ms 1 ease; */
	/* animation: product-item-hover 300ms 1 ease; */
/* } */
/* @-webkit-keyframes product-item-hover { */
	/* 0% { */
		/* position: absolute; */
		/* left: 0; */
		/* right: 0; */
		/* border: 1px solid transparent; */
		/* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); */
		/* padding-left: 10px; */
		/* padding-top: 10px; */
		/* padding-right: 10px; */
	/* } */
	/* 100% { */
		/* border: 1px solid transparent; */
		/* box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19); */
		/* left: 0px; */
		/* right: 0px; */
		/* padding-left: 10px; */
		/* padding-right: 10px; */
		/* padding-top: 10px; */
	/* } */
/* } */

/* @keyframes product-item-hover { */
	/* 0% { */
		/* position: absolute; */
		/* left: 0; */
		/* right: 0; */
		/* border: 1px solid transparent; */
		/* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); */
		/* padding-left: 10px; */
		/* padding-top: 10px; */
		/* padding-right: 10px; */
	/* } */
	/* 100% { */
		/* border: 1px solid transparent; */
		/* box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19); */
		/* left: 0px; */
		/* right: 0px; */
		/* padding-left: 10px; */
		/* padding-top: 10px; */
		/* padding-right: 10px; */
	/* } */
/* } */
.btn-default {
    border-color: var(--theme-b-bd-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    border-color: var(--theme-b-bd-primary-active);
    background-color: var(--theme-b-bg-primary-active);
    color: var(--theme-b-tx-primary-active);
}
.btn-default:hover {
    border-color: var(--theme-b-bd-primary-hover);
    background-color: var(--theme-b-bg-primary-hover);
    color: var(--theme-b-tx-primary-hover);
}

@keyframes glowing {
  0% { background-color: #054775; box-shadow: 0 0 2px #F58634; }
  50% { background-color: #1082d4; box-shadow: 0 0 9px #F58634; }
  100% { background-color: #074b7b; box-shadow: 0 0 2px #F58634; }
}

#bx-soa-delivery .btn-default {
	animation: glowing 1500ms infinite;
}
.mobile .basket-line-block-icon-cart:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f0f6f8' viewBox='0 0 40 40'%3e%3cpath d='M38.9,11.9c-0.8-0.9-1.9-1.5-3.1-1.5H20.4c-0.5,0-1,0.4-1,1c0,0.6,0.5,1,1,1h15.4c0.6,0,1.2,0.3,1.6,0.7   c0.4,0.5,0.6,1.1,0.4,1.7l-0.9,5h-11c-0.5,0-1,0.4-1,1s0.5,1,1,1h10.7l-0.9,4.8c-0.1,0.7-0.8,1.2-1.5,1.2H15   c-0.7,0-1.3-0.5-1.5-1.2L9.6,4.9c-0.1-0.5-0.5-0.8-1-0.8H0.9c-0.5,0-1,0.4-1,1s0.5,1,1,1h6.9l3.8,21c0.2,1.4,1.2,2.4,2.5,2.8   c-0.5,0.7-0.9,1.6-0.9,2.6c0,2.5,2,4.5,4.5,4.5c2.5,0,4.5-2,4.5-4.5c0-0.9-0.3-1.8-0.8-2.5h6.1c-0.5,0.7-0.8,1.6-0.8,2.5   c0,2.5,2,4.5,4.5,4.5c2.5,0,4.5-2,4.5-4.5c0-1-0.3-1.9-0.8-2.6c1.3-0.3,2.4-1.4,2.7-2.8l2.2-11.8C40,14.1,39.7,12.9,38.9,11.9z    M20.2,32.4c0,1.4-1.1,2.5-2.5,2.5s-2.5-1.1-2.5-2.5c0-1.4,1.1-2.5,2.5-2.5S20.2,31,20.2,32.4z M31.3,34.9c-1.4,0-2.5-1.1-2.5-2.5   c0-1.4,1.1-2.5,2.5-2.5c1.4,0,2.5,1.1,2.5,2.5C33.8,33.8,32.7,34.9,31.3,34.9z'/%3e%3c/svg%3e");
    position: absolute;
    top: -1px;
    left: -25px;
    display: block;
    width: 40px;
    height: 40px;
    content: '';
}
.cart-num {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 14;
    display: block;
    min-width: 20px;
    height: 20px;
    padding: 0 3px;
    text-align: center;
    border-radius: 50%;
    background: #F58634;
}
.basket-line-block.mobile  {
	padding-left: 0px;
}
.mainpage_cat .mainpage_cat__item {
	text-align: center;
}
.mainpage_cat .mainpage_cat__item img {
    width: 100%;
    height: auto;
}
.mainpage_cat.owl-carousel .owl-stage-outer {
	padding: 0px;
}
.mainpage_cat__item a{
	display: block;
    width: 100%;
    text-align: center;
}
.mainpage_cat.bx_catalog_tile .bx_catalog_tile_ul li {
    width: 16.66%;
}
.zipProperty {
    display: none;
}
.product-item-label-ring.text-label {
	border-radius: 5px;
    width: auto;
    padding: 5px;
    line-height: normal;
    height: fit-content;
    word-break: break-word;
	background: #f58634;
}
.product-item-small-card:hover .product-item-container {
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
	z-index: 1;
}
.product-item-image-wrapper {
    padding-top: 85%;
}
.product-item-price-current {
    /* color: #7c1399; */
    font-weight: 700;
    /* font-size: 20px; */
    font-size: 16px;
}
.product-item-price-old {
    color: #ef3a3a;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 14px;
}
[data-entity="price-block"] {
	margin: 8px;
}
.btn-link.product-item-detail-buy-button {
    height: auto;
    background-color: #7c1399;
    border: 1px solid #7c1399;
    color: #ffffff;
    text-decoration: none;
}
.btn-link.product-item-detail-buy-button:hover {
    height: auto;
    background-color: #f58634;
    border: 1px solid #f58634;
    color: #ffffff;
    text-decoration: none;
}
.bx-header-block-info .bx-header-phone-block {
	justify-content: flex-end;
}
.bx-header-info {
	color: #000;
    font: 700 15px/23px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
}

.product-item-price-current {
	width:100%;
	display:block;
}
.login_reg_block{
	display:none;
}
.reg .form-group label {
	width:120px;
}
.reg .form-group input {
	width:250px;
}

@media (max-width: 768px){
	.owl-carousel .owl-stage-outer {
		height: auto;
	}
	.product-item-image-wrapper {
		padding-top: 40%;
	}
	.bx-header-personal {
		position: absolute;
		top: 8px;
		right: 5px;
		z-index: 10;
		width: 40px;
		height: 40px;
	}
	.search-page {
		display:none;
	}
}
.menu__link-icon {
	fill: #7c1399;
}
.menu__link-num {
    font: 700 15px/23px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: absolute;
	top: 25px;
    left: 42px;
    display: block;
    min-width: 20px;
    height: 20px;
    padding: 0 3px;
    text-align: center;
    border-radius: 50%;
    background: white;
}
.menu__link-total {
    font: 700 15px/23px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: absolute;
    top: 14px;
    left: 0px;
    display: block;
    min-width: 100%;
    height: 20px;
    padding: 0 3px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
}
.menu__link-text {
	font: 900 20px/20px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin-left: 0px;
}
.menu__link-text {
    display: block;
}

@media (min-width: 768px){
	.menu__link-num {
		color: #ff6b29;
	}
}
#triangle-topleft {
	width: 0;
	height: 0;
	border-top: 120px solid #7c1399;
    border-right: 120px solid transparent;
    position: absolute;
}
#triangle-topleft span{
	position: inherit;
    top: -110px;
    width: 100px;
    left: 10px;
    font-size: 14px;
    color: white;		
}
.type-buy {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.type-buy-block .col-lg {
	position: relative;
}
.type-buy-block .col-lg.opt {
	opacity: 0.3;
}
.type-buy-block .col-lg.opt.no-opacity {
	opacity: 1;
}
.type-buy-block .col-lg.opt:hover {
	opacity: 1;
}
.product-item-detail-price-current {
	opacity: 1;
}
.text-red {
	color:red;
}
.text-bold {
	font: 700 15px/23px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
}
.opt-onbakset-disabled {
	height: 100%;
    width: 100%;
    display: none;
}
.type-buy-block .disable .opt-onbakset-disabled {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 3;
    background-color: #ffffffe0;     /*Центрирование по вертикали */
}
.opt-container {
    display: flex;
    justify-content: space-around;
    align-content: center;
    font-size: 14px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.opt-container .btn-sm, .opt-container .btn-group-sm>.btn {
    padding: 0.15rem .25rem;
    font-size: 0.675rem;
    border-radius: .2rem;
	border-color: var(--theme-b-link-hover);
	background-color: var(--theme-b-link-hover);
	color: var(--theme-b-tx-primary-active);
}
span.opt-price-info {
    font-size: 16px;
    font-weight: bold;
}
span.opt-price-info {
    font-size: 18px;
    font-weight: bold;
    border: 5px solid red;
    padding: 5px;
    border-radius: 10px;
	color: #7c1399;
}

@media (min-width: 1366px) and (max-width: 1440px){
	.opt-container {
		display: flex;
		justify-content: center;
		font-size: 14px;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
	}
	.opt-info {
		margin: 10px 0px 20px 0px;
	}
	.col-lg-4.search-block {
		flex: 0 0 auto;
		width: 25%;
	}
}

@media (max-width: 768px){
	span.opt-text {
		display: none;
	}
	span.opt-price-info {
		font-size: 18px;
		font-weight: bold;
		border: 5px solid red;
		padding: 5px;
		border-radius: 10px;
		color: #7c1399;
		width: max-content;
		display: block;
		margin-right: 5px;
	}
}
@media (max-width: 328px){
	.tizer .text .title {
		display: flex;
		margin: 0;
		padding: 0 0 5px 0;
		font-size: 15px;
	}
	.tizer .text p {
		color: #333;
		margin: 0;
		padding: 5px 0 0 0;
		font-size: 12px;
		line-height: 1.3;
	}
}