@font-face {
    font-family: 'SN';
    src: url('../fonts/11.ttf') format('ttf');
    src: url('../fonts/11.woff2') format('woff2');
    src: url('../fonts/11.woff') format('woff');
    src: url('../fonts/11.otf') format('otf');
    src: url('../fonts/11.eot') format('eot');
}

:root {
    --ff-1: 'SN', 'Helvetica Neue', 'Roboto', sans-serif;
}
* {
    box-sizing: border-box;
    line-height: 1.42857143;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: var(--ff-1);
    background-color: #fafafa;
}
.contcat a,
.filtr,
header {
    background-color: #fff;
}

header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a {
    color: #000;
    text-decoration: none;
}
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .2);
}
header li a {
    font-size: 16px;
    line-height: 16px;
}
header li,
.d-flex {
    display: flex;
}
.d-nn {
    display: none;
}
header .mhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 12.5px 20px;
    margin: auto;
    height: 55px;
}
header .logo img {
    height: 30px;
}
header .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    font-weight: 700;
}
main {
    padding: 55px 7.5vw 0;
}
.mainimg {
    text-align: center;
    padding-top: 55px;
}
.action {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.action a {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.action a:hover {
    transform: scale(1.1);
}
img {
    border-style: none;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .ptb12 {
    margin: 0;
    padding: 12px 0;
}
h1 {
    font-family: var(--ff-1);
    font-size: calc(1rem* 7.2)
}
h2, h3, h4 {
    font-weight: 100;
    font-size: calc(1rem* 1.6)
}
.jc-sb {
    justify-content: space-between;
}
.jc-c {
    justify-content: center;
}
.ai-c {
    align-items: center;
}
.ma {
    margin: auto;
}
.p-r {
    position: relative;
}
.f1 {font-size: calc(1rem* 2);}
.f, .f1 {font-family: var(--ff-1);}
.mside {
    margin: 0 20px;
}
.bg-w {
    background: #fff;
}
.bg-wg {
    background: linear-gradient(to bottom, #ff7e5f00, #fff);
    cursor: pointer;
}
.pside {
    padding: 0 3.75vw;
}
.pt80 {
    padding-top: 80px;
}
.mw1200 {
    max-width: 1200px;
}
.content {
    display: grid;
}
.filtrcont {
    max-width: 250px;
    height: fit-content;
    width: 100%;
}
.filtr {
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .11);
    font-size: 14px;
    overflow: hidden;
    padding: 10px 20px;
    margin: 10px 10px 20px;
}
.filtrname {
    font-size: 16px;
    overflow: hidden;
    padding: 10px 0;
    text-overflow: ellipsis;
}
.filtr ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
.filtr ul li label {
    padding: 6px 10px 6px 0;
    width: fit-content;
    cursor: pointer;
    display: flex;
    user-select: none;
    word-break: break-word;
    min-height: 20px;
    min-width: 20px;
}
.filtr ul li label input {
    display: none;
}
.filtr ul li label span.checkmark {
    border: 1px solid #373737;
    border-radius: 2px;
    flex-shrink: 0;
    height: 20px;
    position: relative;
    width: 20px;
}
.filtr ul li label span.lbltxt {
    padding-left: 15px;
    cursor: pointer;
    display: flex;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    word-break: break-word;
}

.contcat {
    display: grid;
    justify-content: start;
    margin: 20px 0;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.contcat a {
    padding: 0;
}
.contcat a article {
    height: 100%;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: #7d7d7d33 0 0 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.contcat a article .imgcont {
    min-height: 75px;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
section .contcat a {
    height: 100%;
}
.contcat a article .imgcont img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.contcat a article .txtcont {
    width: 100%;
    padding: 8px 10px;
    border-radius: 0 9px;
}
.contcat a article .txtcont h3 {
    color: #373737;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 1.2;
    white-space: normal;
}
.contcat a article .txtcont h4 {
    color: #3a3a3a;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    margin: 2.5px 0px 0px 0px;
}
.contcat a article .txtcont h3,
.contcat a article .txtcont h4 {
    padding: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-word;
}

section h2 {
    margin: 0;
    font-weight: 300;
    font-family: var(--ff-1);
}
section a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
section img {
    max-height: 40px;
}


.hamburger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 100;
    order: -1;
}
#navMenu a.nmm {
    padding: 19.5px 10px;
    cursor: pointer;
}
#navMenu.active {
    display: block;
}
#navMenu .close {
    color: #ccc;
    float: right;
    font-size: 38px;
    top: 80px;
    position: absolute;
    right: 20px;
}
#buyModal .close {
    float: right;
    cursor: pointer;
    font-size: 35px;
}

#navMenu .close:hover,
#navMenu .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#opp {
    display: block;
    background: #000;
    width: 100vw;
    height: 200vh;
    position: absolute;
    opacity: 0.5;
}
.close-icon {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.close-icon::before,
.close-icon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1.5px;
    background-color: #000;
    transform-origin: center;
}

.close-icon::before {
    transform: rotate(45deg);
}

.close-icon::after {
    transform: rotate(-45deg);
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 4.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}
.g15,
#navMenu ul {
    gap: 15px;
}
#navMenu ul li a:hover {
    background: #a7a7a7;
}
.close-icon,
#opp {
    display: none;
}

#cookie-notice {
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    background: #fff;
    max-width: 700px;
    margin: 1vw;
    border: 1px solid #eeeeee;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    z-index: 9999;
}
#cookie-notice .bl {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
} 
#cookie-notice .bl button {
    max-width: 300px;
    padding: 2px;
}
.btn,
#accept-cookies {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    min-height: 40px;
    min-width: 150px;
    padding: 10px 15px;
    position: relative;
    width: -moz-max-content;
    color: rgb(47, 61, 85);
    background: rgb(1, 5, 4);
    -webkit-appearance: button;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
}
.btn {
    align-items: center;
    text-align: center;
    font-size: 13px;
    min-width: auto;
    width: 100px;
    padding: 5px 10px;
    margin-top: 15px;
    position: static;
}
.ctlg-btn {
    background: #000;
    color: #fff;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: small;
}
.lgn {
    height: 50vh;
    align-content: center;
}
.lgn form {
    display: grid;
    justify-content: center;
}
.lgn form .inp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
}
footer {
    margin-top: 40px;
    border-top: 1px solid rgb(225, 225, 225);
}
footer section a {
    display: inline;
    padding: 0;
}
footer .mnctr {
    padding: 20px 0 70px;
}
footer .cdc {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    padding-bottom: 16px;
}
footer section.cfc {
    word-wrap: break-word;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    justify-content: flex-start;
    padding: 0 30px;
}
footer .uptxt {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #010504;
}
footer .cfpc {
    text-align: left;
}
footer .cfpc nav {
    display: inline-flex;
    flex-direction: column;
    gap: 12px 0;
}
footer .cfpc .cac,
footer .cfpc nav {
    color: #2f3d55;
}

footer .cfpc nav a {
    font-size: 16px;
    outline: 0;
    justify-content: start;
    color: #2f3d55;
}
footer .cfpc .cac .cal {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}
footer .cac address {
    width: 200px;
    word-break: break-word;
    font-style: normal;
    font-size: 14px;
}
footer .ccc {
    margin-top: 12px;
    text-align: left;
    color: #2f3d55;
    font-size: 14px;
}
footer .ccc .ccl {
    font-weight: 600;
    margin-bottom: 6px;
}
footer .ccc a {
    color: #2f3d55; 
    border-bottom: 1px solid #2f3d55;
}
.gallery {
    display: grid;
    grid-template: repeat(11, 1fr) / repeat(6, 1fr);
    gap: 0.5vw;
}
.gallery div {
    aspect-ratio: 2 / 3;
    padding: 0.5vw;
    cursor: pointer;
    transition: padding 0.3s ease;
}
.gallery div:hover {
    padding: 0;
}
.gallery img {
    display: block;
    top: 0;
    /* position: absolute; */
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.modal {
    justify-content: center;
    display: none;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

#modal-title {
    color: var(--c-bl);
}

#modal-price {
    font-size: xx-large;
    font-weight: 600;
    color: var(--c-bl);
}

#modal-image {
    max-width: 100%;
    max-height: calc(100vh - 90px);
    margin-top: 80px;
    object-fit: cover;
}

#btn-mdl {
    width: 200px;
    border-radius: 10px;
}

.modal-fl {
    background-color: var(--c-w);
    margin: 110px auto;
    padding: 0 10px;
    width: 80%;
    border-radius: 20px;
}

.modal-content {
    display: contents;
    padding: 20px;
}
.modal-content div {
    display: grid;
    justify-content: center;
    align-items: center;
}
.modal-content div button {
    transform: none;
    position: static;
    height: calc(100% - 100px);
    margin-top: 100px;
}

#loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* loading */
/* Absolute Center Spinner */
.loading {
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgb(193 227 194 / 90%) 1.5em 0 0 0, rgb(193 227 194 / 90%) 1.1em 1.1em 0 0, rgb(193 227 194 / 90%) 0 1.5em 0 0, rgb(193 227 194 / 90%) -1.1em 1.1em 0 0, rgb(193 227 194 / 90%) -1.5em 0 0 0, rgb(193 227 194 / 90%) -1.1em -1.1em 0 0, rgb(193 227 194 / 90%) 0 -1.5em 0 0, rgb(193 227 194 / 90%) 1.1em -1.1em 0 0;
    box-shadow: rgb(193 227 194 / 90%) 1.5em 0 0 0, rgb(193 227 194 / 90%) 1.1em 1.1em 0 0, rgb(193 227 194 / 90%) 0 1.5em 0 0, rgb(193 227 194 / 90%) -1.1em 1.1em 0 0, rgb(193 227 194 / 90%) -1.5em 0 0 0, rgb(193 227 194 / 90%) -1.1em -1.1em 0 0, rgb(193 227 194 / 90%) 0 -1.5em 0 0, rgb(193 227 194 / 90%) 1.1em -1.1em 0 0;
}
section.prd {
    padding: 33px 0 0;
}
article.prd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
}

article.prd .imgcont img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
article.prd div div span {
    display: inline-block;
    border: 2px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 1.5vw;
    margin-right: 1vw;
    cursor: pointer;
    white-space: nowrap;
}
article.prd div div span.active,
article.prd div div span:hover {
    color: #fff;
    background: #000;
}

/* Скрываем нативный чекбокс */
.qs-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Стилизуем кастомную галку */
.checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 3px;
    display: inline-block;
}

/* Галочка (видна только когда активна) */
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}
/* Показываем галочку при :checked */
.qs-checkbox-input:checked+.checkmark::after {
    display: block;
}
.qs-checkbox-input:checked+.checkmark {
    background: #000;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* end loading */


.dtr1 {
    left: 0;
    top: 55px;
}

.dtr2 {
    left: 129px;
    top: 0;
    padding: 0;
}

.dtr1,
.dtr2 {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    border-radius: 3px;
    padding: 10px 5px;
    box-shadow: #7d7d7d85 0 3px 5px 2px;
}

.dtr1 a,
.dtr2 a {
    background: var(--c-w);
    border: 1px solid var(--c-g);
    border-radius: 5px;
    color: var(--c-b);
    font-weight: 100;
    min-width: 130px;
    padding: 5px;
}

.dtr1 a:hover,
.dtr2 a:hover {
    background: #a7a7a7;
    color: var(--c-b);
}
header nav li:hover>.dtr1,
.dtr1 li:hover>.dtr2 {
    display: block;
}

.dtr1 li:hover a {
    background: #a7a7a7;
}

.dtr1 li:hover>.dtr2 li a {
    background: #fff;
}

.dtr2 li:hover a {
    background: #a7a7a7 !important;
}

.dtr1 ul.db {
    display: block;
    padding: 0;
}
.dtr1 ul.db li {
    position: relative;
}

.dtr1:hover,
.dtr2:hover {
    display: block;
}
#buyModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
#buyModal .bmw {
    background: white;
    padding: 20px;
    border-radius: 8px;
}
#buyModal form input {
    width: 100%;
}
#buyModal form .nmbr {
    display: flex;
    gap: 20px;
}
#buyModal form .nmbr input {
    width: 50px;
}


.indicators {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
    margin-top: 10px;
}
.indicators span.dot {
    display: grid;
    align-content: center;
    margin-right: 0;
}
.indicators span.dot:hover {
    background: #ccc;
}

.indicators button {
    padding: 0;
    background: none;
    font-size: 15px;
}

.indicators .dot {
    border: 1px solid var(--c-bb);
}

.indicators .dot.active {
    background: #000;
}
.slider {
    position: relative;
    margin: auto;
    overflow: hidden;
    align-self: start;
}

.slider p {
    text-align: end;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}
.contact p {
    margin: 0;
}
.contact a {
    justify-content: left;
}


@media (max-width: 1150px) {
    .lic h4 {
        font-size: calc(1rem* 1.6);
    }
    .gallery {
        grid-template: repeat(13, 1fr) / repeat(5, 1fr);
    }
    .contcat {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 950px) {
    .contcat {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 48em) {
    .hamburger-menu {
        display: none;
    }
    #navMenu {
        display: block !important;
    }
}
@media (max-width: 48em) {
    .contcat {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    .close-icon {
        display: block;
    }
    header #opp,
    header nav#navMenu {
        display: none;
    }
    header .mhead {
        justify-content: start;
    }
    .lic h4 {
        font-size: calc(1rem* 1.2);
    }
    h1 {
        font-size: calc(1rem* 2.9);
    }
    #gallery div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    .mla {
        margin-left: auto;
    }
    .bl2, .bl3 {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .blpht {
        grid-template-columns: repeat(2, 1fr);
    }
    #navMenu {
        position: absolute;
        z-index: 100;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        height: 100vh;
        padding-top: 80px;
        max-width: 250px;
    }
    #navMenu ul.ai-c {
        display: grid;
        width: 100%;
        justify-content: flex-start;
        margin: 0 20px;
    }
    #navMenu ul li {
        justify-content: flex-start;
    }
    .pside {
        padding: 0;
    }
    #navMenu .close {
        top: 80px;
        right: 5px;
        background-color: #dedede33;
        margin-top: 5px;
        padding: 0 10px;
        border-radius: 10px;
    }
    .gallery {
        grid-template: repeat(16, 1fr) / repeat(4, 1fr);
    }
    .contcat a {
        width: calc(100% - 20px) !important;
    }
    article.prd {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 30em) {
    main {
        padding: 55px 4vw 0;
    }
    .btn {
        display: grid;
    }
    .filtrcont {
        display: block;
        position: fixed;
        height: 100vh;
        overflow-y: auto;
        background: #fafafa;
        left: -104vw;
        padding-left: 4vw;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, .11);
        transition: left 0.6s ease;
    }
    .filtrcont.active {
        left: -4vw;
        transition: left 0.6s ease;
    }
    .contcat {
        grid-template-columns: 1fr 1fr;
        gap: 0;
        row-gap: 15px;
    }
    section .contcat a {
        margin: auto;
    }
    .gallery {
        grid-template: repeat(32, 1fr) / repeat(2, 1fr);
    }
    .lgn form .inp {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 15px;
    }
}