/* Как мы работаем */
.our-work {
    padding: 80px 0;
}
.our-work__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 67px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.our-work__items {
        padding: 0 16px;
        display: flex;
        /* column-gap: 36px; */
}
.our-work__item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    /* z-index: 1; */
    width: calc((100% / 4) - 24px);
    margin-left: -10px;
}
.our-work__item:first-child {
    margin-left: 0;
}
.our-work__item-number {
    color: #fff;
    font-weight: 700;
}
.our-work__item-number span {
    width: 72px;
    height: 72px;
    background: #FF0404;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-work__item-title {
    font-weight: 700;
    color: #000;
}
.our-work__item-descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #222;
}
.our-work__item-arrow {
    display: block;
    width: 56px;
    height: 56px;
    background: #000;
    border: 1px solid #eee;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    margin-top: 136px;
}
.our-work__item-arrow:last-child {
    display: none !important;
}
@media (max-width: 991px) {
    .our-work__items {
        padding: 0;
        flex-wrap: wrap;
        gap: 10px;
    }
    .our-work__item {
        border-radius: 20px;
        padding: 24px;
        display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 16px;
        font-size: 20px;
        line-height: 30px;
        width: calc((100% / 2) - 5px);
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .our-work__item {
        width: 100%;
    }
}
/* конец блока */

/* Наши услуги */
.our-service {
    padding: 80px 0;
    background: #F6F6F6
}
.our-service__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 67px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.our-service__items {
    display: flex;
    gap: 10px 24px;
    flex-flow: row wrap;
}
.our-service__item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 10px;
    width: calc((100% / 2) - 12px);
    align-self: flex-start;
}
.our-service__item-header {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 25px;
}
.our-service__item-header span {
    display: block;
}
.our-service__item-header span:last-child {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.our-service__item-header.active span:last-child {
    background: #FF0404;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}
.our-service__item-content {
    padding-top: 16px;
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
@media (max-width: 767px) {
    .our-service__item {
        width: 100%;
    }
}
/* конец блока */

/* Наши преимущества */

.our-advantages {
    padding: 80px 0;
}
.our-advantages__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 67px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.our-advantages__items {
    display: flex;
    gap: 10px 24px;
    flex-flow: row wrap;
}
.our-advantages__item {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 32px;
    width: calc((100% / 2) - 12px);
}
.our-advantages__item-icon {
    background: #FF0404;
    border-radius: 50px;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.our-advantages__item-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000
}
.our-advantages__item-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #222;
}
@media (max-width: 767px) {
    .our-advantages__title {
        font-weight: 700;
        font-size: 32px;
        line-height: 52px;
    }
    .our-advantages__item {
        width: 100%;
    }
}
/* конец блока */

/* Наши контакты */
.our-contacts {
    padding: 80px 0;
    background: #000;
}
.our-contacts__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 67px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.our-contacts__items {
    display: flex;
    align-items: center;
    column-gap: 90px;
}
.our-contacts__item {
    width: calc((100% / 4) - 45px);
    position: relative;
}
.our-contacts__item:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.3;
    display: block;
    position: absolute;
    right: 0;
    margin-right: -45px;
    top: 0;
}
.our-contacts__item:last-child:after {
    content: none;
}
.our-contacts__item-phone a {
    font-weight: 400;
    /* font-size: 18px; по макету*/
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    display: block;
    margin-bottom: 16px;
    transition: all 0.5s ease-in-out;
}
.our-contacts__item-phone a:hover {
    color: #969696;
    transition: all 0.5s ease-in-out;
}
.our-contacts__item-schedule {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 16px;
}
.our-contacts__item-btn a {
    padding: 14px;
    background: #FF0404;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    max-width: 190px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 16px;
}
.our-contacts__item-btn a:hover {
    background: #8d0000;
    transition: all 0.5s ease-in-out;
}
.our-contacts__item-link a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #969696;
    transition: all 0.5s ease-in-out;
}
.our-contacts__item-link a:hover {
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .our-contacts__item-phone a {
        font-size: 22px;
    }
    .our-contacts__item-btn a {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .our-contacts__items {
        flex-wrap: wrap;
        row-gap: 50px;
        column-gap: 24px;
    }
    .our-contacts__item {
        width: calc((100% / 2) - 12px);
    }
    .our-contacts__item:after {
        content: none;
    }
}
@media (max-width: 767px) {
    .our-contacts__item {
        width: 100%;
        text-align: center;
    }
    .our-contacts__item-btn a {
        margin: 0 auto;
        margin-bottom: 16px;
    }
}
/* конец блока */

/* Марки */
.auto-models {
    padding: 80px 0;
}
.auto-models__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 67px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.auto-models__items {
    display: flex;
    margin-bottom: 50px;
    gap: 10px;
    flex-flow: row wrap;
}
.auto-models__item {
    background: #F0F0F0;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    cursor: pointer;
    padding: 5px 10px;
    transition: all 0.5s ease-in-out;
}
.auto-models__item:hover, .auto-models__item.active {
    background: #FF0404;
    transition: all 0.5s ease-in-out;
    color: #fff;
}
.auto-models__subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .auto-models__title {
        font-size: 32px;
        line-height: 52px;
    }
}
/* конец блока */