* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
p,
ul,
li,
a {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}

.wrapper {
    width: 100%;
}

.main {
    width: 100%;
}

.section {
    width: 100%;
    padding-top: 40px;
}

.container {
    width: 95% !important;
}

.section-box {
    width: 100%;
    position: relative;
}

.logo {
    width: 200px;
}

.alert {
    z-index: 999;
}


/* test.html */

.box-top {
    width: 100%;
    padding: 42px 0px;
    text-align: center;
    margin-bottom: 18px;
    background-image: url(../images/back-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.box-top-title {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #003333;
}

.item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.item-li {
    list-style-type: none;
}

.link {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: #C2C2C2;
}

.product-box {
    width: 100%;
    /* margin-bottom: 65px; */
}

.product-box-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 35px;
}

.product-box-top-title {
    width: 255px;
    font-family: Mulish;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #003333;
}

.product-box-top-viewall {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.10000000149011612px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFCC00;
    text-decoration: none;
    background-color: white;
    border: 0;
}

.item {
    width: 100%;
}

.product {
    width: 100%;
    text-decoration: none;
}

.product-photo-box {
    position: relative;
    margin-bottom: 18px;
}

.product-span {
    width: 45px;
    height: 20px;
    background-color: #00B7F1;
    border-bottom-right-radius: 5px;
    position: absolute;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    text-align: center;
}

.product-span-sale {
    width: 45px;
    height: 20px;
    background-color: #7AC751 !important;
    border-bottom-right-radius: 5px;
    position: absolute;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    text-align: center;
}

.product-photo-box>img {
    width: 100%;
    height: 259px;
}

.product-type {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: 0.1120000034570694px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #757575B5;
    margin-bottom: 10px;
}

.product-name {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin-bottom: 10px;
}

.product-bottom {
    width: 100%;
    display: flex;
}

.product-price {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.09000000357627869px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #7AC751;
}

.product-del {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.09000000357627869px;
    text-align: center;
    text-decoration-line: line-through;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #CCCCCC;
    margin-left: 10px;
}

.item-product {
    width: 70px;
    display: flex;
    justify-content: space-between;
}

.item-product-li {
    list-style-type: none;
}

.owl-theme .owl-dots .owl-dot {
    border: 2px solid #ACACAC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 30px;
    margin: 2px;
}

.owl-theme .owl-dots .owl-dot:hover {
    border: 2px solid #7AC751;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ACACAC !important;
    margin: 3px;
}

.owl-theme .owl-dots .owl-dot.active {
    border: 2px solid #7AC751;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 30px;
    margin: 3px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #7AC751 !important;
    margin: 3px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
}

.footer {
    width: 100%;
    padding-bottom: 75px;
}

.logo-footer {
    width: 137px;
    margin-bottom: 15px;
}

.footer-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-box>div {
    width: 60%;
}

.footer-box-text-left {
    width: 100%;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin-bottom: 10px;
}

.footer-box-text-right {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    text-decoration: none;
}

.social-item {
    width: auto;
    display: flex;
    justify-content: space-between;
}

.top {
    width: 50px;
    height: 50px;
    background-color: black;
    border: 2px solid white;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3 ease;
    transform: translateY(20px);
    -webkit-transition: all 0.3 ease;
    -moz-transition: all 0.3 ease;
    -ms-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

.top.visible {
    display: flex;
    /* Показываем кнопку */
    opacity: 1;
    /* Делаем кнопку видимой */
    transform: translateY(0);
    /* Возвращаем в начальную позицию */
}

.social-item>li>a>img {
    width: 25px;
    height: 25px;
}

.text-end {
    width: 40%;
}


/* banner */

.banner {
    position: relative;
    width: 100%;
    height: 600px;
    /* Высота баннера */
    overflow: hidden;
    margin-bottom: 171px;
}


/* Элементы баннера */

.banner-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.9);
    /* Эффект увеличения */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    /* Плавность анимации */
    z-index: 0;
}


/* Активный элемент */

.banner-item.active {
    opacity: 1;
    transform: scale(1);
    /* Возвращаем оригинальный размер */
    z-index: 1;
}


/* Изображение */

.banner-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Заполняем контейнер */
    border-radius: 10px;
    /* Добавляем скругление углов */
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
    /* Тень для стиля */
}


/* banner end */


/* testdetail */

.detail-title {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #003333;
    margin-bottom: 38px !important;
}

.detail-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.detail-box-left {
    width: 48%;
}

.collapse {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

.product-collapse {
    width: 20%;
}


/* prodcut photo start */

.detail-box-left__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.detail-big-photo-box {
    width: 74%;
}

.detail-big-photo {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.detail-small-photo-box {
    width: 25%;
    /* height: 530px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.detail-small-photo {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fade-out {
    animation: fadeOut 0.3s forwards;
}

.fade-in {
    animation: fadeIn 0.3s forwards;
}

@keyframes moveToSmall {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.6);
        /* Уменьшаем размер */
        opacity: 0.8;
    }
}

.move-to-big {
    animation: moveToSmall 0.3s forwards;
    transform-origin: center;
    /* Убедимся, что масштабируется из центра */
}


/* product-photo end */

.btn-order {
    width: 100%;
    height: 35px;
    background-color: #7AC751;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.09000000357627869px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.detail-description {
    font-size: 14px;
    color: #ACACAC;
}

.detail-box-right {
    width: 50%;
    border-left: 2px solid #E4E4E4;
    padding-left: 17px;
}

.detail-box-right-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.detail-box-right-top-price {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.09000000357627869px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #7AC751;
}

.detail-box-right-top-discount {
    width: 95px;
    height: 25px;
    background-color: #FF6868;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 5px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.06px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.detail-box-star__box {
    width: 150px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px !important;
}

.star {
    width: 20px;
}

.detail-box-id {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    letter-spacing: 0.1120000034570694px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000B5;
    margin-bottom: 10px !important;
}

.detail-box-title-characteristics {
    font-family: Rubik;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ACACAC;
    margin-bottom: 10px;
}

.detail-box-item {}

.detail-box-item-li {
    width: 100%;
    margin-bottom: 10px !important;
}

.detail-box-item-li-text {
    font-family: Rubik;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ACACAC;
    margin: 0;
}

.detail-box-item-li-strong {
    font-family: Rubik;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ACACAC;
}

.color-item {
    width: 180px;
    display: flex;
    justify-content: space-between;
    margin-left: 50px !important;
}

.color-item-li {}

.color-first {
    width: 22px;
    height: 22px;
    /* background-color: #D9D9D9 !important; */
    display: block;
}

.color-second {
    width: 22px;
    height: 22px;
    /* background-color: #D4B500 !important; */
    display: block;
}

.color-third {
    width: 22px;
    height: 22px;
    /* background-color: #7E4300 !important; */
    display: block;
}

.color-fourth {
    width: 22px;
    height: 22px;
    /* background-color: #1A1A1A !important; */
    display: block;
}

.inp-f {
    height: 40px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.exit {
    width: 50px;
    height: 50px;
    background-color: black;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 50px;
    top: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* Уведомление */

.btn-order {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification {
    display: none;
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: bottom 0.5s ease-in-out;
    z-index: 1000;
    width: 80%;
    max-width: 400px;
}

.notification.show {
    display: block;
    bottom: 50%;
}

.notification h2 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.notification button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}


/* Модальное окно */

.photo-viewer {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.498);
}


/* Контент модального окна */

.photo-content {
    position: relative;
    margin: 10% auto;
    padding: 0;
    width: 80%;
    max-width: 700px;
    background-color: transparent;
}


/* Кнопка закрытия */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 10px;
    cursor: pointer;
}


/* Кнопка закрытия: при наведении */

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* Слайдер */

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* Элементы слайдера */

.carousel-item {
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    text-align: center;
}


/* Активный элемент слайдера */

.carousel-item.active {
    opacity: 1;
    position: relative;
}


/* Изображения в слайдере */

.carousel-item img {
    width: 100%;
    height: auto;
    /* Обеспечивает правильное соотношение сторон изображений */
}


/* Кнопки навигации */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

.prev {
    width: 70px;
    height: 70px;
    left: -90px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
}

.next {
    width: 70px;
    height: 70px;
    right: -90px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
}

.close {
    font-size: 15px;
    margin-right: 0;
}