

/* Start:/local/components/my/specs.intro/templates/apple/style.css?1788183152659*/
.specs-intro {
    border-radius: var(--border-radius);
    padding: 60px;
    color: white;
}
.specs-intro__btns {
    display: flex;
    gap: 10px;
}
.specs-intro .new-title {
    max-width: 800px;
    text-align: center;
}

@media (max-width: 1100px) {
    .specs-intro {
        padding: 40px; 
    }
}

@media (max-width: 600px) {
    .specs-intro {
        padding: 20px; 
        justify-content: start;
        align-items: start;
    }
    .specs-intro__preview.m8 {
        margin-bottom: 20px;
    }
    .specs-intro .new-title {
        text-align: start;
    }
    .specs-intro__btns, .specs-intro__btns .btn--white {
        width: 100%
    }
}

/* End */


/* Start:/local/components/my/specs/templates/apple/style.css?17883482744082*/
.new-specs {
    background-color: var(--color-gray-f8);
    overflow: hidden;
    padding-bottom: 260px;
}
.new-specs .splide__track {
    overflow: visible;
}
.new-specs__top {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.new-specs__top .new-title {
    width: 50%;
}

.new-spec {
    width: 350px;
    border-radius: 30px;
    background-color: white;
    padding: 10px;
}


.new-spec__media {
    border-radius: 20px;
    background-color: var(--color-gray-f8);
    position: relative;
    overflow: hidden;
}
.new-spec__img {
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover;
}
.new-spec__rank-badge, .new-spec__exp-badge {
    font-size: 14px;
    border-radius: 12px;
    top: 10px;
}
.new-spec__rank-badge {
    position: absolute;
    left: 10px;
    padding: 19px 17px;
    background-color: white;
    font-weight: 700;
}
.new-spec__exp-badge {
    position: absolute;
    right: 10px;
    padding: 11px 20px;
    border: 0.74px solid #1C1C1C26;
    background: transparent;
    line-height: 1;
    text-align: center;
}
.new-spec__exp-badge p:nth-child(1) {
    font-weight: 700;
    margin-bottom: 3px;
}


:is(.new-spec__name, .new-spec__actions, .new-spec__specialty) {
    padding-inline: 10px;
}
.new-spec__name {
    height: 3em;
}
.new-spec__specialty {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new-spec__actions {
    display: flex;
    gap: 6px;
    justify-content: space-between;
    padding-bottom: 10px;
}
.new-spec__actions > * {
    flex: 1;
    padding-inline: unset;
}
.new-spec__actions .btn--arrow {
    gap: 4px;
}


/* filter variant start */

.spec-list__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.spec-list .new-spec {
    width: 100%;
    background-color: var(--color-gray-f8);
}
.spec-list__filter {
    display: flex;
    gap: 10px;   
    justify-content: center;
}
.spec-list__filter-group {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 500px;
    border: 1px solid #EDEDED
}
.spec-list__filter-group button:hover {
    transform: none;
}
.spec-list__filter-group button.active {
    background: var(--bg-gradient);
    background-blend-mode: soft-light;
    color: white;
    position: relative;
    padding-right: 35px;
}
.spec-list__filter-group button.active::after {
    position: absolute;
    content: "✕";
    right: 15px;
}


.spec-list .search {
    height: 80px;
    width: 300px;
    justify-content: start;
}
.spec-list .new-spec.hidden {
    display: none;
}
.new-specs .mobile {
    display: none;
}
.new-specs.gray-bg {
    padding-bottom: 140px;
}
@media (max-width: 1600px) {
    .spec-list__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1300px) {
    .spec-list__list {
        grid-template-columns: 1fr 1fr;
    }
    .new-specs {
        padding-bottom: 180px;
    }
    .new-specs__top .new-title {
        max-width: 750px;
        width: 90%;
    }
    
}

@media (max-width: 1100px) {
    .spec-list__filter {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .spec-list__filter :is(.search, form, input) {
        width: 100%;
    }
    .spec-list__list {
        grid-template-columns: 1fr 1fr;
    }
    .new-spec__rank-badge, .new-spec__exp-badge {
        font-size: 12px;
    }
    .spec-list .search {
        height: 50px;
    }
}

@media (max-width: 650px) {
    .spec-list__list {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .new-specs.gray-bg {
        padding-bottom: 40px;
    }
    .new-specs__top .view-more-arrow {
        display: none;
    }
    .new-specs__top .new-title {
        width: 100%;
    }
    .new-specs .splide {
        margin-bottom: 30px;
    }
    .new-specs .mobile {
        display: block;
    }
    .new-specs .mobile a {
        width: 100%;
    }
    .spec-list__filter-group {
        padding: 4px;
        width: 100%;
    }
    .spec-list__filter-group button {
        width: 100%;
    }
}
/* End */


/* Start:/local/components/my/contact-form/templates/apple/style.css?17882770001762*/
.new-cf {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 200px;
    padding: 60px;
    background-color: var(--color-gray-f8);
    border-radius: 30px;
    position: relative;
}
.new-cf__anchor {
    position: absolute;
    top: -80px;
    z-index: -10;
}

.form-contacts {
    display: flex;
    flex-direction: column;
}
.form-contacts__contacts {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
} 
.form-contacts__text {
    width: 60%;
}

.new-map {
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    filter: grayscale(1);
    transition: var(--transition-hover);
}
.new-map:hover {
    filter: grayscale(0);
}
.new-map #map {
    height: 100%;
}


@media (max-width: 1280px) {
    .new-cf {
        gap: 20px;
        grid-template-columns: 1.5fr 1fr;
        padding: 30px;
    }
    .new-map {
        height: 480px;
    }
}

@media (max-width: 1100px) {
    .new-cf {
        grid-template-columns: 1fr;
        position: relative;
    }
    .new-cf:not(#fi) {
        margin-bottom: 190px;
    }
    .form-contacts__text {
        width: 100%;
    }
    .form-contacts__contacts {
        position: absolute;
        flex-wrap: wrap;
        bottom: 0;
        left: 0px;
        width: 100%;
        transform: translateY(85px);
        align-items: center;
    }
}

@media (max-width: 800px) {
    .form-contacts .m6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .new-cf__anchor {
        top: -100px;
    }
    .form-contacts__contacts {
        justify-content: center;
        transform: translateY(130px);
    }
    .form-contacts .btn--gradient {
        order: 2;
    }
    .new-map {
        height: 400px;
    }
}
@media (max-width: 380px) {
 
}

/* End */
/* /local/components/my/specs.intro/templates/apple/style.css?1788183152659 */
/* /local/components/my/specs/templates/apple/style.css?17883482744082 */
/* /local/components/my/contact-form/templates/apple/style.css?17882770001762 */
