

/* Start:/local/templates/petraSvet/components/bitrix/search.page/clear1/style.css?16933400577812*/
.search-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
input[type="text"].search-form__query {
	max-width: calc(100% - 84px);
    width: 100%;
    background: #F5F5F5;
    color: #000;
    font-size: 16px;
	line-height: normal;
    font-weight: 400;
    border: 0px;
    outline: none;
    padding: 8px 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5.13177 10.263C6.27036 10.2628 7.37615 9.88161 8.27305 9.18024L11.093 12L12 11.093L9.18009 8.27325C9.88186 7.37631 10.2633 6.27033 10.2635 5.13149C10.2635 2.30212 7.9613 0 5.13177 0C2.30224 0 0 2.30212 0 5.13149C0 7.96087 2.30224 10.263 5.13177 10.263ZM5.13177 1.28287C7.2544 1.28287 8.9806 3.00898 8.9806 5.13149C8.9806 7.25401 7.2544 8.98012 5.13177 8.98012C3.00914 8.98012 1.28294 7.25401 1.28294 5.13149C1.28294 3.00898 3.00914 1.28287 5.13177 1.28287Z' fill='%238A8A8A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center left 12px;
	margin: 0px;
	height: initial;
}
input.search-form__button {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    background: #000;
    border: 0px;
    outline: navajowhite;
    padding: 8px 17px 8px 18px;
	margin: 0px;
	height: initial;
}
.search-result,
.search-language-guess {
    color: #8A8A8A;
    font-size: 10px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 6px;
}
.search__title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.search__text {
    color: #8A8A8A;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.search__picture {
    margin-bottom: 9px;
}
.search__no {
    margin-top: 32px;
}
.search__callform {
    margin-top: 48px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	background: #F7F8FA;
    padding: 4px;
}
.search__callform-title {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 13.5px;
	padding: 0px 8px;
}
.search__callform-btn {
    background: #E53935;
    padding: 8px 16px;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
	cursor: pointer;
}
.search__products {
    margin-top: 72px;
    margin-bottom: 55px;
}
.search__products-title {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
div#catalogItems {
    margin-top: 32px;
}



.product-item .image-wrapper img {
    height: 200px;
}

.product-item.col-sm-3.col-xs-12:nth-child(4n) {
    margin-right: 0px;
}

.product-item.col-sm-3.col-xs-12 {
    margin-right: 2%;
    width: calc(25% - 1.5%);
}

div.search-tags-chain a {
  margin: 2px;
}

div.search-tags-chain a.search-tags-link {
  color: #333333;
  font-size: 90%;
  text-decoration: none;
  color: #535353;
}

div.search-tags-cloud a {
  white-space: normal;
}

div.search-advanced {
  overflow: hidden;
  margin: 0 0;
  zoom: 1;
}

div.search-advanced-result {
  float: left;
  width: 70%;
}

div.search-advanced-filter {
  float: right;
}

div.search-advanced-filter a {
  outline: none;
}
.search-result-content {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
div.search-item {
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid;
  width: 100%;
}
div.search-item.sections {
  width: calc((100% - 80px) / 3);
  border: 1px solid #DDDDDD;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color:#212121;
  padding-top: 24px;
  padding-bottom: 24px;
}
div.search-item.sections img {
  margin-bottom: 18px;
}
div.search-item.sections h4 {
  padding-bottom: 0;
  border:none;
}
div.search-item.sections h4 a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  /*color:#212121;*/
  color:rgb(229, 57, 53)
}
div.search-item.sections:nth-child(3n+3) {
  margin-right: 0;
}
div.search-item h4 {
  font-size: 140%;
  font-weight: normal;
  line-height: 1.2;
  margin: 1.3em 0 0.4em;
}

div.search-item h4 a {
  text-decoration: none;
}

div.search-item h4 img {
  border: 0px;
  vertical-align: middle;
}

div.search-item h4 span {
  vertical-align: middle;
  text-decoration: underline;
}

div.search-preview {
  margin: 0.5em 0;
}

.search-where {
  float: left;
  width: 20%;
}

.search-where a {
  display: block;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #212121;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
}

.search-where a.active,
.search-where a:hover {
  color: #E53935;
}

.search-where a.active:before {
  content: "";
  display: block;
  position: absolute;
  width: 68px;
  height: 3px;
  background: #E53935;
  right: 0;
  top: 10px;
}

.search-result-content {
  float: right;
  width: 75%;
}

div.search-item {
  border: 0;
  margin-bottom: 25px;
  padding-bottom: 0;
}

div.search-item img {
  float: left;
  width: auto;
}

div.search-item .search-item-right {
  float: right;
  width: 79%;
}

div.search-item h4 {
  padding: 0;
  margin: 0;
  padding-bottom: 11px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 9px;
}

div.search-item h4 a {
  color: #E53935;
  font-weight: 700;
}

div.search-item:after {
  content: "";
  display: block;
  clear: both;
}

div.search-item-meta {
  margin: 1em 0 0 0;
  overflow: hidden;
  zoom: 1;
}

div.search-item-rate {
  float: left;
  margin: -3px 6px 0 0;
}

div.search-item-tags {
  float: left;
}

div.search-item-date {
  float: right;
}

div.search-page input.search-query {
  width: 99%;
  border: 1px solid;
  font-size: 1.3em;
  margin-right: 0;
  width: 100%;
}

div.search-page input.search-suggest {
  width: 99%;
  border: 1px solid;
  font-size: 1.3em;
}

div.search-page input.search-button {
  margin-top: 0;
  height: 38px;
  background: #212121;
  color: #fff;
  font-size: 19px;
  line-height: 38px;
  padding: 0;
  width: 110px;
  transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

div.search-page input.search-button:hover {
  background: #fff;
  color: #212121;
}

div.search-filter h2 {
  margin: 1em 0 0.5em;
  border: none;
}

table.search-filter {
  width: 100%;
  margin-top: 0.5em;
}

table.search-filter td {
  padding: 1em;
  border-top: 1px solid;
}

td.search-filter-name {
  width: 10%;
  text-align: right;
}

td.search-filter-field {
  width: 50%;
}

table.search-filter input.input-field {
  border: 1px solid;
  font-size: 1.3em;
}

table.search-filter select.select-field {
  border: 1px solid;
  font-size: 1.2em;
}

div.search-sorting {
  margin: 0.5em 0;
}

div.search-sorting b {
  padding: 0.2em 0.3em 0.3em;
  font-weight: normal;
}

/* COLORS */
div.search-item, table.search-filter td {
  border-color: #E9E9E9;
}

div.search-page input.search-query, div.search-page input.search-suggest, table.search-filter input.input-field, table.search-filter select.select-field {
  background: #F8F7F7;
  border-color: #D9D9D9;
}

div.search-advanced, div.search-item-meta, div.search-item-meta a {
  color: #8a8a8a;
}

div.search-sorting b {
  background: #e8e9ec;
}

.search-item-rate {
  font-size: 11px;
}

.ajaxMoreBtn {
  text-align: center;
  padding: 15px 0;
  width: 100%;
}
.ajaxMoreBtn a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  color: #4F4F4F;
  text-decoration: none;
}
.ajaxMoreBtn a:hover {
  text-decoration: underline;
}
/* End */
/* /local/templates/petraSvet/components/bitrix/search.page/clear1/style.css?16933400577812 */
