

/* Start:/local/templates/base/components/bitrix/catalog.section/hal_2024_catalog/style.css?177990344410335*/
.catalog_section .section-description__nodesk .picture {
    float: none;
    margin: 10px 0px 10px 0px;
}

.mobile-subcategory {
    list-style: none;
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    margin: 0px;
}

.mobile-subcategory li {
    background: none;
    padding: 0px;
    display: inline-block;
    margin-bottom: 5px;
}

.mobile-subcategory li:before {

}

.mobile-subcategory li:last-child a {
    border-right: 0px;
}

.mobile-subcategory a {
    color: #000;
    font-size: 12px;
    display: block;
    position: relative;
    padding: 3px 10px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.catalog_section .item .clearfix .description > p {
    min-height: 121px;
    height: 121px;
}

.other_shop {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 18px;
    margin-right: 6px;
}

.other_shop div img {
    width: 36px;
}

.other_shop div {
    display: block;
    line-height: 0px;
    margin-left: -20px;
    position: relative;
    z-index: 2;
}

.other_shop div:hover {
    z-index: 3;
}


.items__item.oyv-section-item {
    border-bottom: none !important;
}

.oyv-section-item-border {
    border-bottom: 2px dashed #00000014;
    width: 100%;
}


.item__img_switch {
    position: absolute;
    display: flex;
    z-index: 2;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: space-between;
}

.item__img_switch_item {
    flex-grow: 1;
    cursor: pointer;
}

.item__img_switch_circles {
    display: flex;
    justify-content: center;
    padding-top: 4px;
    min-height: 12px;
}

.item__img_switch_circle {
    margin: 0 1px;
    width: 6px;
    height: 6px;
    background: #d0d0d0;
    border-radius: 50%;
}

.item__img_switch_circle.active {
    background: #549ac5;
}
.item__img_switch_circle.video{
    background: none ;
    width: auto;
    height: auto;

    color: #bebebe;
    margin-top: -5px;
}
.item__img_switch_circle.video a{
    font-weight: 500;
    text-decoration: none;
    padding-right: 5px;
}

.items__cards .item__line {
    width: 100%;
    border-bottom: 1px solid #cbc9c9;
    display: none;
}

/*.items__cards div.item__line:nth-child(3n ) {*/
/*    display: block;*/
/*}*/


.catalog_section .item {
    width: 32%;
    padding: 15px 0;
    position: relative;
}
.item__price{
    position: absolute;
    background: #fff;
    padding: 8px 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    right: 0;
    bottom: 74px;
    font-size: 18px;
    line-height: 1.231;
    color: #545454;
}
/*<<<<<<<<<<<<*/


.items__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 133%;
}
.item__img_proportion{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


.item__imgBg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.04);
}

.item__imgWrap {
    position: relative;
}

.item__img img {
    width: 100%;
}

.item__name {
    font-size: 18px;
    text-decoration: none;
    display: block;
    height: 44px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 2px;
}

.item__brand {
    margin: 0 0 2px 0;
}

.item__brand a {
    text-decoration: none;
    font-weight: 600;
}

.item__article {
    margin: 0 0 5px 0;
    position: relative;
    display: inline-block;
}
.item__article span{
    cursor: pointer;
    background: #f9d75e;
    padding: 2px 5px;
    border-radius: 6px;
}

.item__article_copyMessage {
    position: absolute;
    padding: 5px 8px;
    background: #9d9d9d;
    color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    right: -110px;
    top: -8px;
    display: none;
}

.active .item__article_copyMessage {
    display: block;
}

.item__info_icons {
    bottom: 10px;
    left: 12px;
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: baseline;
}

.item__info_icons a {
    text-decoration: none;

}

.item__info_icons img {
    height: 17px;
    width: auto;
}

.item__buttons {
    display: flex;
    justify-content: space-between;
}


.item__buttons_left {
    display: flex;
    background-color: #549ac5;
    border-radius: 10px;
    flex-grow: 1;
    margin-right: 8px;
    justify-content: space-between;
}

.item__buttons_left_price {
    background-color: #fff;
    border-radius: 8px;
    margin: 6px 8px 6px 6px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.item__buttons_left_basket {
    display: flex;
    align-items: center;
    padding-right: 8px;
}

.item__buttons_left_basket a {
    display: flex;
}

.item__buttons_left_basket img {
    height: 34px;
}

.item__buttons_right_opt {
    background-color: #f9d75e;
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 12px;
    min-height: 46px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.item__buttons_right_percent {
    color: #df1820;
    font-weight: 900;
}

.item__buttons_right a {
    text-decoration: none;
    color: #606060;
}

.item__buttons_notAvailable {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    font-size: 16px;
    color: #fff;
}

.item__buttons_left_link_basket {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #545454;
    min-height: 46px;
}

.desktop, .dismob.desktop {
    display: flex;
}

.mobile {
    display: none;
}

.mobile .select {
    width: 100%;
}

.item--mobile .item__buttons {
    width: 100% !important;
    margin: 0 !important;
}

.item__button.opfila {
    margin-left: 0 !important;
}

.bredmob{
    margin-top: 5px;
}


/*>>>>>>>>>>>>*/

@media (max-width: 2000px) {
    .items__cards div.item__line:nth-child(3n) {
        display: block;
    }
}

@media (max-width: 1200px) {
    .main_cntr .show_side_column article {
        width: 70% !important;
    }

    .main_cntr aside {
        width: 28% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .col-xs-10.col-xs-offset-1.bx-ui-slider-track-container {
        width: 92% !important;
        margin: 0 10px;
    }

    .bx-filter .bx-filter-input-container input {
        width: 90% !important;
    }

}

@media (max-width: 1220px) {
    .catalog_section .item {
        width: 48%;
    }

    .items__cards div.item__line:nth-child(3n) {
        display: none;
    }

    div.items__cards div.item__line:nth-child(4n) {
        display: block;
    }

}


@media (max-width: 992px) {
    .container {
        width: 95% !important;
    }
}

@media screen and (max-width: 950px) {

    .mobile-subcategory {
        display: flex;
    }
}

@media (max-width: 768px) {
    .container {
        width: 95% !important;
    }

    .wrapper {
        width: 95% !important;
    }

    .main_cntr .show_side_column article {
        width: 95% !important;
    }

    .main_cntr aside {
        width: 100% !important;
    }

    .sortat.test {
        margin: 20px 0 0 !important;
    }
}

@media (max-width: 576px) {
    .aside-columns {
        display: flex;
        flex-direction: column;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .item--mobile.mobile {
        margin-top: 10px;
    }
    .other_shop {
        padding-left: 0;
    }

    .other_shop div {
        margin-left: 5px;
    }
    .other_shop div:first-child{
        margin-left: 0px;
    }

}
@media screen and (max-width: 380px){
    .other_shop {
        padding-left: 0px;
    }
    .other_shop div {
        margin-left: -20px;
    }
}

@media screen and (max-width: 768px) {
    .main_cntr .show_side_column article {
        float: none !important;
        margin: auto;
    }
}

@media (max-width: 700px) {

    .items__cards div.item__line:nth-child(3n) {
        display: block;
    }

    .items__cards .item__line {
        display: block;
    }

    .catalog_section .item {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 95% !important;
    }
}

@media (min-width: 576px) {
    .aside-columns {
        flex-direction: column;
    }
}


.displayNone {
    display: none;
}
.displayFlex {
    display: flex;
}
.item__buttons_left.editBasket{
    background-color: transparent;
}
.goBacket {
    background: #74c005;
    color: #FFF;
    height: 45px;
    padding: 0 15px;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 600;
    flex-grow: 1;
    justify-content: center;
}
.basket-count-update {
    width: 40px;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    padding: 0;
    margin: 2px 4px;
}
.basket-count-update:focus-visible,
.basket-count-update:focus,
.basket-count-update:active,
.basket-count-update:focus-within
{
    border: none !important;
}

.goBacket:hover {
    background: #548b04;
}

.basket_minus,
.basket_plus {
    min-width: 45px;
    height: 45px;
    background: #eaffcf;
    border-radius: 10px;
    border: 2px solid #0368a7;
    font-size: 26px;
}

.basket_minus {
    padding-bottom: 4px;
    font-size: 28px;
    margin-left: 10px;
}

.basket_minus:hover,
.basket_plus:hover {
    background: #c7f87f;
}






/* End */


/* Start:/local/templates/base/js/jquery.fancybox/jquery.fancybox.css?15832533804895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/base/js/jquery.fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/base/js/jquery.fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/base/js/jquery.fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/base/js/jquery.fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/base/js/jquery.fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/base/js/jquery.fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */
/* /local/templates/base/components/bitrix/catalog.section/hal_2024_catalog/style.css?177990344410335 */
/* /local/templates/base/js/jquery.fancybox/jquery.fancybox.css?15832533804895 */
