/*
 * Keep the four Lato faces actually used by the template. These are the exact
 * WOFF2 files previously delivered by Google Fonts, now served locally to
 * remove the external stylesheet and connection setup.
 */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lato-400-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
        U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/lato-700-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
        U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/lato-900-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
        U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/lato-700-italic-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
        U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Товар (например, /sonsole-solar-light) >>> */
.products h1 {
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 36px;
}

.products .order-text {
	color: #C00000;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 36px;
}

.products .paragraph {
	margin-top: 15px;
	margin-bottom: 15px;
}

.products .paragraph a {
	color: #0070C0 !important;
}

.products .paragraph a:last-child:hover {
	text-decoration: underline !important;
	text-decoration-color: #0070C0 !important;
}

.products .center {
	text-align: center;
}

.product h3 {
	color: #C00000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 22px;
}

.product .table-caption {
	text-align: left;
	font-weight: bold;
}

.product .price {
	font-size: 20px;
	font-weight: bold;
}
/* <<< Товар (например, /sonsole-solar-light) */

/* Таблица товаров, например, на странице /svetilniki-ulichnye-konsolnye-avtonomnye-tsena-kupit >>> */
.itemid-216 #wrapper #content-row #component .item_fulltext {
    overflow: auto !important;
}

.product-table td {
    padding: 10px 20px;
    border: solid black 1.0pt;
}

.product-table td p:last-child {
    padding-bottom: 0;
}

.product-table td h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

.product-table td h3 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

.product-table .top-seller-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-table .top-seller-wrapper .top-seller {
    color:#C00000;
    font-weight: bold;
}
/* <<< Таблица товаров, например, на странице /svetilniki-ulichnye-konsolnye-avtonomnye-tsena-kupit */

.blue-btn
{
	background-color: #0070C0;
}

.product-not-available {
    text-transform: uppercase;
    color: red;
    font-weight: bold;
    margin-top: 15px;
}

/* Блок на место слайдера главной страницы >>>> */
#main-banner-container {
    background-color: #f2f2f2;
    padding: 40px 60px;
}

#main-banner-container .row-container {
    display: flex;
    justify-content: space-between;
}

#main-banner-container .row-container > div {
    flex-grow: 1;
    flex-basis: 0;
    padding: 40px 0;
}

#main-banner-container .main-banner-text-container .main-banner-text {
    display: block;
    color: #c40000;
    font-weight: normal;
    font-size: 2.0em;
    line-height: 1.5em;
}

#main-banner-container .main-banner-text-container .main-banner-button {
    margin-top: 80px;
}

#main-banner-container .main-banner-text-container .main-banner-button .readmore {
    border-radius: 8px;
    font-size: 20px;
    padding: 16px 52px;
    text-transform: capitalize;
    background: #c40000;
    color: #ffffff;
}
#main-banner-container .main-banner-text-container .main-banner-button .readmore:hover {
    background: #ff0000;
}

#main-banner-container .main-banner-img {
    width: 545px;
    height: 368px;
    background-image: url('/images/kibor/slide-1-crop-3.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 100px;
}

.sf-menu .main-item {
    cursor: default !important;
    color: blue !important;
    text-decoration: underline !important;
    display: inline-block !important;
    font-weight: bold !important;
    font-size: 24px !important;
}

@media screen and (max-width: 1439px) {
    #main-banner-container {
        padding: 40px 40px;
    }

    #main-banner-container .main-banner-img {
        width: 456px;
        height: 308px;
        margin-left: 60px;
    }

    #main-banner-container .main-banner-text-container .main-banner-text {
        font-size: 1.6em;
        line-height: 1.2em;
    }

    #main-banner-container .main-banner-text-container .main-banner-button {
        margin-top: 60px;
    }

    #main-banner-container .main-banner-text-container .main-banner-button .readmore {
        font-size: 18px;
        padding: 14px 46px;
    }
}

@media screen and (max-width: 767px) {
    #main-banner-container {
        padding: 20px 20px;
    }

    #main-banner-container .row-container > div {
        padding: 30px 0;
    }

    #main-banner-container .main-banner-img {
        width: 308px;
        height: 208px;
        margin-left: 40px;
    }

    #main-banner-container .main-banner-text-container .main-banner-text {
        font-size: 1.4em;
        line-height: 1.1em;
    }

    #main-banner-container .main-banner-text-container .main-banner-button {
        margin-top: 40px;
    }

    #main-banner-container .main-banner-text-container .main-banner-button .readmore {
        font-size: 14px;
        padding: 12px 40px;
    }

    #menu-module-93 > option:nth-child(2) {
        display: none !important;
    }
}

@media screen and (max-width: 569px) {
    #main-banner-container {
        padding: 20px 15px;
    }

    #main-banner-container .main-banner-img {
        width: 308px;
        height: 208px;
        margin-left: 30px;
    }

    #main-banner-container .main-banner-text-container .main-banner-text {
        font-size: 1.3em;
        line-height: 1.1em;
    }

    #main-banner-container .main-banner-text-container .main-banner-button {
        margin-top: 30px;
    }

    #main-banner-container .main-banner-text-container .main-banner-button .readmore {
        font-size: 14px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 499px) {
    #main-banner-container {
        padding: 20px 10px;
    }

    #main-banner-container .row-container > div {
        padding: 20px 0;
    }

    #main-banner-container .main-banner-img {
        width: 200px;
        height: 135px;
        margin-left: 20px;
    }

    #main-banner-container .main-banner-text-container .main-banner-text {
        font-size: 1.0em;
        line-height: 1.0em;
    }

    #main-banner-container .main-banner-text-container .main-banner-button {
        margin-top: 20px;
    }

    #main-banner-container .main-banner-text-container .main-banner-button .readmore {
        font-size: 12px;
        padding: 6px 20px;
    }
}
/* <<<< Блок на место слайдера главной страницы */

/*
 * KIBOR visual-neutral compatibility and performance fixes, 2026-07-30.
 * Layout, responsive flow and legacy animations stay unchanged.
 */

[data-kibor-legacy-center] {
    text-align: center;
}

.kibor-basket-form {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.kibor-basket-form button {
    font-family: inherit;
}

.item_fulltext .kibor-seo-h1 {
    color: #c40000;
    font-size: 30px !important;
    line-height: 38px !important;
    margin: 0 0 12px !important;
    overflow-wrap: anywhere;
    text-align: left !important;
    text-transform: none;
}

.item_fulltext .kibor-seo-h2 {
    color: #333333;
    font-size: 21px !important;
    line-height: 29px !important;
    margin: 0 0 18px !important;
    overflow-wrap: anywhere;
    text-align: left;
    text-transform: none;
}

.item_fulltext .kibor-seo-h2--promoted {
    clear: both;
    text-align: left !important;
}

.item_fulltext .kibor-seo-h1--replaced {
    font-size: 28px !important;
    font-weight: 700;
    line-height: 34px !important;
    margin: 0 0 16px !important;
    overflow-wrap: anywhere;
    text-transform: none;
}

.item_fulltext .kibor-seo-h1--replaced * {
    font-size: inherit !important;
    line-height: inherit !important;
}

.item_fulltext .kibor-seo-h1--brand-compact {
    color: #b51f17 !important;
}

.item_fulltext .kibor-seo-h1--brand-compact * {
    color: inherit !important;
}

.item_fulltext .kibor-seo-h1--napolnie {
    box-sizing: border-box;
    color: #b51f17 !important;
    font-size: 26px !important;
    line-height: 32px !important;
    margin: 0 auto 14px !important;
    max-width: 900px;
    padding: 0 12px;
    text-align: center !important;
}

.item_fulltext .kibor-seo-h1--napolnie * {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.item_fulltext .kibor-seo-empty-spacer {
    display: none !important;
}

.item_fulltext .kibor-seo-h2--replaced {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px !important;
    margin: 0 0 16px !important;
    overflow-wrap: anywhere;
    text-transform: none;
}

.item_fulltext .kibor-seo-h2--replaced * {
    font-size: inherit !important;
    line-height: inherit !important;
}

.item_fulltext .kibor-seo-content {
    clear: both;
    margin-top: 28px;
}

.item_fulltext .kibor-seo-content p:last-child {
    padding-bottom: 0;
}

/*
 * A reviewed legacy subsection can receive a correct semantic level, or a
 * keyword-only heading can become an ordinary block, while retaining the
 * typography its original tag received from template.css.
 */
.item_fulltext .kibor-heading-was-h2 {
    display: block;
    font-size: 55px;
    font-weight: normal;
    line-height: 60px;
    margin: 0 0 30px;
    position: relative;
}

.item_fulltext .kibor-heading-was-h3 {
    color: #000000;
    display: block;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 0 16px;
    position: relative;
    text-transform: none;
}

.item_fulltext .kibor-heading-was-h4 {
    color: #000000;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}

.item_fulltext .kibor-heading-was-h5 {
    color: inherit;
    display: block;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 10px;
    position: relative;
    text-transform: none;
}

.item_fulltext .kibor-heading-was-h6 {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 10px;
    position: relative;
    text-transform: none;
}

.item_fulltext .kibor-seo-h2--napolnie {
    color: #333333 !important;
    font-size: 20px !important;
    font-style: normal !important;
    line-height: 28px !important;
    margin: 0 0 14px !important;
    text-align: center !important;
}

.item_fulltext .kibor-seo-h2--napolnie * {
    color: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    line-height: inherit !important;
}

.item_fulltext .kibor-seo-h2--catalog-section {
    color: #b51f17 !important;
    display: block;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px !important;
    margin: 0 0 14px !important;
    text-align: center !important;
    text-transform: none;
}

.item_fulltext .kibor-seo-h2--catalog-section * {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.kibor-empty-image-spacer {
    display: inline-block;
    width: 200px;
    height: 90px;
    max-width: 100%;
    vertical-align: middle;
}

.kibor-empty-image-spacer--left {
    float: left;
}

@media screen and (max-width: 1200px) {
    .item_fulltext .kibor-heading-was-h2 {
        font-size: 37px;
        line-height: 50px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .item_fulltext .kibor-heading-was-h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 640px) {
    .item_fulltext .kibor-heading-was-h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .item_fulltext .products table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .item_fulltext .kibor-seo-h2--table-compact {
        display: block;
        width: calc(100vw - 62px) !important;
        max-width: none !important;
        margin-left: 0 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .item_fulltext .kibor-seo-h1 {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-bottom: 8px !important;
    }

    .item_fulltext .kibor-seo-h1--replaced {
        font-size: 21px !important;
        line-height: 27px !important;
        margin-bottom: 12px !important;
    }

    .item_fulltext .kibor-seo-h1--napolnie {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-bottom: 10px !important;
        padding: 0 8px;
    }

    .item_fulltext .kibor-seo-h2 {
        font-size: 17px !important;
        line-height: 24px !important;
        margin-bottom: 14px !important;
    }

    .item_fulltext .kibor-seo-h2--replaced {
        box-sizing: border-box;
        font-size: 17px !important;
        line-height: 23px !important;
        margin-bottom: 12px !important;
        max-width: calc(100vw - 40px) !important;
        white-space: normal;
    }

    .item_fulltext .kibor-seo-h2--napolnie,
    .item_fulltext .kibor-seo-h2--catalog-section {
        font-size: 17px !important;
        line-height: 23px !important;
        margin-bottom: 12px !important;
    }

    .item_fulltext .kibor-seo-content {
        margin-top: 22px;
    }
}

/* Modern browsers use the smaller WebP files. The original PNG/JPEG
 * declarations remain first as a safe fallback for older browsers.
 */
#main-banner-container .main-banner-img {
    background-image: url('/images/kibor/slide-1-crop-3.png');
    background-image: image-set(
        url('/images/kibor/slide-1-crop-3.webp') type('image/webp'),
        url('/images/kibor/slide-1-crop-3.png') type('image/png')
    );
}

#mainbottom-row {
    background-image: url('../images/template/mainbottomBg.jpg');
    background-image: image-set(
        url('../images/template/mainbottomBg.webp') type('image/webp'),
        url('../images/template/mainbottomBg.jpg') type('image/jpeg')
    );
}

#footer-row,
.propos-item {
    background-image: url('../images/template/footerBg.jpg');
    background-image: image-set(
        url('../images/template/footerBg.webp') type('image/webp'),
        url('../images/template/footerBg.jpg') type('image/jpeg')
    );
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/*
 * Performance: the legacy template keeps every article/module transparent and
 * translated until window.load. On image-heavy pages this delays real content
 * by several seconds and creates large layout shifts. Render the content in its
 * final position immediately; only the decorative entrance motion is removed.
 */
.item,
.item__module,
.mod-newsflash-adv.droplist .item,
.mod-newsflash-adv.testimonials .item,
.mod-newsflash-adv.mod-newsflash-adv__services .item,
.mod-newsflash-adv.custom .item {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
