/* Custom style */
.content-editor ul,
.content-editor li,
.content-editor ol {
    list-style: unset;
    padding: initial;
}

.content-editor ul,
.content-editor ol {
    padding-left: 40px;
}

.header {
    max-height: inherit;
}

/*main-form*/
.main-form__group {
    margin-bottom: 25px;
}
.main-form__input-label {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1e1e1e;
}
.main-form__label_city::before {
    background: url(../img/icons/location-icon-dark.svg) center/contain no-repeat;
}
.main-form__label_name::before {
    background: url(../img/icons/man-dark-form.svg) center/contain no-repeat;
}

/* about-block */
.about-block {
    padding-bottom: 100px;
}
@media (max-width: 992px) {
    .about-block {
        padding: 50px 0;
    }
}

@media (max-width: 578px) {
    .about-block .about-info_col {
        max-width: 49%;
    }
}

/* additional */
.additional-item__text {
    min-height: 55px;
}
@media (max-width: 578px) {
    .additional-item {
        margin-bottom: 30px;
    }
    .additional-item__text {
        margin-bottom: 10px;
        min-height: auto;
        height: auto;
    }
}

/* pass material */
.pass-material__item {
    height: 100%;
}
.pass-material__text {
    margin-bottom: 15px;
}
@media (max-width: 578px) {
    .pass-material__item {
        height: auto;
    }
}

/* article */
.article__big-items,
.article-section__row {
    margin-bottom: 0;
}
.article__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.article__item .article__text {
    margin: auto 0;
}
.article__item .article__bottom {
    margin-top: 15px;
}
.article__small-items .article__item {
    display: flex;
    min-height: 265px;
}
@media (max-width: 767px) {
    .article__item {
        margin-bottom: 20px;
    }
}

/* Single page */
.page__all-content {
    width: 100%;
    max-width: 770px;
}

@media (max-width: 767px) {
    .page__all-content h1 {
        font-size: 28px;
    }
}

/* Main  */
@media (max-width: 578px) {
    .main {
        height: auto;
    }
}

@media (max-width: 420px) {
    .catalysts__range-price {
        display: block;
    }
}

/* Map  */
.map-item {
    padding-right: 30px;
}

@media (max-width: 578px) {
    .map-item {
        padding: 20px;
    }
}
.reviews {
    overflow: hidden;
}
.reviews__icon {
    max-width: 60px;
}
.reviews__icon img {
    max-width: 100%;
}
.main_front-page {
    background-position: center center;
}

.prices-ofmetal__retail {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.popup-img__thank-specialist {
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
}

.popup-desc {
    margin-bottom: 18px;
}

.popup-photos {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 450px;
    margin-bottom: 13px;
}
.popup-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
}

.popup-photo__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 12px;
    margin-left: 12px;
}

.info-block__icon {
    width: 30px;
    height: 30px;
}
.info-block__icon img {
    display: block;
    width: 100%;
    height: auto;
}

.main_front-page .info-block__item {
    max-width: 33.33%;
    width: 33.33%;
}

/* representative */
.representative-item__img img {
    max-width: 40px;
}

@media (max-width: 767px) {
    .representative-item__img img {
        max-width: 30px;
    }
}

.calculator-form__price span {
    font-size: 22px;
}

/* SVG map  */
path.svg-map_label {
    opacity: 0;
}
