

/* Start:/local/templates/ampm-multilang/components/ampm/system.empty/contacts_page/style.css?17376405103426*/
.contact-head {
    background: url("/local/templates/ampm-multilang/components/ampm/system.empty/contacts_page/./img/head_image.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 219px;
}

.contact-head .breadcrumb {

}

.contact-head h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    margin-top: 170px;
    max-width: 660px;
}

.contact-head__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    margin-top: 16px;
    max-width: 660px;
}

/**/
.contacts {
    margin-bottom: 60px;
}

.contacts__list {

}

.contacts__item {
    display: flex;
    margin: -16px;
}

.contacts__item-img {
    display: flex;
    width: calc(50% - 32px);
    margin: 16px;
}

.contacts__item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contacts__item-desc {
    width: calc(50% - 32px);
    margin: 16px;

    padding: 80px 80px 55px 80px;
    border-radius: 10px;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.contacts__item-city {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 4px;
}

.contacts__item-address {
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 4px;
}

.contacts__item-work {
    margin-bottom: 4px;
}

.contacts__item-phone {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 24px;
}

.contacts__item-buttons {
    display: flex;
    margin-bottom: 40px;
}

.contacts__item-btn {
    width: 46%;

    &.btn--black-full {
        width: calc(100% - 46% - 8px);
        margin-right: 8px;
    }
}

.contacts__item-map {
    display: flex;
}

.contacts__item-map img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .contacts__item-desc {
        background: #EEE !important;
    }
}

@media (max-width: 991px) {
    .contact-head {
        background: url("/local/templates/ampm-multilang/components/ampm/system.empty/contacts_page/./img/head_image_mob.jpg") no-repeat;
        text-align: center;
        min-height: 600px;
        padding-bottom: 50px;
    }

    .contact-head h1 {
        font-size: 22px;
        font-weight: 400;
        line-height: 28.6px;
        margin-bottom: 8px;
        margin-top: 30px;
    }

    .contact-head__text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    /**/
    .contacts {
    }

    .contacts__list {
    }

    .contacts__item {
        margin: 0;

        &:not(:last-child) {
            margin-bottom: 20px;
        }
    }

    .contacts__item-img {
        display: none;
    }

    .contacts__item-desc {
        width: 100%;
        margin: 0;
        padding: 0;

        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
    }

    .contacts__item-desc--is-img {
        min-height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        color: #fff;
    }

    .contacts__item-background {
        display: block;
    }

    .contacts__item-city {
        font-size: 24px;
        font-weight: 700;
        line-height: 31.2px;
        padding: 0 20px;
    }

    .contacts__item-address {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        padding: 0 20px;
    }

    .contacts__item-work {
        padding: 0 20px;
    }

    .contacts__item-phone {
        color: #fff;
        margin-left: 20px;
    }

    .contacts__item-buttons {
        display: none;
    }

}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736*/
.breadcrumb {
    padding-top: 20px;
    height: 36px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.breadcrumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 40px;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    color: var(--main-color-gray);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.breadcrumb__item--link {
    position: relative;
    padding-right: 17px;
}

.breadcrumb__item--link:before {
    content: '';
    position: absolute;
    right: 9px;
    width: 1px;
    height: 8px;
    background: var(--main-color-gray);
}
/* End */


/* Start:/local/templates/ampm-multilang/components/ampm/system.empty/contacts_block/style.css?17376405101908*/
.contact-items {
    margin: 32px 0;
}

.contact-items__list {
    display: flex;
    margin: 0 -16px;
}

.contact-items__item {
    width: calc(100% - 32px);
    margin: 0 16px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 32px;
    font-size: 14px;
    line-height: 150%;
}

.contact-items__item-img {
    display: block;
    margin-bottom: 80px;
}

.contact-items__item-color {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    margin-bottom: 4px;
}

.contact-items__item:nth-child(1) .contact-items__item-color {
    background: linear-gradient(to bottom, #50d1f1, #074fb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-items__item:nth-child(2) .contact-items__item-color {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-items__item:nth-child(3) .contact-items__item-color {
    background: linear-gradient(to bottom, #ff566d, #d61e3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-items__item:nth-child(4) .contact-items__item-color {
    background: linear-gradient(to bottom, #5f86ec, #7c4cb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .contact-items {
        margin: 20px 0;
    }

    .contact-items__list {
        flex-wrap: wrap;
        margin: -8px;
    }

    .contact-items__item {
        width: calc(50% - 8px);
        margin: 4px;
        padding: 16px;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;

    }

    .contact-items__item-img {
        margin-bottom: 64px;
        max-width: 24px;
        height: auto;
    }

    .contact-items__item-color {
        font-size: 14px;
        font-weight: 700;
        line-height: 18.2px;
    }
}
/* End */
/* /local/templates/ampm-multilang/components/ampm/system.empty/contacts_page/style.css?17376405103426 */
/* /local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736 */
/* /local/templates/ampm-multilang/components/ampm/system.empty/contacts_block/style.css?17376405101908 */
