

/* Start:/local/templates/samura/components/bitrix/news.detail/flat/style.css?1772171520900*/
.detail-wrapper {
    max-width: 850px;
}

.img-wrapper-detail {
    border-radius: 20px;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}

.content-detail {
    font-family: 'HelveticaNeueCyr', 'Arial', sans-serif;
    font-weight: 400;
    margin-top: 15px;
    color: #231F20;
    font-size: 18px;
    line-height: 1.5;
}

.content-detail a {
    color: #005F61;
    font-size: 18px;
    font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
    line-height: 24px;
}

.content-detail h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
}

.content-detail h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}

.content-detail h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.img-detail {
    object-fit: cover;
    height: auto;
}

@media(max-width: 767px) {
    .img-wrapper-detail {
        max-height: 280px;
    }
}
/* End */


/* Start:/local/templates/samura/components/bitrix/catalog.section/products-in-article/style.css?177218667720791*/
.bestsellers-wrap {
  width: 1720px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}

@media(min-width: 2560px) {
  .bestsellers-wrap {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .bestsellers-wrap {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .bestsellers-wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .bestsellers-wrap {
    padding: 30px 0;
  }
}
.bestsellers-wrap .title-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.bestsellers-wrap .title-wrap .title {
  margin: 0;
  color: #231F20;
  font-size: 48px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .bestsellers-wrap .title-wrap .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap .title-wrap .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .title-wrap .title {
    font-size: 24px;
  }
}
.bestsellers-wrap .title-wrap .section-link {
  margin-left: auto;
  padding: 0 20px 0 25px;
  height: 60px;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 30px;
  font-size: 18px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap .title-wrap .section-link {
    font-size: 16px;
    padding: 0 18px 0 25px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .title-wrap .section-link {
    font-size: 14px;
    padding: 3px 8px 0 14px;
    height: 31px;
  }
}
.bestsellers-wrap .title-wrap .section-link svg {
  margin-left: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap .title-wrap .section-link svg {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .title-wrap .section-link svg {
    width: 12px;
    margin-left: 7px;
    margin-top: -1px;
  }
}
.bestsellers-wrap .title-wrap .section-link:hover:not(.noHover) {
  background-color: #016466;
  color: #FFFFFF;
}
.bestsellers-wrap .title-wrap .section-link:hover:not(.noHover) svg path {
  stroke: #FFFFFF;
}
.bestsellers-wrap .bestsellers-products {
  margin-top: 40px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap .bestsellers-products {
    margin-top: 30px;
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products {
    margin-top: 25px;
    width: 210px;
  }
}
.bestsellers-wrap .bestsellers-products .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) {
  min-width: 328px;
  max-width: 328px;
  height: 460px;
  position: relative;
  padding: 20px 30px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media(min-width: 2560px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
    min-width: 370px;
    max-width: 370px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
    min-width: 228px;
    max-width: 228px;
  }
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
    padding: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 360px;
  }
}
@media screen and (max-width: 1279px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
    min-width: 210px;
    max-width: 210px;
    margin-bottom: 0;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item).fadeOf {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0;
  min-width: 0;
  max-width: 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item):hover:not(.noHover) .image img {
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps {
    left: 16px;
    top: 16px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 13px;
  text-transform: none;
  padding: 10px 0;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
  display: table;
  margin-bottom: 4px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop {
    font-family: "HelveticaNeueCyr Medium";
    font-size: 12px;
    padding: 6px 0 4px;
    min-width: 72px;
    max-width: 72px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop.NEW {
  background-color: #F3F6F6;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop.SALE {
  color: white;
  background-color: #F92F2F;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .image {
  margin-top: 20px;
  min-width: 100%;
  max-width: 100%;
  height: 185px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .image {
    height: 145px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .name {
  margin-top: 8px;
  color: #231F20;
  font-size: 22px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: box;
  display: -webkit-box;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .name {
    font-size: 16px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .artnumber {
  margin-top: 6px;
  color: #76767B;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) {
  white-space: nowrap;
  color: #231F20;
  font-size: 36px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) {
    font-size: 24px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) .rub {
  color: #231F20;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount {
  white-space: nowrap;
  color: #231F20;
  font-size: 18.5px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount {
    font-size: 14px;
    display: block;
    height: 18px;
    margin-bottom: 5px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .percent {
  padding: 6.5px 3.7px;
  color: white;
  font-size: 12px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 10px;
  text-transform: none;
  background-color: #F92F2F;
  margin-right: 8px;
  -webkit-border-radius: 7.4px;
  -moz-border-radius: 7.4px;
  -ms-border-radius: 7.4px;
  border-radius: 7.4px;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .percent {
    font-size: 10px;
    margin-right: 2px;
    padding: 6.5px 3.2px 4px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .price-discount-strike {
  opacity: 0.5;
  text-decoration:line-through;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .rub {
  color: #231F20;
  font-size: 8px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 6px;
  opacity: 0.5;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .rub {
    margin-top: 3px;
    margin-left: 0;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .not-in-stock {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  opacity: 0.5;
  text-transform: none;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .subscribe-button {
  margin-top: 25px;
  min-width: 100%;
  height: 36px;
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #F3F6F6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .subscribe-button {
    margin-top: 15px;
    font-size: 14px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2) {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):after, .bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2) .icon {
  position: absolute;
  z-index: 1;
  background: url("/local/templates/samura/components/bitrix/catalog.section/products-in-article/../../../../img/basket-icon-white.svg") center no-repeat;
  width: 17px;
  height: 21px;
  top: 50%;
  left: 50%;
  margin-top: -10.5px;
  margin-left: -8px;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).in-stock-empty {
  background: #9e9e9e;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2) .quantity-in-basket {
  display: none;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart {
  background: #F3F6F6;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .icon {
  background: url("/local/templates/samura/components/bitrix/catalog.section/products-in-article/../../../../img/basket-icon-black.svg") center no-repeat;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: #008C8F;
  text-align: center;
  width: 13px;
  height: 13px;
  line-height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 8px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket.not-exist {
  display: none;
}
@media screen and (max-width: 1279px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket {
    line-height: 16px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart) {
  background: #005F61;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):before {
  left: 0;
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):after {
  opacity: 0;
  right: 100%;
  background: linear-gradient(-90deg, #005f61 0%, #008c8f 100%);
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):hover:not(.noHover):after {
  right: 0;
  opacity: 1;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):active:after, .bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):active:before {
  opacity: 0;
}
.bestsellers-wrap .bestsellers-products .owl-dots {
  display: none !important;
}
.bestsellers-wrap .bestsellers-products .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  width: 100%;
}
.bestsellers-wrap .bestsellers-products .owl-nav.disabled {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products .owl-nav {
    display: none !important;
  }
}
.bestsellers-wrap .bestsellers-products .owl-nav button {
  width: 64px;
  height: 64px;
  position: absolute;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products .owl-nav button {
    width: 42px;
    height: 42px;
  }
}
.bestsellers-wrap .bestsellers-products .owl-nav button span {
  font-size: 0;
}
.bestsellers-wrap .bestsellers-products .owl-nav button:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.bestsellers-wrap .bestsellers-products .owl-nav .owl-prev {
  left: -40px;
  background: url("/local/templates/samura/components/bitrix/catalog.section/products-in-article/../../../../img/carousel-arrow-left.svg") 45% 50% no-repeat white;
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products .owl-nav .owl-prev {
    display: none;
  }
}
.bestsellers-wrap .bestsellers-products .owl-nav .owl-next {
  right: -40px;
  background: url("/local/templates/samura/components/bitrix/catalog.section/products-in-article/../../../../img/carousel-arrow-right.svg") 55% 50% no-repeat white;
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products .owl-nav .owl-next {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/samura/components/bitrix/news.list/mainpage-blog-list/style.css?17707471315109*/
.mainpage-blog-list-wrap {
  margin: 130px auto;
  width: 1720px;
}

.mainpage-blog-list-wrap .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mainpage-blog-list-wrap h2:not(.atd-h2):not(.custom) {
  margin: 0;
  font-size: 48px;
}

.mainpage-blog-list-wrap .title-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 46px;
}

.mainpage-blog-list-wrap .title-wrap .section-link {
  margin-left: auto;
  padding: 0 20px 0 25px;
  height: 60px;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 30px;
  font-size: 18px;
}

.mainpage-blog-list-wrap .title-wrap .section-link:hover:not(.noHover) {
  background-color: #016466;
  color: #FFFFFF;
}

.mainpage-blog-list-wrap .blog-item .img-wrapper {
  aspect-ratio: 556 / 368;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 24px;
  position: relative;
}

.mainpage-blog-list-wrap .blog-item .blog-item-name {
  font-size: 24px;
  line-height: 1.3;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  color: #000;
  margin-bottom: 15px;
}

.mainpage-blog-list-wrap .blog-item .blog-item-preview-text {
  font-size: 18px;
  line-height: 1.5;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  color: #231F20;
}

.mainpage-blog-list-wrap .blog-item .img-wrapper img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* .mainpage-blog-list-wrap .blog-item#bx_3099439860_11944 .img-wrapper img {
  top: auto;
  bottom: -40%;
}
 */
.mainpage-blog-list-wrap .blog-item {
  display: flex;
  flex-direction: column;
}

.mainpage-blog-list-wrap .blog-item .text-wrap {
  display: flex;
  flex-direction: column;
}

.mainpage-blog-list-wrap .blog-item .blog-item-link {
  cursor: pointer;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  color: #231F20;
  opacity: .5;
  text-decoration: underline;
  transition: .4s ease;
}

.mainpage-blog-list-wrap .blog-item .blog-item-link:hover {
  opacity: 1;
}

.mainpage-blog-list-wrap .blog-item .text-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mainpage-blog-list-wrap .blog-item .text-part p:last-of-type {
  margin-bottom: 0;
}

.mainpage-blog-list-wrap .blog-item .text-part .head {
  margin-bottom: 64px;
}

@media(min-width: 2560px) {
  .mainpage-blog-list-wrap {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .mainpage-blog-list-wrap {
    width: 1180px;
  }

  .mainpage-blog-list-wrap .blog-item .img-wrapper {
    max-width: 556px;
  }
}

@media (max-width: 1279px) {
  .mainpage-blog-list-wrap .blog-list {
    overflow: auto;
    padding-bottom: 20px;
  }

  .mainpage-blog-list-wrap .blog-item {
    min-width: 400px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .mainpage-blog-list-wrap {
    width: 710px;
  }
}

@media (max-width: 767px) {
  .mainpage-blog-list-wrap {
    width: calc(100% - 40px);
  }

  .mainpage-blog-list-wrap h2:not(.atd-h2):not(.custom) {
    font-size: 24px;
  }

  .mainpage-blog-list-wrap .blog-item {
    width: calc(100vw - 90px);
    min-width: auto;
    max-width: 350px;
  }

  .mainpage-blog-list-wrap .title-wrap {
    margin-bottom: 24px;
  }

  .mainpage-blog-list-wrap .blog-list {
    gap: 10px;
  }

  .mainpage-blog-list-wrap .blog-item .blog-item-name {
    font-size: 18px;
  }

  .mainpage-blog-list-wrap .blog-item .blog-item-preview-text {
    font-size: 16px;
  }

  .mainpage-blog-list-wrap .blog-item .text-part {
    gap: 30px;
    justify-content: start;
  }

  .mainpage-blog-list-wrap .blog-item .text-part .head {
    margin-bottom: 0;
  }

  .mainpage-blog-list-wrap .title-wrap .section-link {
    display: none;
  }

  .mainpage-blog-list-wrap {
    margin-bottom: 46px;
  }
}
/* End */
/* /local/templates/samura/components/bitrix/news.detail/flat/style.css?1772171520900 */
/* /local/templates/samura/components/bitrix/catalog.section/products-in-article/style.css?177218667720791 */
/* /local/templates/samura/components/bitrix/news.list/mainpage-blog-list/style.css?17707471315109 */
