.section-header div {
    display: inline;
    background: #03a9f4;
	color: #fff;
	margin: 0 0px 0 0px;
}

h6.title div {
    display: inline;
    background-color: #03a9f4;
	color: #fff;
}

h5.modal-title div {
    display: inline;
    background-color: #03a9f4;
	color: #fff;
}

.cart-item .ms2_cost {
    font-size: 1.8rem !important;
}

.ppc-price-per-weight-prefix {
    font-size: 0.8rem;
}

.desktop-header .header-top .grid {
    grid-template-columns: 2fr repeat(4, auto) !important;
}

/*.swiper-horizontal {
    width: 1300px;
}*/

.swiper-slide, swiper-slide {
    padding-bottom: 15px;
}

.thumb img {
    -webkit-filter: grayscale(0);
    filter: none;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}

.thumb img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.thumb {
    padding: 5px;
}

@media (min-width: 640px) {
    .text-block .image, .text-block .video, .text-block img {
        max-width: 100% !important;
        margin-right: 1.2rem;
        margin-bottom: 10px;
    }
}

.news-gallery-wrapper .news-img {
    max-width: 176px !important;
}

.about-photo-first {
    background-image: url(https://electrodbor.ru/assets/images/about/electrodbor.png);
    background-size: cover;
    position: absolute;
    width: 306px;
    height: 186px;
}

.about-photo-wrapper {
    position: relative;
}

.about-photo-second {
    background-image: url(https://electrodbor.ru/assets/images/about/_MG_9813-HDR.jpg);
    background-size: cover;
    position: absolute;
    width: 306px;
    height: 186px;
}

.contacts-title {
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .about-photo-first {
        display: none;
    }
    
    .about-photo-second {
       display: none;
    }
}