

/* Start:/local/templates/asevalar/components/evalar/iblock.item/special_offer/style.css?17056049463140*/
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.no-select:focus {
  /*	border: none;*/
}
.can-select {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
.present-detail {
  margin-top: 15px;
  margin-bottom: 30px;
  /*h1{
		font-size: 30px;
		text-transform: uppercase;
	}*/
}
.present-detail .flex-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /*display: -webkit-box;*/
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
@media all and (max-width:767px) {
  .present-detail .flex-description {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
.present-detail .flex-description .right {
  padding-left: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}
@media all and (max-width:767px) {
  .present-detail .flex-description .right {
    padding-left: 0;
    margin-top: 15px;
  }
}
.present-detail .flex-description .left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex-grow: 1;
  word-break: break-word;
}
.present-detail video {
  max-width: 500px;
}
@media all and (max-width:767px) {
  .present-detail video {
    max-width: 100%;
  }
}
.present-detail .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /*display: -webkit-box;*/
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.present-detail .flex .image {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  display: block;
}
.present-detail .flex .text {
  width: 100%;
  font-size: 14px;
  color: #484849;
  margin-top: 20px;
}
.present-detail .flex .text ul {
  list-style-type: disc;
  padding-left: 15px;
}
@media all and (max-width: 767px) {
  .present-detail .flex {
    flex-direction: column;
  }
  .present-detail .flex .image {
    align-items: center;
    justify-content: center;
  }
}
.promotion {
  margin-bottom: 30px;
  text-align: center;
}

/* End */


/* Start:/local/templates/asevalar/components/evalar/catalog/.default/style.css?17056049461176*/
.catalog-section {
  padding: 12px 15px;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.catalog-section .uk-list.products {
  float: left;
  width: 25%;
}
@media screen and (min-width: 767px) {
  .catalog-section .uk-list.products {
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px) and (min-width: 767px) {
  .catalog-section .uk-list.products {
    width: 32%;
    box-sizing: border-box;
  }
}
.catalog-section .span-main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 980px) and (min-width: 767px) {
  .catalog-section .span-main {
    width: 68%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .catalog-section .span-main {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .catalogue_header,
  .uk-list.products {
    display: none;
  }
}
.legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.legend p {
  margin: 10px 20px 10px 0;
}
@media screen and (max-width: 767px) {
  .legend p {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .legend p {
    font-size: 13px;
  }
}
.legend p img {
  width: 34px;
  height: 34px;
}

/* End */


/* Start:/local/templates/asevalar/components/asevalar/sort.block/.default/style.css?1705604945412*/
.filter-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .filter-wrapper {
    display: none;
  }
}
.filter-wrapper .drop-down.sort-mobile,
.filter-wrapper .flex-title.sort-mobile {
  display: none;
}
.filter-wrapper .scroll {
  margin-left: 15px;
}
.filter-wrapper .scroll .value {
  margin-right: 15px;
}
.filter-wrapper .scroll .value.selected {
  font-weight: bold;
}

/* End */
/* /local/templates/asevalar/components/evalar/iblock.item/special_offer/style.css?17056049463140 */
/* /local/templates/asevalar/components/evalar/catalog/.default/style.css?17056049461176 */
/* /local/templates/asevalar/components/asevalar/sort.block/.default/style.css?1705604945412 */
