/* Contacts page */
.contacts_body .site_main,
.contacts_page {
    background: #fff;
}

.contacts_page .container,
.contacts_hero,
.contacts_layout {
    box-sizing: border-box;
}

.contacts_hero_block {
    padding-top: 43px;
}

.contacts_hero .service_breadcrumbs {
    margin: 0 0 26px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    line-height: 130%;
    color: #000;
}

.contacts_hero .service_breadcrumbs a {
    color: #000;
    text-decoration: none;
}

.contacts_hero h1 {
    margin: 0;
    font-weight: 400;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #000;
}

.contacts_content_block {
    padding: 21px 0 160px;
}

.contacts_layout {
    display: grid;
    grid-template-columns: minmax(320px, 493px) minmax(520px, 762px);
    justify-content: space-between;
    align-items: start;
    gap: 65px;
}

.contacts_info {
    max-width: 493px;
    font-size: 14px;
    line-height: 130%;
    color: #000;
}

.contacts_info p {
    margin: 0;
}

.contacts_address {
    margin-bottom: 18px !important;
    font-weight: 400;
}

.contacts_item {
    margin-top: 16px;
}

.contacts_item b {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}

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

.contacts_socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 27px;
}

.contacts_social {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #60534B;
    text-decoration: none;
    border-radius: 50%;
    overflow: hidden;
    transition: transform .25s ease, opacity .25s ease;
}

.contacts_social:hover {
    transform: scale(1.06);
    opacity: .85;
}

.contacts_social img,
.contacts_social svg {
    width: 35px;
    height: 35px;
    display: block;
    object-fit: contain;
}

.contacts_map {
    width: 100%;
    height: 379px;
    border-radius: 20px;
    overflow: hidden;
    background: #D9D9D9;
}

.contacts_map iframe,
.contacts_map img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border: 0;
    object-fit: cover;
}

.contacts_map_placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    color: #60534B;
    font-size: 14px;
    line-height: 130%;
}

.elementor-widget-arvika_contacts_page .elementor-widget-container,
.elementor-widget-arvika_contacts_page .contacts_page {
    width: 100%;
}

@media (max-width: 1200px) {
    .contacts_layout {
        grid-template-columns: minmax(300px, 430px) minmax(450px, 1fr);
        gap: 36px;
    }
}

@media (max-width: 996px) {
    .contacts_content_block {
        padding-bottom: 90px;
    }

    .contacts_layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .contacts_info {
        max-width: 100%;
    }

    .contacts_map {
        height: 379px;
    }
}

@media (max-width: 600px) {
    .contacts_hero_block {
        padding-top: 24px;
    }

    .contacts_hero .service_breadcrumbs {
        display: none;
    }

    .contacts_hero h1 {
        font-size: 30px;
        line-height: 130%;
        letter-spacing: -0.05em;
    }

    .contacts_content_block {
        padding: 23px 0 94px;
    }

    .contacts_layout {
        gap: 29px;
    }

    .contacts_info {
        font-size: 14px;
        line-height: 130%;
    }

    .contacts_address {
        margin-bottom: 17px !important;
    }

    .contacts_item {
        margin-top: 16px;
    }

    .contacts_socials {
        margin-top: 27px;
    }

    .contacts_map {
        height: 379px;
        border-radius: 20px;
    }
}
