.header__icon_logo {
    fill: #000;
}

.footer__logo-link {
    fill: #fff;
}

.footer-easy__item svg {
    fill: #fff;
}

.header__icon_logo:hover,
.footer__logo-link:hover {
    fill: #C07B3B !important;
}

.header.open .header__icon_logo {
    fill: #fff;
}

@media (max-width: 1024px) {
    .mainSlider-slider .swiper-slide video,
    .mainSlider-slider .swiper-slide img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover;
    }
    .mainSlider-slider .mainSlider__media {
        padding-top: 68.26% !important;
    }
}

@media (min-width: 1024px) {
    .mainSlider-slider .swiper-slide video,
    .mainSlider-slider .swiper-slide img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover;
    }
    .mainSlider-slider .swiper-slide {
        padding-top:  33.8% !important;
    }
}

.wrap_productLine .b-listElement-img-link img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.wrap_productLine .b-listElement-img-link {
    position: relative;
    display: block;
    padding-top: 124.7% !important;
}

.js-swiper-mainItems.swiper-container-initialized {
    opacity: 1 !important;
}

.js-swiper-mainItems:not(.swiper-container-initialized) {
    opacity: 0;
}

.js-swiper-mainItems:not(.swiper-container-initialized) .swiper-wrapper {
    display: flex !important;
}

/*@media (max-width: 1024px) {*/
/*    .birthday-header img {*/
/*        max-width: 40px;*/
/*    }*/
/*}*/
/*@media (min-width: 1024px) {*/
/*    .birthday-header img {*/
/*        max-width: 60px;*/
/*    }*/
/*}*/

/*.birthday-header img {*/
/*    margin-left: 15px;*/
/*    min-width: 0;*/
/*    height: auto;*/
/*}*/

/*.birthday-header {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/


/*.footer__m img {*/
/*    max-width: 100%;*/
/*    display: block;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*}*/

/*.footer__i {*/
/*    gap: 20px;*/
/*}*/

/*.footer__l {*/
/*    width: 36%;*/
/*}*/

/*.footer__r {*/
/*    width: 36%;*/
/*}*/

/*.footer__i {*/
/*    align-items: center;*/
/*}*/

/*@media screen and (max-width: 750px) {*/
/*    .footer__m img {*/
/*        max-width: 190px;*/
/*    }*/
/*    .footer__m {*/
/*        width: 100% !important;*/
/*        text-align: center;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*    }*/
/*    .footer__l {*/
/*        order: 3 !important;*/
/*        width: 100% !important;*/
/*        text-align: center;*/
/*    }*/
/*    .footer__r {*/
/*        order: 2 !important;*/
/*        width: 100% !important;*/
/*    }*/
/*}*/

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: none !important;
}

.lg-container.lg-show {
    z-index: 10000000000000000;
}

.style-button:hover {
    transform: scale(1.1);
}

.style-button {
    cursor: pointer;width: 60px;
    height: 60px;
    background: url(/upload/circle.png) no-repeat center / cover;
    position: fixed;
    right: 33px;
    transition: transform 50ms ease-in;
    transform-origin: center center;
    z-index: 110;
    bottom: 130px;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
}

@media (max-width: 650px) {
    .style-button {
        width: 47px !important;
        height: 47px !important;
        right: 19px !important;
        bottom: 180px !important;
    }
    .styled-popup {
        bottom: 20px !important;
        transform: translate(-50%, 0%) !important;
        top: auto !important;
    }
    .styled-close-btn {
        line-height: 100% !important;
    }
    .styled-popup-button {
        padding: 10px 20px !important;
        background-color: #000000;
        font-size: 13px !important;
        right: 18px !important;
        left: 18px !important;
        bottom: 18px !important;
    }
}

.styled-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000 !important;
    justify-content: center;
    align-items: center;
}

.styled-inner {
    position: relative;
}

.styled-popup {
    width: 96%;
    max-width: 720px;
    box-shadow: 0 4px 8px rgba(126, 126, 126, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

.styled-close-btn {
    position: absolute;
    top: 12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    right: 10px;
    font-size: 31px;
    cursor: pointer;
    background: none;
    border: none;
    color: #ffffff;
    background: #c7c7c747;
}

.styled-popup-button {
    display: block;
    padding: 16px 20px;
    background-color: #000000;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 30px;
    left: 30px;
    bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.styled-popup-button:hover {
    background-color: #303030;
}

.styled-popup-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.styled-popup-content {
    text-align: center;
}