body .main {
    margin-top: unset;
    padding-top: unset;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
@media (max-width: 991px) {
    .header.scrolled .header__container .header__tabs {
        display: block;
    }

    .header.scrolled .header__container .gl-tabs {
        overflow: hidden;
        width: 100%;
        border-bottom: unset;
        margin-right: 0 !important;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .header.scrolled .header__container .gl-tabs ul {
        width: 100%;
    }
}

.gl-product--express {
    margin-top: 24px;
}

.gl-product-details {
    margin-bottom: 30px;
}

.gl-constructor-set__header {
    margin-bottom: 8px;
}

.gl-constructor-set__hint {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #828791;
}

.gl-constructor-set__item {
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 8px;
    padding: 10px;
    margin-top: 8px;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.gl-constructor-set__item:hover {
    border-color: #d9e0e8;
    box-shadow: 0 6px 18px rgba(31, 39, 49, 0.07);
}

.gl-constructor-set__item-head {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.gl-constructor-set__item-image {
    width: 100px;
    height: fit-content;
    object-fit: contain;
    object-position: top;
    border-radius: 6px;
    border: 1px solid #edf0f4;
    overflow: hidden;
}

.gl-constructor-set__item-main {
    min-width: 0;
    width: 100%;
}

.gl-constructor-set__item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.gl-constructor-set__item-title {
    display: block;
    color: #232323;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0;
    line-height: 1.35;
    font-size: 14px;
    min-width: 0;
}

.gl-constructor-set__meta {
    background: #f7f9fc;
    border: 1px solid #ebeff4;
    border-radius: 8px;
    padding: 8px;
}

.gl-constructor-set__meta-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    padding-top: 6px;
    margin-top: 6px;
    border-top: 1px dashed #dbe2ea;
}

.gl-constructor-set__meta-row:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.gl-constructor-set__meta-label {
    font-size: 11px;
    line-height: 1.35;
    color: #7b8190;
}

.gl-constructor-set__meta-value {
    font-size: 12px;
    line-height: 1.35;
    color: #1d2128;
    font-weight: 500;
    text-align: right;
}

.gl-constructor-set__meta-color {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.gl-constructor-set__color-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d5dbe3;
    background: #f2f4f7;
    flex: 0 0 20px;
}

.gl-constructor-set__color-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gl-constructor-set__price-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 11px;
    line-height: 1.35;
    min-height: 0;
}

.gl-constructor-set__price-caption {
    color: #7d8390;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .03em;
    white-space: nowrap;
}

.gl-constructor-set__price-unit {
    color: #303846;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.gl-constructor-set__price-item--price {
    align-items: flex-end;
    text-align: right;
}

.gl-constructor-set__item-price {
    color: #303846;
    font-weight: 700;
    font-size: 14px;
}

.gl-constructor-set__item-price-data {
    display: none;
}

.gl-constructor-set__controls {
    margin-top: 8px;
}

.gl-constructor-set__controls-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 14px;
    flex-wrap: wrap;
}

.gl-constructor-set__field {
    margin: 0;
}

.gl-constructor-set__field span {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    color: #7b7b7b;
}

.gl-constructor-set__field .field-input {
    width: 100%;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}

.gl-constructor-set__counter {
    display: flex;
    align-items: center;
    border: 1px solid #d6dce4;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.gl-constructor-set__counter-btn {
    width: 28px;
    min-width: 28px;
    height: 34px;
    border: 0;
    background: #f4f6f9;
    color: #2e3440;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: background .15s ease;
}

.gl-constructor-set__counter-btn:hover {
    background: #e9edf3;
}

.gl-constructor-set__counter .field-input {
    height: 34px;
    width: 50px;
    text-align: center;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
}

.gl-constructor-set__counter .field-input::-webkit-outer-spin-button,
.gl-constructor-set__counter .field-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gl-constructor-set__counter .field-input[type=number] {
    -moz-appearance: textfield;
}

.gl-constructor-set__footer {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e5e9ee;
}

.gl-constructor-set .js-constructor-set-configure {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    padding: 6px 10px;
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
    margin-top: -1px;
}

.gl-constructor-set .js-constructor-set-configure svg {
    width: 14px;
    height: 14px;
    opacity: .85;
}

.js-constructor-purchase-host .gl-cart-panel-total__btns .js-constructor-panel-apply {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .gl-constructor-set__item {
        padding: 9px;
    }

    .gl-constructor-set__item-head {
        gap: 8px;
    }

    .gl-constructor-set__item-image {
        width: 80px;
    }

    .gl-constructor-set__controls-line {
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .gl-constructor-set__price-item {
        flex: 1 1 auto;
        min-width: 0;
    }

    .gl-constructor-set__price-item--price {
        align-items: flex-end;
    }

    .gl-constructor-set__counter {
        max-width: 118px;
    }

    .gl-constructor-set__item-top {
        align-items: center;
    }

    .gl-constructor-set .js-constructor-set-configure {
        margin-top: 0;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/*.marquiz-widget,
.marquiz-pops,
.bh-widget-page-wrapper {
    display: none !important;
}*/
