

/* Start:/local/templates/casual/components/bitrix/breadcrumb/casual/style.css?1713611939585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.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:/public/src/blog.css?17869676116745*/
.blog-list {
  max-width: 1340px;
  margin: 0 auto;
  padding: 48px 0 0 0;
}
@media screen and (max-width: 1360px) {
  .blog-list {
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .blog-list {
    padding: 0 20px;
  }
}
.blog-list__title {
  font-size: 32px;
  font-weight: 400;
  font-family: "Vremena-grotesk-book", serif;
  line-height: 32px;
  margin-bottom: 32px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}
.blog-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .blog-list__list {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}
.blog-list__item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog-list__item {
    width: 100%;
    max-width: 500px;
    margin-bottom: 32px;
  }
}

.blog-card__image-link {
  display: block;
  margin-bottom: 18px;
}
.blog-card__image {
  height: 400px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .blog-card__image {
    height: 230px;
  }
}
.blog-card__date {
  font-size: 12px;
  color: #AAB3BF;
  line-height: 12px;
  margin-bottom: 8px;
}
.blog-card__link {
  font-size: 24px;
  color: #231F20;
  line-height: 30px;
  text-decoration: none;
}
.blog-card--short .blog-card__image {
  height: 292px;
}

.blog-detail {
  max-width: 1120px;
  margin: 48px auto 70px auto;
}
@media screen and (max-width: 767px) {
  .blog-detail {
    margin-top: 32px;
  }
}
.blog-detail__date {
  font-size: 12px;
  color: #AAB3BF;
  line-height: 12px;
  margin-bottom: 8px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .blog-detail__date {
    margin-bottom: 16px;
  }
}
.blog-detail__title {
  font-size: 40px;
  font-family: "Vremena-grotesk-medium", serif;
  margin: 0 0 24px 0;
  text-transform: none;
  letter-spacing: normal;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .blog-detail__title {
    font-size: 32px;
    line-height: 35px;
  }
}
.blog-detail__image {
  margin-bottom: 32px;
  padding: 0 20px;
}
.blog-detail__image img {
  width: 100%;
}
.blog-detail__text {
  font-size: 17px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .blog-detail__text {
    font-size: 15px;
  }
}
.blog-detail__text h2 {
  font-family: Vremena-grotesk-medium, serif;
  margin: 30px 0;
}
.blog-detail__link {
  margin-top: 48px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .blog-detail__link {
    margin-top: 32px;
  }
}
.blog-detail__link a {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-family: "Vremena-grotesk-book", serif;
  padding: 17px 0;
  text-transform: uppercase;
  border: 1px solid #000000;
  display: block;
  text-decoration: none;
  color: #231F20;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.blog-detail__link a:hover {
  color: #231F20;
  background-color: #14ff26;
}
@media screen and (max-width: 767px) {
  .blog-detail__link a {
    font-size: 15px;
    line-height: 15px;
    padding: 16px 0;
  }
}
.blog-detail__slider {
  margin: 40px 0;
}

.blog-products {
  width: calc(100vw - 20px);
  margin: 48px 0 0 calc((100% - 100vw + 20px) / 2);
}
@media screen and (min-width: 1800px) {
  .blog-products {
    width: 1780px;
    margin-left: calc((100% - 1780px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .blog-products {
    margin-top: 32px;
  }
}
.blog-products__basket-scope {
  display: contents;
}
.blog-products .card__size {
  margin-top: 8px;
  padding: 0;
}
.blog-products .card__size-list {
  justify-content: flex-start;
  padding: 0;
}
.blog-products .blog-products__offer-marker {
  display: none;
}
.blog-products .nuw-recommend-products__card-info-price_old::before {
  border-top-color: #000000;
}
.blog-products .card__label--sale {
  color: #000000 !important;
}
.blog-products .nuw-recommend-products__card-images {
  position: relative;
}
.blog-products .add-to-card-new-btn {
  height: auto;
  aspect-ratio: 1;
}
.blog-products .add-to-card-new-btn img.add-to-card-new-btn__icon {
  width: 32px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
.blog-products .mobile-add-to-card-btn {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .blog-products .card__labels {
    padding: 15px;
    font-size: 90%;
  }
  .blog-products .add-to-card-new-btn {
    display: none;
  }
  .blog-products .mobile-add-to-card-btn {
    display: block;
    height: 46px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .blog-products .nuw-recommend-products__card-images {
    margin-bottom: 0;
  }
  .blog-products .nuw-recommend-products__card-info,
  .blog-products .card__size-list {
    text-align: center;
    justify-content: center;
  }
}

.blog-more {
  margin-bottom: 120px;
  padding: 0 20px;
}
.blog-more__title {
  font-size: 32px;
  line-height: 38px;
  font-family: "Vremena-grotesk-medium", serif;
  margin: 0 0 40px 0;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .blog-more__title {
    font-size: 24px;
    line-height: 29px;
  }
}
.blog-more__list-wrapper {
  position: relative;
}
.blog-more__item {
  width: 390px;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .blog-more__item {
    margin-right: 0;
  }
}
.blog-more__arrow {
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100;
  display: inline-block;
  position: absolute;
  top: 126px;
}
.blog-more__arrow.--next {
  right: 0px;
}
@media screen and (max-width: 700px) {
  .blog-more__arrow.--next {
    right: -20px;
  }
}
.blog-more__arrow.--prev {
  left: -20px;
  transform: rotate(180deg);
}
.blog-more__arrow img {
  width: 100%;
  filter: invert(1);
  opacity: 0.6;
}

.blog-slider {
  padding: 0 20px;
}
.blog-slider__list-wrapper {
  position: relative;
}
.blog-slider__item {
  width: 390px;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .blog-slider__item {
    margin-right: 0;
  }
}
.blog-slider__item-text {
  font-size: 14px;
  padding: 10px 20px;
  line-height: normal;
}
.blog-slider__arrow {
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100;
  display: inline-block;
  position: absolute;
  top: calc(50% - 20px);
}
.blog-slider__arrow.--next {
  right: 0px;
}
@media screen and (max-width: 700px) {
  .blog-slider__arrow.--next {
    right: -20px;
  }
}
.blog-slider__arrow.--prev {
  left: -19px;
  transform: rotate(180deg);
}
.blog-slider__arrow img {
  width: 100%;
  filter: invert(1);
  opacity: 0.6;
}

/* End */


/* Start:/local/templates/casual/components/bitrix/news.detail/blog/style.css?1726505835215*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.blog-datail__video {
    width: 100%;
    height: auto;
}

/* End */
/* /local/templates/casual/components/bitrix/breadcrumb/casual/style.css?1713611939585 */
/* /public/src/blog.css?17869676116745 */
/* /local/templates/casual/components/bitrix/news.detail/blog/style.css?1726505835215 */
