.ajax_form .error {
    border-bottom: solid 2px red;
}

.hide {
    display: none;
}

@media (min-width: 320px) {
    .header__logo-img {
        height: 30px;
    }
    
}

@media (min-width: 768px) {
    .product__item h2 {
        margin-bottom: 20px;
    }
    
    .product__item ul li {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .product__item ol li {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .header__logo-img {
        height: 30px;
    }
    
}

@media (min-width: 1024px) {
    .footer__address-logo img {
        width: auto;
    }
}

@media (min-width: 1440px) {
    .gallery__item {
        width: 31.3%;
        margin-right: 40px;
        margin-bottom: 40px;
    }
    .header__logo-img {
        height: 50px;
    }
}

.quality__text a,
.product__item a {
    color: #00a3da;
}
.quality__text a:hover,
.product__item a:hover {
     text-decoration: none;   
}

.quality__content ul,
.product__item ul {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
}
.quality__content ul li:before,
.product__item ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #00a3da;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 15px;
    margin-bottom: 7px;
}
.quality__content ul,
.product__item ul li {
    line-height: 22px;
    margin-bottom: 15px;
}
.quality__content ol,
.product__item ol {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
    counter-reset: a;
}
.quality__content ol li:before,
.product__item ol li:before {
    counter-increment: a;
    content: counter(a) ". ";
    color: #00a3da;
    font-weight: 700;
}
.quality__content ol li,
.product__item ol li {
    line-height: 26px;
    margin-bottom: 15px;
}

.breadcrumbs {
    flex-wrap: wrap;
}
.breadcrumbs__item:not(:first-child)::before {
    flex-shrink: 0;
}

.video__wrapper {
    position: relative;
}

.video__wrapper img {
    width: 100%;
    display: block;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.vacancy__content .btn--all {
    color: #fff;
}

.search-page__item a {
    text-decoration: none;
}