:root {
    --orange: #e7620b;
    --grey: #585f5e;
    --black: #1b1918;
    --font-family: "Formular", sans-serif;
    --second-family: "Commissioner", sans-serif;
}

body {
    font-weight: 400;
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    body {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

h1 {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 50px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 32px;
}
@media (max-width: 1199px) {
    h1 {
        font-size: 40px;
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.btn {
    border-radius: 12px;
    padding: 13px 27px 15px;
    font-size: 20px;
    color: #fff;
}
.btn-sm {
    padding: 8px 15px 10px;
    font-size: 14px;
}
.btn-primary {
    background: var(--orange);
    border-color: var(--orange);
}
.btn-primary:hover {
    background: var(--orange);
    border-color: var(--orange);
}
.btn-primary:active {
    background: var(--orange) !important;
    border-color: var(--orange) !important;
}
.btn-outline-primary {
    color: #000;
    background: transparent;
    border: 1px solid #0d0d0f;
}
.btn-outline-primary:hover {
    background: #0d0d0f;
    border: 1px solid #0d0d0f;
    color: #fff;
}
.btn-outline-primary:active {
    background: #0d0d0f !important;
    border-color: #0d0d0f !important;
}
.btn-outline-primary-white {
    border: 1px solid #fff;
    padding: 9px 27px 12px;
    border-radius: 12px;
    color: #fff;
}
.btn-outline-primary-white:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.btn-outline-primary-white:active {
    background: #fff !important;
    border-color: #fff !important;
}

.form-control {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    border: none;
    font-size: 20px;
    font-weight: 300;
    padding: 12px 0;
    border-bottom: 1px solid #999;
}
.form-control:focus {
    border-color: var(--black);
}

.form-select {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 12px 16px 14px;
    box-shadow: none !important;
}
.form-select:focus {
    border-color: var(--black);
}
.form-select-sm {
    padding: 8px 16px 10px;
    width: auto;
}
.form-title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.form-text {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 10px;
}
.form-check {
    padding-left: 40px;
    min-height: 42px;
}
.form-check-input[type=checkbox] {
    width: 28px;
    height: 28px;
    border: 1px solid #666;
    margin-left: -40px;
    border-radius: 4px;
    box-shadow: none !important;
}
.form-check-label {
    font-size: 18px;
    position: relative;
    top: 3px;
    opacity: 0.6;
}
.form-check-input:checked[type=checkbox] {
    border-color: var(--orange);
    background-color: var(--orange);
}
.menu-icon {
    cursor: pointer;
    margin-left: 50px;
}

.main-menu {
    position: absolute;
    background: var(--black);
    height: 100vh;
    top: 0;
    right: 0;
}
.main-menu-close {
    position: absolute;
    right: 15px;
    top: 25px;
    cursor: pointer;
}
.main-menu-container {
    width: 350px;
    padding: 80px 30px 30px;
    height: 100vh !important;
}
.main-menu .nav {

}
.main-menu .nav-link {
    color: #fff;
    padding: 12px 0;
    font-weight: 300;
}
.main-menu .nav-link:hover {
    color: var(--orange);
}
.main-menu .nav .collapsible {
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75223 5.22299L0.500689 9.04938C0.307633 9.22313 -1.80912e-08 9.08612 -2.94444e-08 8.82639L-3.63958e-07 1.17361C-3.75311e-07 0.913877 0.307633 0.77687 0.500689 0.950621L4.75224 4.77701C4.88465 4.89618 4.88465 5.10382 4.75223 5.22299Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.main-menu .nav .waSlideMenu-back a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6'%3E%3Cpath d='M15 18L9 12L15 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 12px 0 12px 30px;
    display: inline-block;
}
.main-menu-social {
    margin-top: 40px;
    display: flex;
}
.main-menu-social a {
    margin-right: 20px;
}

.header {
    padding: 10px 0 12px;
    background: var(--black);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
}
.header .phone {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.header .phone + .phone {
    margin-left: 20px;
}
.header .logo {
    display: inline-block;
}

.city-icon {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.city-menu {
    position: absolute;
    background: #4f4f4f;
    padding: 10px 20px 10px;
    top: 82px;
    min-width: 200px;
}
.city-menu:before {
    width: 0;
    height: 0;
    display: block;
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #4f4f4f;
    position: absolute;
    left: 37px;
    top: -13px;
}
.city-menu .nav-link {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    padding: 4px 0;
    margin-bottom: 10px;
    cursor: pointer;
}
.city-menu .nav-link:last-child {
    margin-bottom: 5px;
}
.city-menu .nav-link:hover {
    text-decoration: underline;
}

.btn-special {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    border-radius: 40px;
    padding: 6px 10px;
    display: inline-block;
    background: var(--orange);
    text-decoration: none;
    margin-left: 60px;
}
@media (max-width: 575px) {
    .btn-special {
        margin-left: 40px;
    }
}

.block {
    margin-bottom: 80px;
    padding: 60px 0;
}
@media (max-width: 991px) {
    .block {
        padding: 25px 0;
        margin-bottom: 20px;
    }
}
.block-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 50px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 32px;
}
.block-title--grey {
    color: #585f5e;
}
@media (max-width: 1199px) {
    .block-title {
        font-size: 40px;
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    .block-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.block-1 {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .block-1 {
        margin-bottom: 0;
    }
}
.block-1 .block-title {
    font-size: 60px;
}
@media (max-width: 1199px) {
    .block-1 .block-title {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .block-1 .block-title {
        font-size: 30px;
    }
}
.block-1 .block-text {
    font-size: 24px;
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .block-1 .block-text {
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 25px;
    }
}
.block-1 p {
    color: var(--grey);
}
@media (max-width: 991px) {
    .block-1 .btn {
        width: 100%;
    }
}

.block-2 {
    padding: 40px 0;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .block-2 {
        padding: 0 0 40px;
    }
}
.block-2 .item {
    font-weight: 300;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .block-2 .item {
        margin-bottom: 16px;
    }
}
.block-2 .item-title {
    font-weight: 500;
    margin-bottom: 15px;
}

.block-3 {
    padding: 80px 0;
    background: #f8f8f8;
    font-weight: 300;
}
@media (max-width: 991px) {
    .block-3 {
        padding: 25px 0 10px;
        margin-bottom: 20px;
    }
}
.block-3 .point {
    position: absolute;
    top: 341px;
    left: 167px;
    font-weight: 500;
}
.block-3 .point-2 {
    top: 311px;
    left: 200px;
}
.block-3 .point-3 {
    top: 293px;
    left: 264px;
}
.block-3 .point-4 {
    top: 274px;
    left: 200px;
}
.block-3 .point-5 {
    top: 250px;
    left: 162px;
}
@media (max-width: 1199px) {
    .block-3 .point {
        top: 200px;
        left: 150px;
    }
}
.block-3 .point-title {
    margin-left: 30px;
    margin-bottom: 7px;
}
.block-3 .point-title svg {
    margin-top: -3px;
}
.block-3 .point-text {
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    font-size: 14px;
    display: none;
}

.block-4 {
    padding: 0 0 40px;
}
.block-4 .row-items {
    --bs-gutter-x: 40px;
}
.block-4 .item {
    position: relative;
    height: 335px;
    text-decoration: none;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
@media (max-width: 991px) {
    .block-4 .row-items {
        --bs-gutter-x: 20px;
    }
    .block-4 .item {
        margin-bottom: 25px;
    }
}
.block-4 .item:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #535353 100%);
    border-radius: 0 0 20px 20px;
}
.block-4 .item-title {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 24px;
}
@media (max-width: 991px) {
    .block-4 .item-title {
        font-size: 16px;
    }
}
.block-4 .item-text {
    position: relative;
    z-index: 1;
    font-weight: 300;
    font-size: 20px;
}
@media (max-width: 991px) {
    .block-4 .item-text {
        font-size: 14px;
    }
}
.block-4 .block-title {
    margin-bottom: 20px;
}
.block-4 .block-text {
    font-size: 24px;
}
@media (max-width: 991px) {
    .block-4 .block-text {
        font-size: 14px;
    }
}
.block-5 .block-text {
    font-size: 18px;
}
@media (max-width: 991px) {
    .block-5 .block-text {
        font-size: 14px;
    }
}
.block-7 {
    padding: 0;
}
.block-7 .block-title {
    margin-bottom: 200px;
}
.block-7 .row-items {
    --bs-gutter-x: 40px;
}
.block-7 .item {
    margin-bottom: 35px;
}
.block-7 .item-img {
    text-align: center;
}
.block-7 .item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    margin: 15px 0;
}
.block-7 .item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
}
@media (max-width: 991px) {
    .block-7 .block-title {
        margin-bottom: 36px;
    }
    .block-7 .row-items {
        --bs-gutter-x: 10px;
    }
    .block-7 .item {
        margin-bottom: 15px;
    }
    .block-7 .item-title {
        font-size: 16px;
    }
    .block-7 .item-text {
        font-size: 14px;
    }
}
.block-8 {
    background: url("../image/block-8.png") no-repeat 100% 50% #fff;
    background-size: 40% auto;
    margin-bottom: 0;
    padding-bottom: 180px;
}
.block-8 .item {
    font-weight: 300;
    font-size: 18px;
    padding: 10px 10px 10px 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='11.5' stroke='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0315 4.25C12.4458 4.25054 12.7811 4.58677 12.7806 5.00098L12.7622 19.001C12.7617 19.4152 12.4254 19.7505 12.0112 19.75C11.597 19.7495 11.2617 19.4132 11.2622 18.999L11.2806 4.99902C11.2811 4.5848 11.6173 4.24946 12.0315 4.25Z' fill='%231C1B1E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H19C19.4142 11.25 19.75 11.5858 19.75 12C19.75 12.4142 19.4142 12.75 19 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12Z' fill='%231C1B1E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 50%;
}
@media (max-width: 991px) {
    .block-8 {
        background-image: none;
        padding-bottom: 35px;
    }
}
.block-order {
    background: url("../image/block-order.png") no-repeat;
    background-size: cover;
    margin: 0;
}
@media (max-width: 991px) {
    .block-order {
        background: none;
        padding-top: 0;
    }
    .block-8 .item {
        font-weight: 300;
        font-size: 14px;
    }
}
.block-10 {
    padding: 100px 0;
}
.block-10-text {
    font-weight: 300;
    font-size: 18px;
}
.block-10 .items {
    margin-top: 60px;
}
.block-10 .item {
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .block-10 .block-title br {
        display: none;
    }
    .block-10 {
        padding: 40px 0;
        margin-bottom: 0;
    }
    .block-10 .items {
        margin-top: 20px;
    }
}
.block-11 {
    margin-bottom: 120px;
}
.block-11 .block-text {
    font-size: 18px;
}
.block-11 .items {
    display: flex;
    justify-content: space-between;
}
.block-11 .items .item {
    font-size: 18px;
    min-width: 33.33%;
}
.block-11 .items .item-title {
    font-size: 70px;
}
.block-11 .items .item-text {
    opacity: .6;
}
@media (max-width: 991px) {
    .block-11 {
        margin-bottom: 50px;
    }
    .block-11 .items {
        flex-wrap: wrap;
    }
    .block-11 .block-text {
        font-size: 14px;
    }
    .block-11 .items .item {
        font-size: 14px;
    }
}
.block-12 {

}
.block-12 .block-title {
    display: flex;
    align-items: center;
}
.block-12 .block-title .num {
    margin-right: 15px;
}
.block-12 .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.block-12 .item {
    border-radius: 20px;
    background: #efefef;
    padding: 20px;
    height: 100%;
}
.block-12 .item-title {
    font-weight: 500;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.block-12 .item-title .num {
    opacity: 0.4;
}
.block-12 .item-text {
    font-weight: 300;
    font-size: 18px;
}
@media (max-width: 991px) {
    .block-12 {
        margin-bottom: 20px;
    }
    .block-12 .title-wrap {
        flex-direction: column;
    }
    .block-12 .block-title svg {
        width: 65px !important;
    }
    .block-12 .title-wrap {
        margin-bottom: 30px;
    }
    .block-12 .title-wrap .btn {
        width: 100%;
    }
    .block-12 .item {
        padding: 15px;
    }
    .block-12 .item-title {
        font-size: 18px;
    }
    .block-12 .item-text {
        font-size: 14px;
    }
}
.block-13 {
    margin-bottom: 0;
}
.block-13 .block-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.block-13 .block-title {
    margin-bottom: 0;
}
.block-13 .block-text {
    font-size: 18px;
}
.block-13 .items .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.block-13 .items .item {
    height: 300px;
    border-radius: 20px;
    display: block;
    overflow: hidden;
}
.block-13 .items .item.item-big {
    height: calc(600px + 40px);
}
.block-13 .items .item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (max-width: 1199px) {
    .block-13 .block-title-wrap {
        flex-direction: column;
        margin-bottom: 25px;
        align-items: start;
    }
    .block-13 .block-text {
        margin-top: 10px;
        font-size: 14px;
    }
    .block-13 .items .item {
        height: 200px;
    }
    .block-13 .items .item.item-big {
        height: 200px;
    }
    .block-13 .items .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
}
.block-15 {

}
.block-15 .block-title {
    margin-bottom: 50px;
}
.block-15 .items .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.block-15 .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.block-15 .item-title {
    font-weight: 500;
    font-size: 24px;
    margin: 15px 0;
}
.block-15 .item-text {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .block-15 .item-title {
        font-size: 18px;
    }
    .block-15 .item-text {
        font-size: 14px;
    }
}
.block-16 {
    background: #f8f8f8;
    padding: 70px 0 0;
    margin-bottom: 0;
}
.block-16 .block-img {
    position: relative;
}
.block-16 .block-img:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(transparent, #f8f8f8);
}
@media (max-width: 1199px) {
    .block-16 {
        padding: 30px 0 40px;
    }
}
.block-17 {
    background: #f8f8f8;
    padding: 80px 0;
    margin-bottom: 0;
}
.block-17 .block-title {
    margin-bottom: 100px;
}
.accordion-item {
    border-radius: 0 !important;
    background: transparent !important;
    border-left: none;
    border-right: none;
}
.accordion-item .accordion-button {
    font-weight: 500;
    font-size: 24px;
    background: transparent !important;
    box-shadow: none;
    color: #000 !important;
    padding: 30px 0;
}
.accordion-item  .accordion-button-image {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}
.accordion-item  .accordion-button-image svg {
    margin-right: 15px;
}
.accordion-item  .accordion-body {
    padding: 0 0 20px;
}
.series-attributes {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .block-17 {
        padding: 40px 0;
    }
    .block-17 .block-title {
        margin-bottom: 40px;
    }
    .accordion-item .accordion-button {
        font-size: 16px;
    }
}
.block-order .block-title {
    margin-top: 100px;
    color: #fff;
    font-size: 60px;
}
@media (max-width: 1199px) {
    .block-order .block-title {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .block-order .block-title {
        margin: 0;
        padding: 70px 20px;
        text-align: center;
        background: url("../image/block-order-mobile.png") no-repeat;
        background-size: cover;
    }
}
.block-order .form-wrap {
    border-radius: 20px;
    background: #fff;
    padding: 40px 25px 30px;
}
@media (max-width: 991px) {
    .block-order .form-wrap {
        padding: 10px;
    }
}

.block-contact {
    background: #f8f8f8;
    padding: 0;
    margin-bottom: 0;
}
.block-contact .block-title {
    font-family: var(--font-family);
}
.block-contact .container {
    background: url("../image/block-contact.png") 100% 50% no-repeat #f8f8f8;
    padding-top: 70px;
    padding-bottom: 175px;
    background-size: contain;
}
@media (max-width: 991px) {
    .block-contact .container {
        background: #f8f8f8;
        padding-top: 40px;
        padding-bottom: 30px;
    }
}
.block-contact .address {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 33px;
    font-size: 14px;
}
.block-contact .address-title {
    font-size: 16px;
    font-weight: 700;
}
.block-contact .address-phone {
    margin: 20px 0;
}
.block-contact .address a {
    text-decoration: none;
    color: inherit;
}

.category {
    padding: 50px 0 0;
}
.category-top {
    border-bottom: 1px solid #d9d9d9;
}
.category-text {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 36px;
}
.category-filter {
    padding: 30px 30px 30px 0;
}
@media (max-width: 991px) {
    .category-top {
        border-color: #000;
    }
    .category-filter {
        padding: 0;
    }
}
.category-filter .noUi-target {
    background: #d9d9d9;
    box-shadow: none;
    border: none;
}
.category-filter .noUi-connect {
    background: var(--orange);
}
.category-filter .noUi-horizontal {
    height: 3px;
}
.category-filter .noUi-horizontal .noUi-handle {
    border: none;
    box-shadow: none;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    right: -15px;
    top: -7px;
    background: var(--orange);
}
.category-filter .noUi-handle:before,
.category-filter .noUi-handle:after {
    display: none;
}
.category-filter .noUi-base {
    z-index: 0;
}
.category-filter .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: 0;
}
.category-products {
    border-left: 1px solid #d9d9d9;
    padding: 30px 0 30px 30px;
    height: 100%;
}
.product-item {
    margin-bottom: 40px;
}
.product-item-img {
    display: block;
    margin-bottom: 24px;
}
.product-item-img img {
    border-radius: 4px;
}
.product-item-title {
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
}
.product-item-title:hover {
    color: var(--orange);
    text-decoration: none;
}
.product-item-price {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
}
@media (max-width: 991px) {
    .category {
        padding: 30px 0;
    }
    .category-products {
        border: none;
        padding: 25px 0;
    }
    .product-item-img {
        margin-bottom: 15px;
    }
    .product-item-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .product-item-price {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .product-item-buttons {
        display: flex;
        justify-content: space-between;
    }
}
.product-info {
    padding: 60px 0;
}
.product-info .price {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 30px;
    display: block;
}
.product-info .image {
    padding-left: 130px;
    position: relative;
}
.product-info .image .slider-nav {
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
}
.product-info .slick-arrow {
    display: block;
    text-align: center;
    cursor: pointer;
}
.product-info .slick-arrow svg {
    transform: rotate(90deg);
}
.product-info .filter-title {
    margin-top: 10px;
}
.product-info-description {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 30px;
}
.product-info-attributes {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .product-info {
        padding: 25px 0;
    }
    .product-info .image {
        padding-left: 0;
        padding-bottom: 130px;
    }
    .product-info .image .slider-nav {
        top: auto;
        bottom: 20px;
        width: 100%;
    }
    .product-info .slick-arrow {
        display: none;
    }
    .product-info .price {
        margin-bottom: 20px;
    }
}
.box-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product-slider-nav {
    display: flex;
    justify-content: space-between;
}
.product-slider-nav > div {
    cursor: pointer;
}
.product-slider-nav .owl-prev {
    margin-right: 40px;
}
.series {
    padding: 0;
}
.series-top {
    min-height: 400px;
    background-color: #f8f8f8;
    position: relative;
    background-size: cover;
    padding: 200px 0 50px;
    margin-bottom: 50px;
    background-position: 50% 50%;
}
.series-block {
    width: 50%;
    border-radius: 16px;
    padding: 30px;
    background: #fff;
    bottom: 100px;
}
.series-text {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 36px;
}
.series-item {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.series-item-img {
    overflow: hidden;
    border-radius: 20px;
    display: block;
}
.series-item-title {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
    display: block;
}
.series-item-text {
    margin-bottom: 20px;
}
.series-item > .row {
    --bs-gutter-x: 40px;
}
@media (max-width: 991px) {
    .series {
        padding: 0 0 20px;
    }
    .series-block {
        width: 100%;
    }
    .series-text {
        margin-bottom: 10px;
    }
    .series-item {
        border: none;
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    .series-item .btn {
        width: 100%;
    }
    .series-item-img {
        margin-bottom: 16px;
    }
    .series-item-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .series-item-text {
        margin-bottom: 10px;
    }
}
.filter-main-title {
    font-size: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.277 14.7522L8.45062 10.5007C8.27687 10.3076 8.41388 10 8.67361 10H16.3264C16.5861 10 16.7231 10.3076 16.5494 10.5007L12.723 14.7522C12.6038 14.8846 12.3962 14.8846 12.277 14.7522Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 15px 0;
}
@media (max-width: 991px) {
    .filter {
        margin-top: 30px;
    }
}
.mobile-filter {
    background: #f8f8f8;
    border-bottom: 1px solid #000;
}
.mobile-filter .filter {
    padding-bottom: 30px;
}
.filter-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
}
.filter-title-collapsed {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.277 14.7522L8.45062 10.5007C8.27687 10.3076 8.41388 10 8.67361 10H16.3264C16.5861 10 16.7231 10.3076 16.5494 10.5007L12.723 14.7522C12.6038 14.8846 12.3962 14.8846 12.277 14.7522Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.filter-box {
    margin-bottom: 30px;
}
.slider-wrap {
    padding: 20px 0;
    margin-bottom: 15px;
}
.filter .min {
    float: left;
    opacity: .6;
    margin-top: -36px;
}
.filter .max {
    float: right;
    opacity: .6;
    margin-top: -36px;
}
@media (max-width: 991px) {
    .filter-title {
        margin-bottom: 12px;
    }
    .product-info-attributes {
        margin-bottom: 0;
    }
}
.footer {
    background: var(--black);
    padding: 50px 0 35px;
    color: #fff;
    font-size: 14px;
}
@media (max-width: 991px) {
    .footer {
        padding: 25px 0 35px;
    }
}
.footer-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .footer-title {
        margin-top: 36px;
    }
}
.footer-text {
    opacity: .6;
}
.footer .nav-link {
    color: #fff;
    opacity: .6;
    padding: 0;
    margin-bottom: 12px;
}
.footer .nav a.nav-link:hover {
    text-decoration: underline;
}
.footer-social a {
    display: inline-block;
    margin-right: 20px;
}
@media (max-width: 1399px) {
    .footer-social a {
        margin-right: 5px;
    }
}
@media (max-width: 991px) {
    .footer-social a {
        margin: 0 10px;
    }
}
@media (min-width: 992px) {
    .fancybox-content {
        min-width: 450px;
        border-radius: 20px;
    }
}
.alert {
    font-size: 14px;
    border: none;
    padding: 10px;
}