

/* Start:/local/templates/lassie-renaissance/components/bitrix/catalog.element/lassie_new/style.css?17900763863519*/
body .wrapper {
    overflow: visible;
}

.product-item__add-btn-mobile .catalog-item__price.item-price__box {
    display: none !important;
}

.product-item__add-btn-mobile.product-item__add-btn:has(.catalog-item__price) .flex.btns-block,
.product-item__add-btn-mobile.popup-btns__filter .btns-block,
.product-item__add-btn-mobile.popup-btns__filter.flex .btn {
    max-width: 100%;
}

.product-item__add-btn-mobile .basket-item__right {
    display: none;
}

main .popup.technologies-popup {
    max-width: 712px;
}

.technologies-popup .popup-content__box {
    padding: 8px 0 24px 24px;
}

.technologies-popup__list {
    display: grid;
    gap: 16px;
}

.technologies-popup__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 1fr);
    overflow: hidden;
    border-radius: 10px;
    background: #f3f3f8;
    min-height: 320px;
}

.technologies-popup__item--reverse .technologies-popup__content {
    order: 2;
}

.technologies-popup__item--reverse .technologies-popup__image {
    order: 1;
}

.technologies-popup__item--no-image {
    grid-template-columns: 1fr;
}

.technologies-popup__content {
    padding: 24px;
    color: #002354;
    display: flex;
    flex-flow: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
}

.technologies-popup__content h4 {
    margin: 0;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
}

.technologies-popup__content p {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
}

.technologies-popup__content a {
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.technologies-popup__content a.technologies-popup__title {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
}

.technologies-popup__content a span {
    margin-left: 8px;
    font-size: 24px;
    vertical-align: -1px;
}

.technologies-popup__image,
.technologies-popup__item img {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.technologies-popup__item img {
    object-fit: cover;
}

@media (max-width: 600px) {
    .technologies-popup .popup-content__box {
        padding: 0px 0px 16px 16px;
    }

    .technologies-popup__item,
    .technologies-popup__item--reverse {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .technologies-popup__item--reverse .technologies-popup__content,
    .technologies-popup__item--reverse .technologies-popup__image {
        order: initial;
    }

    .technologies-popup__content {
        justify-content: flex-start;
        padding: 24px 16px;
        gap: 12px;
        order: 2;
    }

    .technologies-popup__content h4 {
        font-size: 14px;
    }

    .technologies-popup__content p {
        font-size: 14px;
    }

    .technologies-popup__content a {
        font-size: 14px;
    }

    .technologies-popup__item--reverse .technologies-popup__content {
        order: 1;
    }

    .technologies-popup__item .technologies-popup__image {
        width: 100%;
        height: 100%;
        min-height: 240px;
        max-height: 240px;
    }

    .technologies-popup__item img {
        min-height: 240px;
        max-height: 240px;
    }
}
.product-info__block .product-art{
    margin: -8px 0 0;
    font-size: var(--font-small);
    color: var(--grey);
    line-height: var(--font-line);
}

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

    .product-info__block .product-art{
        margin: -16px 0 0;
    }
}

/* End */


/* Start:/local/templates/lassie-renaissance/components/mindbox/subscription/lassie_new/style.css?17659578341531*/
.item-block-callback__form{
min-height: 103px;
}


@media (max-width: 768px) {
  .item-block-callback__form{
	min-height: 220px;
	}
}

/* Скрываем стандартный чекбокс */
.custom-checkbox {
	display: none;
}

/* Контейнер для кастомного чекбокса */
.custom-checkbox-label {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1.5px solid var(--Design-Primary, #002354); /* Тонкая граница */
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
	transition: border-color 0.2s ease;
}
.privacy_policy.error .custom-checkbox-label{
	border: 1.5px solid var(--System-Error, #c63a42);
}
.privacy_policy.error .custom-checkbox:checked + .custom-checkbox-label{
	border: 1.5px solid var(--Design-Primary, #002354);
}
/* Квадратная отметка (галочка) */
.custom-checkbox:checked + .custom-checkbox-label::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	background-color: var(--Design-Primary, #002354); /* Цвет отметки */
	transition: background-color 0.2s ease;
}
.callback_form_parent .disabled button{
	opacity: 0.5;
}
.callback_form_parent .disabled button:hover {
	border: 1px solid var(--Design-Primary, #002354);
	background: var(--Design-Primary, #002354);
	color: var(--Design-White, #fff);
}

@media (max-width: 968px) {
	.callback_form .container .item-block-callback__form .privacy_policy {
		display: flex;
		flex-direction: row;
	}
}
/* End */


/* Start:/local/templates/lassie-renaissance/components/bitrix/catalog.element/lassie_new/themes/blue/style.css?17714989831064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/lassie-renaissance/components/bitrix/catalog.element/lassie_new/style.css?17900763863519 */
/* /local/templates/lassie-renaissance/components/mindbox/subscription/lassie_new/style.css?17659578341531 */
/* /local/templates/lassie-renaissance/components/bitrix/catalog.element/lassie_new/themes/blue/style.css?17714989831064 */
