
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Extrabold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    clear: both;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.hide {
    display: none;
}

.blk {
    display: block;
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.center {
    text-align: center;
}

.d_a {
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.tdn {
    text-decoration: none;
}

.tdu {
    text-decoration: underline;
}

.b {
    font-weight: bold;
}

.gray {
    background: #eee;
}

.invert_w {
    transform: rotate(180deg);
}

.invert_h {
    transform: rotate(90deg);
}

.invert_h2 {
    transform: rotate(270deg);
}



.vega_form_row {
    margin-bottom: 20px;
}

.vega_form_row .error_msg {
    color: red;
}

.vega_form_row.error .field {
    background: #FEE;
    border-color: #C00;
}


.vega_dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}

.vega_dialog .vega_dialog_wrap {
    border: 0px solid #a1a1a1;
    background: #fff;
    box-shadow: 0 0 7px #000000;
    z-index: 1000;
    border-radius: 2px;
    min-width: 300px;
}

.vega_dialog .vega_dialog_header {
    text-align: right;
    padding: 7px 10px 7px 15px;
    border-radius: 2px 2px 0 0;
}

.vega_dialog .vega_dialog_title {
    font-size: 110%;
    font-weight: bold;
}

.vega_dialog .close {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/img/close.png) no-repeat;
    margin-top: 3px;
}

.vega_dialog .vega_dialog_content {
    padding: 15px;
    min-height: 100px;
    margin-top: -40px;
}

/*
    Долями
*/

.information-page_bg {
    background: #F2F2F2;
}

/*
    виджет для вставки в текстовую страницу
*/
.dolyame-widget {
    color: #000;
    --c-border: #e4e4e4;
    --c-gray-light: #8b8b8b;
    --c-gray-dark: #4F4F4F;
    background: #ffffff;
    max-width: 540px;
}

.dolyame-widget._shadow {
    box-shadow: 0 0 25px rgba(0, 0, 0, .08);
}

.dolyame-widget * {
    box-sizing: border-box;
}

.dolyame-widget__poster {
    background: #DDE0D8;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 0;
}

.dolyame-widget-head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
    border-bottom: 1px solid var(--c-border);
}

.dolyame-widget-head__item {
    aspect-ratio: 1/1;
    flex: 1 1 auto;
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.dolyame-widget-head__item:not(:first-child) {
    padding: 32px 0 0 28px;
    position: relative;
}

.dolyame-widget-head__item:not(:first-child) img {
    width: 100%;
    max-width: 84px;
    margin-bottom: 5px;
}

.dolyame-widget-head__item:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--c-border);
}

.dolyame-widget-head__title {
    font-weight: 800;
    font-size: 13px;
    line-height: 13px;
    font-family: Gilroy, sans-serif;
    text-transform: uppercase;
    transform: scaleY(0.94);
    margin: 0px 0 4px 0;
}

.dolyame-widget-head__lead {
    color: #979797;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    font-family: Gilroy, sans-serif;
}

.dolyame-widget-body {
    position: relative;

}

.dolyame-widget-body:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% / 3);
    width: 1px;
    height: 100%;
    background: var(--c-border);
}

.dolyame-widget-body:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% / 3 - 1px);
    width: 1px;
    height: 100%;
    background: var(--c-border);
}

.dolyame-widget-body-row {
    display: flex;
    align-items: center;
}

.dolyame-widget-body-row:first-child {
    padding-top: 20px;
}

.dolyame-widget-body-row:last-child {
    padding-bottom: 20px;
}

.dolyame-widget-body-row > div {
    padding: 14px 32px;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    max-width: calc(100% / 3);
}

.dolyame-widget-body-row > div ._accent {
    color: var(--c-gray-light);
    font-size: 10px;
}

.dolyame-widget-body-row > div:first-child {
    color: var(--c-gray-light);
}

.dolyame-widget-body {
}

/*
    pop-up
*/
.dolyame-popup__trigger {
    background-color: transparent;
    border: none;
    color: #8b837d;
    display: flex;
    white-space: nowrap;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin: -24px 0 4px;
}

.dolyame-popup__trigger svg {
    width: 24px;
    height: 24px;
    transform: translateY(-1px);
    pointer-events: none;
}

.dolyame-popup__trigger:hover {
    color: #C6A280;
}

@keyframes dolyameFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes dolyameFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dolyame-popup__wrap {
    background: transparent !important;
    will-change: ttansform, opacity;
}

.dolyame-popup__wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    animation: dolyameFadeIn .3s linear;
}

.dolyame-popup__wrap .vega_dialog_wrap {
    animation: dolyameFadeUp .2s ease-out;
    box-shadow: none !important;
}

.dolyame-popup__wrap .vega_dialog_header {
    min-height: 25px !important;
    padding: 0 !important;
    position: relative;
}
.dolyame-popup__wrap .vega_dialog_header .vega_dialog_close {
    position: absolute;
    top: 25px;
    right: 24px;
    cursor: pointer;
}
.dolyame-popup__wrap .vega_dialog_header .vega_dialog_close:hover {
    color: #C6A280;
}
.dolyame-popup__wrap .vega_dialog_content {
    max-height: none !important;
    padding: 0 !important;
    margin-top: unset !important;
}

.dolyame-popup__wrap {
}

.dolyame-popup {
    width: 100vw;
    max-width: 480px;
    padding: 0 48px 32px 48px;
    box-sizing: border-box;
}

.dolyame-popup * {
    box-sizing: border-box;
}

.dolyame-popup__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
}

.dolyame-popup__logo img {
    width: 131px;
}

.dolyame-popup__title {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: center;
    margin-bottom: 24px;
}

.dolyame-popup__lead {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

.dolyame-popup__plate {
    background: #f9f7f4;
    padding: 12px;
    margin: 16px 0;

}

.dolyame-popup-fractions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4px;
    padding: 4px 0 7px;
}

.dolyame-popup-fractions > div {
    border-bottom: 2px solid #d0cece;
    text-align: center;
    font-size: 16px;
    padding: 0 0 11px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dolyame-popup-fractions > div > span:last-child {
    font-size: 14px;
    line-height: 1.1;
    color: #9d9c9c;
    margin-top: 4px;
}

.dolyame-popup-fractions > div:first-child {
    border-bottom-color: #c6a280;
}

.dolyame-popup__pros {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.dolyame-popup__pros li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
}

.dolyame-popup__pros li:before {
    content: '';
    top: 2px;
    left: 0;
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23c6a280' viewBox='0 0 24 24'%3E%3Cpath data-v-36a28b66='' d='M20 6L9 17L4 12' stroke-width='2' stroke-linecap='square' vector-effect='non-scaling-stroke'%3E%3C/path%3E%3C/svg%3E");
}


.dolyame-popup__footer {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #9d9c9c;
}
.dolyame-popup__footer a {
    color: #c6a280;
}
.dolyame-popup__close {
    width: 100%;
    margin-top: 32px;
}

/*
    блок в выборе оплаты
*/
.dolyame-payment {
    display: none;
    max-width: 360px;
    font-size: 13px;
}
.dolyame-payment__text {
    color: #8b837d;
}
.dolyame-payment .dolyame-popup__plate {
    padding: 8px;
    margin: 8px 0 0;
}
.dolyame-payment .dolyame-popup-fractions {
    padding: 0;
}
.dolyame-payment .dolyame-popup-fractions > div {
    font-size: 13px;
    padding-bottom: 8px;
}
.dolyame-payment .dolyame-popup-fractions > div span:last-child {
    margin-top: 2px;
    font-size: 12px;
}
.confirm-payment:checked+.checkmark+.dolyame-payment {
    display: block;
}
.confirm-payment:checked ~ .dolyame-payment > *{
    animation: dolyameFadeUp .2s ease-out;
}

@media (max-width: 1024px) {

    /*
        pop-up
    */
    .dolyame-popup__trigger {
        font-size: 13px;
        line-height: 24px;
        margin: -9px 0 0;
    }
}

@media (max-width: 767px) {
    /* виджет для вставки в текстовую страницу */
    .dolyame-widget {
        max-width: 100%;
    }

    .dolyame-widget__wrap {
        display: flex;
        justify-content: center;
    }

    /*
        pop-up
    */
    .dolyame-popup__trigger {
        font-size: 13px;
        line-height: 20px;
        margin: -14px 0 0;
    }

    .dolyame-popup__trigger svg {
        width: 20px;
        height: 20px;
        transform: translateY(-1px);
    }

    .dolyame-popup__wrap .vega_dialog_wrap {
        width: calc(100% - 24px) !important;
    }

    .dolyame-popup {
        width: 100%;
        max-width: 100%;
        max-height: 90vh;
        max-height: 90svh;
        display: flex;
        flex-direction: column;
        padding: 0 24px 24px 24px;
    }
    .dolyame-popup__logo {
        margin-bottom: 24px;
    }
    .dolyame-popup {}

    .dolyame-popup__scroll {
        overflow-y: auto;
        margin: 0 -12px;
        padding:0 12px;
    }
    .dolyame-popup {  }
    .dolyame-popup__close {
        margin-top: 24px;
    }
}

@media (max-width: 574px) {
    /*
        виджет для вставки в текстовую страницу
    */
    .dolyame-widget-head__item:not(:first-child) {
        padding: 16px 0 0 12px;
    }

    .dolyame-widget-body-row:first-child {
        padding-top: 8px;
    }

    .dolyame-widget-body-row:last-child {
        padding-bottom: 8px;
    }

    .dolyame-widget-body-row > div {
        padding: 8px 12px;
        font-size: 12px;
        line-height: 1.4;
    }
}

.dolyami-tabs {
    display: flex;
    align-items: stretch;
    z-index: 1;
    position: relative;
    margin-bottom: 42px;
}

.dolyami-tabs .dolyame-popup__logo {
    margin-bottom: 0;
    padding-bottom: 4px;
}

.dolyami-tabs:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #e7d9c0;
    z-index: -1;
}

.dolyami-tabs > * {
    flex: 1 1 1px;

}

.dolyami-tabs input + * {
    border-bottom: 2px solid transparent;
    height: 32px;
    display: flex;
    align-items: center;
}

.dolyami-tabs input:checked + * {
    border-bottom-color: #313037;
}

@media (max-width: 500px) {
    .dolyami-tabs{
        margin-bottom: 24px;
    }
    .dolyami-tabs > * {
        flex: 1 1 auto;
    }
    .dolyame-popup__logo img {
        width: 115px;
    }
}

/*
модал сайз
*/
.modal-size__title {
}
.modal-size__content {
    z-index: 1;
    position: relative;
    padding-top: 16px;
}
.modal-size__img {
    position: relative;
    z-index: -1;
}

.modal-size .modal-title-size {
    margin-bottom: -32px;

}
.modal-size:after {
    position: fixed;
}
.modal-size .modal-content {
    margin: auto;
}
.modal-size .size-table {
    margin-top: 40px;
}
.modal-size .size-table {}


.modal-size .size-table .tb-row {
    border: none;
    padding: 6px 0;
}
.modal-size .size-table .tb-item {
    font-size: inherit;
    line-height: inherit;
}
.modal-size .size-table .tb-row:first-child {
    text-transform: uppercase;
    padding-bottom: 16px;
    font-size: 16px;
}
.modal-size .size-table .tb-row:not(:first-child) {
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 0;
}
.modal-size .size-table .tb-row:last-child {
    padding-bottom: 0
}

.modal-size .size-table .tb-item-wrap{
    white-space: nowrap;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
}


.modal-size .size-table .tb-title {
    color: inherit;
}
.modal-size .size-table .tb-title span{
    font-size: inherit!important;
    line-height: inherit!important;
}
.modal-size .size-table {}

@media (max-width: 767px) {
    .modal-size {
        display: flex;
        padding: 0 12px;
    }
    .modal-size .modal-content {
        padding-bottom: 16px;
        position: relative;
        border-radius: 8px;
        max-width: 460px;
    }
    .modal-size .modal-title-size {
        margin-bottom: -16px;

    }
    .modal-size__img {
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
    }
    .modal-size__content {
        padding-top: 0;
    }
    .modal-size__img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .modal-size .size-table {
        margin-top: 0;
    }
    .modal-size .size-table .tb-row:first-child {
        padding-bottom: 8px;
        font-size: 13px;
    }
}
@media (max-width: 440px) {

    .modal-size .size-table .tb-row:not(:first-child) {
        font-size: 11px;
        padding: 5px 0;
    }
    .modal-size .size-table .tb-title {
        width: 16%;
    }
}

.stockout{
    pointer-events: none;
}
.stockout > * {
    opacity: .25;
}

.stockout:before {
    content: attr(data-stockout-text);
    position: absolute;
    opacity: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    white-space: nowrap;
    padding: 8px;
    /*background: #c6a280;*/
    border: 1px solid #313037;
    color: #313037;
    z-index: 1;
}