

/* Start:/bitrix/templates/prom_s1/components/bitrix/map.yandex.view/.default/style.css?1684437407260*/
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default .map-yandex-view-control {
  display: block;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/prom_s1/components/bitrix/map.yandex.system/.default/style.css?1684437407537*/
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default {
  display: block;
  position: relative;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-control {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-overlay {
  display: none;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/prom_s1/components/bitrix/news.list/contacts.new/style.css?175975778023149*/
/**/

.copy-container {
    position: relative;
    display: inline-block;
}

.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-3A3A3A);
    color: var(--color-ffffff);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
    margin-bottom: 5px;
    white-space: nowrap;
    font-weight: 400;
}

.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--color-3A3A3A) transparent transparent transparent;
}

.show-tooltip {
    opacity: 1;
}


/**/


.container_elastomeric-contacts {
    max-width: 1399px;
    padding: 0 16px;
    margin: 0 auto;
}

.elastomeric-contacts_top {
    /* padding-top: 20px; */
    display: flex;
    gap: 16px;
}

.elastomeric-contacts_top-item {
    background-color: var(--color-ffffff);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    width: calc(25% - 16px / 3 * 2);
    flex-direction: column;
    justify-content: space-between;
}

.elastomeric-contacts_top-item-title {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--color-3A3A3A);
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.elastomeric-contacts_top-item-title-end {
    margin-bottom: 16px;
}

.elastomeric-contacts_top-item-span {
    font-size: 12px;
    padding-bottom: 16px;
    color: var(--color-707070);
}

.elastomeric-contacts_top-item-span-end {
    padding-bottom: 0;
}

.elastomeric-contacts_top-item-text {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-3A3A3A);
    padding-bottom: 16px;
    display: flex;
}

.elastomeric-contacts_top-item-text button {
    width: 15px;
    flex: 0 0 15px;
    height: 15px;
}

.elastomeric-contacts_top-item-text button svg {
    width: 15px;
    height: 15px;
    stroke: var(--color-3A3A3A);
}


.elastomeric-contacts_top-item-text-end {
    padding-bottom: 0;
}

.contacts__block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contacts__block > .elastomeric-contacts_top-item-text {
    padding-bottom: 0;
}

.contacts__btn {
    display: flex;
}

.contacts__social {
    display: flex;
    align-items: center;
    gap: 10px;

    a {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }
}


.elastomeric-contacts_top-item-text-btn {
    padding: 10px;
    color: var(--color-E21B3C);
    border: 1px solid var(--color-E21B3C);
    font-weight: 600;
    font-size: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .3s all;
    border-radius: 5px;
    position: relative;
}

.elastomeric-contacts_top-item-text-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.elastomeric-contacts_top-item-text-btn svg {
    width: 6px;
    height: 10px;
    fill: none;
    stroke: var(--color-FF2C4F);
}

.elastomeric-contacts_top-item-text-btn:hover {
    background-color: var(--color-FF2C4F);
    color: var(--color-ffffff);
}

.elastomeric-contacts_top-item-text-btn:hover svg {
    stroke: var(--color-ffffff);
}

.elastomeric-contacts_top-item-text-all {
    display: flex;
    align-items: center;
    padding-bottom: 11px;
    gap: 20px;
}

.elastomeric-contacts_top-item-text-all-two {
    font-size: 14px;
    color: var(--color-707070);
}

.elastomeric-contacts_mid-all {
    padding-top: 60px;
}

.elastomeric-contacts_mid {
    background-color: var(--color-ffffff);
    padding: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    border-radius: 30px;
}

.elastomeric-contacts_mid-item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--color-D3D3D3);
    width: 100%;
    transition: .3s all;
}

.elastomeric-contacts_mid-item:hover {
    transform: scale(1.02);
    cursor: pointer;
}

.elastomeric-contacts_mid-item-top {
    display: flex;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--color-D3D3D3);
    align-items: center;
}

.elastomeric-contacts_mid-item-top img {
    height: 62px;
    width: 62px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.elastomeric-contacts_mid-item-top-textOne {
    font-weight: 700;
    color: var(--color-3A3A3A);
    font-size: 16px !important;
    white-space: nowrap;
    margin-bottom: 20px;
}

.elastomeric-contacts_mid-item-top-textTwo {
    font-size: 14px;
    color: var(--color-E21B3C);
}

.elastomeric-contacts_mid-item-mid {
    padding-top: 14px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.elastomeric-contacts_mid-item-mid-list {
    list-style: none;
    color: #48A372;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    width: 100%;
}

.elastomeric-contacts_mid-item-mid-list::before {
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    top: 4px;
    left: 2px;
    border-radius: 50%;
    background-color: #48A372;
}

.elastomeric-contacts_mid-item-mid-list-grey {
    color: var(--color-707070);

}

.elastomeric-contacts_mid-item-mid-list-grey::before {
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    top: 4px;
    left: 2px;
    border-radius: 50%;
    background-color: var(--color-707070);
}

.elastomeric-mid_btn-mid {
    color: var(--color-707070);
    background-color: #F5F5F5;
    padding: 7px 8px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 5px;
    /* max-width: 180px; */
    width: max-content;
}

.elastomeric-mid_btn-mid-end {
    margin-bottom: 0;
    /* max-width: 192px; */
}

.elastomeric-mid_btn-mid-start {
    /* max-width: 171px; */
}

.elastomeric-contacts_mid-item-bot {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.elastomeric-contacts_mid-item-bot a {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--color-3A3A3A);
}

.elastomeric-contacts_mid-item-bot a svg {
    width: 17px;

}

.elastomeric-contacts_mid-item-bot-linkOne {
    color: var(--color-E21B3C);
}

.elastomeric-contacts_bot-all {
    padding-top: 65px;
}

.elastomeric-contacts_bot {
    display: flex;
    justify-content: space-between;
    gap: 23px;
    width: 100%;
    /* max-height: 530px; */
}

.iframe-maps-contactats {
    max-width: 1000px !important;
    width: 100% !important;
}

.iframe-maps-contactats iframe {

    width: 100% !important;
    border-radius: 10px;
    /* height: 500px; */
    height: 100%;
    border: none;
}

.elastomeric-contacts_bot-top {
    border-radius: 10px;
    width: 100%;
    max-width: 327px;
    padding: 20px;
    background-color: #fff;
    /* height: 100%; */
    margin-bottom: 23px;
}

.elastomeric-contacts_bot-top-title {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    margin: 0;
}

.elastomeric-contacts_bot-top-select {
    display: flex;
    gap: 19px;
    align-items: center;
}

.elastomeric-contacts_bot-top-select select {
    border: 1px solid #D3D3D3;
    padding: 8px 13px;
    border-radius: 5px;
    color: #707070;
    font-size: 14px;
    max-width: 148px;
    width: 100%;
}

.elastomeric-contacts_bot-top-select p {
    color: #707070;
    font-size: 14px;

}

.elastomeric-contacts_bot-top-help p {
    font-size: 16px;
    font-weight: 700;
    color: #707070;
    padding-bottom: 16px;
    border-bottom: 1px solid #D3D3D3;
}

.elastomeric-contacts_bot-top-help-2 {
    margin-top: 16px;
}

.elastomeric-contacts_bot-top-help-2 p {
    font-size: 16px;
    font-weight: 700;
    color: #707070;
    padding-bottom: 16px;
    border-bottom: 1px solid #D3D3D3;
}

.elastomeric-contacts_bot-top-help-2-end {
    border: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
}

.elastomeric-contacts_bot-top-end {
    margin-bottom: 0;
}

.elastomeric-contacts_bot {
    padding-bottom: 20px;
}

.elastomeric-contacts_form-all {
    padding-top: 65px;
    padding-bottom: 40px;
}

.elastomeric-contacts_form {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 30px;
}

.elastomeric-contacts_form h2 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    margin: 0 0 18px 0 !important;
}

.elastomeric-contacts_form p {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    margin-bottom: 27px;
}

.elastomeric-contacts_form-inp1, .elastomeric-contacts_form-inp2, .elastomeric-contacts_form-inp3 {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    color: #707070;
    border: none;
}

.elastomeric-contacts_form-top {
    display: flex;
    gap: 22px;
    margin-bottom: 26px;
}

.elastomeric-contacts_form-inp1 {
    max-width: 168px;
    height: 40px;
    width: 100%;
}

.elastomeric-contacts_form-inp2 {
    max-width: 276px;
    height: 40px;
    width: 100%;
}

.elastomeric-contacts_form-inp3 {
    height: 73px;
    max-width: 466px;
    width: 100%;
}

.elastomeric-contacts_form-sogl {
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    gap: 5px;
    align-items: center;

}

.elastomeric-contacts_form-sogl a {
    color: white;
}

.elastomeric-contacts_form-sogl p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.elastomeric-contacts_form-sogl-btn {
    padding: 12px 23px;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 5px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #fff;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


@media (max-width: 1400px) {

    .elastomeric-contacts_form {
        background: url(/images/contact-form-2.jpg);
        border-radius: 10px;
    }
}

@media (max-width: 990px) {
    .elastomeric-contacts_top {
        justify-content: center;
        flex-wrap: wrap;
    }

    .elastomeric-contacts_top-item {
        width: calc(50% - 16px / 2 * 1);
    }
}


@media (max-width: 700px) {
    .elastomeric-contacts_form-inp1 {
        height: 32px;
    }

    .elastomeric-contacts_form-inp2 {
        height: 32px;
    }

    .elastomeric-contacts_form-inp3 {
        height: 42px;
    }

    .elastomeric-contacts_form p {
        font-weight: 700;
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .elastomeric-contacts_form h2 {
        font-weight: 700;
        color: #fff;
        font-size: 34px;
        margin: 0 0 14px 0 !important;

    }

    .elastomeric-contacts_form-sogl p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0px !important;
    }

    .elastomeric-contacts_form {
        background: url(/images/contact-form-2.jpg);
        border-radius: 10px;
        padding: 16px 25px;
        padding-top: 27px;
    }
}

@media (max-width: 576px) {
    .elastomeric-contacts_top {
        gap: 12px;
    }

    .elastomeric-contacts_top-item {
        padding: 16px;
    }

    .elastomeric-contacts_top-item-title {
        font-size: 14px !important;
    }

    .elastomeric-contacts_top-item-text {
        font-size: 11px;
    }

    .elastomeric-contacts_top-item-span {
        font-size: 11px;
        padding-bottom: 10px;
    }

    .elastomeric-contacts_top-item-text-btn {
        border: none;
        padding: 0;
    }

    .elastomeric-contacts_top-item-text-all {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 0;
        align-items: flex-start;
    }

    .elastomeric-contacts_top-item-text-all svg {
        display: none;
    }

    .elastomeric-contacts_top-item-text-btn svg {
        width: 4px;
    }

    .elastomeric-contacts_mid {
        flex-direction: column;
        background-color: #ffffff00;
        padding: 0;
    }

    .elastomeric-contacts_mid-item {
        background-color: var(--color-ffffff);
        border: none;
        padding: 16px;
    }

    .elastomeric-mid_btn-mid {
        margin-bottom: 0;
        font-size: 10px;
    }

    .intec-template-title h1 {
        margin-left: 16px !important;
    }

}


.c-form-result-new-contacts-my {
    padding-top: 50px;
}

.c-form-result-new-contacts-my .form-result-new-header {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #2a2a2a;

}

.contacts-office-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.information-stock {
    display: flex;
}

.information-stock-img {
    width: 25px;
    margin-right: 5px;
}

.information-stock-img img {
    max-width: 100%;
}

.contacts-contact-with-map a,
.contacts-contact-with-map a:hover {
    color: #000;
    text-decoration: none;
}

.contacts {
    margin-bottom: 20px;
}

.contacts .contacts-map {
    display: block;
    height: 460px;
}

.contacts-information-content-button a {
    border: none;
    display: block;
    text-align: center;
    padding: 5px 10px;
    background-color: #C8102E;
    color: #fff;
    border-radius: 10px;
    width: 150px;
}

.contacts-information-content-button a:hover {
    text-decoration: none;
    color: #fff;
    background: #FC3144 !important;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25) inset !important;
    border-color: #FC3144;
}

.contacts .contacts-contact-wrap {
    overflow: visible;
}

.contacts .contacts-contact {
    display: block;
    position: relative;
    min-height: 126px;
    background: #fff;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.contacts .contacts-contact.contacts-contact-with-map {
    margin-top: -63px;
    overflow: hidden;
}

.contacts .contacts-contact .contacts-contact-with-map-wrapper {
    min-height: 126px;
    padding: 12px 24px;
    overflow: hidden;
}

.contacts .contacts-contact .contacts-contact-wrapper {
    min-height: 102px;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-parameter-wrapper {
    font-size: 0;
    height: 100%;
    padding: 12px 0;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon {
    width: 36px;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-title {
    font-weight: normal;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #2c2c2c;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-value {
    color: #333;
    text-decoration: none;
}

.contacts .contacts-title {
    font-size: 28px;
    font-weight: 900;
}

.contacts .contacts-description {
    font-size: 16px;
    line-height: 25px;
    color: #6a6a6c;
    margin-top: 20px;
}

.contacts .contacts-shops {
    display: block;
    margin-top: 75px;
}

.contacts .contacts-shops .contacts-shops-list {
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.contacts .contacts-shops .contacts-shops-list .contacts-shops-list-wrapper {
    display: block;
    margin: -15px -30px;
}

.contacts .contacts-shops .contacts-shop {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
}

.contacts .contacts-shops .contacts-shop .contacts-shop-wrapper {
    display: block;
    position: relative;
}

.contacts .contacts-shops .contacts-shop .contacts-image {
    display: block;
    position: relative;
    padding: 6px;
    width: 130px;
    height: 130px;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.contacts .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contacts .contacts-shops .contacts-shop .contacts-information {
    display: block;
    margin-left: 145px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #2a2a2a;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-address {
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-phone {
    color: inherit;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-email {
    color: #1169fe;
    text-decoration: none;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map {
    display: block;
    position: absolute;
    left: 145px;
    bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #494a67;
    border-bottom: 1px dashed transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, border;
    -moz-transition-property: color, border;
    -ms-transition-property: color, border;
    -o-transition-property: color, border;
    transition-property: color, border;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map:hover {
    color: #686991;
    border-color: #686991;
}

.contacts .contacts-offices {
    display: block;
    margin-top: 75px;
}

.contacts .contacts-offices .contacts-sections {
}

.contacts .contacts-offices .contacts-sections .contacts-section {
    margin-top: 50px;
}

.contacts .contacts-offices .contacts-sections .contacts-section .contacts-section-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #2a2a2a;
}

.contacts .contacts-offices .contacts-offices-list {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}

.contacts .contacts-offices .contacts-offices-list .contacts-offices-list-wrapper {
    display: block;
    margin: -10px;
}

.contacts .contacts-offices .contacts-office {
    display: block;
    position: relative;
    padding: 10px;
}

.contacts .contacts-offices .contacts-office .contacts-office-wrapper {
    display: block;
    position: relative;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 15px;
}

.contacts .contacts-offices .contacts-office .contacts-image {
    display: block;
    width: 220px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    background-position: center;
}

.contacts .contacts-offices .contacts-office .contacts-information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.contacts .contacts-offices .contacts-office .contacts-information-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
    align-items: center;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .icon-contacts {
    font-size: 16px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    color: #6a696e;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content {
    font-size: 13px;
    line-height: 21px;
    color: #313439;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content a {
    text-decoration: none;
    color: #313439;
    font-variant-numeric: lining-nums proportional-nums;
}

.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-address .contacts-information-content {
    font-weight: bold;
    font-variant-numeric: lining-nums proportional-nums;
}

.js-contact-email span {
    display: block;
}


.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #2d7cfb;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a:hover {
    color: #2d7cfb;
}

.contacts .contacts-form-wrap {
    margin-top: 60px;
}

.contacts-information-on-map.contacts-information-on-map {
    background-color: transparent;
    border: 1px solid #707070;
    color: #707070;
}

.contacts-work-time {
    font-variant-numeric: lining-nums proportional-nums;
}

@media (max-width: 640px) {
    .contacts .contacts-offices .contacts-office .contacts-information {
        flex-direction: column;
        align-items: flex-start;

    }

    .contacts .contacts-offices .contacts-office .contacts-information-section {
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
        align-items: center;
    }

    .contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title {
        width: 150px;
        flex-shrink: 0;
    }

    .contacts .contacts-offices .contacts-office .contacts-office-wrapper {
        padding: 10px;
    }
}


/* End */
/* /bitrix/templates/prom_s1/components/bitrix/map.yandex.view/.default/style.css?1684437407260 */
/* /bitrix/templates/prom_s1/components/bitrix/map.yandex.system/.default/style.css?1684437407537 */
/* /bitrix/templates/prom_s1/components/bitrix/news.list/contacts.new/style.css?175975778023149 */
