

/* Start:/local/components/my/apple/templates/apple-test/style.css?17885146525304*/
.apple {
    padding-inline: 40px;
}
.apple__mobile {
    display: none;
}
.apple__frame {
    position: relative;
    aspect-ratio: 2.02;
    display: flex;
    align-items: center;
    padding-left: 104px;
    border-radius: 40px;
    overflow: hidden;
}
.apple__inner {
    width: 48%;
    z-index: 10;
}
.apple__img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transform: scale(1.05);
    will-change: transform, opacity;
}

.apple__tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}


/* TABS */
.apple__tab, .apple__tab-title, .apple__tab-content {
    /* transition: var(--transition-hover); */
}
.apple__tab {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    background-color: #FFFFFFE5;
    backdrop-filter: blur(24px);
    padding: 15px 24px 15px 14px;
    border-radius: 30px;
    overflow:hidden;
    width: fit-content;
    position: relative;
}

.apple__tab-title {
    display: flex;
    position: relative;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
}
.apple__tab-title::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('/upload/static/svg/plus-border.svg');
}

.apple__tab-content {
    display: none;
}

.apple__arrows {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
}
.apple__arrow {
    background-color: #FFFFFFE5;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.apple__arrow.down img {
    transform: rotate(180deg);
}
.apple__links {
    display: flex;
    gap: 10px;
}



/* about page additions  */
.apple__frame.about-sec {
    padding-top: 50px;
}
.apple__frame.about-sec .new-title {

}

@media (max-width: 1600px) {
    .apple {
        padding-inline: 20px;
    }
    .apple__frame {
        /* aspect-ratio: 1.65; */
        height: 702px;
        width: 100%;
        object-fit: cover;
        padding-left: 75px;
    }
    .about-sec {
        height: 800px;
    }
    .apple__tabs {
        gap: 10px;
    }
    .apple__tab {
        padding: 10px 24px 10px 10px;
    }
    .apple__tab.active {
        padding: 20px;
    }
    .apple__arrows {
        left: 20px;
    }
    .apple__inner {
        width: 55%;
        min-width: 620px;
    }
    .apple__frame.about-sec .new-title {
        margin-bottom: 40px;
    }
}
@media (max-width: 1280px) {
 
}


@media (max-width: 800px) {
    .apple {
        display: none;
    }
    .apple__mobile {
        display: block;
        --img-h: 680px;
        position: relative;
    }
    .apple__mob-imgs {
        height: var(--img-h);
        width: 100%;
    }
    .apple__mob-img {
        position: absolute;
        width: 100%;
        height: var(--img-h);
        object-fit: cover;
        transform: translate(-300px, -30px);
        transition: var(--transition-hover);
        opacity: 0;
        z-index: -1;
    }
    .apple__mob-img.active {
        z-index: 0;
        opacity: 1;
        transform: translate(0, 0);
    }

    .apple__mob-controls {
        overflow: hidden;
        position: absolute;
        bottom: 70px;
        width: 100%;
        z-index: 2;
    }

    .apple__track {
        display: flex;
        align-items: flex-start;
        gap: 6px;
        cursor: pointer;
        touch-action: pan-y;
        padding-inline: 20px;
        position: relative;
        z-index: 1;
    }
    .apple__mob-track.dragging {
        cursor: grabbing;
    }

    .apple__mob-item {
        padding: 17px 24px 17px 50px;
        background-color: #FFFFFFE5;
        border-radius: 30px;
        position: relative;
        user-select: none;
        box-sizing: border-box;
    }
    .apple__mob-item.active {
        margin-inline: auto;
        width: 320px;
    }
    .apple__mob-item::after {
        position: absolute;
        left: 10px;
        top: 10px;
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url('/upload/static/svg/plus-border.svg');
        background-size: 100%;
    }
    .active.apple__mob-item:after {
        background: none;
    } 
    .apple__mob-item-head {
        white-space: nowrap;
    }
    .apple__mob-item-content {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .apple__mob-arrows {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        width: calc(100% + 30px);
        transform: translate(-15px);
        z-index: 2000;
        display: none;
        pointer-events: none;
    }
    .apple__mob-arrows.active {
        display: flex;

    }
    .apple__mob-arrows button {
        background-color: #FFFFFFE5;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        pointer-events: auto;
    }
    .apple__mob-prev {
        transform: rotate(-90deg);
    }
    .apple__mob-next {
        transform: rotate(90deg);
    }
    .apple__mobile .new-title {
        position: absolute;
        top: 80px;
        left: 40px;
        z-index: 2;
    }

}

@media (max-width: 600px) {
    
}
@media (max-width: 380px) {
 
}

/* End */
/* /local/components/my/apple/templates/apple-test/style.css?17885146525304 */
