.dop_inf {color: #595959;font-size: 12px;padding-top: 10px;}

.float-images ol,
.float-images ul {
padding-left: 0;
}
.float-images li,
.float-images p {
display: flex;
align-items: center;
}
.float-images img {
height: auto;
height: 170px;
margin: 10px 30px 10px 0;
max-width: 30%;
min-width: 230px;
object-fit: cover;
flex-shrink: 0;
}

@media (min-width: 576px) {
.float-images *:nth-child(2n) > img {
order: 1;
margin: 10px 0 10px 30px;
}
}
@media (max-width: 575px) {
.float-images li,
.float-images p {
flex-direction: column;
}
.float-images img {
width: 100%;
height: 200px;
margin: 15px 0;
max-width: 100%;
}
}


.delivery__img > img:nth-child(1) {
 object-fit: none;
 object-position: 41% 52%;
    
}

.delivery__img {
 padding-bottom: 18px;
 width: 625px;
 transition: .3s;
}

@media (max-width: 707px) {
    .delivery__img {
    width: 300px;
    }

.delivery__img > img:nth-child(1) {
     object-fit: none;
     object-position: 15% 24%;
        
    }
}

div.header__row:nth-child(1) > div:nth-child(7) {
    border: 2px solid var(--color-primary);
    padding: 6px;
    border-radius: 5px;
    font-size: 16px;
}
