<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*
/ stylelint-disable selector-list-comma-newline-after
/ Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers)
*/
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: var(--tpl-color-brand, #0000EE);
}

a:hover {
    color: var(--tpl-color-brand-light, #0000EE);
}

a:active {
    color: var(--tpl-color-brand-lighter, #FF0000);
}

a:hover {
    color: var(--tpl-color-brand-dark, #551A8B);
}

img {
    vertical-align: middle;
    border-style: none; /* Remove the border on images inside links in IE 10 - . */
}

svg {
    /*
    // Workaround for the SVG overflow bug in IE10/11 is still required.
    // See https://github.com/twbs/bootstrap/issues/26878
    */
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    /*
    //Prevent double borders
    */
}

label {
    /* Allow labels to use `margin` for spacing. */
    display: inline-block;
    margin-bottom: .5rem;
}

/*
// Remove the default `border-radius` that macOS Chrome adds.
//
// Details at https://github.com/twbs/bootstrap/issues/24093
*/
button {
    border-radius: 0;
}

/*
// Work around a Firefox/IE bug where the transparent `button` background
// results in a loss of the default `button` focus styles.
//
// Credit: https://github.com/suitcss/base/
*/
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    /* Remove the margin in Firefox and Safari font-family: inherit; */
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible; /* Show the overflow in Edge */
}

button,
select {
    text-transform: none; /* Remove the inheritance of text transform in Firefox */
}

/*
// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
//    controls in Android 4.
// 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/* Remove inner border and padding from Firefox, but don't restore the outline like Normalize. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box; /* 1. Add the correct box sizing in IE 10- */
    padding: 0; /* 2. Remove the padding in IE 10- */
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    /*
    // Remove the default appearance of temporal inputs to avoid a Mobile Safari
    // bug where setting a custom line-height prevents text from being vertically
    // centered within the input.
    // See https://bugs.webkit.org/show_bug.cgi?id=139848
    // and https://github.com/twbs/bootstrap/issues/11266
    */
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto; /* Remove the default vertical scrollbar in IE. */
    /* Textareas should really only resize vertically so they don't break their (horizontal) containers. */
    resize: vertical;
}

fieldset {
    /*
// Browsers set a default `min-width: min-content;` on fieldsets,
// unlike e.g. `&lt;div&gt;`s, which have `min-width: 0;` by default.
// So we reset that to ensure fieldsets behave more like a standard block element.
// See https://github.com/twbs/bootstrap/issues/12359
// and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
*/
    min-width: 0;
    /* Reset the default outline behavior of fieldsets so they don't affect page layout. */
    padding: 0;
    margin: 0;
    border: 0;
}

/*
// 1. Correct the text wrapping in Edge and IE.
// 2. Correct the color inheritance from `fieldset` elements in IE.
*/
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
/* Add the correct vertical alignment in Chrome, Firefox, and Opera . */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {

    outline-offset: -2px;
/* 2 . Correct the outline style in Safari . -webkit-appearance: none; */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    /* Add the correct display in all browsers cursor: pointer; */
}

template {
    display: none;
    /* Add the correct display in IE */
}

/*
// Always hide an element with the `hidden` HTML attribute (from PureCSS).
// Needed for proper display in IE 10-.
*/
[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.8rem;
}

h3, .h3 {
    font-size: 1.6rem;
}

h4, .h4 {
    font-size: 1.4rem;

}

h5, .h5 {
    font-size: 1.2rem;

}

h6, .h6 {
    font-size: 1.1rem;

}

.tpl-area-main, .tpl-area-main-list {
    min-height: 100vh;
}

.tpl-area-modal {
    min-height: 0;

}
/* pagination */
.pagination { /* nav */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding-top:1rem;
    padding-bottom: 1rem;
}

.pagination .pagination-item { /* a */
    display: inline-block;
    margin: 0.3rem;
    min-width: 1rem;
    text-align: center;
    text-decoration: none;
}
.pagination .pagination-item.active { /* a */
    pointer-events: none;
    cursor: auto;
    color: var(--tpl-color-brand-darker);
}
.pagination .pagination-item.disabled { /* a */
    pointer-events: none;
    cursor: auto;
    color: var(--tpl-color-brand-lighter);
}

/* buttons */
.tpl-button {
    font-size:1rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tpl-button-rounded {
    border-radius: 0.40rem;
}
.tpl-button-round-left {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}
.tpl-button-round-right {
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}
.tpl-button-small {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.tpl-button-small.tpl-button-rounded {
    border-radius: 0.2rem;
}
.tpl-button-small.tpl-button-rounded-left {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.tpl-button-small.tpl-button-rounded-right {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.tpl-button-big {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.tpl-button-big.tpl-button-rounded {
    border-radius: 0.5rem;
}
.tpl-button-big.tpl-button-rounded-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.tpl-button-big.tpl-button-rounded-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}


.tpl-button-brand {
    border: 1px solid var(--tpl-color-brand);
    background-color: var(--tpl-color-brand);
    color: white;
}
.tpl-button-brand:hover {
    border: 1px solid var(--tpl-color-brand-dark);
    background-color: var(--tpl-color-brand-dark);
    color: white;
}
.tpl-button-brand-outline {
    border: 1px solid var(--tpl-color-brand);
    background-color: transparent;
    color: var(--tpl-color-brand);
}
.tpl-button-brand-outline:hover {
    border: 1px solid var(--tpl-color-brand);
    background-color: var(--tpl-color-brand);
    color: white;
}


.tpl-button-accent {
    border: 1px solid var(--tpl-color-background-accent);
    background-color: var(--tpl-color-background-accent);
    color: var(--tpl-color-foreground-main);
}
.tpl-button-accent:hover {
    border: 1px solid var(--tpl-color-background-accent-dark);
    background-color: var(--tpl-color-background-accent-dark);
    color: var(--tpl-color-foreground-main-dark);
}
.tpl-button-accent-outline {
    border: 1px solid var(--tpl-color-background-accent);
    background-color: transparent;
    color: var(--tpl-color-brand);
}
.tpl-button-accent-outline:hover {
    border: 1px solid var(--tpl-color-background-accent);
    background-color: var(--tpl-color-background-accent);
    color: var(--tpl-color-foreground-main);
}

.tpl-button-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.tpl-button-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.tpl-button-success-outline {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.tpl-button-success-outline:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.tpl-button-error {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.tpl-button-error:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.tpl-button-error-outline {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.tpl-button-error-outline:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.tpl-button-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.tpl-button-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.tpl-button-warning-outline {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.tpl-button-warning-outline:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.tpl-button-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.tpl-button-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.tpl-button-light-outline {
    border-color: #f8f9fa;
    background-color: transparent;
    color: #f8f9fa;
}
.tpl-button-light-outline:hover {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #212529;
}

.tpl-button-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.tpl-button-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.tpl-button-dark-outline {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.tpl-button-dark-outline:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.tpl-button-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.tpl-button-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

/* Р&nbsp;Р°СЃС‚СЏРіРёРІР°РЅРёРµ Р±Р»РѕРєР° СЃ СЃРѕРґРµСЂР¶РёРјС‹Рј РєРѕРЅС‚РµР№РЅРµСЂР° РЅР° 100% РІС‹СЃРѕС‚С‹ СЌС‚РѕРіРѕ РєРѕРЅС‚РµР№РЅРµСЂР° вЂ” РґР»СЏ РїСЂРёРјРµРЅРµРЅРёСЏ position: sticky РІРЅСѓС‚СЂРё РЅРµРіРѕ */
.tpl-container, .tpl-container &gt; .tpl-block-list { display: flex;}
.tpl-container &gt; .tpl-block-list, .tpl-container &gt; .tpl-block-list &gt; .tpl-block-list-objects { width: 100% }

.tpl-block-110 a,
a.logo-text { color: inherit; text-decoration: none; }


.awards {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 400px;
    grid-auto-flow: dense;
    margin-bottom: 40px;
}
.awards img {
    width: 100%;
    height: auto;
    margin: auto;
}
/* pagination */
.pagination { /* nav */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding-top:1rem;
    padding-bottom: 1rem;
}

.pagination .pagination-item {
    display: inline-block;
    margin: 0.3rem;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0 0 0 2px #34444c;
    padding: 0.3rem;
    min-width: 25px;
    color: #000000;
    border-radius: 1px;
    font-size: 14px;
}
.pagination .pagination-item:hover,
.pagination .pagination-item:active,
.pagination .pagination-item:focus { /* a */
    color: #ffffff;
    background-color: #34444c;
}
.pagination .pagination-item.active {
    background-color: #34444c;
}
.pagination .pagination-item.disabled { /* a */
    pointer-events: none;
    cursor: auto;
    color: #34444c; /*var(--tpl-color-brand-lighter);*/
}
.pagination .pagination-item.active.disabled {
    color: #ffffff;
}
.mfp-content .mfp-close {
    font-size: 32px;
    padding: 0;
    top: 0;
    right: 0;
    border: 0;
}
.tpl-component-netcat-module-requests-request.tpl-block-popup {
    z-index: 9999 !important;
}
.wait-for-book {
    position: absolute;
    left: auto;
    top: auto;
    background-color: #000000;
    opacity: .85;
    font-weight: normal;
    bottom: 0;
    margin: 0 0 50px;
}
.type-large .wait-for-book {
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    margin: -30px auto 0;
    max-width: 165px;
}
@media (max-width: 560px) {
    .product-sorting .title {
        display: none;
    }
}

.tpl-component-netcat-navigation-logo img {
    transform: scale(1.34);
}
/* РўРѕР»СЊРєРѕ РІ РєР°С‚Р°Р»РѕРіРµ С‚РѕРІР°СЂРѕРІ*/
.goods-item.type-large.shadowed:hover {
    box-shadow: 0 0 10px rgba(128,128,128,1);
    border-radius: 5px;
}
.basket-icon {
    height: 24px;
}
/* РљРЅРѕРїРєР° Р’ РљРћР&nbsp;Р—РРќРЈ */
.addBasket {
    margin: 0;
    display: flex;
    align-self: stretch;
    justify-content: stretch;
}

.addBasket .basket-icon path {
    fill: var(--tpl-color-background-main);
}
.addBasket.active {

}
.addBasket .basket-item-counter {
    display: none;
}
.addBasket.active .basket-item-counter {
    display: block;
    font-weight: 700;
    font-size: 0.7rem;
    border-radius: 50%;
    background-color: var(--tpl-color-background-main);
    padding: 3px;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1rem;
    color: var(--tpl-color-brand);
    text-align: center;
}

/* Р±С‹СЃС‚СЂС‹Р№ РїСЂРѕСЃРјРѕС‚СЂ */
.item-quick-view {
    display: none;
    transition: all .3s ease-in-out;
    background-color: var(--tpl-color-brand-lighter);
    border-radius: 5px;
    color: #ffffff !important;
    padding: 18px 18px;
    font-size: 14px;
    text-align: center;
    width: 200px;
    height: 50px;
    font-weight: 500;
    margin: auto;
    position: absolute;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
    align-self: center;
    justify-self: center;
    line-height: 100%;
    text-decoration: none !important;
}
.goods-item.type-large:hover .item-quick-view {
    display: block;
    opacity: .75;
}
.goods-item.type-large:hover .item-quick-view:hover {
    box-shadow: 0 0 2px 1px #999;
    opacity: .95;
}
.tpl-body-site-1 .mfp-bg,
.tpl-body-site-1 .mfp-wrap,
.tpl-body-site-1 .mfp-container .mfp-arrow,
.tpl-body-site-1 .mfp-container .mfp-content {
    z-index: 100;
}
.mfp-container .quantity { display: inline-flex; flex-direction: row; flex-wrap: nowrap; }
.mfp-container .quantity .quantity-button { border-radius: 0; margin: 0; padding: 0; height: 2rem; width: 2rem; position: relative; }
.mfp-container .quantity .quantity-button:before { position: absolute; left: 0; right: 0; bottom: 0; top: 0; line-height: 2rem; }
.mfp-container .quantity .quantity-button--less:before { content: "-"; }
.mfp-container .quantity .quantity-button--more:before { content: "+"; }
.mfp-container .quantity .quantity-input { border-radius: 0; margin: 0; padding: 0; text-align: center; height: 2rem; width: 3rem; }
.mfp-container .quantity .quantity-input::-webkit-outer-spin-button,
.mfp-container .quantity .quantity-input::-webkit-inner-spin-button { /* display: none; &lt;- Crashes Chrome on hover */ -webkit-appearance: none; margin: 0; /* &lt;-- Apparently some margin are still there even though it's hidden */ -moz-appearance: textfield; /* Firefox */ }
.mfp-container .addFavorite { border: 0; border-radius: 50%; font-size: 1rem; padding: 0.5rem; display: inline-flex; align-items: center; justify-items: center; justify-content: center; cursor: pointer; background-color: var(--tpl-color-background-accent); border-color: var(--tpl-color-brand); color: var(--tpl-color-brand); text-decoration: none; }
.mfp-container .quickbuy { margin-right: 1rem; color: var(--tpl-color-foreground-main); }
.mfp-container .quickbuy i { color: var(--tpl-color-brand); }
.mfp-container .compare { color: var(--tpl-color-foreground-main); }
.mfp-container .compare i { color: var(--tpl-color-brand); }
.mfp-container .mfp-arrow {
    border-radius: 50%;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: all .1s ease;
    top: 50%;
    margin-top: -24px;
    bottom: auto;
    position: absolute;
    outline: none;
    opacity: .7;
}
@media (max-width: 900px) {
    .mfp-container .mfp-arrow {
        margin-top: -100px;
    }
}
.mfp-container .mfp-arrow:hover {
    opacity: 1
}
.mfp-container .mfp-arrow.mfp-arrow-right {
    background: #ffffff url("/images/right_black.svg") no-repeat center / 100% 100%;
    left: auto;
    right: 24px;
}
.mfp-container .mfp-arrow.mfp-arrow-left {
    background: #ffffff url("/images/left_black.svg") no-repeat center / 100% 100%;
    left: 24px;
    right: auto;
}

.mfp-container .object-full { background-color: var(--tpl-color-background-main); padding: 4rem 1.2rem; margin: auto; max-width: 900px }
.mfp-container .object-full .object-info { position: relative; padding: 2rem 0 0 }
.mfp-container .object-full .object-info .object-price { margin-top: 1rem; margin-bottom: 1rem; display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap: wrap; }
.mfp-container .object-full .object-info .object-price .price-old { margin-right: 0.5rem; font-style: italic; opacity: 0.5; }
.mfp-container .object-full .object-info .object-price .price-savings { width: 100%; text-align: right; padding-top: 0.5rem; color: var(--tpl-color-brand); font-style: italic; }
.mfp-container .object-full .object-info .object-actions { position: relative; }
.mfp-container .object-full .object-info .object-actions .product-variants { margin-bottom: 3rem; }
.mfp-container .object-full .object-info .object-actions .product-variants .variant .variant-text { padding: 0.25rem 1rem 0.25rem 0; }
.mfp-container .object-full .object-info .object-actions .product-variants .variant .variant-select { padding: 0.25rem 0; }
.mfp-container .object-full .object-info .object-actions .product-cart { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--tpl-color-brand); }
.mfp-container .object-full .object-info .object-actions .product-cart .product-available { margin-left: 0; margin-right: auto; font-size: 1.6rem}
.mfp-container .object-full .object-info .object-actions .product-cart .product-quantity { margin-right: 0; margin-left: auto; }
.mfp-container .object-full .object-info .object-actions .product-cart .product-quantity .quantity-title { display: none; }
.mfp-container .object-full .object-info .object-actions .product-cart .product-button { margin-right: 0; margin-left: 1rem; }
.mfp-container .object-full .object-info .object-actions .product-cart .product-button &gt; * { margin-right: 0; }
.mfp-container .object-full .object-info .object-actions .product-link { margin-top: 1rem; display: flex; justify-content: flex-end; align-items: center; }
.mfp-container .object-full .object-info .object-actions .product-link .addFavorite { margin-left: 0; margin-right: auto; }
.mfp-container .object-full .object-info .object-actions .product-link a { text-decoration: none; }
.mfp-container .object-full[max-width~='500px'] .object-actions .product-cart .product-button { margin-top: 1rem; width: 100%; margin-left: 0; margin-right: 0; }
.mfp-container .object-full[max-width~='500px'] .object-actions .product-cart .product-button .addBasket { margin: auto; }
.mfp-container .object-full[min-width~='500px'] .object-info .object-actions .product-variants .variant .variant-text { width: 25%; }
.mfp-container .object-full[min-width~='500px'] .object-info .object-actions .product-cart .addFavorite { position: absolute; left: auto; right: 0; bottom: 5rem; }
.mfp-container .object-full[min-width~='500px'] .object-images .fotorama__nav-wrap { margin-top: 1em; }
.mfp-container .object-full[min-width~='760px'] { display: flex; align-items: flex-start; flex-direction: row; justify-content: center; }
.mfp-container .object-full[min-width~='760px'] .object-images { width: 45%; }
.mfp-container .object-full[min-width~='760px'] .object-info { width: 45%; max-width: 500px; margin-left: 2rem; }
.mfp-container .object-full[min-width~='760px'] .object-info .object-price { margin-top: 2rem; margin-bottom: 4rem; align-items: center; justify-content: flex-start; }
.mfp-container .object-full[min-width~='760px'] .object-info .object-price .price-savings { margin-left: 1rem; width: auto; }
.mfp-container .object-full[min-width~='760px'] .object-info .object-actions .product-cart { flex-wrap: nowrap; }
.mfp-container .object-full[min-width~='760px'] .object-info .object-actions .product-cart .quantity { margin-left: 1rem; }
.mfp-container .object-full + .object-character { border-top: 1px solid var(--tpl-color-background-accent); }
.mfp-container .object-full .img-quick-view {
    width: 320px; margin: auto;
}
.mfp-container .object-full .img-quick-view img {
    width: 100%; height: auto; max-width: unset; max-height: unset;
}
/* РљРћРќРўР•РќРў */
.tpl-container-116 {
    flex-grow: 1;
}



/* Р•С‰Рµ СЏР·С‹РєРё */
.tpl-container-736-list::before {
    content: "";
    background: url(/images/menu3x3.svg) no-repeat center / 24px 24px;
    display: inline-block;
    margin: -36px 10px 0 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    z-index: 1;
}
.tpl-block-739::after {
    content: "";
    background: url(/images/close.svg) no-repeat center / 24px 24px;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 10px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    z-index: 1;
}
.tpl-block-739.tpl-dropdown {
    top: unset !important;
}
/* РіР»Р°РІРЅРѕРµ РіРѕСЂ. РјРµРЅСЋ СЃ РІС‹Р±РѕСЂРѕРј СЏР·С‹РєРѕРІ */
.tpl-block-727-list &gt; li &gt; a {
    display: none !important;
}
.tpl-block-727-sub558 * {
    transition: all .3s ease-in-out;
}
.tpl-block-727-sub558 .menu-item:hover {
    transform: scale(1.15);
}
.tpl-block-727-sub558 .menu-item:first-child:hover {
    margin-left: 0;
}
.tpl-block-727-sub558 .menu-item:hover .menu-item-icon {
    margin-right: 6px;
    box-shadow: 0 0 0 4px #dbdad7;
    display: block;
    border-radius: 50%;
}
.tpl-block-727-sub558 {
    background: #dbdad7;
    border-radius: 18px;
}
.tpl-block-727-sub558 .menu-item-text {
    font-weight: 500;
}
.tpl-block-727-sub558 .menu-item-icon {

}
@media (max-width: 950px) {
    .tpl-block-727 .menu-item-text {
        display: none;
    }
    .tpl-block-727-sub558 {
        border-radius: 0;
    }
    .tpl-component-netcat-navigation-logo img {
        transform: unset;
    }
}
/* "Р§РёС‚Р°Р№ РЅР° СЏР·С‹РєРµ РѕСЂРёРіРёРЅР°Р»Р°" */
.tpl-block-742-list img {
    max-height: 240px;
    margin-top: 240px;
}
@media (min-width: 1900px) {
    .tpl-block-742-list img {
        margin-right: 27%;
    }
}
@media (max-width: 1900px) {
    .tpl-block-742-list img {
        max-height: 230px;
        margin-right: 25%;
        margin-top: 187px;
    }
}
@media (max-width: 1600px) {
    .tpl-block-742-list img {
        max-height: 200px;
    }
}
@media (max-width: 1400px) {
    .tpl-block-742-list img {
        max-height: 150px;
        margin-right: 100px;
        margin-top: 150px;
    }
}
@media (max-width: 950px) {
    .tpl-block-742-list img {
        max-height: 120px;
        margin-right: 100px;
        margin-top: 120px;
    }
}
@media (max-width: 720px) {
    .tpl-block-742-list img {
        max-height: 100px;
        margin-right: 70px;
        margin-top: 100px;
    }
}
@media (max-width: 480px) {
    .tpl-block-742-list img {
        max-height: 50px;
        margin-right: 50px;
        margin-top: 50px;
    }
}
/* "РљСѓСЂСЃС‹" */
.tpl-block-751-list img {
    max-height: 240px;
    margin-top: 240px;
}
@media (min-width: 1900px) {
    .tpl-block-751-list img {
        margin-left: 50%;
    }
}
@media (max-width: 1900px) {
    .tpl-block-751-list img {
        max-height: 230px;
        margin-left: 25%;
        margin-top: 187px;
    }
}
@media (max-width: 1600px) {
    .tpl-block-751-list img {
        max-height: 200px;
    }
}
@media (max-width: 1400px) {
    .tpl-block-751-list img {
        max-height: 150px;
        margin-left: 100px;
        margin-top: 150px;
    }
}
@media (max-width: 950px) {
    .tpl-block-751-list img {
        max-height: 120px;
        margin-left: 100px;
        margin-top: 120px;
    }
}
@media (max-width: 720px) {
    .tpl-block-751-list img {
        max-height: 100px;
        margin-left: 70px;
        margin-top: 100px;
    }
}
@media (max-width: 480px) {
    .tpl-block-751-list img {
        max-height: 50px;
        margin-left: 50px;
        margin-top: 50px;
    }
}
/* "Рћ РЅР°СЃ" */
.tpl-block-753-list img {
    max-height: 240px;
    margin-top: 200px;
}
@media (min-width: 1900px) {
    .tpl-block-753-list img {
        margin-right: 50%;
    }
}
@media (max-width: 1900px) {
    .tpl-block-753-list img {
        max-height: 230px;
        margin-right: 25%;
        margin-top: 187px;
    }
}
@media (max-width: 1600px) {
    .tpl-block-753-list img {
        max-height: 200px;
    }
}
@media (max-width: 1400px) {
    .tpl-block-753-list img {
        max-height: 150px;
        margin-right: 100px;
        margin-top: 150px;
    }
}
@media (max-width: 950px) {
    .tpl-block-753-list img {
        max-height: 120px;
        margin-right: 100px;
        margin-top: 120px;
    }
}
@media (max-width: 720px) {
    .tpl-block-753-list img {
        max-height: 100px;
        margin-right: 70px;
        margin-top: 100px;
    }
}
@media (max-width: 480px) {
    .tpl-block-753-list img {
        max-height: 50px;
        margin-right: 50px;
        margin-top: 50px;
    }
}
/* OWL РЎР»Р°Р№РґРµСЂ */
.owl-carousel .owl-nav {
    color: #888;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border-radius: 50%;
    opacity: .7;
    color: var(--tpl-color-foreground-main, #000000);
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
    border-radius: 50%;
    opacity: 1;
    color: var(--tpl-color-foreground-main, #000000);
}
.owl-carousel .owl-nav .disabled {
    opacity: 0.2 !important;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    margin-top: -24px;
    margin-left: 0;
    overflow: hidden;
    display: block;
    font-size: 50px;
    line-height: 40px;
    width: 48px;
    height: 48px;
}
.owl-carousel .owl-next {
    left: auto;
    right: 0;
    margin-right: 0;
}

.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.owl-carousel .owl-prev span { background: #ffffff url("/images/left_black.svg") no-repeat center / 100% 100%; cursor: pointer; transition: all .1s ease; }
.owl-carousel .owl-next span { background: #ffffff url("/images/right_black.svg") no-repeat center / 100% 100%; cursor: pointer; transition: all .1s ease; }

.breadcrumbs .divider {
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(/images/div-arrow-right.svg) no-repeat center / 10px 10px;
}
/* РєРЅРѕРїРєР° "РљРѕ РІСЃРµРј РєРЅРёРіР°Рј" */
.to-all-books {
    color: #fff !important;
    text-decoration: none !important;
    background-color: var(--tpl-color-foreground-main) !important;
    border-color: var(--tpl-color-foreground-main) !important;
    display: inline-block !important;
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
    position: relative;
}
.to-all-books:hover {
    opacity: 0.7
}
.to-all-books:active,
.to-all-books:focus {
    top: 1px;
}
/* РєР°СЂС‚РёРЅРєР° РљРЈР&nbsp;РЎР« */
.tpl-block-751-list {
    overflow-x: hidden;
}

.choose-direction.active {
    color: inherit;
    text-decoration: underline;
    pointer-events: none;
}
.choose-direction {
    color: #dbdad7;
    text-decoration: none;
}
.owl-container {
    width: 100%;
    max-width: 1240px;
    margin: auto;
}
/* Р¤СѓС‚РµСЂ */
.tpl-container-118 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.tpl-container-116-list &gt; *,
.tpl-component-netcat-module-auth-user {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 100px;
}


@media (min-width: 1900px) {
    .owl-container {
        width: 100%;
        max-width: 1240px;
    }
    /* Р¤СѓС‚РµСЂ */
    .tpl-container-118 {
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
    }
}
@media (max-width: 1900px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
    .owl-container {
        width: 100%;
        max-width: 900px;
    }
}
@media (max-width: 950px) {
    .owl-container {
        width: 100%;
        max-width: 750px;
    }
    /* Р¤СѓС‚РµСЂ */
    .tpl-container-118 {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    /* РЎРїРµС†. РїСЂРµРґР»РѕР¶РµРЅРёСЏ */
    .tpl-block-804 .owl-dots {
        display: none;
    }
}
@media (max-width: 720px) {
    .owl-container {
        width: 100%;
        max-width: 375px;
    }
    .container {
        max-width: 576px;
    }
}
@media (max-width: 576px) {
    .container {
        max-width: 480px;
    }
}
@media (max-width: 480px) {
    .owl-container {
        width: 100%;
        max-width: 375px;
    }
    .container {
        max-width: 400px;
    }
}
@media (max-width: 400px) {
    .container {
        max-width: 375px;
    }
}

</pre></body></html>