<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    /* данное дополнение необходимо для динамического вычисления
        отступа при появлении вертикальной полосы прокрутки */
    margin-right: calc(-1 * (100vw - 100%));
    overflow-x: hidden;
}
:root {
    --basic-color-light: #D6EDF3;
    --basic-color: #60C3D8;
    --basic-color-hover: #2A98B5;
    --basic-color-dark: #096285;
    --other-color: #EF786F;
    --other-color-hover: #FF6357;
    --other-color-light: #F6B0A5;
    --other-color-bright: #FACFBD;
}

#vertical img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;
    font-family: 'object-fit: contain;'*/
}

.lSGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.lSAction &gt; a {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60%;
    margin: auto 0;
}

.lSAction &gt; a::before {
    position: absolute;
    content: '';
    background-image: url(/lib/lightslider/dist/img/controls.png);
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
}

.lSAction &gt; .lSPrev::before {
    background-position: 0 0;
}

.lSAction &gt; .lSNext::before {
    background-position: -32px 0;
}

.lSSlideOuter.vertical .lSAction &gt; a {
    left: 0;
    width: 100%;
    height: 32px;
    margin-left: 0;
}

    .lSSlideOuter.vertical .lSAction &gt; a::before {
        left: 50%;
        top: inherit;
        top: initial;
        margin-left: -16px;
        margin-top: 0;
    }

.lSSlideOuter.vertical .lSAction &gt; .lSPrev::before {
    background-position: 0 -31px;
}

.lSSlideOuter.vertical .lSAction &gt; .lSNext::before {
    background-position: 31px -31px;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 2px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
}

    .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
        border-color: #79b729;
        border-radius: 0;
    }

.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.lSSlideOuter .lightSlider &gt; * {
    position: relative;
}
/*.lSSlideOuter .lightSlider img {width: 100%;height: 100%;object-fit: contain;font-family: 'object-fit: contain;'}*/
.lg-outer .lg-thumb-item {
    border-radius: 0;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #79b729;
}

table td {
    border: 1px solid #000;
    padding: 5px;
    font-size: 12px;
}

.product-card-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.media-content-container {
    display: flex;
    width: 49%;
    justify-content: start;
}

.media-content-selector {
    flex-basis: 17%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.selected-item {
    width: 450px;
}

.selected-item &gt; img {
    width: 100%;
}

.media-item {
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.3);
}

.media-item.active {
    outline: 2px solid #60C3D8;
}

.selected-item {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.selected-img-wrp {
    cursor: zoom-in;
}

.selected-item,
.media-item {
    border-radius: 5px;
    overflow: hidden;
}

.media-item &gt; img {
    width: 100%;
    cursor: pointer;
}

.image-modal {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.image-modal.expand {
    display: flex;
}

.image-modal-body {
    width: 48%;
    max-width: 1000px;
    min-width: 470px;
    display: flex;
    animation-name: showImageModal;
    animation-duration: .2s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.modal-image-wrp {
    width: 80%;
    border-radius: 5px;
    overflow: hidden;
    z-index: 100;
}

.close-image-btn {
    margin-left: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #60C3D8;
    border-radius: 10px;
    cursor: pointer;
}

.image-modal-body img {
    width: 100%;
}

.info-and-price {
    width: 49%;
    height: inherit;
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.minimum-selling-price-info {
    display: flex;
    margin-top: 20px ;
    gap: 5px;
}

.selling-price-title {
    padding-right: 0px;
    font-size: 14px;
    color: #878787;
}

.selling-price-content {
    width: max-content;
    display: flex;
    justify-content: end;
    font-size: 14px;
    color: #000;
}

.balance__container {
    display: flex;
    gap: 5px;
}

    .balance__container .kb {
        color: #878787;
        font-size: 14px;
        font-weight: 500;
    }

    .balance__container .rp {
        color: #60C3D8;
        font-size: 14px;
        font-weight: 500;
    }

    .brief-info {
        width: 100%;
    }

.product-name {
    width: 100%;
    background: #000;
    font-family: "Roboto";
    color: #fff;
    font-size: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    overflow: hidden;
}

.brief-description {
    padding: 2rem 0 0;
    font-size: 0.9rem;
}

.price-and-quantity {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    padding: 1rem .5rem 1rem 1.5rem;
    border-top: 1px solid #000;
}

.product-quantity-selectors {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.quantity-selector {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    font-size: 0.9rem;
}

.quantity-selector:not(:first-child) {
    margin-top: 0.8rem;
}

.selector-name {
    text-align: right;
    padding-right: 1rem;
    width: 70%;
}

.change-quantity-btn {
    width: 40px;
    height: 40px;
    background-color: var(--basic-color);
    color: #fff;
    font-size: 1rem;
    border: none;
    border-radius: 0.7rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.change-quantity-btn .desc-btn {
    margin-right: .5rem;
}

.change-quantity-btn .asc-btn {
    margin-left: .5rem;
}

.selector-value {
    margin-left: 0.5rem;
}

.price-balance-cart {
    margin-top: 1rem;
    display: flex;
    width: 100%;
}

.price-and-balance {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
}

.price-and-balance .price {
    line-height:25px;
}

    .price-and-balance .pv {
        line-height: 20px;
    }

.balance {
    display: flex;
    color: var(--basic-color);
    font-size: 1rem;
    margin-right: 0px;
}

.balance-pv .pv {
    font-size: 24px;
    color: var(--basic-color);
    font-weight: 500;
}

@media (max-width: 1200px) {
    .price-and-balance {
        display: flex;
        justify-content: center;
        gap: 10px;
        order: 1;
    }

    .product-quantity-selectors {
        order: 2;
    }

    .minimum-selling-price-info {
        margin-top: 0px;
        margin: 20px auto 0px auto;
        order: 1;
    }

    .balance__container {
        margin: 0px auto 20px auto;
        order: 2;
    }

    .quantity-selector {
        order: 3;
    }
}


.price {
    font-weight: bold;
    font-size: 1.875rem;
}

.to-cart-btn {
    align-self: center;
    width: 45%;
    height: 3rem;
    background: #A6CA12;
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #fff;
    cursor: pointer;
}

.flags,
.nav-buttons {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.flags {
    justify-content: start;
}

.card-flag,
.nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 0.9rem;
    user-select: none;
    margin: .5rem 0;
}

.card-flag {
    position: relative;
    width: max-content;
    color: var(--basic-color);
    border: 1px solid var(--basic-color);
    border-radius: 0.5rem;
    padding: 0.3rem 1.85rem;
    overflow: hidden;
    transition: all .15s linear;
}


.nav-button {
    width: 23%;
    min-width: 260px;
    color: #000;
    padding: 1rem 5rem;
    transition: color ease .1s, background ease .1s;
}

.card-flag:not(:last-child) {
    margin-right: 1.2rem;
}

.card-flag:hover {
    background-color: var(--basic-color);
    color: #fff;
}


.flag-tooltip {
    opacity: 0;
    display: flex; /* none; */
    position: absolute;
    left: 0;
    width: max-content;
    max-width: 230px;
    padding: 5px 10px;
    border: 1px solid rgba(33, 37, 41, .15);
    border-radius: .5rem;
    overflow: hidden;
    background-color: #fff;
    color: #212529;
    line-height: normal;
    text-align: center;
    z-index: 1100;
    /*transition: opacity .15s linear;*/
}

.flag-tooltip.visible {
    animation-name: showTooltip;
    animation-duration: .15s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.flag-tooltip.invisible {
    animation-name: hideTooltip;
    animation-duration: .05s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.navigation-viewport {
    width: 100%;
    margin-top: 1.5rem;
}

.viewport-item {
    display: none;
}

.show {
    display: block;
}

.annotation-item {
    width: 100%;
}

.expandable-element-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding: 0.5rem 1.5rem;
}

.content {
    height: 0;
    opacity: 0;
    margin-top: 0;
    border-bottom: 1px solid #000;
    transition: all .175s linear;
}

.content &gt; * {
    margin: 0;
    height: 0;
    display: none;
 }

.content.expand {
    padding: 2rem 0;
    opacity: 1;
    height: auto;
}

.content.expand &gt; * {
    display: block;
    height: auto;
    padding: 0 2rem;
}

.content.expand table {
    display: table;
}

.expand-icon,
.line-item {
    display: inline-block;
}

.expand-icon {
    margin: 0 1rem;
    width: 1rem;
    height: 1rem;
    position: relative;
}

.line-item {
    width: 100%;
    border: 1px solid #212529;
    position: absolute;
    top: 50%;
    left: 0;
    transition: transform .3s ease;
    caret-color: transparent;
}

.line-item:first-child {
    transform: rotate(-90deg);
}

.share-link {
    color: #212529;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 10px;
    font-size: 14.4px;
}

.share-link:hover,
.share-link:active,
.share-link:focus {
    color: #212529;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .media-item.active {
        outline-width: 1px;
    }

    .selected-item {
        width: 80%;
    }

    .price-and-quantity {
        padding: 1rem 0;
    }

    .selling-price-title {
        padding-right: 0.5rem;
    }

    .quantity-selector {
        flex-direction: column-reverse;
    }

    .selector-name {
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .navigation-viewport {
        margin-top: 0.5rem;
    }

    .mobile-presentation-item,
    .mobile-sertificate-item {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        border-radius: 0.7rem;
        background-color: #60C3D8;
        color: #fff;
        text-decoration: none;
    }

    .mobile-presentation-item:hover,
    .mobile-sertificate-item:hover,
    .mobile-presentation-item:active,
    .mobile-sertificate-item:active {
        color: #fff;
        text-decoration: none;
    }

    .sertificate-label {
        text-align: center;
    }

    .product-card-header {
        flex-direction: column;
    }

    .media-content-container,
    .info-and-price {
        width: 100%;
    }

    .media-content-container {
        flex-direction: row-reverse;
    }

    .media-content-selector {
        margin-left: 10px;
    }

    .media-item:not(:first-child) {
        margin-left: 3%;
    }

    .brief-info {
        padding-top: 2rem;
    }

    .product-name {
        text-align: center;
    }

    .nav-buttons {
        column-gap: 10px;
    }

    .nav-button {
        min-width: unset;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #000;
        flex-basis: 45%;
        flex-grow: 1;
        flex-shrink: 1;
        color: #878787;
    }

    .nav-button.active {
        padding-bottom: 7px;
        border-bottom-width: 4px;
        color: #000;
    }
}

@media screen and (min-width: 1201px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }

    .navigation-viewport {
        border-top: 1px solid #000;
    }

    .nav-buttons {
        column-gap: unset;
    }

    .nav-button {
        margin-left: 5px;
        margin-right: 5px;
        border: 1px solid #000;
        border-radius: 0.7rem;
    }

    .nav-button.active {
        color: #fff;
        background: #000;
    }

    .desktop-presentation-item {
        width: 100%;
        min-height: 1000px;
    }

    .desktop-sertificate-item {
        width: 100%;
        min-height: 600px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1199px) {
    .selected-item {
        height: max-content;
    }

    .nav-buttons {
        justify-content: space-around;
    }
}

@media screen and (min-width: 1200px) {
    .nav-button:not(:first-child) {
        margin-left: 15px;
    }
}

@keyframes showTooltip {
    from {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

@keyframes hideTooltip {
    from {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    to {
        opacity: 0;
    }
}

@keyframes showImageModal {
    0% {
        opacity: 0;
    }

    2% {
        opacity: .02;
    }

    4% {
        opacity: .04;
    }

    6% {
        opacity: .06;
    }

    8% {
        opacity: .08;
    }

    10% {
        opacity: .1;
    }

    12% {
        opacity: .12;
    }

    14% {
        opacity: .14;
    }

    16% {
        opacity: .16;
    }

    18% {
        opacity: .18;
    }

    20% {
        opacity: .2;
    }

    22% {
        opacity: .22;
    }

    24% {
        opacity: .24;
    }

    26% {
        opacity: .26;
    }

    28% {
        opacity: .28;
    }

    30% {
        opacity: .3;
    }

    32% {
        opacity: .32;
    }

    34% {
        opacity: .34;
    }

    36% {
        opacity: .36;
    }

    38% {
        opacity: .38;
    }

    40% {
        opacity: .4;
    }

    42% {
        opacity: .42;
    }

    44% {
        opacity: .44;
    }

    46% {
        opacity: .46;
    }

    48% {
        opacity: .48;
    }

    50% {
        opacity: .5;
    }

    52% {
        opacity: .52;
    }

    54% {
        opacity: .54;
    }

    56% {
        opacity: .56;
    }

    58% {
        opacity: .58;
    }

    60% {
        opacity: .6;
    }

    62% {
        opacity: .62;
    }

    64% {
        opacity: .64;
    }

    66% {
        opacity: .66;
    }

    68% {
        opacity: .68;
    }

    70% {
        opacity: .7;
    }

    72% {
        opacity: .72;
    }

    74% {
        opacity: .74;
    }

    76% {
        opacity: .76;
    }

    78% {
        opacity: .78;
    }

    80% {
        opacity: .8;
    }

    82% {
        opacity: .82;
    }

    84% {
        opacity: .84;
    }

    86% {
        opacity: .86;
    }

    88% {
        opacity: .88;
    }

    90% {
        opacity: .9;
    }

    92% {
        opacity: .92;
    }

    94% {
        opacity: .94;
    }

    96% {
        opacity: .96;
    }

    98% {
        opacity: .98;
    }

    100% {
        opacity: 1;
    }
}</pre></body></html>