header {
    position: absolute;
    top: 30px;
    background-color: transparent;
    /*box-shadow: 0 4px 6px transparent;*/
    /*transition: box-shsdow 0.3s ease;*/
}


/*h1 {*/
/*    letter-spacing: 0.56px;*/
/*}*/
h2 {
    letter-spacing: 0.56px;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.link-more {

}

.link-more svg {
    transform: translateX(0);
    transition: transform 0.2s ease;
}

.link-more:hover svg {
    transform: translateX(4px);
}



header .item-text {

    border-color: #232323;
    color: #232323;
    letter-spacing: 0.32px;
    transition: none;
}
header.page-home .item-text {
    color: #fff;
    border-color: #fff;
}

header.page-home .item-text a {
    color: #fff;
}
.page-home.sticky .item-text {
    border-color: rgb(35, 35, 35);
}
.page-home.sticky .item-text a {
    color: rgb(35, 35, 35);
}

header.page-home .item-logo path {

    /*fill: #232323;*/
    fill: #fff;
    transition: none;
}
header.page-home .item-logo path {
    /*fill: #fff ;*/
}

header .btn {
    color: #fff;
    fill: #fff;
    /*transition: none;*/
    /*min-width: 18px;*/
}
/*header.page-home .item-icon {*/

/*    fill: #fff;*/
/*}*/


.header-padding {
    margin-top: 20px;
    margin-bottom: 20px;
}

header.sticky .header-padding {
    margin-top: 0;
    margin-bottom: 0;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    /*background-color: #fff;*/
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 1);*/
}


.favorite-badge {
    position: absolute !important;
    top: 21px !important;
    left: 19px;
    min-width: 12px;
    height: 12px;
    font-size: 9px !important;
    font-weight: 600;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 0.33;
    border: 1px solid transparent;
}

.basket-badge {
    position: absolute !important;
    top: 21px !important;
    left: 23px;
    min-width: 12px;
    height: 12px;

    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 9px !important;
    font-weight: 600;
    line-height: 0.33;
    border: 1px solid transparent;
    /*transition: border-color 0.4s ease;*/
}


header .basket-badge {
    border-color: rgb(35, 35, 35);
    animation: favoriteBadgeAnimation 1s ease forwards;
}
header.page-home .basket-badge {
    border-color: rgb(35, 35, 35);
}

header .favorite-badge {
    border-color: rgb(35, 35, 35);
    animation: favoriteBadgeAnimation 1s ease forwards;
}
header.page-home .favorite-badge {
    border-color: rgb(35, 35, 35);
}

header.sticky .favorite-badge {
    border-color: rgb(35, 35, 35);
    animation: favoriteBadgeAnimation 1s ease forwards;
}

header.sticky .basket-badge {
    border-color: rgb(35, 35, 35);
    animation: basketBadgeAnimation 1s ease forwards;
}

@keyframes basketBadgeAnimation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes favoriteBadgeAnimation {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.full-page-block {
    width: 100%;
    min-height: 100dvh;
    height: 100%;
    background-color: #f8f9fa;

    background-position: center center;
    position: relative;
    overflow: hidden !important;

    background-size: cover !important;
}

.full-page-block .slider {
    max-height: 100dvh;
}

@supports (-webkit-touch-callout: none) {
    /* Для Safari */
    .full-page-block {
        height: -webkit-fill-available;
    }
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.img-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color-circle {
    width: 12px;
    height: 12px;
    transition: all 0.2s ease;
}

.btn-check:checked + .btn {
    background-color: transparent;
    border-color: #878787;
    color: var(--br-btn-active-color);
}

.btn-check:checked + .btn .color-circle {
    transform: scale(0.83);
}


.size-block {
    padding: 10px 16px;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 11;
}

.size-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    opacity: 0.85;
    background-color: #fff;
    z-index: -1;
}

/*// ======================================*/
/*//                 VIDEO                 */
/*// ======================================*/


.full-page-top {
    position: relative;
    width: 100%;
    height: 100vh; /* Высота экрана */
}

.full-page-top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero-slider video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.hero-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/*// ======================================*/
/*//              PRODUCT CARD             */
/*// ======================================*/


.product-card {

}

.product-card .size-block {

}



.home-why .col > * {
    min-height: 235px;
}

@media screen and (max-width: 600px) {
    .display-sm-6 {
        font-size: 22px;
    }

    .slider .btn-prev {
        left: 0;
        padding: 0;
    }

    .slider .btn-next {
        right: 0;
        padding: 0;
    }

    .home-why .col > * {
        min-height: 235px;
    }
}


.full-width-element {
    position: relative;
    width: 100vw; /* Устанавливаем ширину на 100% от ширины экрана */
    left: 50%;    /* Сдвигаем элемент вправо на половину ширины контейнера */
    right: 50%;   /* Сдвигаем элемент влево на половину ширины контейнера */
    margin-left: -50vw; /* Возвращаем элемент к краю экрана */
    margin-right: -50vw;
}