

/* Start:/local/templates/aesthetiks/components/bitrix/catalog.element/box/style.css?17531090539512*/
.box-header {
    display:grid;
    grid-template-columns:100%;
    padding-inline:10px
}
.box-header__image img {
    max-width:100%;
    height:auto;
    margin-bottom:32px;
    border-radius:24px;
}
.box-header__title {
    margin-bottom:16px;
    font-family: 'Optima Lt Cyrillic', serif;
    font-size:26px;
    font-weight:400;
    line-height:1.25;
    letter-spacing:.064px
}
.box-header__price,
.box-header__release {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:16px;
    padding-bottom:16px;
    border-bottom:1px solid #e7e7e7
}
.box-header__price-name {
    font-size:18px;
    line-height:20px;
    letter-spacing:.048px
}
.box-header__price-through {
    margin-right: 10px;
    color: #d1d1d1;
    font-size: 14px;
    text-decoration: line-through
}
.box-header__price-value {
    -ms-flex-negative:0;
    flex-shrink:0;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    margin-left:min(94px,25vw);
    font-size:20px;
    font-weight:500;
    line-height:1;
    letter-spacing:.04px
}
.box-header__release-date,
.box-header__release-name {
    font-size:18px;
    line-height:20px;
    letter-spacing:.048px;
    color:#b1b1b1
}
.box-header__release-date {
    font-size:20px;
    font-weight:500;
    letter-spacing:.064px
}
.box-header__description {
    margin-bottom:32px;
    font-size:12px;
    line-height:20px
}
.box-header__button-wrapper {
    display: contents;
}
.btn.box-button,
.btn.box-header__button {
    background-color:#7cac33
}
.box-header__button::after {
    --mask:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi44NzQ1IDRDMTIuODc0NSAzLjQ0NzcyIDEyLjQyNjggMyAxMS44NzQ1IDNDMTEuMzIyMyAzIDEwLjg3NDUgMy40NDc3MiAxMC44NzQ1IDRWMTAuOTUxOEw0IDEwLjk1MThDMy40NDc3MiAxMC45NTE4IDMgMTEuMzk5NSAzIDExLjk1MThDMyAxMi41MDQgMy40NDc3MiAxMi45NTE4IDQgMTIuOTUxOEgxMC44NzQ1VjIwQzEwLjg3NDUgMjAuNTUyMyAxMS4zMjIzIDIxIDExLjg3NDUgMjFDMTIuNDI2OCAyMSAxMi44NzQ1IDIwLjU1MjMgMTIuODc0NSAyMFYxMi45NTE4SDIwQzIwLjU1MjMgMTIuOTUxOCAyMSAxMi41MDQgMjEgMTEuOTUxOEMyMSAxMS4zOTk1IDIwLjU1MjMgMTAuOTUxOCAyMCAxMC45NTE4TDEyLjg3NDUgMTAuOTUxOFY0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
    content:'';
    grid-column:3/4;
    justify-self:end;
    width:24px;
    height:24px;
    margin-right:4px;
    background-color:currentColor;
    -webkit-mask:var(--mask);
    mask:var(--mask)
}
.box-button {
    display:grid;
    grid-template-columns:1fr -webkit-max-content 1fr;
    grid-template-columns:1fr max-content 1fr
}
.box-button span,
.box-button__caption {
    grid-column:2/3
}
.box-button span--mobile,
.box-button__caption--mobile {
    display:block
}
.box-button span--desktop,
.box-button__caption--desktop {
    display:none
}
.box-catalog, .box-catalog.container  {
    margin-top:32px;
    padding-inline:10px
}
.box-catalog__title {
    margin-bottom:32px;
    font-family: 'Optima Lt Cyrillic', serif;
    font-size:26px;
    line-height:1.25;
    letter-spacing:.064px;
    text-align:center
}
.box-catalog__list {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:32px 11px
}
.btn.box-catalog__button {
    display:block;
    margin-top:32px;
    margin-inline:auto
}
.box-modal .modal__close {
    display:none
}
.box-product {
    isolation:isolate
}
.box-product--hidden {
    position:relative;
    height:-webkit-fit-content;
    height:-moz-fit-content;
    height: fit-content;
}
/*.box-product--hidden::before {*/
/*    content:'';*/
/*    position:absolute;*/
/*    inset:0;*/
/*    z-index:2;*/
/*    overflow:hidden;*/
/*    border-radius:32px;*/
/*    -webkit-backdrop-filter:blur(22px);*/
/*    backdrop-filter:blur(22px)*/
/*}*/
.box-product img {
    max-width:100%;
    height:auto;
    border-radius:32px;
    aspect-ratio: 1;
    object-fit: contain;
}
.box-product__category,
.box-product__details {
    font-size:12px;
    font-weight:500;
    line-height:normal
}
.box-product__details {
    position:absolute;
    inset:0;
    z-index:3;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    height:-webkit-fit-content;
    height:-moz-fit-content;
    height:fit-content;
    padding:12px;
    margin:auto;
    color:#7c7c7c;
    background-color:#f5f5f5;
    border-radius:12px
}
.box-product__category {
    margin-top:8px;
    color:#b1b1b1;
    text-align:center;
    text-transform:capitalize
}
a:is(.box-product__price:active, .box-product__title:active, .box-product__price:hover, .box-product__title:hover) {
    color: #ff9c9c;
}
.box-product__price,
.box-product__title {
    margin-top: 8px;
    font-size: 14px;
    color: #323232;
    font-weight: 400;
    line-height: 1.3;
    text-align:center;
    letter-spacing:.024px;
    display: block;
}
.box-product__price {
    font-size:16px;
    font-weight:500;
    line-height:20px;
    letter-spacing:.032px;
    color:#323232
}
.box-info {
    margin-top:32px;
    padding-inline:10px
}
.text-content h2.box-info__subtitle {
    margin-top:29px;
    padding-bottom:16px;
    font-family:Graphik LCG;
    font-size:18px;
    line-height:20px;
    border-bottom:1px solid #e7e7e7
}
.text-content  p.box-info__paragraph {
    margin-top:16px;
    font-size:14px;
    line-height:20px
}
.box-modal {
    border-radius:24px
}
.box-modal .modal__body {
    width:calc(100% - 20px);
    max-width:525px
}
.box-modal__inner {
    padding:24px
}
.box-modal__title {
    font-family: 'Optima Lt Cyrillic', serif;
    font-size:26px;
    font-weight:400;
    line-height:28px;
    letter-spacing:.052px
}
.box-modal__description {
    margin-top:8px;
    font-size:18px;
    line-height:1.2;
    letter-spacing:.036px
}
.box-modal__input {
    margin-top:12px
}
.box-modal__input .fve-field__input {
    height:60px
}
.box-modal__input .fve-field__input,
.box-modal__input .fve-field__placeholder {
    font-size:18px;
    line-height:22px;
    color:inherit
}
.box-modal__button {
    width:100%;
    margin-top:64px;
    padding-inline:32px
}

.box-control {
    position: fixed;
    left: 0;
    bottom: 55px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 16px;
    background-color: #fff;
    box-shadow: 0px -4px 32px rgba(0,0,0,0.16);
    z-index: 100;
}

.box-control .btn {
    width: 140px;
    min-width: 130px;
    min-height: 42px;
    height: 42px;
    font-size: 14px;
}

.box-control__price {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.box-control__value {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

@media screen and (min-width:768px) {
    .box-header__title {
        font-size:32px
    }
    .box-header__price-name {
        font-size:24px
    }
    .box-header__price-value {
        font-size:32px
    }
    .box-header__price-through {
        margin-right: 16px;
        font-size: 24px
    }
    .box-header__release-name,
    .text-content  h2.box-info__subtitle{
        font-size:24px
    }
    .box-header__release-date {
        font-size:32px
    }
    .box-header__description {
        margin-bottom:56px;
        font-size:14px
    }
    .box-header__button {
        justify-self:center
    }
    .box-header__button::after {
        content:none
    }
    .box-button span--mobile,
    .box-button__caption--mobile {
        display:none
    }
    .box-button span--desktop,
    .box-button__caption--desktop {
        display:block
    }
    .box-catalog,.box-catalog.container  {
        margin-top:88px
    }
    .box-catalog__title {
        font-size:32px
    }
    .box-catalog__list {
        grid-template-columns:repeat(4,1fr)
    }
    .box-product__details {
        font-size:16px
    }
    .box-product__category {
        margin-top:16px;
        font-size:16px
    }
    .box-product__title {

        margin-top: 8px;
        font-size: 14px;
        color: #323232;
        font-weight: 400;
        line-height: 1.3;
    }
    .box-product__price {
        margin-top:8px;
        font-size:20px
    }
    .box-info {
        margin-top:88px
    }
    .text-content  p.box-info__paragraph {
        font-size:12px
    }
    .box-modal .modal__close {
        top:16px;
        right:16px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        width:48px;
        height:48px;
        background-color:#f3f3f3;
        border-radius:100vmax
    }
    .box-modal .modal__close .icon {
        width:24px;
        height:24px;
        fill:#b1b1b1
    }
    .box-modal__inner {
        padding:40px
    }
    .box-modal__title {
        font-size:32px;
        line-height:32px
    }
    .box-modal__description {
        font-size:14px;
        line-height:20px
    }
    .box-modal__input .fve-field__input,
    .box-modal__input .fve-field__placeholder {
        font-size:24px;
        line-height:20px
    }
    .box-modal__button {
        max-width:313px
    }
    .box-control {
        display: none;
    }
}

/* End */
/* /local/templates/aesthetiks/components/bitrix/catalog.element/box/style.css?17531090539512 */
