

/* Start:/local/components/doweb/contacts/templates/.default/style.css?171274039511124*/
.content .container:has(.contacts) {
    padding-left: 0vw;
}

.contacts>.items {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 31vw;
    border-bottom: 0.052vw solid #bfbfbf;
}

.contacts>.items .item {
    display: grid;
    grid-template-columns: 50% calc(50% - 3.698vw);
    grid-template-rows: repeat(4, auto);
    gap: 2.604vw 3.698vw;
    padding: 2.708vw 0vw 2.083vw 2.865vw;
}

.contacts>.items .item:not(:last-child) {
    border-right: 0.052vw solid #bfbfbf;
}

.contacts>.items .item .city {
    color: #201f26;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.contacts>.items .item .title {
    color: #bfbfbf;
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 0.521vw;
    text-transform: uppercase;
}

.contacts>.items .item .text a,
.contacts>.items .item .text {
    max-width: 21.042vw;

    color: #201f26;
    font-family: Commissioner;
    font-size: 1.094vw;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-decoration: none;
}

.contacts>.items .item .link {
    margin-top: 1.042vw;
    color: #f50;
    font-size: 0.729vw;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-decoration-line: underline;
    text-transform: uppercase;
    cursor: pointer;
}

.contacts>.items .item a.link {
    display: block;
}

.contacts>.map {
    width: 87.5vw;
    height: 26.563vw;
    padding: 1.823vw 0vw 2.708vw 0vw;
    margin: 0 auto;
}

.contacts>.map [class$="ground-pane"] {
    mix-blend-mode: luminosity;
}

.contacts>.map [class*="copyrights-promo"],
.contacts>.map [class*="copyrights-pane"] {
    display: none !important;
}

.contacts>.map [class$="-image "] {
    width: 1.563vw !important;
    height: 1.563vw !important;
    background-size: 100% 100% !important;
}

.contacts>.map ymaps[class*="map-bg"],
.contacts>.map ymaps[class$="-map"] {
    width: 87.5vw !important;
    height: 26.563vw !important;
}

.contacts_mobile {
    display: none;
}

@media (max-device-width: 744px) and (min-device-width: 360px) and (min-device-height: 640px) {
    .contacts_mobile {
        display: unset;
    }

    .contacts {
        display: none;
    }

    .contacts_mobile .tabs__caption {
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: max-content max-content;
        grid-auto-rows: 9.16667vw;
        gap: 8.33333vw;
        padding: 6.11111vw 0vw 8.05556vw 5.55556vw;
    }

    .contacts_mobile .tabs__caption li {
        list-style-type: none;
        color: #bfbfbf;
        font-size: 4.26667vw;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        width: fit-content;
        transition: color 160ms ease-in-out, border-bottom 160ms ease-in-out;
    }

    .contacts_mobile .tabs__caption li.active {
        color: #f50;
        padding-bottom: 2.77778vw;
        border-bottom: 0.83333vw solid #f50;
    }

    .contacts_mobile .tabs__caption li:not(.active) {
        cursor: pointer;
    }

    .contacts_mobile .tabs__content:not(.active) {
        display: none;
        width: 0vw;
        height: 0vw;
    }

    .contacts_mobile .tabs__content {
        display: grid;
        grid-template-columns: 100%;
        grid-auto-rows: auto;
        gap: 5.55556vw;
        padding: 0vw 5.55556vw;
        padding-bottom: 10.27778vw;
    }

    .contacts_mobile .tabs__content .address,
    .contacts_mobile .tabs__content .email,
    .contacts_mobile .tabs__content .zip,
    .contacts_mobile .tabs__content .phone,
    .contacts_mobile .tabs__content .requisites,
    .contacts_mobile .tabs__content .worktime {
        display: grid;
        grid-template-columns: 100%;
        grid-auto-rows: auto;
        gap: 1.66667vw;
    }

    .contacts_mobile .tabs__content .address .title,
    .contacts_mobile .tabs__content .email .title,
    .contacts_mobile .tabs__content .zip .title,
    .contacts_mobile .tabs__content .phone .title,
    .contacts_mobile .tabs__content .requisites .title,
    .contacts_mobile .tabs__content .worktime .title {
        color: #bfbfbf;
        font-size: 3.33333vw;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
    }

    .contacts_mobile .tabs__content .address .text a,
    .contacts_mobile .tabs__content .email .text a,
    .contacts_mobile .tabs__content .zip .text a,
    .contacts_mobile .tabs__content .phone .text a,
    .contacts_mobile .tabs__content .requisites .text a,
    .contacts_mobile .tabs__content .address .text,
    .contacts_mobile .tabs__content .email .text,
    .contacts_mobile .tabs__content .zip .text,
    .contacts_mobile .tabs__content .phone .text,
    .contacts_mobile .tabs__content .requisites .text,
    .contacts_mobile .tabs__content .worktime .text {
        color: #201f26;
        font-size: 3.88889vw;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        text-decoration: none;
    }

    .contacts_mobile .tabs__content .address .link,
    .contacts_mobile .tabs__content .email .link,
    .contacts_mobile .tabs__content .zip .link,
    .contacts_mobile .tabs__content .phone .link,
    .contacts_mobile .tabs__content .requisites .link {
        color: #f50;
        font-size: 2.77778vw;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        text-decoration-line: underline;
        text-transform: uppercase;
    }

    .contacts_mobile .mobile_map {
        width: calc(100% - 5.55556vw * 2);
        height: 127.22222vw;
        padding: 0vw 5.55556vw;
        padding-bottom: 12.77778vw;
    }

    .contacts_mobile>.mobile_map [class$="ground-pane"] {
        mix-blend-mode: luminosity;
    }

    .contacts_mobile>.mobile_map [class*="copyrights-promo"],
    .contacts_mobile>.mobile_map [class*="copyrights-pane"] {
        display: none !important;
    }

    .contacts_mobile>.mobile_map [class$="-image "] {
        width: 5.55556vw !important;
        height: 5.55556vw !important;
        background-size: 100% 100% !important;
    }

    .contacts_mobile>.mobile_map ymaps[class*="map-bg"],
    .contacts_mobile>.mobile_map ymaps[class$="-map"] {
        width: 100% !important;
        height: 127.22222vw !important;
    }
}

@media (max-device-width: 1240px) and (min-device-width: 744px) and (orientation: portrait) {
    .contacts_mobile {
        display: unset;
    }

    .contacts {
        display: none;
    }

    .contacts_mobile .tabs__caption {
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: max-content max-content;
        grid-auto-rows: 5.24194vw;
        gap: 4.03226vw;
        padding: 4.56989vw 0px 3.76344vw 4.03226vw;
    }

    .contacts_mobile .tabs__caption li {
        list-style-type: none;
        color: #bfbfbf;
        font-size: 2.82258vw;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        width: fit-content;
        transition: color 160ms ease-in-out, border-bottom 160ms ease-in-out;
    }

    .contacts_mobile .tabs__caption li.active {
        color: #f50;
        padding-bottom: 1.34409vw;
        border-bottom: 0.40323vw solid #f50;
    }

    .contacts_mobile .tabs__caption li:not(.active) {
        cursor: pointer;
    }

    .contacts_mobile .tabs__content:not(.active) {
        display: none;
        width: 0vw;
        height: 0vw;
    }

    .contacts_mobile .tabs__content {
        display: grid;
        grid-template-columns: calc(50% - 2.01613vw) calc(50% - 2.01613vw);
        grid-auto-rows: auto;
        gap: 2.68817vw;
        padding: 0vw 4.03226vw;
        padding-bottom: 4.56989vw;
    }

    .contacts_mobile .tabs__content .address,
    .contacts_mobile .tabs__content .email,
    .contacts_mobile .tabs__content .zip,
    .contacts_mobile .tabs__content .phone,
    .contacts_mobile .tabs__content .requisites,
    .contacts_mobile .tabs__content .worktime {
        display: grid;
        grid-template-columns: 100%;
        grid-auto-rows: max-content;
        gap: 0.80645vw;
    }

    .contacts_mobile .tabs__content .address .title,
    .contacts_mobile .tabs__content .email .title,
    .contacts_mobile .tabs__content .zip .title,
    .contacts_mobile .tabs__content .phone .title,
    .contacts_mobile .tabs__content .requisites .title,
    .contacts_mobile .tabs__content .worktime .title {
        color: #bfbfbf;
        font-size: 1.6129vw;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
    }

    .contacts_mobile .tabs__content .address .text a,
    .contacts_mobile .tabs__content .email .text a,
    .contacts_mobile .tabs__content .zip .text a,
    .contacts_mobile .tabs__content .phone .text a,
    .contacts_mobile .tabs__content .requisites .text a,
    .contacts_mobile .tabs__content .address .text,
    .contacts_mobile .tabs__content .email .text,
    .contacts_mobile .tabs__content .zip .text,
    .contacts_mobile .tabs__content .phone .text,
    .contacts_mobile .tabs__content .requisites .text,
    .contacts_mobile .tabs__content .worktime .text {
        color: #201f26;
        font-size: 2.41935vw;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        text-decoration: none;
    }

    .contacts_mobile .tabs__content .address .link,
    .contacts_mobile .tabs__content .email .link,
    .contacts_mobile .tabs__content .zip .link,
    .contacts_mobile .tabs__content .phone .link,
    .contacts_mobile .tabs__content .requisites .link {
        color: #f50;
        font-size: 1.6129vw;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        text-decoration-line: underline;
        text-transform: uppercase;
        margin-top: 1.88172vw;
    }

    .contacts_mobile .mobile_map {
        width: calc(100% - 4.03226vw * 2);
        height: 75.26882vw;
        padding: 0vw 4.03226vw;
        padding-bottom: 6.3172vw;
    }

    .contacts_mobile>.mobile_map [class$="ground-pane"] {
        mix-blend-mode: luminosity;
    }

    .contacts_mobile>.mobile_map [class*="copyrights-promo"],
    .contacts_mobile>.mobile_map [class*="copyrights-pane"] {
        display: none !important;
    }

    .contacts_mobile>.mobile_map [class$="-image "] {
        width: 4.7043vw !important;
        height: 4.7043vw !important;
        background-size: 100% 100% !important;
    }

    .contacts_mobile>.mobile_map ymaps[class*="map-bg"],
    .contacts_mobile>.mobile_map ymaps[class$="-map"] {
        width: 100% !important;
        height: 75.26882vw !important;
    }
}
/* End */
/* /local/components/doweb/contacts/templates/.default/style.css?171274039511124 */
