.section-header h1 {
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    margin-top: 0;
    margin-bottom: 0;
}
.card-content h2 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    color: inherit;
}
.card-content h2 a {
    color: inherit;
}
.product-description-block ul {
    padding-left: 30px;
}
.product-description-block ul li {
    margin-bottom: 10px;
    position: relative;
}
.product-description-block ul li:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 4px;
    left: -20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #38A434;
}
b {
    font-weight: 500;
}
.product-description-block h2 {
    margin-top: 0;
}
.product-description-block h3 {
    font-size: 24px;
}
.product-description-block th {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product-description-block table {
    max-width: 100%;
    font-size: 14px;
}
.product-description-block img {
    max-width: 100%;
    height: auto;
}
.input-field textarea.feedTextArea {
    background: transparent;
    border: 0;
    width: 100%;
    line-height: 30px;
}
.input-field textarea.feedTextArea + label {
    position: absolute;
    pointer-events: none;
    transition: top .2s, color .2s, font-size .2s;
    left: 0;
    font-size: 16px;
    top: 17px;
}
.req-box {
    margin-top: 25px;
    padding-left: 25px;
    font-size: 12px;
}
.form-result.success {
    /*Стилизовать*/
}
/*.flayer {
    margin-top: 45px;
    margin-left: auto;
}*/
.kv-pair .value {
    padding: 10px 0;
}
.short-description {
    padding-top: 5px !important;
    border-top: 1px solid #e0e0e0;
}
#hero {
    margin-top: 0 !important;
}
#main #top-slider li .caption p {
    background-color: rgba(62,62,62,0.4);
    padding: 11px 15px;
    box-sizing: border-box;
}
body .sidenav .searcher {
    position: relative;
}
body .sidenav .searcher .ui-autocomplete {
    position: absolute !important;
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    background-color: inherit;
}
body .sidenav .searcher .ui-autocomplete li > a {
    color: #90989C;
}
body .search form.query {
    position: relative;
}
body .search form.query .ui-autocomplete {
    position: absolute !important;
    top: 18px !important;
    left: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px;
    z-index: 100;
}
body .search form.query .ui-autocomplete li > a {
    color: #90989C;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}
.breadcrumbs {
    flex-wrap: wrap;
}
#catalog .catalog-wrapper .products {
    max-width: 100%;
}
#product .product-images .lazy-image {
    box-sizing: border-box;
    width: 170px;
    height: 120px;
    background-size: cover;
    cursor: pointer;
    transition: box-shadow .2s;
    visibility: visible !important;
    position: relative;
}
#product .product-images .lazy-image:first-of-type {
    margin-right: 15px;
}
#product .product-images {
    display: flex;
    flex-wrap: wrap;
}
#product .product-images .lazy-image.active {
    box-shadow: 0 0 0 4px #38a434 inset;
}
.product-card .card-content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.request-form-wrapper {
    background-color: #fff;
    padding: 20px;
    min-width: 320px;
    width: 90vw;
    max-width: 600px;
}
.formError {
    position: absolute;
    left: 0;
    bottom: -17px;
    color: red;
    font-size: 12px;
}
.formError.hidden {
    display: none;
}
.product-actions .btn {
    margin-bottom: 15px;
    font-size: 12px;
}
.product-actions.under-image {
    margin-top: 45px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media only screen and (min-width: 993px) {
    .container {
        width: 95%;
    }
}
.main-contact {
    margin-bottom: 25px;
}
.news-intro {
    max-height: 180px;
    overflow-y: hidden;
}
#product-carousel {
    overflow: hidden;
}
.specific-body .content img {
    max-width: 100%;
}
.specific-body .content .materialboxed {
    text-align: center;
}
#contacts #map {
    height: auto;
}
#contacts .contacts-block .contacts-header {
    text-decoration: underline;
}

#product .product-image {
    background-size: contain;
}
.product-card .card-content .image {
    background-size: contain;
}

      .swiper-button-next:after, .swiper-button-prev:after {
  content: '' !important; }
  #product .product-image {
  padding-top: 75%;
  background-size: cover; }

#product .carousel-wrapper {
  position: relative;
  margin-top: 30px; }
  #product .carousel-wrapper .arrow {
    border: 1px solid #38A434;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: #fff;
    padding: 15px 0;
    transition: color .2s, background .2s;
    width: auto;
    height: auto;
    margin-top: 0; }
    #product .carousel-wrapper .arrow:hover {
      color: #fff;
      background: #38A434; }
    #product .carousel-wrapper .arrow.arrow-left, #product .carousel-wrapper .arrow.swiper-button-prev {
      left: -5px;
      border-left-color: transparent; }
    #product .carousel-wrapper .arrow.arrow-right, #product .carousel-wrapper .arrow.swiper-button-next {
      right: -5px;
      border-right-color: transparent; }
  #product .carousel-wrapper #product-carousel .swiper-slide {
    box-sizing: border-box;
    width: 170px;
    height: 120px;
    background-size: cover;
    cursor: pointer;
    transition: box-shadow .2s; }
    #product .carousel-wrapper #product-carousel .swiper-slide:hover, #product .carousel-wrapper #product-carousel .swiper-slide.active {
      box-shadow: 0 0 0 4px #38A434 inset; }


.product-card .card-content .image {
	background-color: #fff;
}

.specific-body ul {
    padding-left: 30px;
}
.specific-body ul li {
    margin-bottom: 10px;
    position: relative;
}

.specific-body ul li:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 4px;
    left: -20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #38A434;
}

@media(max-width: 500px){
    body h1 {
        font-size: 24px;
    }
    .product-description-block table {
        font-size: 12px;
    }
}