.contact-map iframe {
    width: 100%;
    height: 100% !important;
}

.flex.brand-flex {
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex {
    display: flex;
}

.right {
    min-width: 50%;
}
.flex.brand-flex {
    margin-bottom: 40px;
}

.fl-right {
    float:right;
}
.fl-right.in-stock {
     font-size: 20px;
     font-weight: bold;
    line-height: 18px;
 }


.services-catalog__list .catalog-list__item {
    box-shadow: none;
    background: none;
    margin: 0 !important;
    border-bottom: 1px solid #ccc;
    padding: 0 !important;
}

.services-catalog__list {
    border: 1px solid #ff270b;
    border-radius: 10px;
    padding: 10px;
}

.services-catalog__list .catalog-list__item a {
    display: block;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
}

.services-catalog__list .catalog-list__item:hover a {
    background: #fafafa;
}

.services-catalog__list .catalog-list__item:last-child {
    border-bottom: none;
}

.breadcrumb {
    /* padding-top: 25px; */
    padding: 8px 15px;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #f5f5f5;
}

@media (max-width:767px) {

    .right {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        min-width: 300px;
    }

    .flex-block.catalog-block.services-catalog__block {
        flex-wrap: wrap;
    }

    .catalog-section-left {
        width: 100%;
        margin-bottom: 50px;
    }

    .flex-block.catalog-list.services-catalog__list {
        margin: 0 !important;
        box-sizing: inherit;
        width: calc(100% - 10px);
    }

}
div#qSERVICE_NAME,
div#qEMAIL {
    display: none;
}
div#form1 {
     color: #fff;
 }

.address_abs {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 20px;
    color: #b33a3a;
    font-weight: bold;
}

.catalog-section-map-block {
    position: relative;
}

.catalog-section-map-block iframe {
    width: 100%;
}

button.popup-close.right {
    min-width: inherit;
}