

/* Start:/local/templates/chernika/components/bitrix/catalog.element/lenses/style.css?17562848974877*/
.product-page.lenses {
    border: none;
}
.lenses .consult-notify {
    font-size: .85em;
    text-transform: uppercase;
    color: #00000099;
    margin: 8px 0 40px;
}
.lenses .product-page-slider-item.nophoto {
    min-height: 400px;
}
.offer-block {
    background: #FF9E4A1A;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.offer-block .desc {
    font-size: 1.2em;
    line-height: 1.15em;
}
.offer-block .desc h2 {
    color: #F44747;
    text-align: center;
    font-size: 1.2em;
    font-weight: 450;
}
.offer-block .desc li {
    margin: 8px auto;
}
.offer-block .desc small {
    font-size: .85em;
    line-height: 1.1em;
    font-weight: 450;
}
.offer-block .desc a,
.details a:not(.button) {
    text-decoration: underline;
}
.offer-block .desc a:hover,
.details a:hover {
    text-decoration: none;
}
.offer-block .buy {
    margin: 20px 0 0;
    text-align: center;
}
.offer-block .buy .price {
    color: #F44747;
    font-size: 1.45em;
    font-weight: 600;
}
.offer-block .buy .comment {
    font-weight: 600;
    line-height: 1.1em;
    margin: 12px 0 20px;
}
.lenses .button {
    display: block;
    background: #F44747;
    border: 1px solid #F44747;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: .85em;
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    margin: 8px 0;
    padding: 0 8px;
}
.lenses .offer-block .buttons .button.consult {
    background: none;
    color: #000;
}
.difference {
    margin: 40px 0;
    padding: 40px;
    border: 1px solid #00A0E4;
    border-radius: 10px;
    line-height: 1.1em;
}
.difference .header {
    color: #00A0E4;
    font-size: 1.45em;
    line-height: 1.1em;
    font-weight: 450;
}
.lenses .difference .button.consult {
    background: #00A0E4;
    border: 1px solid #00A0E4;
    max-width: 512px;
}
.lenses .details .button.consult {
    max-width: 360px;
}
.difference .essilor-experts {
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages {
    background: #EADEFF;
    border-radius: 10px;
    margin: 60px 0;
    padding: 40px;
}
.advantages .header {
    font-size: 1.45em;
    font-weight: 450;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em;
}
.advantages .row > div {
    margin: 40px 0 0;
    text-align: center;
}
.advantages .row > div > figure {
    margin: 0 0 12px 0;
}
.advantages .row > div > div {
    padding: 0 12px;
    line-height: 1.1em;
}
.lenses .description .toggle-qa {
    padding: 15px;
    line-height: 1.9em;
}
.popup {
    position: relative;
    margin: 0 auto;
    background: #fff;
    max-width: 900px;
    padding: 24px 45px;
    line-height: 1.1em;
}
.popup .header {
    font-size: 1.2em;
    font-weight: 450;
    line-height: 1.2em;
    margin: 0 0 24px;
}
.popup .row {
    margin: 24px 0 0;
}
.popup .row .form-item {
    align-content: center;
    font-size: 1em;
}
.popup .form-item textarea {
    height: 90px;
}
.popup small {
    font-size: .9em;
    
}
.popup .errors {
    color: #F44747;
    display: none;
}
.row > div:has(.violet-box) {
    padding-bottom: 12px;
}
.violet-box {
    border: 1px solid #9971DB;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.violet-box .header {
    color: #9971DB;
}
.details iframe { width: 100%; height: auto; aspect-ratio: 16/9; }

@media (max-width:768px) {
    .lenses .consult-notify {
        font-size: .67em;
        line-height: 1.3em;
        text-align: center;
        margin: 12px 0 24px;
    }
    .offer-block {
        margin: 0 -15px;
        border-radius: 0;
        padding: 24px 40px;
    }
    .offer-block .buy {
        margin: 0 0 20px 0;
        order: 1;
    }
    .offer-block .buy .price {
        font-size: 1em;
        font-weight: 600;
    }
    .offer-block .buy .comment {
        font-size: .8em;
    }
    .offer-block .desc {
        order: 2;
        font-size: .9em;
        line-height: 1.2em;
    }
    .offer-block .desc h2 {
        font-size: 1.15em;
    }
    .offer-block .desc small {
        font-size: .9em;
    }
    .advantages {
        margin: 0 -15px;
        border-radius: 0;
        padding: 24px 40px 64px;
    }
    .advantages .header {
        font-size: 1em;
        line-height: 1.6em;
    }
    .advantages .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .advantages .row > div > figure svg {
        height: 48px;
        width: auto;
    }
    .advantages .row > div > div {
        font-size: .8em;
        padding: 0;
    }
    .popup {
        padding: 24px 9px;
        font-size: .9em;
    }
    .details {
        font-size: .8em;
    }
    .details h2 {
        font-size: 1.25em;
    }
}

/* End */
/* /local/templates/chernika/components/bitrix/catalog.element/lenses/style.css?17562848974877 */
