﻿/* SERVICE-PAGE START */

.service-cards {
}
.service-cards__wrapper {
    display: flex;
    gap:24px;
}
.service-cards-item {
    width: calc(33.33% - 16px);
    border-radius: 16px;
    border:solid 1px #292826;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap:16px;
}
.service-cards-item-icon {
    width: 64px;
    height: 64px;
}
.service-cards-item-icon img{
    object-fit: cover;
}
.service-cards-item-title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.service-cards-item-description {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.category--service .category__list {
    gap:24px;
}
.category--service .category__item{
    width: calc(25% - 18px);
    display: flex;
    flex-direction: column;
}
.category--service .category__item-title {
    width: 100%;
    align-self: flex-start;
    max-width: 260px;
}
.category--service .category__item-image {
    width: 100%;
    max-width: 260px;
    align-self: flex-end;
    margin-top: -10px;
}
.category--service .category__item-image img {
    scale: 1;
}

.brands {
}
.brands__title {
}
.brands__contant {
}
.brands__wrapper {
    position: relative;
    padding-bottom: 50px;
}
.brands__text {
    max-width: 605px;
    margin-bottom: 48px;
}
.brands__list {

}
.brands__item {
    /* height: 62px;
    width: 200px; */
}
.brands__item img {
    width: 100%;
    object-fit: contain;
    height: 62px;
    
    max-width: 280px;
}
.brands .swiper-pagination {
    bottom: 0px;
}

.options {
}
.options__title {
}
.options__content {
}
.options__text {
    max-width: 586px;
    font-size: 18px;
    margin-bottom: 40px;
}
.options__list {
    display: flex;
    gap:24px;
}
.options__item {
    position: relative;
    width: calc(25% - 18px);
    border-radius: 16px;
    border: 1px solid rgba(41, 40, 38, 0.40);
    background: #FFF;
    padding: 16px;
    overflow: hidden;
}
.options__item-circle {
    width: 200px;
    height: 200px;
    position: absolute;
    top:0;
    left:40px;
}
.options__item-image {
    max-width: 340px;
    transform: translateX(21px);
    position: relative;
    right: 0;
    height: 284px;
    padding-left: 60px;
}
.options__item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.options__item-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}
.options__item-price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}
.btn {
}
.options__item-btn {
    display: block;
    width: 100%;
}

/* CTA block shared by service landing pages */
.cta {
    margin: 48px 0;
}
.cta__wrapper {
    background-color: #FDD525;
    border-radius: 16px;
    width: 100%;
    padding: 32px 0;
    position: relative;
}
.cta__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:24px;
}
.cta__title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.cta__subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.cta__link {
    background-color: #FDD525;
    max-width: 290px;
    margin: 0 auto;
}
.cta__image {
    width: 400px;
    position: absolute;
    bottom: -6px;
    left:40px;
}
.cta__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* SERVICE-PAGE END */

