

/* Start:/local/templates/.default/components/bitrix/catalog.element/product/style.css?16986457121901*/
.product-review * {
    word-wrap: normal;
}

.mp-form-title-text {
    color: #fff;
}

.mp-modal .close-mp-modal {
    color: #ffffff;
    font-size: 2em;
    margin-top: 1em;
}

.bank .product__gift {
    background: #fff;
    border: 1px solid #8693a2;
    padding: 8px 16px 8px 10px;
}

.bank .product__gift .gift__img {
    width: 35px;
    height: 35px;
}

@media (min-width: 992px) {
    .bank .product__gift .gift__price-wrap {
        width: auto;
    }
}

.bank .product__gift .gift__title {
    font-size: 14px;
    font-weight: 700;
}

.bank .product__gift .gift__price .price__amount {
    text-decoration-line: none;
}

.js-video-ctrl.play .play-btn,
.js-video-ctrl.play .slide-video__img {
    opacity: 0;
    visibility: hidden;
}

.js-video-ctrl.play .slide-video__wrapper {
    display: block;
}

.slide-video .play-btn {
    background-color: #fff;
    border-radius: 50%;
    border: none;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-video .icon-play-rich {
    font-size: 34px;
    padding-left: 5px;
}

.slide-video__body {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.slide-video__img {
    display: block;
    width: 80%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    margin: 0 auto;
}

.slide-video__wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}

@media (min-width: 768px) {
    .js-video-ctrl.play {
        max-height: 450px;
    }
}

@media (min-width: 992px) {
    .js-video-ctrl.play {
        max-height: 500px;
    }
}

.slide-video__wrapper .video_card {
    height: 100%;
}

.order-btn,
.preorder-btn {
    height: auto !important;
}
/* End */


/* Start:/local/components/delonghi/bank/templates/.default/style.css?17216436444008*/
.pop-up__section {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow: auto;
}
.item__heading {
    max-width: 214px;
}
.item__price .item__price {
    display: block;
    font-size: 2rem;
}
.item__img {
    width: 120px;
    object-fit: contain;
    margin-right: 16px;
}

.pop-up__section.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line--light-grey {
    background-color: #e0e0e0;
    width: 100%;
    height: 1px;
}

.credit-choice__pop-up {

    position: absolute;
    z-index: 101;
    top: 10%;
    right: 10%;
    left: 10%;
}

.container-product-credit {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    gap: 40px;
}

.credit-choice__item--active {
    border: 1px solid #0072ce;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.credit-choice__header {
    display: flex;
    align-items: center;
}

.applied_price {
    font-size: 18px;
}

.credit-choice__body.credit_item_wrapper {
    width: 185px;
}
.credit-choice__body.credit_item_wrapper .select2-container {
    width: 100% !important;
    text-align: center;
}

.credit-choice__item {
    margin-top: 24px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr 1fr;
    transition: all 0.3s ease-in-out;
    padding: 14px;
}

.credit-choice__item .delivery-item__time {
    margin: 0;
}

.credit-choice__img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.credit-choice__item .dropdown {
    border: 1px solid var(--color-light_grey);
    border-radius: 4px;
}

.credit-choice__footer,
.credit-choice__body {
    justify-self: center;
}

.pop-up {
    padding: 36px 40px;
    background-color: #ffffff;
    border-radius: 4px;
}

.credit-choice__heading:first-of-type {
    justify-self: start;
    margin-left: 24px;
}

.credit-choice__heading {
    justify-self: center;
}

.credit-choice .line {
    margin: 14px 0;
}

.credit-choice__terms {
    margin-top: 32px;
}

.credit-choice .heading--top {
    margin-top: 16px;
}

.credit-choice .checkout__total {
    margin-top: 24px;
}

.credit-choice .total__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
}
.item.cart__card {
    padding: 10px 10px 10px 0;
    display: flex;
}

.credit-choice .btn {
    font-size: 18px;
    margin: 16px 0;

    height: unset;

    padding: 8px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;
}

.btn.btn--success {
    background-color: rgb(78, 198, 90);
    color: white;
}

.btn.btn--secondary {
    border-color: #e24141;
    color: #e24141;
}

.item__col:first-of-type {
    margin-right: 24px;
}
.item__col, .item__btn {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    height: 100%;
}

.credit-choice .cart__card {
    justify-content: space-between;
}

.credit-choice__item label {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .pop-up--lg {
        max-width: none;
    }

    .credit-choice__pop-up {
        gap: 24px;
        position: absolute;
        top: 5%;
        right: 0;
        left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .credit-choice__pop-up {
        top: 0;
    }
    .container-product-credit {
        grid-template-columns: 1fr;
    }

    .credit-choice .cart__card {
        justify-content: start;
    }
}

@media screen and (max-width: 620px) {
    .pop-up {
        padding: 36px 16px;
    }

    .credit-choice .dropdown__btn {
        font-size: 1.6rem;
    }

    .credit-choice__header p {
        font-size: 1.2rem;
    }

    .credit-choice__footer h4 {
        font-size: 1.4rem;
    }

    .credit-choice__item {
        grid-template-columns: 1fr 1fr 0.75fr;
        gap: 8px;
    }

    .credit-choice__img {
        width: 28px;
        height: 28px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.element/product/style.css?16986457121901 */
/* /local/components/delonghi/bank/templates/.default/style.css?17216436444008 */
