

/* Start:/local/templates/ukenergomash/styles.css?17763933811578*/
@font-face {
    src: url(/local/templates/ukenergomash/ProximaNova.ttf);
    font-family: proxima;
}

body, html {
    padding: 0;
    margin: 0;
}

.header {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #E5E9F1;
    width: 100%;
}

.header-content {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    width: 100px;
    padding: 0.5rem;
}

.vertical-divider {
    border-right: 2px solid #E5E9F1;
}

.horizontal-divider {
    border-bottom: 2px solid #E5E9F1;
}

.header-menu {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: auto;
}

.address-contacts {
    display: flex;
    padding: 0.5rem;
    align-items: center;
    justify-content: space-between;
}

.address-container {
    display: flex;
    align-items: center;
}

.address {
    font-family: proxima;
    font-weight: 400;
    font-size: 13px;
    margin-left: 0.5rem;
}

.phone-container {
    display: flex;
    align-items: center;
}

.phone {
    font-family: proxima;
    font-weight: 400;
    font-size: 16px;
    margin-left: 0.5rem;
}

.return-call {
    font-family: proxima;
    font-size: 13px;

    border-bottom: 2px solid transparent;
    border-image: repeating-linear-gradient(
            to right,
            #BCC1CE 0px,
            #BCC1CE 5px,    /* длина точки 5px */
            transparent 5px,
            transparent 8px  /* расстояние между точками 10px */
    ) 1;
    display: inline-block;
}


/* End */
/* /local/templates/ukenergomash/styles.css?17763933811578 */
