

/* Start:/local/templates/cofefest/styles.css?17493189618640*/
.header__bottom-list__item a[href*="/catalog/prazdniki/"] {
  color: #fbda54; 
}

.swiper-wrapper .swiper-slide:first-child .banner-btns {
    margin-top: 20px;
}

.oz-wb-ya {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.oz-btn, .oz-btn::after, .wb-btn, .wb-btn::after, .ya-m-btn, .ya-m-btn::after {
    display: block;
    height: 6rem;
    width: 6rem;
}
.oz-btn::after {
    content: url("/local/templates/cofefest/ozon.svg");
}
.wb-btn::after {
    content: url("/local/templates/cofefest/wb.svg");
}
.ya-m-btn::after {
    content: url("/local/templates/cofefest/ya-m.svg");
}
.max-width {
    max-width: 1220px;
    margin: 0 auto;
}

.intro {
    max-height: 100vh;
    overflow: hidden;
    position: relative;

    background: url("/upload/business/cover__bg.jpg") center no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 1920px;
}

.intro::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.intro__content {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.intro__title {
    color: #fff;
    text-align: center;
    padding: 0 10px;
    text-shadow: 1px 1px 4px black;
}

.container_bg {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
	text-align-last: center;
}

.bt-top-yt {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    background-color: #ffa500;
	line-height: 1;
}

.bt-top-yt span {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    display: block;
	transform: translateY(-50%);
    border-radius: 2px;
}
.bt-top-yt span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    top: -2px;
    right: 0;
    background-color: #ffffff;
    transform: rotate(35deg);

}
.bt-top-yt span::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    top: 2px;
    right: 0;
    background-color: #ffffff;
    transform: rotate(-35deg);

}
.bt-top-yt:hover span{
    animation: arrow-bt 1s linear infinite;
}
@keyframes arrow-bt {
    0% {
        right:12px;
    }
    50% {
        right:5px;
    }
    100% {
        right:12px;
    }
}

.video__bg {
    position: relative;
    z-index: 1;
    aspect-ratio: 12 / 5;
}

.video__bg__media {
    width: 100%;
    height: auto;

    position: absolute;
    top: 0;
    left: 0;
}

.b2b_img {
    border: none;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

.link__yt {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
}

.img__yt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

.button__yt {
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 0;
    border: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    filter: grayscale(1);
    opacity: 0.7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 100 100'%3E%3Cpath fill='red' d='M95 27c-1-4-4-7-8-8-8-2-37-2-37-2s-29 0-37 2c-4 1-7 4-8 8-2 8-2 23-2 23s0 15 2 23c1 4 4 7 8 8 8 2 37 2 37 2s29 0 37-2c4-1 7-4 8-8 2-8 2-23 2-23s0-15-2-23z'/%3E%3Cpath fill='%23FFF' d='M40 36v28l25-14z'/%3E%3C/svg%3E");
}

.link__yt:hover .button__yt {
    opacity: 1;
    filter: none;
}

section.b2b-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.b2b-section.section-banner .b2b_text, .b2b-section.section-banner h2 {
    color: #fff;
}

.b2b_text {
    align-self: center;
    justify-self: center;
}

.b2b_text h2 {
    font-weight: 700;
    color: #35415c;
    text-align: center;
}

.b2b_text ul {
    padding: 0;
    margin: 0 0 0 18px;
}

.b2b_text li {
    list-style: disc;
    padding-bottom: 5px;
}

.parent {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 100;
}

.centeredchild {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 95%;
    max-width: 1200px;
}

.videowrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 34px;
    height: 34px;
    background-color: #111;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    opacity: 0.8;
    z-index: 30;
    cursor: pointer;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    top: 5px;
    left: 15px;
    content: '';
    height: 20px;
    width: 2px;
    background-color: #fff;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

#iframeid {
    width: 100%;
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
    .close {
        right: 3px;
        top: 3px;
    }

    .centeredchild {
        width: 85%;
    }
}

@media screen and (min-width: 993px) {
    .b2b-section .max-width {
        grid-template-columns: 550px 1fr;
    }

    .b2b_img {
        width: 550px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .b2b-section .max-width {
        grid-template-columns: 450px 1fr;
    }

    .b2b_img {
        width: 450px;
    }
}

@media screen and (min-width: 769px) {
    .intro {
        margin-top: 15.1rem;
    }
.oz-wb-ya {
    padding-top: 25px;
}
    .intro__title {
        font-size: 38px;
    }
	.bt-top-yt {
	    padding: 14px 40px 12px 22px;
	    margin-top: 20px;
	    font-size: 20px;
	}
    .b2b-section .max-width {
        display: grid;
        grid-gap: 30px;
        align-items: center;
        padding: 55px 10px;
    }

    .b2b-section.rtl-b2b {
        direction: rtl;
    }

    .b2b-section.rtl-b2b h2,
    .b2b-section.rtl-b2b p,
    .b2b-section.rtl-b2b ul,
    .b2b-section.rtl-b2b li {
         direction: ltr;
    }

    .b2b-section h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .b2b-section p,
    .b2b-section li {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .intro {
        margin-top: 18.6rem;
    }
    .max-width {
        padding: 30px 5px;
    }

    .intro__title {
        font-size: 16px;
    }
	.bt-top-yt {
	    padding: 8px 38px 6px 16px;
	    margin-top: 5px;
	    font-size: 16px;
	}
    .b2b_img,
    .img__yt {
        width: 100%;
    }

    .b2b-section h2 {
        font-size: 20px;
        text-align: center;
        padding: 15px 0 5px 0;
    }

    .b2b-section p,
    .b2b-section li {
        font-size: 14px;
    }
}



/* ------------ */
.catalog-card__add-to-cart.disabled {
    pointer-events: none; /* Отключает все события */
    opacity: 0.5; /* Уменьшает прозрачность */
}


.card-det__img {
    position: relative;
    min-width: 78.3rem;
    width: 78.3rem;
    height: 78.3rem;
    border-radius: 0 0 5rem 5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-image {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0 0 5rem 5rem;
    display: none;
}

.carousel-image.active {
    display: block;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 1rem;
    cursor: pointer;
    z-index: 10;
    user-select: none;
}

.carousel-button.left {
    left: 0;
    border-radius: 0 5rem 5rem 0;
}

.carousel-button.right {
    right: 0;
    border-radius: 5rem 0 0 5rem;
}

.carousel-button:focus {
    outline: none;
}


#form-request1::before {
    content: '';
    display: block;
    height: 50px;
    margin-top: -50px;
}
.light-section-clear .left-feedback {
    display: none;
}
.coffeeshops .arrow-link_save {
    display: none;
}

/* End */
/* /local/templates/cofefest/styles.css?17493189618640 */
