

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1748600580776*/
.bx-breadcrumb {
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	/* float: left; */
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/trimm.store/components/bitrix/news.list/stock-custom/style.css?17486006413737*/
.font30 {
  font-size: calc(20px + 10 * ((100vw - 320px) / 850));
}

/* .font18 {
  font-size: calc(15px + 3 * ((100vw - 320px) / 850));
} */

.font16 {
  font-size: calc(13px + 3 * ((100vw - 320px) / 850));
}

.font23 {
  font-size: calc(16px + 7 * ((100vw - 320px) / 850));
}

.dev__wrapper {
  max-width: 1366px;
  width: 100%;
  padding: 10px 30px;
  margin: auto;
}

.stock__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stock__item {
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  max-width: 31%;
  margin: 10px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stock__item:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.stock__item:hover .stock__item-img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.stock__item-img {
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.stock__item-img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 364px;
  height: 243px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.stock__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.stock__item-title {
  text-align: center;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.stock__item-subtitle {
  text-align: center;
  margin-bottom: 10px;
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.stock__item-date {
  text-align: center;
  color: #222;
}

/*--------------------------------------------------------------------------------------------*/

@media (min-width: 1170px) {
  .font30 {
    font-size: 30px;
  }

  .font18 {
    font-size: 18px;
  }

  .font16 {
    font-size: 16px;
  }

  .font23 {
    font-size: 23px;
  }
}

@media (max-width: 1000px) {
  .stock__item {
    max-width: 47%;
  }
}

@media (max-width: 768px) {
  .stock__item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }

  .stock__item-img {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media (max-width: 600px) {
  .stock__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .stock__item-img {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1748600580776 */
/* /local/templates/trimm.store/components/bitrix/news.list/stock-custom/style.css?17486006413737 */
