
/*region Блок: "Оставить заявку на сервисное обслуживание"*/

.cm-request-services {
    display: flex;
    flex-direction: column;
}

.cm-request-services h2 {
    margin-top: 40px;
    margin-bottom: 40px;

    color: #0396D4;
    text-align: left;
    font: normal 700 33px/40px Montserrat;
    text-transform: uppercase;
}

.cm-request-services .services-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    color: #383639;
}

.cm-request-services .services-inner__item {
    min-height: 339px;
    border-radius: 10px;
    border: 1px solid #0396D4;
    padding: 32px 110px 32px 44px;
    position: relative;
}

.cm-request-services .services-inner__item-content {
    max-width: 474px;
    height: 100%;

    display: flex;
    flex-direction: column;

    color: #383639;
    text-align: left;
    font: normal 400 18px/33px Montserrat;
}

.cm-request-services .services-inner__item-content p,
.cm-request-services .services-inner__item-content a {
    margin: 0;
    padding: 0;
}

.cm-request-services .services-inner__item-content h6 {
    text-align: left;
    font: normal 600 18px/26px Montserrat;
}

.cm-request-services .item-content__contacts {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cm-request-services .item-content__contacts a {
    color: #0396D4;
    font-weight: 500;
}

.cm-request-services .services-inner__item-image {
    width: 100%;
    height: 100%;
    max-width: 108px;
    max-height: 108px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    right: 0;

    border-radius: 10px;
    background-color: #EDF8FC;
}

@media (max-width: 885px) {
    .cm-request-services .services-inner {
        grid-template-columns: 1fr;
    }

    .cm-request-services .services-inner__item {
        min-height: 0;
    }

    .cm-request-services .services-inner__item-content {
        max-width: calc(100% - 88px - 16px);
    }

    .cm-request-services .services-inner__item-content h6 {
        margin-bottom: 30px;
    }

    .cm-request-services .item-content__contacts {
        margin-top: 0;
    }

    .cm-request-services .services-inner__item-image {
        max-width: 88px;
        max-height: 88px;
    }
}

@media (max-width: 450px) {
    .cm-request-services .services-inner {
        gap: 30px;
    }

    .cm-request-services h2 {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .cm-request-services .services-inner__item {
        padding: 16px;
    }

    .cm-request-services .services-inner__item-content {
        max-width: calc(100% - 58px - 8px);
    }

    .cm-request-services .services-inner__item-image {
        max-width: 58px;
        max-height: 58px;
    }

    .cm-request-services .services-inner__item-image img {
        transform: scale(.7);
    }
}

/*endregion*/


/*region Блок: "Порядок действий в случае наступления гарантийного случая"*/

.cm-warranty-event {margin-top: 40px}

.cm-warranty-event *, .cm-warranty-event *::after, .cm-warranty-event *::before {all: unset}

.cm-warranty-event, .cm-warranty-event-left, .cm-warranty-event-item-content, .cm-warranty-event-item-doc-content {
    display: flex;
    flex-direction: column;
}

.cm-warranty-event a {
    color: #0396D4;
    font-size: 18px
}

.cm-warranty-event h2, .cm-warranty-event p {color: #383639}

.cm-warranty-event p {font: normal 400 16px/24px Montserrat, sans-serif}

.cm-warranty-event p b, .cm-warranty-event p strong {font-weight: 600}
.cm-warranty-event b:has(a) {font-weight: 500}

.cm-warranty-event {gap: 30px}

.cm-warranty-event h2 {font: normal 700 20px/24px Montserrat, sans-serif}

.cm-warranty-event-content {
    display: grid;
    grid-template-columns: 1fr 753px;
    gap: 30px;
}

@media (max-width: 885px) {
    .cm-warranty-event-content {grid-template-columns: 1fr}
}

@media (max-width: 450px) {
    .cm-warranty-event {margin-top: 32px}
}

/*left*/
.cm-warranty-event-left {
    gap: 40px;
    counter-reset: items
}

.cm-warranty-event-item {
    display: flex;
    gap: 20px;
}

.cm-warranty-event-item::before {
    counter-increment: items;
    content: counter(items);
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #0396D4;
    color: #0396D4;
    font: normal 600 18px/35px Montserrat, sans-serif
}

.cm-warranty-event-item-content {
    margin-top: 5px;
    gap: 30px
}

.cm-warranty-event-item-doc {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cm-warranty-event-item-doc::before {
    content: '';
    width: 65px;
    height: 59px;
    min-width: 65px;
    min-height: 59px;
    display: block;
    background: url("/images/servis-page/file-type-word.svg") no-repeat center;
    background-size: cover;
}

.cm-warranty-event-item-doc-content {gap: 10px}

.cm-warranty-event-item-doc-content p {
    color: #3C3A3D;
    font: normal 600 18px/22px Montserrat, sans-serif;
}

.cm-warranty-event-item-doc-content a {font: normal 400 14px/17px Montserrat, sans-serif}

/*right*/
.cm-warranty-event-right {
    padding: 40px;
    border-radius: 10px;
    background-color: #EDF8FC;
}

.cm-warranty-event-right p {
    font: normal 400 18px/33px Montserrat, sans-serif;
    font-size: 18px !important;
}

/*endregion*/