.product-card__descr [type="disc"] {
    list-style: none;
}
.product-card__descr [type="disc"] > li {
    position: relative;
    padding-left: 20px;
}
.product-card__descr [type="disc"] > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    margin: auto;
    width: 9px;
    height: 1px;
    background-color: #1C9331;
}

html.bx-ios-fix-frame-focus,
.bx-ios-fix-frame-focus body {
    height: auto !important;
}

.contact__wrapper{
    display: flex;
}

.image-list__item:last-child {
    margin-right: 0;
}

.contact__wrapper .image-list__item:not(:last-child) {
    margin-right: 10px;
}

.contact__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_img {
    width: 100%;
    margin-top: 15px;
}
span.modal-title{
    margin-bottom: 20px;
    font-size: 18px;
    display: block;
}
