.contacts-intro {
    box-sizing: border-box;
    padding: 30px 0 50px;
    color: #333;
    font-family: "Geometria", Arial, sans-serif;
}

.contacts-intro h1.contacts-intro__title {
    margin: 0 0 20px;
    padding: 0;
    color: #333;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2;
}

.contacts-intro__text {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.contacts-intro__text p {
    margin: 0;
}

.contacts-intro__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 52px;
    margin-top: 42px;
    border: 1px solid #b41e04;
    background: #b41e04;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.contacts-intro__button:hover {
    background: #fff;
    color: #b41e04;
}

.contacts-office {
    display: grid;
    grid-template-columns: 60.15625% 39.84375%;
    height: 415px;
    font-family: "Geometria", Arial, sans-serif;
}

.contacts-office__map,
.contacts-office__map iframe {
    display: block;
    width: 100%;
    height: 415px;
}

.contacts-office__map iframe {
    border: 0;
}

.contacts-office__content {
    padding: 30px 40px;
    background: #f1f8ff;
}

.contacts-office h2.contacts-office__title {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.contacts-office__details {
    margin-top: 11px;
}

.contacts-office__group:nth-child(2) {
    margin-top: 41px;
}

.contacts-office__group:nth-child(3) {
    margin-top: 38px;
}

.contacts-office__label,
.contacts-office__value,
.contacts-office__value p {
    margin: 0;
    padding: 0;
}

.contacts-office__label {
    color: #d3d3d3;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.contacts-office__value {
    margin-top: 11px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.contacts-office__group:nth-child(2) .contacts-office__value {
    margin-top: 10px;
}

.contacts-office__value a {
    color: inherit;
    text-decoration: none;
}

.contacts-office__value p {
    margin-top: 7px;
}

.contacts-services {
    box-sizing: border-box;
    padding: 60px 0;
    font-family: "Geometria", Arial, sans-serif;
}

.contacts-services h2.contacts-services__title {
    margin: 0;
    padding: 0;
    color: #d02004;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.contacts-services__text {
    max-width: 720px;
    margin-top: 20px;
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.contacts-services__text p {
    margin: 0;
}

.contacts-services__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.contacts-services__card {
    display: block;
    grid-column: span 3;
    height: 112px;
    padding: 20px;
    background: #f8f8f8;
    color: #393f51;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.contacts-services__card--wide {
    grid-column: span 4;
}

.contacts-services__icon {
    display: block;
    width: 40px;
    height: 40px;
}

.contacts-services__name {
    display: block;
    margin-top: 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.contacts-services__card:hover {
    background: #d02004;
    color: #fff;
}

.contacts-services__card:hover .contacts-services__icon {
    filter: brightness(0) invert(1);
}
.contacts-geography {
    display: grid;
    grid-template-columns: 39.84375% 60.15625%;
    height: 415px;
    font-family: "Geometria", Arial, sans-serif;
}

.contacts-geography__content {
    box-sizing: border-box;
    padding: 40px 40px 40px max(15px, calc((100vw - 1170px) / 2));
    background: #f1f8ff;
}

.contacts-geography h2.contacts-geography__title {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
}

.contacts-geography__details {
    margin-top: 25px;
}

.contacts-geography__group + .contacts-geography__group {
    margin-top: 28px;
}

.contacts-geography__label,
.contacts-geography__value {
    margin: 0;
    padding: 0;
    color: #000;
}

.contacts-geography__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.contacts-geography__value {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.43;
}

.contacts-geography__map,
.contacts-geography__map iframe {
    display: block;
    width: 100%;
    height: 415px;
}

.contacts-geography__map iframe {
    border: 0;
}
.contacts-team {
    box-sizing: border-box;
    padding: 60px 0;
    font-family: "Geometria", Arial, sans-serif;
}

.contacts-team h2.contacts-team__title {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.contacts-team__slider {
    margin: 31px -10px 0;
}

.contacts-team__slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.contacts-team__slider:not(.slick-initialized) .contacts-team__slide {
    flex: 0 0 25%;
}

.contacts-team__slide {
    box-sizing: border-box;
    padding: 0 10px;
}

.contacts-team .slick-track {
    display: flex;
}

.contacts-team .slick-slide {
    float: none;
    height: auto;
}

.contacts-team__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #d02004;
}

.contacts-team__image {
    display: block;
    width: 100%;
    aspect-ratio: 278 / 250;
    object-fit: cover;
}

.contacts-team__info {
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 10px 20px 14px;
    color: #fff;
}

.contacts-team__name,
.contacts-team__position {
    margin: 0;
    padding: 0;
}

.contacts-team h3.contacts-team__name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.contacts-team__position {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.contacts-team__phone {
    display: inline-block;
    margin-top: 4px;
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
}

.contacts-team__phone:hover {
    color: #d3d3d3;
    text-decoration: underline;
}
.contacts-team .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.contacts-team .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
}

.contacts-team .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d3d3d3;
    font-size: 0;
    cursor: pointer;
}

.contacts-team .slick-dots button::before {
    display: none;
    content: none;
}

.contacts-team .slick-dots .slick-active button {
    background: #d02004;
}
.contacts-local {
    box-sizing: border-box;
    min-height: 615px;
    padding: 60px 0 62px;
    background: #393f51;
    font-family: "Geometria", Arial, sans-serif;
}

.contacts-local__layout {
    display: grid;
    grid-template-columns: 575px 476px;
    column-gap: 119px;
    align-items: start;
}

.contacts-local h2.contacts-local__title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.contacts-local__text {
    margin: 12px 0 0;
    color: #d3d3d3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.contacts-local__tag {
    display: inline-flex;
    align-items: center;
    height: 42px;
    margin-top: 30px;
    padding: 0 16px;
    background: #f8f8f8;
    color: #393f51;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.contacts-local__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 22px;
}

.contacts-local__number {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.contacts-local__caption {
    margin-top: 8px;
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
}

.contacts-local__image {
    display: block;
    width: 476px;
    height: 400px;
    object-fit: cover;
}
.contacts-faq {
    box-sizing: border-box;
    padding: 60px 0 0;
    font-family: "Geometria", Arial, sans-serif;
}

.contacts-faq h2.contacts-faq__title {
    margin: 0;
    padding: 0;
    color: #d02004;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.contacts-faq__list {
    display: grid;
    gap: 32px;
    margin-top: 43px;
}

.contacts-faq__item {
    background: #f8f8f8;
}

.contacts-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 72px;
    padding: 0 20px;
    color: #393f51;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    list-style: none;
}

.contacts-faq__question::-webkit-details-marker {
    display: none;
}

.contacts-faq__plus {
    flex: 0 0 auto;
    margin-left: 20px;
    color: #d02004;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.contacts-faq__item[open] .contacts-faq__plus {
    transform: rotate(45deg);
}

.contacts-faq__answer {
    padding: 0 20px 20px;
    color: #393f51;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.contacts-faq__answer p {
    margin: 0 0 12px;
}

.contacts-faq__answer ul,
.contacts-faq__answer ol {
    margin: 0 0 12px;
    padding-left: 22px;
}

.contacts-faq__answer li + li {
    margin-top: 6px;
}

.contacts-faq__answer h2,
.contacts-faq__answer h3,
.contacts-faq__answer h4 {
    margin: 20px 0 10px;
    padding: 0;
    color: #393f51;
    font-weight: 500;
    line-height: 1.3;
}

.contacts-faq__answer h2 {
    font-size: 24px;
}

.contacts-faq__answer h3 {
    font-size: 20px;
}

.contacts-faq__answer h4 {
    font-size: 18px;
}

.contacts-faq__answer a {
    color: #d02004;
    text-decoration: underline;
}

.contacts-faq__answer > :first-child {
    margin-top: 0;
}

.contacts-faq__answer > :last-child {
    margin-bottom: 0;
}
@media (min-width: 801px) and (max-width: 1199px) {
    .contacts-local__layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 40%);
        column-gap: 40px;
    }

    .contacts-local__image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 800px) {
    .contacts-intro {
        padding: 40px 0;
    }

    .contacts-intro h1.contacts-intro__title {
        font-size: 40px;
    }

    .contacts-intro__desktop-break {
        display: none;
    }

    .contacts-office {
        grid-template-columns: 1fr;
        height: auto;
    }

    .contacts-office__content {
        padding: 40px 15px;
    }

    .contacts-services {
        padding: 40px 0;
    }

    .contacts-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 40px;
    }

    .contacts-services__card,
    .contacts-services__card--wide {
        grid-column: auto;
    }
    .contacts-geography {
        grid-template-columns: 1fr;
        height: auto;
    }

    .contacts-geography__content {
        padding: 40px 15px;
    }
    .contacts-team {
        padding: 40px 0;
    }

    .contacts-team__slider {
        margin-top: 24px;
    }

    .contacts-team__slider:not(.slick-initialized) .contacts-team__slide {
        flex-basis: 50%;
    }
}

@media (max-width: 575px) {
    .contacts-intro {
        padding: 24px 0 32px;
    }

    .contacts-intro h1.contacts-intro__title {
        font-size: 30px;
    }

    .contacts-intro__text {
        font-size: 17px;
    }

    .contacts-intro__button {
        width: 100%;
    }

    .contacts-office__map,
    .contacts-office__map iframe {
        height: 320px;
    }

    .contacts-office__content {
        padding: 30px 15px;
    }

    .contacts-office h2.contacts-office__title {
        font-size: 30px;
    }

    .contacts-services {
        padding: 24px 0 32px;
    }

    .contacts-services h2.contacts-services__title {
        font-size: 30px;
    }

    .contacts-services__grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
    .contacts-geography h2.contacts-geography__title {
        font-size: 30px;
    }

    .contacts-geography__map,
    .contacts-geography__map iframe {
        height: 320px;
    }
    .contacts-team {
        padding: 32px 0 60px;
    }

    .contacts-team h2.contacts-team__title {
        font-size: 30px;
    }

    .contacts-team__slider:not(.slick-initialized) .contacts-team__slide {
        flex-basis: 100%;
    }
}
@media (max-width: 800px) {
    .contacts-local {
        min-height: 0;
        padding: 40px 0;
    }

    .contacts-local__layout {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .contacts-local__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
    }

    .contacts-local__image {
        width: 100%;
        max-width: 476px;
        height: auto;
    }
}

@media (max-width: 575px) {
    .contacts-local {
        padding: 32px 0;
    }

    .contacts-local h2.contacts-local__title {
        font-size: 30px;
    }

    .contacts-local__stats {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 800px) {
    .contacts-faq {
        padding: 40px 0 0;
    }

    .contacts-faq__list {
        gap: 20px;
        margin-top: 32px;
    }
}

@media (max-width: 575px) {
    .contacts-faq {
        padding: 32px 0 0;
    }

    .contacts-faq h2.contacts-faq__title {
        font-size: 30px;
    }

    .contacts-faq__question {
        padding: 0 15px;
    }

    .contacts-faq__answer {
        padding: 0 15px 18px;
    }
}