/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.05.2026, 16:08:25
    Author     : tda
*/

@font-face {
    font-family: 'PetrovSans-Trial';

    src: url('../fonts/PetrovSans-Trial-Black.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-BlackItalic.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-Bold.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-BoldItalic.otf') format('opentype');    
    src: url('../fonts/PetrovSans-Trial-BookItalic.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-ExtraBold.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-ExtraBoldItalic.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-ExtraLight.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-ExtraLightItalic.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-Light.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-LightItalic.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-Regular.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-RegularItalic.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-SemiBold.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-SemiBoldItalic.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-Thin.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-ThinItalic.otf') format('opentype');
    src: url('../fonts/PetrovSans-Trial-Book.otf') format('opentype');
}

body {
    font-family: 'PetrovSans-Trial', sans-serif;    
    color: #000000; /*f8f9f7;*/
    margin: 0;
}
body h1 {
    color: #050606;
    font-size: 50px;
    margin: 15px auto 20px;
    text-align: center;
    text-transform: uppercase;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1280px;
}
.header {
    background: #091119;
}
.header-divs {
    display: grid;
    grid-template-columns: 225px auto 190px;
    padding: 15px 0 10px;
}
.header-block-phone {
    float: right;
    font-size: 16px;
    margin: 7px 0 0 0;    
}
.sl-main-catalog-button a, .header-block-phone a {
    text-decoration: none;
    text-transform: uppercase;
}
.sl-main-catalog-button a span, .header-block-phone a span {
    background: #c5e930;
    border-radius: 50px;
    color: #000000;
    padding: 10px 27px;
}
.sl-main-catalog-button a span:hover, .header-block-phone a span:hover {
    background: #7abd00;
}
.menu-main {
    list-style: none;    
    font: normal 15px tahoma;
    margin: 10px 15px 0 auto;    
    text-transform: uppercase;
    line-height: 1.0em;
    float: right;
    width: fit-content;
}
.menu-main li {
    float: left;
    padding: 0 15px 0;
    position: relative;
}
.menu-main li a {
    color: #d0d0d0;
    font-size: 16px;
    text-decoration: none;
}
.menu-main li a:hover {
    text-decoration: underline;
}
#sl-main-title {
    background: url(/2026-design/img/main-img.webp) no-repeat center;
    min-height: 809px;
}
.sl-main-title {
    display: grid;
    grid-template-columns: 55%;
}
.sl-main-phrase {
    margin-top: 310px;
}
.sl-main-phrase h2 {
    color: #c5e930;
    font-size: 37px;
    text-transform: uppercase;
}
.sl-main-catalog h1 {
    color: #050606;
    font-size: 51px;
    margin: 85px auto 45px;
    text-align: center;
    text-transform: uppercase;
}
.sl-main-catalog-links {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    justify-content: center;    
}
#sl-items-main-page {
    margin: 55px 0 50px;
}
#loading-image {
    display: block;
    margin: 0 auto;
}
.catalog-link {
    border-radius: 50px;
    border: 1px solid #d0d0d0; 
    line-height: 1.15em;    
    min-height: 40px;
    min-width: 180px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 8px;
    padding: 5px 0;
    line-height: 1.0em;
}
.catalog-link:hover, .catalog-link.active {
    background: #c5e930;
    cursor: pointer;
}
.catalog-link a, .catalog-link span {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
#pagetop {
    font-size: 0px; 
    margin: 0;
}
.sl-catalog-categories, .sl-catalog-goods {
    display: grid;
    grid-auto-flow: row;
}
.sl-catalog-categories-row, .sl-catalog-goods-row {
    display: grid;
    grid-auto-flow: column;
    justify-items: stretch;
}
.sl-catalog-goods-row {
    grid-template-columns: repeat(3, 1fr);
}
.sl-catalog-goods-row {
    margin-bottom: 30px;
}
.sl-catalog-related {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
}
.sl-catalog-good {
    padding: 0 15px;
}
.sl-catalog-good-border {
    border: 1px solid #d0d0d0;
    padding: 22px;
}
.sl-catalog-good:hover .sl-catalog-good-border {
    border: 1px solid #c5e930;
}
.display-none {
    display: none;
}
.sl-catalog-good h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.sl-catalog-good h3 a {
    text-decoration: none;
    color: #000000;
}
.sl-good-img-block img {
    display: block;
    margin: 0 auto 2em;
}
.sl-good-price {
    font-size: 14px;
}
.sl-good-price .span-price {
    color: #86a40b;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.pager {
    display: grid;
    grid-auto-flow: column;
    justify-content: end;
}
.pager li {
    list-style: none;
    margin: 0 15px 0 0;
}
.pager li a.page {
    color: #141b23;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.pager li a:hover, .pager li a.active {
    color: #86a40b;
    text-decoration: underline;    
}
.sl-page {
    margin-bottom: 60px;
}
.sl-contact-page {
    display: grid;
    grid-template-columns: 40% 60%;
}
.sl-contact-page p {
    margin: 5px auto 10px;
}
.sl-contact-page h4 {
    font-size: 18px;
    margin: 0 auto 20px;    
    text-transform: uppercase;
}
.sl-contacts ul {
    margin: 10px auto;
}
.sl-contacts ul li {
    list-style-image: url(../img/map.webp);
    margin: 15px auto 25px;
}
.footer {
    background: #141b23;
    color: #f8f9f7;
}
.footer-contacts {
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: auto;
    padding: 45px 0 40px;    
}
.footer-contacts h2 {
    color: #f8f9f7;
    font-size: 16px;
    margin: 5px 0 25px;
}
.footer-contacts h4 {
    clear: left;
    font-size: 13px;
    padding: 20px 0 0;
}
.footer-contacts h4 a {
    color: #f8f9f7;
    text-decoration: underline;
}
.footer-contacts p {
    font-size: 13px;
    padding: 0 0 0 25px;
}
.footer-contacts p.address {
    background: url(../img/map.webp) no-repeat;
}
.footer-contacts p.phone {
    background: url(../img/phone.webp) no-repeat;
}
.footer-contacts-blocks {
    display: grid;
    grid-template-columns: 225px auto;
}
.header-link-to-main {
    float: left;
}
.footer-link-to-main {
    float: right;
}
.footer-copyright {
    background: #091119;
    display: flex;
    justify-content: center;
    font-size: 13px;    
    font-style: normal;
}
.footer-copyright p {
    color: #f8f9f7;    
    font-style: normal;
    margin: 15px 0;
    text-align: center;
}
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.sl-copyright {
    margin: 0 auto 18px;
}
#cookie_note p{
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: black;
}
.cookie_accept {
    width:20%;
    background: #c5e930;
    border: 1px solid #c5e930;
    border-radius: 5px;
    color: #000000;
    padding: 10px;
}
.cookie_accept:hover {
    cursor: pointer;
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
















.sl-breadcrumbs {
    margin: 40px auto 15px;
    width: max-content;
}
.sl-breadcrumbs, .sl-breadcrumbs a {
    color: #c0c0c0;
    font-size: 12px;
}
.sl-breadcrumbs .current {
    color: #000000;
}
.sl-breadcrumbs a {
    text-decoration: none;
}

.sl-good-header {
    display: grid;
    grid-template-columns: 50% auto;
    margin: 50px 0 60px 0;
}
.sl-one-good-content {

}
.sl-good-pictures {
    margin: 0 25px 0 0;
}
.sl-good-title {
    font-size: 30px;
    margin: 0 0 25px 0;
}
.sl-good-description .sl-good-price p {
    font-size: 16px;
}
#container {
    margin: 0 auto;
}

#container input {
    height: 65px;
    visibility: hidden;
    width: 0px;
    margin: 0px;
}

#container label {
    background: #fbfcfe;
    border: 1px solid #c0c0c0;
    color: #000000;
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    text-align: center;    
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 200px;
    width: 32.5%;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 1px;
    
}
#container label:last-child {
    margin-right: 0px;
}

#container input:hover + label {
    background: #c5e930;
    border: 1px solid #c5e930;
}

#container input:checked + label {
    background: #c5e930;
    border: 1px solid #c5e930;
    position: relative;
    z-index: 6;
}

#content {
    min-height: 45em;
    position: relative;
    width: 100%;
    z-index: 5;
    overflow: auto;
}

#content div {
    opacity: 0;
    padding: 25px 25px 25px 0;
    position: absolute;
    z-index: -100;
}

#container input#tab-1:checked ~ #content #content-1,
#container input#tab-2:checked ~ #content #content-2,
#container input#tab-3:checked ~ #content #content-3 {
    opacity: 1;
    z-index: 100;
}

input.visible {
    visibility: visible !important;
}

@media(min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .container {
        width: 90%; 
    }
}
@media (max-width: 767px) {
    .container {
        width: auto;
    }
    .sl-catalog-categories-row, .sl-contact-page, .header-divs, .footer-contacts, .sl-main-title, .sl-main-catalog-links, .sl-catalog-goods-row {
        display: flex;
        flex-direction: column;
    }
    body h1, .sl-main-catalog h1 {
        font-size: 36px;
        margin: 25px auto 15px;
        text-align: center;
    }
    .catalog-link {
        margin: 5px 4px;
        padding: 3px 0;
    }
    .sl-main-phrase {
        margin-top: 45px;
    }
    .sl-main-catalog-button {
        margin: auto;
    }
    #sl-main-title {
        min-height: 510px;
    }
    #sl-items-main-page {
        margin: 15px 0 20px;
    }
    .header-divs, .footer-contacts {
        width: 95%;
        margin: auto;
        align-items: center;
    }
    .header-divs {
        padding: 8px 0 5px;
    }
    .menu-main {
        margin: 1em 0;
        padding: 0;
    }
    .header-block-phone {
        margin: 7px 0 15px 0;
    }
    .sl-catalog-goods-row, .sl-catalog-good {
        margin: 0 0 15px 0;
    }
    .sl-catalog-goods-row:last-child, .sl-catalog-good:last-child, .sl-catalog-related .sl-catalog-good:last-child {
        margin: 0;
    }    
    .sl-page {
        margin-bottom: 15px;
    }
    .sl-breadcrumbs {
        margin: 15px auto 0;
        width: auto;
        text-align: center;
    }
    .sl-catalog-links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .sl-good-header {
        margin: 15px 0 20px 0;
        display: flex;
        flex-direction: column;
    }
    .sl-good-title {
        font-size: 25px;
        margin: 15px 0 5px;
    }
    .related {
        margin: 15px 0 5px;
    }
    .sl-catalog-related {
        display: flex;
        flex-direction: column;
    }
    .sl-catalog-related .sl-catalog-good {
        margin: 0 0 15px;
    }
    #container input {
        height: 45px;
    }
    #container label {
        height: 45px;
        line-height: 45px;
        width: 32%;
        min-width: auto;
    }
    #content div {
        padding: 15px 0 0
    }
    .sl-good-pictures {
        margin: 0;
    }    
    #sl-items-page .alarmShow .sl-good-price p, #sl-items-main-page .alarmShow .sl-good-price p, .sl-catalog-good .alarmShow h3 {
        text-align: left;
    }
    .footer-contacts-blocks {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 460px) {
    #container label {
        width: 31%;
        font-size: 11px;
    }
    .sl-main-phrase h2 {
        font-size: 30px;    
        text-align: center;
    }
    .sl-main-phrase {
        margin-bottom: 35px;
    }
}