.lp-header-1 {
    background-color: var(--text-color-l-70);
}

.lp-header-1 svg {
    width: 100%;
    height: 100%;
}

.lp-header-1__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #254329;
}

.lp-header-1__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (min-width: 600px) {
    .lp-header-1__logo {
        padding-top: 11px;
        padding-bottom: 11px;
        min-width: 0;
        max-width: 328px;
        margin-right: 17px;
    }
}

@media all and (min-width: 960px) {
    .lp-header-1__logo {
        padding-top: 13px;
        padding-bottom: 13px;
        max-width: calc(50% - 17px);
    }
}

.lp-header-1__logo-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
}



@media all and (min-width: 960px) {
    .lp-header-1__logo-icon {
        margin-top: 10px;
        margin-bottom: 4px;
        margin-right: 20px;
    }
}

.lp-header-1__logo-title {
    display: block;
    margin-left: 20px;
}

@media all and (min-width: 960px) {
    .lp-header-1__logo-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-width: 50%;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-1__logo-title {
        min-width: 270px;
    }
}

@media all and (min-width: 1380px) {
    .lp-header-1__logo-title {
        min-width: 188px;
    }
}

.lp-header-1__logo-title * {
    margin: 0;
}

.lp-header-1__logo-subtitle {
    color: var(--text-color-l-35);
    padding: 0;
    margin-top: 2px;
}

.lp-header-1__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media all and (min-width: 600px) {
    .lp-header-1__contacts {
        padding-top: 11px;
        padding-bottom: 11px;
        max-width: 375px;
    }
}

@media all and (min-width: 960px) {
    .lp-header-1__contacts {
        padding-top: 11px;
        padding-bottom: 11px;
        max-width: 50%;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-1__contacts {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.lp-header-1__location {
    display: none;
}

@media all and (min-width: 600px) {
    .lp-header-1__location {
        padding-right: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.lp-header-1__location-icon {
    margin-right: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    flex: 0 0 auto;
}

.lp-header-1__location-icon img, .lp-header-1__location-icon svg {
    display: block;
    fill: var(--text-color-l-35);
}

.lp-header-1__location-address {
    display: inline-block;
    vertical-align: middle;
}

.lp-header-1__location-address-item {
    padding: 0;
}

.lp-header-1__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-header-1__phone-icon {
    margin-right: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: none;
    vertical-align: middle;
    flex: 0 0 auto;

}

@media all and (min-width: 600px) {
    .lp-header-1__phone-icon {
        display: inline-flex;
    }
}

.lp-header-1__phone-icon svg {
    display: block;
    fill: #f7d148;
}

.lp-header-1__phone-number {
    display: block;
    text-align: left;
    margin: 0;
}

.lp-header-1__phone-number a {
    text-align: right;
    display: block;
    min-width: 140px;
    cursor: pointer;
}

@media all and (min-width: 600px) {
    .lp-header-1__phone-number a {
        text-align: left;
        min-width: 150px;
    }
}

@media all and (min-width: 960px) {
    .lp-header-1__phone-number a {
        min-width: 170px;
    }
}

@media all and (min-width: 1200px) {
    .lp-header-1__phone-number a {
        min-width: 180px;
    }
}