@font-face {
    font-family: "Mazda Type Cyrillic";
    src: url("../fonts/MazdaTypeCyrillic-BoldItalic.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-BoldItalic.woff") format("woff"),
    url("../fonts/MazdaTypeCyrillic-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Mazda Type Cyrillic";
    src: url("../fonts/MazdaTypeCyrillic-Bold.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-Bold.woff") format("woff"),
    url("../fonts/MazdaTypeCyrillic-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mazda Type Cyrillic";
    src: url("../fonts/MazdaTypeCyrillic-Medium.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-Medium.woff") format("woff"),
    url("../fonts/MazdaTypeCyrillic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mazda Type Cyrillic";
    src: url("../fonts/MazdaTypeCyrillic-MediumItalic.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-MediumItalic.woff") format("woff"),
    url("../fonts/MazdaTypeCyrillic-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Mazda Type Cyrillic";
    src: url("../fonts/MazdaTypeCyrillic-Regular.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-Regular.woff") format("woff"),
    url("../fonts/MazdaTypeCyrillic-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mazda Type Cyrillic";
    src: url("../fonts/MazdaTypeCyrillic-Italic.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-Italic.woff") format("woff"),
    url("../fonts/MazdaTypeCyrillic-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Mazda Type Cyrillic";
    color: #2f2f2f;
    background-color: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header {
    background-color: #101010;
}

.menu {
    flex: 1;
    justify-content: center;
}

.nav-link {
    font-weight: 500;
    font-size: 0.95rem;
    white-space: nowrap;
}

.logo img {
    max-height: 40px;
}

.bg-accent {
    background-color: #727272;
}

.nav-link:hover {
    color: #ccc;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #888;
    padding: 0 0.5rem;
}

.btn-close-white {
    filter: invert(1);
}

.breadcrumbs {
    color: #727272;
}

.selected-filter {
    display: flex;
    width: auto;
    background-color: #727272;
    padding: 4px 8px 4px 12px;
    border-radius: 5px;
    gap: 4px;
    font-size: 16px;
    color: #f2f2f2;
    cursor: pointer;
}

.bg-f2f2f2 {
    background-color: #f2f2f2;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    cursor: pointer !important;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #910a2e !important;
}

.nav-link {
    color: #2f2f2f;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    cursor: pointer !important;
    isolation: isolate;
    border-color: transparent;
}

.nav-link:focus {
    color: #2f2f2f;
}

.form-control,
.form-select {
    background-color: #ffffff;
    border-color: #959595;
    padding: 12px 16px;
    color: #2f2f2f;
}

.form-select {
    color: #727272;
}

.with-image > .form-control {
    padding-left: 40px;
}

.with-image > img {
    left: 20px;
    top: calc(50% - 12px);
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #959595;
}

.btn {
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-danger {
    border-color: #910a2e;
    background-color: #910a2e;
    color: #f2f2f2;
}

.btn-danger-50 {
    border-color: #5f071e;
    background-color: #5f071e;
    color: #f2f2f2;
}

.shadow {
    box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.08) !important;
}

.black-friday-label {
    position: absolute;
    left: 15px;
    top: 5px;
    background-color: #b4947e;
    color: #ffffff;
    padding: 4px 8px;
}

.discount-label {
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #910a2e;
    color: #fff;
    bottom: -21px;
    right: 10px;
    font-weight: bold;
    font-size: 20px;
}

.card-img-top {
    border-radius: 0 !important;
}

.card-description {
    background-color: #f6f2ef;
}

footer,
footer .list-unstyled a,
footer a {
    color: #f2f2f2 !important;
    text-decoration: none;
}

footer,
footer .list-unstyled > li {
    margin-bottom: 5px;
}

footer .text-muted {
    color: #b9b9b9 !important;
}

footer {
    background-color: #171512;
}
.min-h-56, .btn-normal {
    min-height: 56px;
}

.btn-sm {
    padding: 4px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #202020;
}

input:checked + .slider:before {
    transform: translateX(18px);
}

.btn > input[type="checkbox"] {
    display: none;
}

.noUi-target {
    background: #D4D4D8 !important;
    height: 4px !important;
    border: none !important;
    border-radius: 2px !important;
    /*margin-top: 40px;*/
}

.noUi-connect {
    background: #202020 !important;
}


.noUi-handle {
    background: #ffffff !important;
    border: 2px solid #202020 !important;
    width: 16px !important;
    height: 16px !important;
    top: -6px !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none !important;
}

.noUi-tooltip {
    background: #202020 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    padding: 5px 12px !important;
    bottom: 130% !important;
    white-space: nowrap !important;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.45);
!important;
}

.black-line {
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #2F2F2F;
}

.btn.btn-outline-dark {
    border: 1.5px solid #202020;
}

.bg-pink {
    background-color: #FDE7ED;
    color: #5F071E;
}

.bg-pink .slider {
    background-color: #910A2E;
}
.bg-pink input:checked + .slider {
    background-color: #910A2E;
}


input[type="checkbox"].styled-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #DCDCDC;
    border-radius: 4px;
    background-color: #f2f2f2;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"].styled-checkbox:checked {
    background-color: #202020;
    border-color: #202020;
}

input[type="checkbox"].styled-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-check-input:focus {
    box-shadow: none;
}

.border-DCDCDC {
    border: 1px solid #DCDCDC;
}

.text-danger {
    color: #910a2e !important;
}
.description-content ul {
    padding-left: 15px !important;
}