

/* Start:/local/components/my/service.hero/templates/apple/style.css?1788178493766*/
.service-hero {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 20px;
}

.service-hero__info {
    background-color: var(--color-gray-f8);
    padding: 60px;
    border-radius: var(--border-radius);
}
.service-hero__btns {
    display: flex;
    gap: 10px;
}
.service-hero img {
    border-radius: 40px;
}
@media (max-width: 1600px) {
    .service-hero {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1100px) {
    .service-hero {
        grid-template-columns: 1fr;
    }
    .service-hero__info .m8 {
        margin-bottom: 30px;
    }
}
@media (max-width: 800px) {
    .service-hero img {
        border-radius: var(--border-radius);
    }
}
@media (max-width: 600px) {
    .service-hero__info {
        padding: 20px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1764327961467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/components/my/service.indications/templates/apple/style.css?17883478881275*/
.ind {
    padding: 20px;
    border-radius: var(--border-radius);
}
.ind.plus {
    border: 1px solid var(--color-primary);
}
.ind.con {
    background-color: var(--color-gray-f8) ;
}

.ind__title {
    padding: 20px 0 0 20px;
}
.ind ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ind.plus li {
    background-color: var(--color-gray-f8);
}
.ind.con li {
    background-color: #F0F0F0;
}
.ind li {
    opacity: 0;
    padding: 18px 20px 18px 70px;
    border-radius: 500px;
    position: relative;
    display: flex;
    align-items: center;
}
.ind li::after {
    content: "";
    position: absolute;
    left: 20px;
    width: 30px;
    height: 30px;
}
.ind.plus li::after {
    background: url('/upload/static/svg/indication__plus-gr.svg') no-repeat center;
    background-size: 100%;
}
.ind.con li::after {
    background: url('/upload/static/svg/indication__con-gr.svg') no-repeat center;
    background-size: 100%;
}
@media (max-width: 1280px) {
    .inds.grid--even {
        align-items: normal;
    }
    .ind {
        padding: 10px;
    }
}
@media (max-width: 800px) {
    .ind__title {
        padding-top: 10px;
    }
    .ind li {
        padding: 10px 10px 10px 40px;
    }
    .ind li::after {
        width: 20px;
        left: 10px;
    }
}
/* End */


/* Start:/local/components/my/price/templates/apple/style.css?1788347040948*/
.prices__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.prices__item {
    padding: 30px;
    border-radius: var(--border-radius);
    background-color: var(--color-gray-f8);
}
.prices__title {
    font-weight: 700;
    margin-bottom: 32px;
}
.prices__item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.prices__item li {
    opacity: 0;
    padding: 20px 30px;
    border-radius: 12px;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1100px) {
    .prices__list {
        grid-template-columns: 1fr;
    }
    .prices__top {
        flex-wrap: wrap;
        gap: 20px;
    }
    .prices__top .m6 {
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .prices__item {
        padding: 20px 10px 10px 10px;
    }
    .prices__item li {
        padding: 10px;
    }
    .prices__title {
        margin-left: 5px;
    }
}
/* 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/reviews/templates/apple/style.css?17883458913088*/
.new-reviews .new-title {
    max-width: 600px;
}
.new-reviews__top {
    margin-bottom: 80px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.new-reviews__item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.new-reviews__item img {
    filter: blur(0);
    transition: var(--transition-hover);
}
.new-reviews__item.blurred .new-reviews__blur {
    display: block;
}
.new-reviews__item.blurred {
    cursor: pointer;
}
.new-reviews__item.blurred img{
    filter: blur(4px);
}
.new-reviews__blur {
    padding: 30px 20px;
    text-align: center;
    position: absolute;
    border-radius: 20px;
    display: none;
    background-color: white;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* grid reviews starts from here */

.new-reviews__head .btn--white {
    margin-inline: auto;
}

.new-reviews__grid {
    --height-bunch: 1054px; 
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
    gap: 20px;
    max-height: var(--height-bunch);
}
.new-reviews__grid.unlocked {
    max-height: none;
}
.new-reviews__grid img {
    width: 100%;
    height: 100%;
    overflow: cover;
}
.new-reviews__platforms {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-reviews__platform {
    position: relative;
    cursor: pointer;
}
.new-reviews__grade {
    position: absolute;
    right: -35px;
    top: 0;
}
.new-reviews__platform img {
    max-width: 280px;
    filter: grayscale(1);
    transition: var(--transition-hover);
}
.new-reviews__platform.active img {
    filter: grayscale(0);
} 
.new-reviews__item img {
    width: 100%;
}
@media (max-width: 1600px) {
    .new-reviews__platform img{
        width: 150px;
    }
    .new-reviews__grid {
        --height-bunch: 870px; 
    }


}
@media (max-width: 1300px) {
    .new-reviews {
        margin-bottom: 160px
    }
    .new-reviews__top {
        margin-bottom: 60px;
    }
    .new-reviews__grid {
        grid-template-columns: repeat(4, 1fr);
        --height-bunch: 950px; 
    }
}

@media (max-width: 1100px) {
    .new-reviews__top {
        flex-direction: column;
        align-items: start;
        gap: 60px;
    }
    .new-reviews__platforms {
        flex-wrap: wrap;
        justify-content: start;
        gap: 40px;
    }
    .new-reviews__grid {
        grid-template-columns: repeat(3, 1fr);
        --height-bunch: 875px; 
    }
    .new-reviews__grade {
        right: -25px;
        top: -15px;
        font-size: 12px;
    }
}
@media (max-width: 800px) {
    .new-reviews--gray:not(#fi) {
        margin-bottom: 80px;
    }
    .new-reviews__grid {
        grid-template-columns: repeat(2, 1fr);
        --height-bunch: 1050px; 
    }
}
@media (max-width: 600px) {
    .new-reviews__head button{
        font-size: 10px;
    }
    .new-reviews__platforms img {
        width: 80px;
    }
    .new-reviews__grade {
        display: none;
    }
    .new-reviews__grid {
        grid-template-columns: 1fr;
        --height-bunch: 1330px; 
    }
}
/* End */


/* Start:/local/components/my/intro-cta/templates/.default/style.css?1788181183274*/
.intro {
    max-width: 684px;
    margin-inline: auto;
}
.intro * {
    text-align: center;
}
.intro .new-title-20 {
    opacity: 40%;
}
.intro a {
    display: flex;
    margin-inline: auto;
}

@media (max-width: 800px) {
    .intro {
        padding-inline: 30px;
    }
}
/* End */


/* Start:/local/components/my/faq/templates/apple/style.css?17883479611818*/
.faq {
    padding-top: 80px;
}
.faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq__item {
    padding: 35px 120px;
    border-radius: var(--border-radius);
    background-color: var(--color-gray-f8);
    position: relative;
    transition: .3s ease-in-out;
    opacity: 0;
}
.faq__item::before, .faq__item::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.faq__item::before {
    left: 40px;
    background: url('/upload/static/svg/faq.svg') no-repeat center;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.faq__item::after {
    --size: 60px;
    right: 40px;
    width: var(--size);
    height:var(--size);
    border-radius: 50%;
    border: 1px solid #1C1C1C14;
    background-color: transparent;
    background-image: url('/upload/static/svg/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--transition-hover);
}
.faq__item.n-accordion__item--opened::after {
    background-color: #1C1C1C0A;
    transform: translateY(-50%) rotate(45deg);
}

.faq__item.n-accordion__item--opened {
    padding-block: 20px;
}
.faq__item.n-accordion__item--opened .n-accordion__panel {
    margin-top: 20px;
}

@media (max-width: 1100px) {
    .faq__item {
        padding: 20px 60px;
    }
    .faq__item::after {
        --size: 30px;
        right: 20px;
    }
    .faq__item::before {
        width: 20px;
        height: 20px;
        left: 20px;
    } 
}
@media (max-width: 800px) {
    .faq__item.n-accordion__item--opened .n-accordion__panel {
        margin-top: 10px;
    }
}
@media (max-width: 380px) {
    .faq__item {
        padding: 15px 40px 15px 15px;
    }
    .faq__item::before {
        display: none;
    }
    .faq__item::after {
        right: 15px;
    }
}
/* 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/service.hero/templates/apple/style.css?1788178493766 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1764327961467 */
/* /local/components/my/service.indications/templates/apple/style.css?17883478881275 */
/* /local/components/my/price/templates/apple/style.css?1788347040948 */
/* /local/components/my/specs/templates/apple/style.css?17883482744082 */
/* /local/components/my/reviews/templates/apple/style.css?17883458913088 */
/* /local/components/my/intro-cta/templates/.default/style.css?1788181183274 */
/* /local/components/my/faq/templates/apple/style.css?17883479611818 */
/* /local/components/my/contact-form/templates/apple/style.css?17882770001762 */
