.search-product-desktop {
    height: 320px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.search-product-mobile {
    display: none;
}
div.search-page-params {
	margin-top: 6px;
}
.buttton-search span.ellipse-search {
    margin-left: 15px;
}
.search-item-rate {font-size: 11px;}
.de_search_input {max-width:100%;}
.delement_form_sp .search-suggest {max-width:100%;}
h1.section-title {
  margin-bottom: 25px;
}
.search-result__subtitle-not-found {
  margin-bottom: 200px;
}
h1.section-title {
  margin-bottom: 25px;
}
.search-result__subtitle-not-found {
  margin-bottom: 200px;
}
.search-page .search-result-list {
    padding: 0;
    margin: 0;
	margin-bottom: 15px;
}
.search-page .text {
  padding: 4px 0;
  display: block;
  font-size: 13pt;
}
p.search-opisanie {
    margin-top: 23px;
    overflow-wrap: break-word;
    max-height: 111px;
    overflow-y: hidden;
    font-size: 24px;
}
.search-page .hero-product-desc a {
    line-height: 1.3;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #2D2D2D;
    font-size: 40px;
    line-height: 100%;
}
.search-page .text b {
  background-color: #f1eae5;
  padding: 5px;
  border: 1px solid #f1eae5;
  border-radius: 4px;
  font-weight: 600;
}
.wrap-alternat-catalog-search {
    margin-top: 67px;
}
.wrap-alternat-catalog-search .search-result-section {
  padding-top: 15px;
}
.wrap-alternat-catalog-search .table-product {
    margin: 7px 15px 0px 0px;
}

@media (max-width: 768px) {
	
	.search-product-desktop {
        display: none;
    }
    
    .search-product-mobile {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
		padding: 15px 0;
    }
	
    p.search-opisanie {
		max-height: 57px;
		font-size: 14px;
		margin-top: 8px;
	}
    .search-mobile-left {
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
    }
    
    .search-mobile-right {
        width: 40%;
    }
    
    .search-mobile-left .hero-product-desc {
        margin-bottom: 15px;
    }
    
    .search-mobile-left .button {
        align-self: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .wrap-picture-item-search {
        width: 100%;
        height: auto;
    }
    
    .wrap-picture-item-search img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
	
}	