

/* Start:/local/templates/service/components/bitrix/catalog.section/firm_prod_list/style.css?174026685712959*/
//Offer

.offer {
	position: relative;
    padding-top: 116px;
    padding-bottom: 40px;
}

.offer-content {
	position: relative;
    display: flex;
    align-items: flex-start;
    column-gap: 27px;
	padding: 40px 0px;
}

.offer-filters {
    flex: 0 0 258px;
}

.offer-filters_mob {
    display: none;
    background: #F1FFFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.offer-popup-filters {
    display: none;
}

.price-filter {
    border-top: 1px solid rgba(241, 255, 255, 0.75);
    border-bottom: 1px solid rgba(241, 255, 255, 0.75);
}

.price-filter__about {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-filter__text {
    color: #FFF;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.price-filter__icon {
    display: flex;
    cursor: pointer;
}

.price-filter__more {
    display: none;
}

.price-filter__filter {
    padding: 16px 0;
    border-top: 1px solid rgba(241, 255, 255, 0.75);
}

.price-filter__title {
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

.price-filter__slider {
    margin-bottom: 10px;
    width: 100%;
    height: 4px;
    flex-shrink: 0;
    border-radius: 35px;
    background: #F1FFFF;
    position: relative;
}

.price-filter__progress {
    position: absolute;
    background: #DCA24C;
    height: 4px;
    border-radius: 35px;
    left: 0%;
    right: 0%;
}

.price-filter__range {
    position: relative;
}

.price-filter__range input{
    position: absolute;
    top: -16px;
    height: 4px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    pointer-events: none;
    margin-left: 0;
}


input[type="range"]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    -webkit-appearance: none;
    pointer-events: auto;
    background: #DCA24C;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    pointer-events: auto;
    -moz-appearance: none;
    background: #DCA24C;
    border: none;
}

.price-filter__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-filter__number {
    width: 96px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 20px;
    background: #DCA24C;
}

.price-filter__number > input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    text-align: right;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.13px;
    color: #F1FFFF;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.type-filter__filter {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    border-top: 1px solid rgba(241, 255, 255, 0.75);
    padding: 16px 0;
}

.type-filter__checkbox {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.type-filter__box {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url('/products/images/type-check-icon.svg');
}

.type-filter__box_active {
    background: url('/products/images/type-check-icon-true.svg');
}

.type-filter__boxtitle {
    color: var(--main-white, #F1FFFF);
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.13px;
}

.shop-items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 34px;
    column-gap: 23px;
    min-width: 835px;
}

.shop-item {
    display: none;
    position: relative;
    flex: 0 0 263px;
    border-radius: 20px;
    border: 3px solid #DCA24C;
    background: #000;
    padding-bottom: 24px;
    order: 1;
}

.shop-item_active {
    display: block;
}

.shop-item:hover {
    box-shadow: 0px 4px 2px 0px rgba(220, 162, 76, 0.77);
}

.shop-item:nth-child(1 of .shop-item_active),
.shop-item:nth-child(2 of .shop-item_active),
.shop-item:nth-child(3 of .shop-item_active),
.shop-item:nth-child(8 of .shop-item_active),
.shop-item:nth-child(9 of .shop-item_active),
.shop-item:nth-child(10 of .shop-item_active) {
    order: -1;
}

.shop-item__price_text{
	display: none;
}
.shop-item__price_text_active{
	display: block;
}

.shop-item__pics {
    width: 100%;
    min-height: 270px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.shop-item__pics_pk {
    display: block;
}

.shop-item__pics_1280 {
    display: none;
}

.shop-item__pics_768 {
    display: none;
}

.shop-item__img {
    width: 100%;
    display: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.shop-item__img_active {
    display: block;
}

.shop-item__info {
    min-height: 208px;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    max-width: 233px;
    align-items: center;
    margin: 0 auto;
}

.shop-item__title {
    color: #F1FFFF;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

.shop-item__price {
    color: #F1FFFF;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.shop-item__price > span {
    font-weight: 700;
    position: relative;
}

.shop-item__price_old {
	display: none;
}
.shop-item__price_old.active {
	display: block;
}

.shop-item__price_old > span::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 11px;
    background: url('/products/images/sale-line-icon.svg');
    top: 5px;
    left: -3px;
}

.shop-item__colors {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.shop-item__color {
    width: 24px;
    height: 24px;
    border: 2px solid #C4C4C4;
    border-radius: 50%;
    cursor: pointer;
}

.shop-item__color_active {
    border: 2px solid transparent;
}

.shop-item__color[data-color="yellow"] {
    background: #DCA24C;
}

.shop-item__color[data-color="orange"] {
    background: #FF9800;
}

.shop-item__color[data-color="pink"] {
    background: #FD7C7C;
}


.shop-item__color[data-color="beige"] {
	background: #f5f5dc;
}
.shop-item__color[data-color="white"] {
    background: #FFF;
}
.shop-item__color[data-color="capu"] {
    background: #d0aa9b;
}

.shop-item__color[data-color="azure"] {
    background: #00BFFF;
}
.shop-item__color[data-color="black"] {
    background: black;
}
.shop-item__color[data-color="blue"] {
    background: blue;
}
.shop-item__color[data-color="red"] {
    background: red;
}
.shop-item__color[data-color="grey"] {
    background: grey;
}


.shop-item__buybtn {
    width: 185px;
    height: 49px;
    border-radius: 20px;
    background: #DCA24C;
    color: #F1FFFF;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
}

.shop-item__props {
    position: absolute;
    top: 4px;
    left: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
}

.shop-item__props_new, .shop-item__props_sale {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #DCA24C;
    background: #181818;
    color: #DCA24C;
    text-align: center;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.13px;
	cursor: default;
}

.shop-item[data-new="true"] .shop-item__props_new {
    display: block;
}

.shop-item[data-sale="true"] .shop-item__props_sale {
    display: block;
}

.shop-video {
    flex: 0 0 545px;
    min-height: 551px;
    border-radius: 20px;    
    margin: 4px 2px;
    
}

.offer-filters_mob {
    position: fixed;
    top: 155px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 155px);
    transition: all 0.3s ease;
    z-index: 100000;
    display: none;
}


.shop-pagination {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 14px;
}
.shop-pagination__item {
	color: #FFF;
	font-family: 'Inter';
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}
.shop-pagination__item_active {
	color: #DCA24C;
}




/* media queries */
@media screen and (max-width: 1279px) {
    .offer-filters {
        flex: 0 0 214px;
    }

    .price-filter__number {
        width: 74px;
        height: 25px;
    }

    .shop-items {
        min-width: 703px;
    }

    .shop-item {
        flex: 0 0 213px;
        border: none;
        margin: 3px;
    }

    .shop-item:hover {
        flex: 0 0 219px;
        border: 3px solid #DCA24C;
        margin: 0px;
    }

    .shop-item__pics_pk {
        display: none;
    }

    .shop-item__pics_1280 {
        display: block;
    }

    .shop-item__info {
        min-height: 224px;
        padding: 32px 0;
    }

    .shop-video {
        flex-basis: 457px;
        min-height: 567px;
        background-image: url('/products/images/video-img-1280.png');
    }
}

@media screen and (max-width: 1023px) {
	.offer-content {
        column-gap: 17px;
    }

    .shop-items {
        column-gap: 19px;
        min-width: 457px;
    }

    .shop-video {
        flex-basis: 454px;
        min-height: 498px;
        background-image: url('/products/images/video-img-1280.png');
        margin: 0;
    }

    .shop-item:nth-child(3 of .shop-item_active) {
        order: 1;
    }

    .shop-item__props_new, .shop-item__props_sale {
        width: 38px;
        height: 38px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .offer {
        padding-top: 16px;
    }

    .offer-content {
        flex-direction: column;
    }

    .offer-filters_pk {
        display: none;
    }

    .offer-filters_mob {
        display: none;
    }

    .offer-filters_mob-active {
        display: block;
    }

    .offer-popup-filters {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 335px;
        height: 49px;
        line-height: 49px;
        border-radius: 20px;
        background: #D54A29;
        color: #F1FFFF;
        font-family: 'Inter';
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        cursor: pointer;
        margin-bottom: 16px;
    }

    .offer-popup-filters_active {
        background: rgba(241, 255, 255, 0.75);
    }

    .offer-popup-filters > img {
        width: 24px;
        height: 25px;
        margin-top: -3px;
        margin-right: 12px;
    }

    .shop-video {
        flex-basis: 335px;
        min-height: 498px;
        background-image: url('/products/images/video-img-1280.png');
        margin: 0;
    }

    .shop-items {
        column-gap: 13px;
        min-width: 335px;
    }

    .shop-item {
        flex: 0 0 155px;
        margin: 3px;
    }

    .shop-item:hover {
        flex: 0 0 161px;
    }

    .shop-item__pics_1280 {
        display: none;
    }

    .shop-item__pics_768 {
        display: block;
    }

	.shop-item__pics {
		width: 129px;
		min-height: 150px;
		border-radius: 20px;
		margin: 0 auto;
		margin-top: 8px;
	}

    .shop-item__props {
        top: 12px;
        left: 20px;
    }

    .shop-item__info {
        min-height: 200px;
        padding: 24px 0;
    }

    .shop-item__colors {
        gap: 12px;
    }

    .shop-item__color {
        width: 16px;
        height: 16px;
    }

    .shop-item__buybtn {
        width: 145px;
    }
    
    .price-filter {
        max-width: 258px;
        margin: 0 auto;
        padding-top: 16px;
        border-top: none;
        border-bottom: 1px solid #000;
    }

    .price-filter-close {
        display: block;
        width: 48px;
        height: 48px;
        margin: 0 auto 16px;
        cursor: pointer;
    }

    .price-filter__about {
        border-top: 1px solid #000;
    }

    .price-filter__text {
        color: #000;
    }

    .price-filter__filter {
        border-color: #000;
    }

    .price-filter__title {
        color: #000;
    }

    .type-filter__boxtitle {
        color: #000;
    }

    .type-filter__filter {
        border-color: #000;
    }

    .price-filter__number {
        width: 72px;
    }

    .price-filter__span {
        color: #000
    }

    .price-filter__slider {
        background: #000;
    }
}
/* End */
/* /local/templates/service/components/bitrix/catalog.section/firm_prod_list/style.css?174026685712959 */
