

/* Start:/local/templates/zaychonok/components/bitrix/breadcrumb/main/style.css?17901764663051*/
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/breadcrumb/main/src-cmp/assets/breadcrumbs.sass ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.breadcrumbs {
  margin: 195px 0 30px;
}
.breadcrumbs .breadcrumb {
  font-size: 14px;
  line-height: 19px;
}
.breadcrumbs .container {
  margin-bottom: 0 !important;
}
.breadcrumbs .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.breadcrumbs__previos {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs__previos .arrow {
  display: none;
}
.breadcrumbs__previos .arrow svg {
  width: 16px;
  height: 16px;
}
.breadcrumbs__previos .breadcrumbs__link, .breadcrumbs__previos .arrow {
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
.breadcrumbs__previos .breadcrumbs__link:hover, .breadcrumbs__previos .arrow:hover {
  opacity: 1;
}
.breadcrumbs__separator {
  width: 14px;
  height: 1px;
  background: rgba(27, 13, 35, 0.5);
}
.breadcrumbs__link {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .breadcrumbs.cart-page {
    margin-top: 144px;
  }
}

@media (max-width: 1366px) {
  .breadcrumbs .breadcrumb {
    font-size: 1.0248901903vw;
    line-height: 1.3909224012vw;
  }
}

@media (max-width: 768px) {
  .breadcrumbs__previos .arrow svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .breadcrumbs {
    margin: 10.6666666667vw 0 4.2666666667vw;
  }
  .breadcrumbs p {
    font-weight: 500 !important;
    font-size: 3.7333333333vw !important;
    line-height: 5.0666666667vw !important;
  }
  .breadcrumbs__previos {
    display: none;
  }
  .breadcrumbs__previos:nth-last-child(-n+2) {
    display: grid;
    grid-template-columns: 4.2666666667vw 1fr;
    flex-direction: row;
    grid-gap: 2px;
    gap: 2px;
  }
  .breadcrumbs__previos:nth-last-child(-n+2):hover .arrow {
    opacity: 1;
  }
  .breadcrumbs__previos:nth-last-child(-n+2) .arrow {
    height: 4.2666666667vw;
    opacity: 0.5;
  }
  .breadcrumbs__previos:nth-last-child(-n+2) .arrow svg {
    fill: #1b0d23;
  }
  .breadcrumbs__previos:nth-last-child(-n+2) .arrow {
    display: block;
  }
  .breadcrumbs__previos:nth-last-child(-n+2) .breadcrumbs__link {
    display: block;
  }
  .breadcrumbs__previos:nth-last-child(-n+2) .breadcrumbs__separator {
    display: none;
  }
  .breadcrumbs__link {
    display: none;
  }
}

/* End */


/* Start:/local/templates/zaychonok/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?179017646672898*/
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/header.sass ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.article__header {
  margin-bottom: 20px;
}
.article__header h1 {
  margin-bottom: 30px;
  max-width: 80%;
  text-transform: uppercase;
}
.article__header .article__stats {
  margin-top: 15px;
}
.article__header .article__stats .stat__icon {
  width: 17px;
  height: 17px;
}
@media (max-width: 1280px) {
  .article__header h1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .article__header h1 {
    margin-bottom: 20px;
  }
  .article__header .article__stats .stat__icon {
    width: 20px;
    height: 20px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/stats.sass ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
.article__stats {
  display: flex;
  gap: 40px;
}
.article__stats .stats {
  display: flex;
  gap: 15px;
  align-items: center;
}
.article__stats .stat {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article__stats .stat__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.article__stats .stat__icon svg {
  fill: #C9C9C9;
}
.article__stats .stat__name {
  text-transform: uppercase;
  color: #C9C9C9;
  font-size: 14px;
  line-height: 1.4em;
}
.article__stats .stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article__stats .stars .star svg {
  fill: rgb(232, 183, 12);
  stroke: rgb(232, 183, 12);
}
.article__stats .stars .star.non-active svg {
  fill: #d9d9d9;
  stroke: #d9d9d9;
}
@media (max-width: 1280px) {
  .article__stats .stat__icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .article__stats .stat__icon {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 576px) {
  .article__stats {
    flex-direction: column;
    gap: 15px;
  }
  .article__stats .stats {
    gap: 10px;
  }
  .article__stats .stat__icon {
    width: 20px;
    height: 20px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/preview.sass ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
.article__preview {
  margin-bottom: 50px;
}
.article__preview .preview__picture {
  margin-top: 50px;
  height: 500px;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .article__preview .preview__picture {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .article__preview .preview__picture {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .article__preview .preview__picture {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .article__preview {
    margin-bottom: 40px;
  }
  .article__preview .preview__picture {
    height: 190px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/expert.sass ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.article__expert {
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: none;
}
.article__expert .expert__picture {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
.article__expert .expert__picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.article__expert .expert__about {
  max-width: 25%;
}
.article__expert .expert__about p:first-of-type {
  margin-bottom: 5px;
}
.article__expert .expert__about p.small {
  color: #C9C9C9;
  max-width: 90%;
  line-height: 1.4em;
}
@media (max-width: 1280px) {
  .article__expert {
    gap: 17.5px;
  }
  .article__expert .expert__picture {
    width: 75px;
    height: 75px;
  }
  .article__expert .expert__about p.small {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .article__expert .expert__about {
    max-width: 40%;
  }
}
@media (max-width: 576px) {
  .article__expert {
    gap: 10px;
  }
  .article__expert .expert__picture {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 425px) {
  .article__expert .expert__about {
    max-width: 60%;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/body.sass ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
h2 {
  text-transform: inherit !important;
  font-weight: 700 !important;
}

h2 {
  color: #4EADAA;
}

svg {
  height: inherit;
}

.article__body {
  margin-bottom: 50px;
}
.article__body .article-body__container {
  max-width: 870px;
}
.article__body .article-body__container br {
  display: none;
}
.article__body .article-body__container p, .article__body .article-body__container .sp-lists {
  font-size: 16px !important;
  line-height: 24px !important;
}
.article__body .article-body__container p {
  margin-top: 10px;
  margin-bottom: 5px;
}
.article__body .article-body__container p span.h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 20px;
}
.article__body .article-body__container h1, .article__body .article-body__container h2 {
  text-transform: inherit;
  color: #4EADAA;
}
.article__body .article-body__container h2 {
  margin-top: 50px;
}
.article__body .article-body__container h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 20px;
}
.article__body .article-body__container h5 {
  line-height: 75%;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 20px;
}
.article__body .article-body__container .sp-lists {
  font-weight: 500;
  color: #303030;
}
.article__body .article-body__container ul {
  padding-left: 37px;
  list-style: disc;
}
.article__body .article-body__container ul li {
  line-height: 180%;
}
.article__body .article-body__container ul li::marker {
  color: #4EADAA;
}
.article__body .article-body__image {
  margin: 20px 0;
  width: 100%;
}
@media (max-width: 1366px) {
  .article__body .article-body__container {
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  .article__body .article-body__container h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .article__body .article-body__image {
    margin: 40px 0;
  }
}
@media (max-width: 1024px) {
  .article__body .article-body__container {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .article__body {
    margin-bottom: 40px;
  }
  .article__body .article-body__image {
    margin: 20px 0 40px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/content.sass ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
.article__body {
  position: relative;
}
.article__content.desktop {
  margin-bottom: 2rem;
}
.article__content .h6 {
  color: #4EADAA;
  margin-bottom: 15px;
}
.article__content .content__preview, .article__content .content__body {
  max-width: 270px;
  width: 100%;
}
.article__content .content__preview .arrow {
  display: none;
}
.article__content .content__body ul {
  margin: 0 !important;
}
.article__content .content__body ul li {
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
.article__content .content__body ul li {
  cursor: pointer;
}
.article__content .content__body ul li:before {
  top: 6px !important;
  display: none !important;
}
.article__content .content__body ul li:before {
  left: -20px;
}
.article__content .content__body ul li.active {
  color: #572473;
}
.article__content .content__body ul li.active:before {
  display: block !important;
}
.article__content.fixed {
  position: fixed;
  max-width: 1170px;
  width: 100%;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.article__content.bottom {
  top: auto;
  top: initial;
  bottom: 0;
}
@media (min-width: 1025px) {
  .article__content.desktop {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .article__content .content__preview .arrow.mobile-hide {
    display: none;
  }
  .article__content.active .content__preview {
    border-radius: 4px 4px 0 0;
  }
  .article__content .content__preview, .article__content .content__body {
    max-width: 100%;
    width: 100%;
  }
  .article__content .h6 {
    margin-bottom: 0;
  }
  .article__content ul li:not(:last-of-type) {
    margin-bottom: 10px !important;
  }
  .article__content .content__preview {
    padding: 10px 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .article__content .content__preview .arrow {
    transition: transform 0.5s ease-in-out;
    transform: rotate(-90deg);
    fill: #572473;
    display: block;
  }
  .article__content .content__body {
    padding: 15px 0;
    border-top-width: 0px;
    border-radius: 0 0 4px 4px;
  }
  .article__content .content__body li.active::before {
    top: 8px !important;
  }
  .article__content .content__body li.active::before {
    width: 6px;
    height: 6px;
    left: -14px;
  }
  .article__content.active .content__preview .arrow {
    transform: rotate(90deg);
  }
  .article__content.fixed {
    z-index: 4;
    top: 43px;
    width: calc(100% - 30px);
    transform: translateX(-50%);
  }
  .article__content.bottom {
    display: none;
  }
}
@media (max-width: 1199px) {
  .article__content.fixed {
    max-width: 972px;
    transform: translateX(calc(-50% - 10px));
  }
}
@media (max-width: 576px) {
  .article__content .h6 {
    font-weight: 500;
  }
  .article__content ul li {
    font-size: 1rem !important;
  }
  .article__content ul li {
    font-weight: 500;
  }
  .article__content .content__body {
    padding: 0;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/materials.sass ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
.article__materials {
  margin: 50px 0;
}
.article__materials h2 {
  margin-bottom: 30px;
}
.article__materials .material {
  margin-bottom: 30px;
  max-width: 1100px;
}
.article__materials .material__name {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.article__materials .material__link {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.article__materials .material__link svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
@media (max-width: 1440px) {
  .article__materials .material {
    margin-bottom: 25px;
  }
  .article__materials .material__link svg {
    width: 24px;
    height: 24px;
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .article__materials h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .article__materials .material__name {
    text-transform: none;
  }
}
@media (max-width: 576px) {
  .article__materials {
    margin: 40px 0;
  }
  .article__materials h2 {
    margin-bottom: 15px;
  }
  .article__materials .material {
    margin-bottom: 20px;
  }
  .article__materials .material__name {
    margin-bottom: 10px;
  }
  .article__materials .material__link svg {
    width: 20px;
    height: 20px;
    gap: 5px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/ending.sass ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.article__ending .h4 {
  line-height: 1.4em;
  color: #572473;
  margin-bottom: 50px;
}
.article__ending .commercial-block {
  flex-direction: row;
  height: 380px;
  margin: 0 0 50px;
  padding: 40px 0 10px;
}
.article__ending .commercial-block.commercial-block--one-background .background {
  width: 100%;
  height: 100%;
}
.article__ending .commercial-block.commercial-block--one-background .background:first-of-type {
  width: 100%;
  height: 100%;
}
.article__ending .commercial-block.purple .commercial-block__title, .article__ending .commercial-block.purple .commercial-block__subtitle {
  color: #572473;
}
.article__ending .commercial-block.purple .commercial-block__hint p {
  color: #fff;
}
.article__ending .commercial-block.peach .commercial-block__title, .article__ending .commercial-block.peach .commercial-block__hint p, .article__ending .commercial-block.peach .commercial-block__highlight p {
  color: #D87669;
}
.article__ending .commercial-block.peach .commercial-block__highlight:after, .article__ending .commercial-block.peach .commercial-block__highlight:before {
  border-color: #D87669;
}
.article__ending .commercial-block.peach .commercial-block__subtitle {
  color: #fff;
}
.article__ending .commercial-block.white .commercial-block__title, .article__ending .commercial-block.white .commercial-block__hint p, .article__ending .commercial-block.white .commercial-block__highlight p {
  color: #fff;
}
.article__ending .commercial-block.white .commercial-block__highlight:after, .article__ending .commercial-block.white .commercial-block__highlight:before {
  border-color: #fff;
}
.article__ending .commercial-block.white .commercial-block__subtitle {
  color: #fff;
}
.article__ending .commercial-block.pink .button {
  color: #FE9BB1;
}
.article__ending .commercial-block.pink .button:hover {
  background: #FE9BB1;
  color: #fff;
}
.article__ending .commercial-block--active-pro {
  padding-top: 60px;
}
.article__ending .commercial-block--active-pro .commercial-block__content {
  margin-top: 0;
}
.article__ending .commercial-block--active-pro .commercial-block__hint {
  margin-top: auto;
}
.article__ending .commercial-block--active-pro .commercial-block__product {
  top: auto;
  top: initial;
  bottom: 0;
  width: 410px;
  height: 360px;
}
.article__ending .commercial-block--active-pro .commercial-block__product img {
  display: block;
}
.article__ending .commercial-block--active-pro .commercial-block__product img.mobile {
  display: none;
}
.article__ending .commercial-block--peptide-woman-lk .commercial-block__container {
  width: 100%;
}
.article__ending .commercial-block--peptide-woman-lk .commercial-block__product {
  width: 450px;
  height: 300px;
  right: 0;
  left: 50px;
}
.article__ending .commercial-block--peptide-woman-lk .commercial-block__content {
  margin-left: auto;
  margin-right: 50px;
}
.article__ending .commercial-block--peptide-woman-lk .commercial-block__hint {
  margin-left: auto;
  padding-left: 0;
  padding-right: 130px;
}
.article__ending .commercial-block--peptide-woman-lk .commercial-block__highlight {
  width: 460px;
  max-width: 460px;
}
.article__ending .commercial-block--peptide {
  padding-top: 60px;
}
.article__ending .commercial-block--peptide .commercial-block__container {
  width: 100%;
}
.article__ending .commercial-block--peptide .commercial-block__content, .article__ending .commercial-block--peptide .commercial-block__hint {
  margin: 0 auto;
}
.article__ending .commercial-block--peptide .commercial-block__hint {
  padding-left: 0;
  margin-top: auto;
}
.article__ending .commercial-block--peptide .commercial-block__product {
  top: auto;
  top: initial;
  bottom: 0;
  right: auto;
  right: initial;
  left: 165px;
  width: 126px;
  height: 354px;
  transform: none;
}
.article__ending .commercial-block--peptide .commercial-block__product.second-product {
  left: auto;
  left: initial;
  right: 95px;
  width: 227px;
  height: 268px;
}
.article__ending .commercial-block--peptide .commercial-block__product img {
  display: block;
}
.article__ending .commercial-block--peptide .commercial-block__product img.mobile {
  display: none;
}
.article__ending .commercial-block--kids .commercial-block__product {
  width: 91px;
  height: 361px;
}
.article__ending .commercial-block--kids .commercial-block__product.second-product {
  width: 89px;
  height: 355px;
}
.article__ending .commercial-block .background {
  width: 180px;
  height: 320px;
}
.article__ending .commercial-block .background:first-of-type {
  width: 150px;
  height: 380px;
}
.article__ending .commercial-block__descr {
  text-transform: none;
  margin-bottom: 20px;
  max-width: 80%;
}
.article__ending .commercial-block__product {
  top: 22px;
  left: auto;
  left: initial;
  right: 130px;
  transform: none;
  width: 360px;
  height: 340px;
}
.article__ending .commercial-block__content {
  margin-left: 130px;
}
.article__ending .commercial-block__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.article__ending .commercial-block__hint {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .article__ending .commercial-block {
    padding: 20px 0;
    height: 400px;
  }
  .article__ending .commercial-block__content {
    margin-left: 80px;
  }
  .article__ending .commercial-block__product {
    top: 52px;
    right: 80px;
    width: 330px;
    height: 310px;
  }
  .article__ending .commercial-block--active-pro .commercial-block__content {
    margin-top: auto;
  }
  .article__ending .commercial-block--active-pro .commercial-block__product {
    width: 355px;
    height: 310px;
  }
  .article__ending .commercial-block--peptide-woman-lk .commercial-block__product {
    width: 430px;
    height: 290px;
  }
  .article__ending .commercial-block--peptide-woman-lk .commercial-block__highlight {
    width: 100%;
    max-width: 330px;
  }
  .article__ending .commercial-block--peptide-woman-lk .commercial-block__hint {
    padding-right: 80px;
  }
  .article__ending .commercial-block--peptide .commercial-block__content {
    margin-top: auto;
  }
  .article__ending .commercial-block--peptide .commercial-block__product {
    left: 95px;
  }
  .article__ending .commercial-block--peptide .commercial-block__product.second-product {
    right: 65px;
    width: 193px;
    height: 228px;
  }
  .article__ending .commercial-block--kids .commercial-block__product {
    width: 91px;
    height: 361px;
  }
  .article__ending .commercial-block--kids .commercial-block__product.second-product {
    width: 89px;
    height: 355px;
  }
}
@media (max-width: 1024px) {
  .article__ending .commercial-block {
    height: 360px;
  }
  .article__ending .commercial-block__hint {
    padding-left: 5px;
  }
  .article__ending .commercial-block__content {
    margin-left: 40px;
  }
  .article__ending .commercial-block__product {
    top: 35px !important;
    right: 40px !important;
    width: 290px !important;
    height: 270px !important;
  }
  .article__ending .commercial-block--active-pro .commercial-block__product {
    top: auto !important;
    top: initial !important;
  }
  .article__ending .commercial-block--active-pro .commercial-block__product {
    bottom: 0;
  }
  .article__ending .commercial-block--peptide-woman-lk .commercial-block__product {
    width: 410px !important;
  }
  .article__ending .commercial-block--peptide-woman-lk .commercial-block__hint {
    padding-right: 40px;
  }
  .article__ending .commercial-block--peptide .commercial-block__product {
    top: auto !important;
    top: initial !important;
    width: 96px !important;
  }
  .article__ending .commercial-block--peptide .commercial-block__product {
    bottom: 0;
  }
  .article__ending .commercial-block--peptide .commercial-block__product.second-product {
    height: 200px !important;
    width: 170px !important;
  }
  .article__ending .commercial-block--kids .commercial-block__product {
    width: 81px !important;
    height: 320px !important;
  }
  .article__ending .commercial-block--kids .commercial-block__product.second-product {
    width: 76px !important;
    height: 305px !important;
  }
}
@media (max-width: 768px) {
  .article__ending .commercial-block {
    padding: 10px 0;
    height: 480px;
    margin-bottom: 60px;
  }
  .article__ending .commercial-block__container {
    position: relative;
    z-index: 4;
    align-items: center;
    gap: 10px;
  }
  .article__ending .commercial-block__product {
    height: 230px !important;
    width: 250px !important;
    top: 15px !important;
    left: 50% !important;
    bottom: auto !important;
    bottom: initial !important;
  }
  .article__ending .commercial-block__product {
    right: auto;
    right: initial;
    transform: translateX(-50%);
  }
  .article__ending .commercial-block__content {
    margin-left: 0;
  }
  .article__ending .commercial-block__descr {
    max-width: 100%;
  }
  .article__ending .commercial-block__hint {
    margin-top: 9px;
  }
  .article__ending .commercial-block__content {
    margin-bottom: 0;
  }
  .article__ending .commercial-block__content p {
    margin-bottom: 9px;
  }
  .article__ending .commercial-block--active-pro .commercial-block__container {
    width: 100%;
    align-items: flex-start;
  }
  .article__ending .commercial-block--active-pro .commercial-block__content {
    margin: auto auto 5px;
  }
  .article__ending .commercial-block--active-pro .commercial-block__hint {
    margin-top: 0;
  }
  .article__ending .commercial-block--active-pro .commercial-block__highlight {
    display: block;
    margin-bottom: 15px;
  }
  .article__ending .commercial-block--active-pro .commercial-block__subtitle {
    margin-bottom: 10px;
  }
  .article__ending .commercial-block--active-pro .commercial-block__product {
    width: 230px !important;
    height: 230px !important;
  }
  .article__ending .commercial-block--active-pro .commercial-block__product img {
    display: none;
  }
  .article__ending .commercial-block--active-pro .commercial-block__product img.mobile {
    display: block;
  }
  .article__ending .commercial-block--peptide-woman-lk .commercial-block__product {
    width: 135px !important;
  }
  .article__ending .commercial-block--peptide-woman-lk .commercial-block__hint {
    margin: 0;
    padding: 0;
    padding-left: 10px;
  }
  .article__ending .commercial-block--peptide .commercial-block__product {
    top: auto !important;
    top: initial !important;
    width: 135px !important;
    height: 220px !important;
  }
  .article__ending .commercial-block--peptide .commercial-block__product {
    bottom: 0;
    transform: translateX(-50%);
  }
  .article__ending .commercial-block--peptide .commercial-block__product img {
    display: none;
  }
  .article__ending .commercial-block--peptide .commercial-block__product img.mobile {
    display: block;
  }
  .article__ending .commercial-block--peptide .commercial-block__product.second-product {
    display: none;
  }
  .article__ending .commercial-block--peptide .commercial-block__highlight {
    display: block;
    margin-bottom: 10px;
  }
  .article__ending .commercial-block--peptide .commercial-block__content {
    margin-bottom: 5px;
  }
  .article__ending .commercial-block--peptide .commercial-block__hint {
    margin: 0;
    margin-right: auto;
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  .article__ending .h4 {
    margin-bottom: 50px;
  }
  .article__ending .commercial-block {
    padding: 0 0 5px;
    height: 290px;
    margin-bottom: 70px;
  }
  .article__ending .commercial-block__product {
    top: 9px !important;
    width: 127px !important;
    height: 125px !important;
  }
  .article__ending .commercial-block__container {
    margin-top: auto;
    gap: 0;
  }
  .article__ending .commercial-block__descr {
    width: 191px;
    margin-bottom: 0;
  }
  .article__ending .commercial-block__content {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
  .article__ending .commercial-block__content .button {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .article__ending .commercial-block .background:first-of-type {
    display: block;
  }
  .article__ending .commercial-block--active-pro .commercial-block__subtitle {
    margin-bottom: 5px;
  }
  .article__ending .commercial-block--active-pro .commercial-block__highlight {
    margin-bottom: 10px;
  }
  .article__ending .commercial-block--active-pro .commercial-block__product {
    top: 5px !important;
    width: 127px !important;
    height: 125px !important;
  }
  .article__ending .commercial-block--active-pro .background {
    max-width: 100%;
    max-height: 100%;
  }
  .article__ending .commercial-block--peptide-woman-lk .commercial-block__product {
    height: 130px !important;
    width: 76px !important;
  }
  .article__ending .commercial-block--peptide .commercial-block__product {
    top: 5px !important;
    width: 75px !important;
    height: 120px !important;
  }
  .article__ending .commercial-block--peptide .commercial-block__product {
    bottom: 0;
  }
  .article__ending .commercial-block--peptide .commercial-block__highlight {
    padding: 10px 4px;
  }
  .article__ending .commercial-block--peptide .background {
    max-width: 100%;
    max-height: 100%;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/commercial-blocks/default.sass ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-block {
  position: relative;
  overflow: hidden;
  padding: 0px 0 10px;
  margin: 30px 0 50px;
  background: #F4F1F8;
  display: flex;
  flex-direction: column;
  height: 609px;
}
.commercial-block__highlight {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
  padding: 10px;
  max-width: 333px;
  background: rgba(255, 255, 255, 0.5);
}
.commercial-block__highlight p {
  margin-bottom: 0 !important;
}
.commercial-block__highlight p {
  text-transform: uppercase;
  color: #572473;
}
.commercial-block__highlight:before, .commercial-block__highlight:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-top: 1px solid #77236C;
  border-left: 1px solid #77236C;
  width: 25px;
  height: 25px;
}
.commercial-block__highlight:before {
  top: 0;
  left: 0;
}
.commercial-block__highlight:after {
  bottom: 0.5px;
  right: 0.5px;
  transform: rotate(180deg);
}
.commercial-block__title {
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.commercial-block__subtitle {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.35em;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.commercial-block__descr {
  max-width: 36%;
}
.commercial-block .background {
  z-index: 1;
  position: absolute;
  width: auto;
  height: auto;
}
.commercial-block .background:first-of-type {
  bottom: 0;
  left: 0;
}
.commercial-block .background:last-of-type {
  top: 0;
  right: 0;
}
.commercial-block__product {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: 380px;
  width: 400px;
}
.commercial-block__content {
  position: relative;
  z-index: 3;
  margin: auto 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.commercial-block__content br {
  display: block !important;
}
.commercial-block__content p {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.commercial-block__hint {
  padding-left: 6px;
  position: relative;
  z-index: 3;
}
.commercial-block__hint p {
  line-height: 1em !important;
}
.commercial-block__hint p {
  font-size: 0.625rem;
  opacity: 0.5;
}
.commercial-block__hint p:not(:last-of-type) {
  margin-bottom: 3px !important;
}
@media (max-width: 1199px) {
  .commercial-block__title {
    font-size: 2.75rem;
  }
  .commercial-block__subtitle {
    font-size: 1.75rem;
  }
  .commercial-block__product {
    height: 330px;
    width: 350px;
    top: 14px;
  }
}
@media (max-width: 1024px) {
  .commercial-block__product {
    top: 34px !important;
  }
  .commercial-block__descr {
    max-width: 30%;
  }
}
@media (max-width: 768px) {
  .commercial-block__content p {
    text-transform: none;
  }
  .commercial-block__highlight {
    display: none;
  }
  .commercial-block__highlight:before, .commercial-block__highlight:after {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 576px) {
  .commercial-block {
    padding: 17px 6px 6px;
    overflow: hidden;
    height: 290px;
  }
  .commercial-block__title {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.2em;
  }
  .commercial-block__subtitle {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2em;
    text-transform: none;
  }
  .commercial-block__descr {
    max-width: 100%;
    width: 141px;
  }
  .commercial-block__product {
    height: 190px !important;
    width: 180px !important;
    top: 55px !important;
  }
  .commercial-block__product {
    left: -5px;
    transform: none;
  }
  .commercial-block__content {
    width: -moz-min-content;
    width: min-content;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .commercial-block__content p, .commercial-block__content .button {
    position: relative;
    z-index: 2;
  }
  .commercial-block__content .button {
    padding: 10px 36px;
  }
  .commercial-block__content p {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  .commercial-block__hint {
    margin-top: auto;
    padding-left: 0;
  }
  .commercial-block__hint p {
    font-size: 0.5rem;
  }
  .commercial-block__hint p:not(:last-of-type) {
    margin-bottom: 0 !important;
  }
  .commercial-block .background {
    max-width: 100px;
    max-height: 176px;
  }
  .commercial-block .background:first-of-type {
    display: none;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/commercial-blocks/custom.sass ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-block.commercial-block--custom {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  background: transparent;
}
.commercial-block.commercial-block--custom picture, .commercial-block.commercial-block--custom img {
  width: 100%;
  height: auto;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/commercial-blocks/lk.sass ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-block--lk .commercial-block__product {
  width: 470px;
  height: 450px;
  top: 0;
}

.article__ending .commercial-block--lk .commercial-block__product {
  width: 396px;
  height: 380px;
}

@media (max-width: 1199px) {
  .article__ending .commercial-block--lk .commercial-block__product {
    top: 0;
    right: 70px;
    width: 420px;
    height: 400px;
  }
  .commercial-block--lk .commercial-block__product {
    right: 138px;
    width: 420px;
    height: 400px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/commercial-blocks/two-packs.sass ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-block--two-packs {
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 20px;
}
.commercial-block--two-packs .background {
  width: 100%;
  height: 100%;
}
.commercial-block--two-packs.blue .commercial-block__title {
  color: #fff;
}
.commercial-block--two-packs.blue .commercial-block__highlight p {
  color: #fff;
}
.commercial-block--two-packs.blue .commercial-block__hint p {
  color: #fff;
}
.commercial-block--two-packs.peach .commercial-block__title, .commercial-block--two-packs.peach .commercial-block__highlight p, .commercial-block--two-packs.peach .commercial-block__hint p {
  color: #D87669;
}
.commercial-block--two-packs.peach .commercial-block__highlight:before, .commercial-block--two-packs.peach .commercial-block__highlight:after {
  border-color: #D87669;
}
.commercial-block--two-packs.pink .commercial-block__title, .commercial-block--two-packs.pink .commercial-block__highlight p, .commercial-block--two-packs.pink .commercial-block__hint p {
  color: #fff;
}
.commercial-block--two-packs.pink .button {
  color: #FE9BB1;
}
.commercial-block--two-packs.pink .button:hover {
  background: #FE9BB1;
}
.commercial-block--two-packs .commercial-block__product {
  top: 50%;
  transform: translateY(-50%);
  width: 315px;
  height: 510px;
  right: 33px;
  left: auto;
  left: initial;
}
.commercial-block--two-packs .commercial-block__content {
  margin-left: 50px;
}
.commercial-block--two-packs .commercial-block__hint {
  margin-top: auto;
  padding-left: 20px;
}
.commercial-block--two-packs .commercial-block__highlight {
  background: rgba(255, 255, 255, 0.4);
  max-width: 287px;
}
.commercial-block--two-packs .commercial-block__highlight p {
  font-weight: 500;
  line-height: 1.3em;
}
.commercial-block--two-packs .commercial-block__highlight:before, .commercial-block--two-packs .commercial-block__highlight:after {
  border-color: #fff;
}
@media (min-width: 1025px) {
  .commercial-block--two-packs.content-right .commercial-block__product {
    right: auto;
    right: initial;
    top: auto;
    top: initial;
    left: 22px;
    transform: none;
    height: 550px;
    width: 300px;
    bottom: 0;
  }
  .commercial-block--two-packs.content-right .commercial-block__highlight {
    max-width: 320px;
  }
  .commercial-block--two-packs.content-right .commercial-block__content {
    margin-left: auto;
    margin-right: 41px;
  }
  .commercial-block--two-packs-lk .commercial-block__product {
    width: 477px !important;
    height: 477px !important;
  }
  .commercial-block--two-packs-lk .commercial-block__product {
    bottom: 0;
    right: 20px;
    left: auto;
    left: initial;
    transform: none;
    top: auto;
    top: initial;
  }
  .commercial-block--two-packs-lk .commercial-block__content {
    margin-left: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .commercial-block--two-packs.content-right .commercial-block__product {
    height: 560px;
    width: 310px;
  }
  .commercial-block--two-packs.content-right .commercial-block__content {
    margin-right: 81px;
  }
  .commercial-block--two-packs-lk .commercial-block__product {
    width: 537px !important;
    height: 537px !important;
  }
}
@media (max-width: 1199px) {
  .commercial-block--two-packs .commercial-block__content {
    margin-left: 20px;
  }
  .commercial-block--two-packs .commercial-block__highlight {
    max-width: 237px;
  }
  .commercial-block--two-packs .commercial-block__product {
    width: 265px;
    height: 460px;
  }
}
@media (max-width: 1024px) {
  .commercial-block--two-packs {
    justify-content: flex-end;
    padding: 0 0 10px;
  }
  .commercial-block--two-packs .commercial-block__content {
    margin: 0 auto;
  }
  .commercial-block--two-packs .commercial-block__hint {
    margin-top: 15px;
  }
  .commercial-block--two-packs .commercial-block__highlight {
    max-width: 237px;
  }
  .commercial-block--two-packs .commercial-block__product {
    top: 15px !important;
  }
  .commercial-block--two-packs .commercial-block__product {
    width: 180px;
    height: 290px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .commercial-block--two-packs-lk .commercial-block__product {
    height: 330px;
    width: 330px;
  }
}
@media (max-width: 768px) {
  .commercial-block--two-packs .commercial-block__highlight {
    display: block;
    margin-bottom: 15px;
  }
  .commercial-block--two-packs .commercial-block__highlight p {
    text-transform: uppercase;
  }
}
@media (max-width: 576px) {
  .commercial-block--two-packs {
    padding: 15px 0 5px;
  }
  .commercial-block--two-packs .commercial-block__title {
    margin-bottom: 0;
  }
  .commercial-block--two-packs .commercial-block__content {
    margin-left: auto;
    margin-right: 15px;
    width: 135px;
  }
  .commercial-block--two-packs .commercial-block__hint {
    margin: auto 0 5px;
    padding-left: 5px;
  }
  .commercial-block--two-packs .commercial-block__highlight {
    padding: 10px 4px;
  }
  .commercial-block--two-packs .commercial-block__highlight p {
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.3em;
  }
  .commercial-block--two-packs .commercial-block__product {
    top: 45px !important;
    width: 135px !important;
    height: 220px !important;
  }
  .commercial-block--two-packs .commercial-block__product {
    transform: none;
    left: 10px;
  }
  .commercial-block--two-packs .background:first-of-type {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .commercial-block--two-packs-lk .commercial-block__product {
    width: 200px !important;
    height: 200px !important;
    top: 90px !important;
  }
  .commercial-block--two-packs-lk .commercial-block__product {
    left: -5px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/commercial-blocks/three-packs.sass ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-block--three-packs .commercial-block__title, .commercial-block--three-packs .commercial-block__subtitle {
  color: #572473;
}
.commercial-block--three-packs .commercial-block__hint p {
  color: #fff;
}
@media (min-width: 1025px) {
  .commercial-block--three-packs .commercial-block__product {
    transform: none;
    left: 20px;
    top: 120px;
    width: 272px;
    height: 340px;
  }
  .commercial-block--three-packs .commercial-block__hint {
    margin-top: auto;
  }
  .commercial-block--three-packs .commercial-block__content {
    margin-left: auto;
    margin-right: 15px;
  }
  .commercial-block--three-packs .commercial-block__highlight {
    max-width: 375px;
  }
}
@media (min-width: 1200px) {
  .commercial-block--three-packs .commercial-block__content {
    margin-right: 25px;
  }
  .commercial-block--three-packs .commercial-block__product {
    top: 80px;
    width: 345px;
    height: 430px;
  }
}
@media (max-width: 1024px) {
  .commercial-block--three-packs .commercial-block__product {
    width: 232px;
  }
}
@media (max-width: 576px) {
  .commercial-block--three-packs .commercial-block__product {
    width: 144px !important;
    height: 180px !important;
    top: 70px !important;
  }
  .commercial-block--three-packs .commercial-block__product {
    left: -5px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/expert-opinion.sass ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************/
.expert-opinion {
  padding: 20px 0 0;
  margin: 50px 0;
  border-top: 2px solid #572473;
}
.expert-opinion .h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 40px;
}
.expert-opinion__content {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.expert-opinion__content .comment {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 18px;
}
.expert-opinion .pointer {
  width: 100%;
  height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .expert-opinion .pointer {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .expert-opinion {
    padding: 25px 0 0;
    margin: 25px 0;
    border-color: rgba(87, 36, 115, 0.5);
  }
  .expert-opinion .h3 {
    padding: 0;
  }
  .expert-opinion__content {
    padding: 0;
    margin-bottom: 25px;
  }
  .expert-opinion__content .comment {
    position: relative;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .expert-opinion {
    margin: 20px 0;
    padding: 20px 0 0;
  }
  .expert-opinion__content {
    margin-bottom: 20px;
  }
  .expert-opinion__content .comment {
    margin-bottom: 5px;
  }
  .expert-opinion .pointer {
    margin-bottom: 10px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
.product-card {
  text-align: center;
  padding: 30px;
  padding-bottom: 22.5px;
  gap: 15px;
  width: 299px;
  height: 440px;
  background: rgba(210, 210, 210, 0.2);
  border-radius: 15px;
}
.product-card a {
  text-decoration: none;
}
.product-card .product-buy-button.imunno {
  background: #ED6C25;
}
.product-card.catalog-page {
  height: auto;
}
.product-card.catalog-page .product-info-reviews {
  position: relative !important;
  bottom: auto !important;
  bottom: initial !important;
  left: auto !important;
  left: initial !important;
  transform: none !important;
  transform: initial !important;
}
.product-info-block {
  cursor: pointer;
  display: grid;
  grid-gap: 18.75px;
  gap: 18.75px;
}
.product-info-reviews {
  display: flex;
  gap: 12px;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.product-info-image {
  display: block;
  width: auto;
  height: 160px;
  max-width: 100%;
  margin: auto;
}
.product-info-image img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-info-content {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
}
.product-info-content-text {
  display: grid;
  grid-gap: 2.25px;
  gap: 2.25px;
}
.product-info-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.product-info-type {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: rgba(48, 48, 48, 0.55);
  opacity: 0.55;
}
.product-review-count {
  display: flex;
  align-items: center;
  gap: 3px;
}
.product-review-count svg {
  width: 15px;
  height: 15px;
}
.product-review-count span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.55;
}
.product-buy-button {
  text-align: center;
  padding: 8px 30px;
  width: 140px;
  background: #A87BC9;
  border-radius: 22.5px;
  margin: auto;
  margin-top: 15px;
  cursor: pointer;
  display: block;
}
.product-buy-button span {
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.section-margin.product-cards.products__catalog {
  margin: 100px 0;
}
.section-margin.product-cards.products__catalog h2 {
  text-transform: inherit !important;
}
.section-margin.product-cards.products__catalog h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
  color: #4eadaa;
}
.section-margin.product-cards.products__catalog .container h2 {
  font-weight: 700;
}
.section-margin.product-cards.products__catalog .container > .arrow.owl {
  display: none;
}

.products__catalog .container > .arrow.owl {
  display: none;
}
.products__catalog .catalog {
  width: 100% !important;
}
.products__catalog .catalog {
  display: flex;
  gap: 0.5208333333vw;
}
.products__catalog .catalog.owl-carousel {
  display: flex !important;
}

.product-card {
  position: relative;
}
.product-card .new-prod-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 10px 5px;
  gap: 10px;
  position: absolute;
  top: 8px;
  right: 8px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 23px;
  background: #e1496b;
  border-radius: 100px;
}
.product-card .new-prod-label span {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.product-card .product-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-card .product-card-inner .product-buy-button {
  display: block;
  margin-bottom: 0;
}
.product-card .product-card-inner .product-buy-button.imunno {
  background: #ed6c25;
}
@media (min-width: 769px) {
  .products__catalog .catalog .product-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 240px;
    height: 343px;
    padding: 30px 0 22.5px;
    gap: 15px;
  }
  .products__catalog .catalog .product-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
    gap: 15px;
  }
  .products__catalog .catalog .product-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18.75px;
    width: 100%;
  }
  .products__catalog .catalog .product-info-image {
    width: 107px;
    height: 160px;
    flex-shrink: 0;
  }
  .products__catalog .catalog .product-info-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products__catalog .catalog .product-info-content {
    gap: 18.75px;
  }
  .products__catalog .catalog .product-info-content-text {
    gap: 2.25px;
  }
  .products__catalog .catalog .product-info-title {
    font-weight: 400;
    line-height: 16px;
  }
  .products__catalog .catalog .product-info-title span {
    font-weight: 400;
  }
  .products__catalog .catalog .product-info-type {
    font-weight: 400;
    opacity: 1;
  }
  .products__catalog .catalog .product-info-type span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .products__catalog .catalog .product-info-reviews {
    gap: 12px;
    bottom: 74px;
  }
  .products__catalog .catalog .product-review-count {
    gap: 3px;
  }
  .products__catalog .catalog .product-review-count svg {
    width: 12px;
    height: 12px;
  }
  .products__catalog .catalog .product-review-count span {
    font-weight: 400;
  }
  .products__catalog .catalog .product-buy-button {
    box-sizing: border-box;
    height: 35px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .products__catalog .catalog .product-buy-button span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
  .products__catalog .catalog.owl-carousel .arrow {
    display: none;
  }
}
@media (max-width: 1366px) {
  .product-card {
    border-radius: 1.0980966325vw;
    padding: 2.196193265vw;
    padding-bottom: 1.6471449488vw;
    gap: 1.0980966325vw;
    width: 21.8887262079vw;
  }
  .product-info-block {
    gap: 1.3726207906vw;
  }
  .product-info-reviews {
    gap: 0.878477306vw;
  }
  .product-info-image {
    width: auto;
    height: 11.7130307467vw;
  }
  .product-info-content {
    gap: 1.0980966325vw;
  }
  .product-info-content-text {
    gap: 0.1647144949vw;
  }
  .product-info-title {
    font-size: 1.1713030747vw;
    line-height: 1.3909224012vw;
  }
  .product-info-type {
    font-size: 0.878477306vw;
    line-height: 1.0248901903vw;
  }
  .product-review-count {
    gap: 0.2196193265vw;
  }
  .product-review-count span {
    font-size: 0.878477306vw;
    line-height: 1.0248901903vw;
  }
  .product-buy-button {
    padding: 0.5856515373vw 2.196193265vw;
    width: 10.2489019034vw;
    border-radius: 1.6471449488vw;
    margin-top: 1.0980966325vw;
  }
  .product-buy-button span {
    font-size: 1.0248901903vw;
    line-height: 1.2445095168vw;
  }
  .section-margin.product-cards.products__catalog {
    margin: 7.3206442167vw 0;
  }
}
@media (max-width: 1366px) and (max-width: 768px) {
  .product-card {
    border-radius: 5.3333333333vw !important;
  }
  .product-card {
    padding: 9.3333333333vw 0 8vw;
    width: 100%;
  }
  .product-info-block {
    gap: 6.6666666667vw !important;
  }
  .product-info-reviews {
    gap: 3.2vw !important;
    bottom: 22.6666666667vw !important;
  }
  .product-info-image {
    width: auto;
    height: 81.8666666667vw;
  }
  .product-info-content {
    gap: 3.2vw !important;
  }
  .product-info-content-text {
    gap: 1.3333333333vw !important;
  }
  .product-info-title {
    font-size: 6.4vw !important;
    line-height: 6.4vw !important;
  }
  .product-info-type {
    font-size: 4.2666666667vw !important;
    line-height: 5.0666666667vw !important;
  }
  .product-review-count {
    gap: 1.0666666667vw !important;
  }
  .product-review-count span {
    font-size: 3.7333333333vw !important;
    line-height: 4.5333333333vw !important;
  }
  .product-buy-button {
    padding: 3.7333333333vw 10.6666666667vw;
    width: 76.2666666667vw;
    border-radius: 8vw;
    margin-top: 4vw;
  }
  .product-buy-button span {
    font-size: 3.7333333333vw !important;
    line-height: 4.5333333333vw !important;
  }
  .section-margin.product-cards.products__catalog {
    margin: 10.6666666667vw 0;
  }
}
@media (max-width: 768px) {
  .section-margin.product-cards.products__catalog h2 {
    font-size: 8vw !important;
    line-height: 8vw !important;
    margin-top: 13.3333333333vw !important;
    margin-bottom: 8vw !important;
  }
  .section-margin.product-cards.products__catalog .container {
    position: relative;
  }
  .section-margin.product-cards.products__catalog .container > .arrow.owl {
    display: block;
  }
  .section-margin.product-cards.products__catalog .container .arrow-right {
    right: 0;
  }
  .section-margin.product-cards.products__catalog .container .catalog {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 15px;
  }
  .section-margin.product-cards.products__catalog .container .catalog .owl-item {
    height: 115.7333333333vw;
  }
  .section-margin.product-cards.products__catalog .container .catalog .product-card {
    width: 66.9333333333vw;
    margin: auto;
    height: 100%;
  }
  .section-margin.product-cards.products__catalog .container .catalog .product-card .product-buy-button {
    width: 50.9333333333vw !important;
    margin-bottom: 0 !important;
  }
  .section-margin.product-cards.products__catalog .container .catalog .product-card .product-buy-button {
    margin: auto;
  }
  .section-margin.product-cards.products__catalog .container .catalog .product-card .product-info-block {
    margin-bottom: 4vw;
  }
  .section-margin.product-cards.products__catalog .container .catalog .product-card .product-info-block img {
    height: 47.4666666667vw;
    width: 47.4666666667vw;
    margin: auto;
  }
  .section-margin.product-cards.products__catalog .container .catalog .product-card .product-info-block .intro-bold {
    font-size: 4.8vw;
  }
  .products__catalog .container > .arrow.owl {
    display: block;
  }
  .products__catalog .catalog.owl-carousel {
    display: block !important;
  }
  .products__catalog .catalog {
    position: relative;
    display: block;
    max-width: calc(100vw - 32px);
  }
  .products__catalog .catalog .owl-item {
    height: 115.7333333333vw;
  }
  .products__catalog .catalog .owl-item .product-card {
    border-radius: 5.3333333333vw !important;
  }
  .products__catalog .catalog .owl-item .product-card {
    height: 100%;
    padding: 9.3333333333vw 0 8vw;
    width: 76%;
    margin-left: 12%;
  }
  .products__catalog .catalog .owl-item .product-card .product-buy-button {
    width: 50.9333333333vw !important;
    margin-bottom: 0 !important;
  }
  .products__catalog .catalog .owl-item .product-card .product-buy-button {
    margin: auto;
  }
  .products__catalog .catalog .product-info-block {
    gap: 6.6666666667vw !important;
  }
  .products__catalog .catalog .product-info-image {
    width: auto;
    height: 45.3333333333vw;
  }
  .products__catalog .catalog .product-info-image img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products__catalog .catalog .product-info-content {
    gap: 3.2vw !important;
  }
  .products__catalog .catalog .product-info-content-text {
    gap: 1.3333333333vw !important;
  }
  .products__catalog .catalog .product-info-title {
    font-size: 6.4vw !important;
    line-height: 6.4vw !important;
  }
  .products__catalog .catalog .product-info-type {
    font-size: 4.2666666667vw !important;
    line-height: 5.0666666667vw !important;
  }
  .products__catalog .catalog .product-info-reviews {
    bottom: 26.6666666667vw !important;
    gap: 3.2vw !important;
  }
  .products__catalog .catalog .product-review-count {
    gap: 1.0666666667vw !important;
  }
  .products__catalog .catalog .product-review-count svg {
    width: 3.4666666667vw !important;
    height: 3.4666666667vw !important;
  }
  .products__catalog .catalog .product-review-count span {
    font-size: 3.2vw !important;
    line-height: 3.7333333333vw !important;
  }
  .products__catalog .catalog .product-buy-button {
    padding: 3.7333333333vw 10.6666666667vw !important;
    border-radius: 8vw !important;
    margin-top: 4vw !important;
  }
  .products__catalog .catalog .product-buy-button span {
    font-size: 3.7333333333vw !important;
    line-height: 4.5333333333vw !important;
  }
  .products__catalog .catalog .arrow.owl,
  .products__catalog .catalog .arrow-left,
  .products__catalog .catalog .arrow-right {
    display: block;
    z-index: 5;
  }
  .products__catalog .catalog .arrow-left {
    position: absolute;
    left: 0;
  }
  .products__catalog .catalog .arrow-right {
    position: absolute;
    right: 0;
  }
  .products__catalog .catalog .owl-dots {
    bottom: -4vw;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  .products__catalog .catalog .product-card {
    width: 17.5695461201vw;
    height: 25.1098096633vw;
    padding: 2.196193265vw 0 1.6471449488vw;
    gap: 1.0980966325vw;
  }
  .products__catalog .catalog .product-card-inner {
    gap: 1.0980966325vw;
  }
  .products__catalog .catalog .product-info-block {
    gap: 1.3726207906vw;
  }
  .products__catalog .catalog .product-info-image {
    width: 7.8330893119vw;
    height: 11.7130307467vw;
  }
  .products__catalog .catalog .product-info-content {
    gap: 1.3726207906vw;
  }
  .products__catalog .catalog .product-info-content-text {
    gap: 0.1647144949vw;
  }
  .products__catalog .catalog .product-info-title {
    font-size: 1.1713030747vw;
    line-height: 1.1713030747vw;
  }
  .products__catalog .catalog .product-info-reviews {
    gap: 0.878477306vw;
    bottom: 5.4172767204vw;
  }
  .products__catalog .catalog .product-review-count {
    gap: 0.2196193265vw;
  }
  .products__catalog .catalog .product-review-count svg {
    width: 0.878477306vw;
    height: 0.878477306vw;
  }
  .products__catalog .catalog .product-review-count span {
    font-size: 0.878477306vw;
    line-height: 1.0248901903vw;
  }
  .products__catalog .catalog .product-buy-button {
    height: 2.5622254758vw;
    padding: 0.5856515373vw 2.196193265vw;
  }
  .products__catalog .catalog .product-buy-button span {
    font-size: 1.0248901903vw;
    line-height: 1.2445095168vw;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./assets/plugins/owl.carousel.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  padding: 0 !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/components/owl-dots.sass ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.owl-dots {
  position: absolute;
  bottom: -0.2666666667vw;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 5px;
  max-width: 100%;
  z-index: 5;
}
.owl-dots .owl-dot {
  background: #D0B9EC !important;
}
.owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  opacity: 0.5;
  transition: width 0.5s ease-in-out;
}
.owl-dots .owl-dot.active {
  background: #A87BC9 !important;
}
.owl-dots .owl-dot.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .owl-dots .owl-dot {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/components/arrow.sass ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.arrow {
  width: 9.6vw;
  height: 9.6vw;
  transform-origin: center center;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.arrow.breadcrumb-arrow {
  position: relative;
  transform: none;
  transform: initial;
  width: auto;
  top: auto;
  top: initial;
}
.arrow.top-arrow {
  position: static;
  position: initial;
  transform: none;
  transform: initial;
  width: auto;
}
.arrow svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.arrow-left {
  transform: translateY(-50%) rotate(180deg);
}
.arrow-bottom {
  position: static;
  position: initial;
  top: auto;
  top: initial;
  transform: rotate(90deg);
}

/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17855035203610*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}
.sp-medialib-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */


/* Start:/local/templates/zaychonok/components/bitrix/iblock.vote/article-rating/style.css?17901764663743*/
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news/articles/bitrix/news.detail/.default/src-cmp/assets/sass/stats.sass ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
.article__stats {
  display: flex;
  gap: 40px;
}
.article__stats .stats {
  display: flex;
  gap: 15px;
  align-items: center;
}
.article__stats .stat {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article__stats .stat__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.article__stats .stat__icon svg {
  fill: #C9C9C9;
}
.article__stats .stat__name {
  text-transform: uppercase;
  color: #C9C9C9;
  font-size: 14px;
  line-height: 1.4em;
}
.article__stats .stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article__stats .stars .star svg {
  fill: rgb(232, 183, 12);
  stroke: rgb(232, 183, 12);
}
.article__stats .stars .star.non-active svg {
  fill: #d9d9d9;
  stroke: #d9d9d9;
}
@media (max-width: 1280px) {
  .article__stats .stat__icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .article__stats .stat__icon {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 576px) {
  .article__stats {
    flex-direction: column;
    gap: 15px;
  }
  .article__stats .stats {
    gap: 10px;
  }
  .article__stats .stat__icon {
    width: 20px;
    height: 20px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/iblock.vote/article-rating/src-cmp/style.sass ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.article__footer {
  display: flex;
  gap: 170px;
}
.article__footer .h6 {
  text-transform: inherit;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.article__footer .article__stats {
  display: block;
}
.article__footer .article__stats .star {
  cursor: pointer;
}
.article__share .shares {
  display: flex;
  gap: 25px;
}
.article__share .shares .share__link {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}
.article__share .shares .share__link svg {
  fill: #3EA4A1;
}
.article__share .shares .share__link:hover svg {
  fill: #25726d;
}
@media (max-width: 768px) {
  .article__footer {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .article__footer {
    flex-direction: column;
    gap: 40px;
  }
  .article__share .shares {
    gap: 20px;
  }
}

/* End */


/* Start:/local/templates/zaychonok/components/bitrix/news.list/articles/style.css?179017646612893*/
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news.list/articles/src-cmp/assets/sass/page.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.all-articles-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 0px;
  gap: 10px;
  border-bottom: 1px solid #3EA4A1;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #3EA4A1;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
}

.article__header {
  margin-bottom: 40px;
}
.article__header h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: inherit;
  max-width: 870px;
}

p {
  font-weight: 500 !important;
}

.article-body__image {
  margin: 0;
  margin: initial;
}

.article-page-author {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #B0B0B0;
}
.article-page-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #B0B0B0;
}
.article-page-view {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #B0B0B0;
}

.stat__icon {
  margin-top: -2px;
}

@media (max-width: 1366px) {
  .article__header h1 {
    max-width: 63.6896046852vw;
  }
}

@media (max-width: 768px) {
  .article__header h1 {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .article__header h1 {
    font-size: 8vw;
    line-height: 8vw;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/pages/blog/article-author.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.author-mobile {
  display: none;
}

.author-desktop {
  display: none;
}

.article-body__container .sp-block-table {
  margin: 20px 0;
}
.article-body__container .sp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.article-body__container .sp-block-table table tr {
  background: #F7F7F7;
  color: #303030;
}
.article-body__container .sp-block-table table tr:nth-child(odd) {
  background: #F7F7F7;
}
.article-body__container .sp-block-table table tr:nth-child(1) {
  background: rgba(78, 173, 170, 0.07);
}
.article-body__container .sp-block-table table tr:nth-child(1) p {
  font-weight: 600 !important;
}
.article-body__container .sp-block-table table tr:nth-child(1) p {
  color: rgb(78, 173, 170);
  font-family: "Rubik";
  font-style: normal;
}
.article-body__container .sp-block-table table tr:nth-child(1):hover {
  background: rgba(78, 173, 170, 0.07);
  color: rgb(78, 173, 170);
}
.article-body__container .sp-block-table table td {
  text-align: left;
  border: 1px solid rgb(0, 176, 171);
  padding: 5px 10px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  pointer-events: none;
}
.article-body__container .sp-block-table table td:hover {
  background: rgba(78, 173, 170, 0.07);
  color: red;
}

.article-author {
  max-width: 1240px;
  margin: auto;
  margin-bottom: 100px;
  padding: 40px;
  background: rgba(210, 210, 210, 0.2);
  border-radius: 12px;
  height: -moz-fit-content;
  height: fit-content;
}
.article-author__about {
  position: relative;
  max-width: 75%;
}
.article-author__about h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-transform: inherit;
  margin: 0;
  margin: initial;
  margin-bottom: 10px;
}
.article-author__about .author-prof {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.article-author .author-container {
  align-items: flex-start;
  position: relative;
}
.article-author .author-container svg {
  position: absolute;
  width: 5.7291666667vw;
  height: 5.7291666667vw;
  bottom: 0;
  right: 0;
}
.article-author__col {
  position: relative;
  height: 100%;
}
.article-author__detail {
  display: flex;
  gap: 1.3020833333vw;
}
.article-author__detail img {
  flex-shrink: 0;
  width: 7.8125vw;
  height: 7.8125vw;
  border-radius: 0.78125vw;
}
.article-author__detail h2 {
  margin-bottom: 0;
  margin-top: 20px;
}
.article-author__detail p {
  opacity: 0.5;
}
.article-author__count {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #B0B0B0;
  position: absolute;
  bottom: 0;
}
.article-author__count.mobile {
  display: none;
}
.article-author__about-me {
  padding-top: 1.5625vw;
}

.article-list-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #4EADAA;
  text-transform: inherit;
}

a {
  text-decoration: none;
}

.article-list-item__picture img {
  height: auto;
}

.article-list-item__body {
  padding: 1.0416666667vw 2.0833333333vw 1.5625vw 1.5625vw;
}
.article-list-item__body span {
  display: block;
  text-decoration: none;
}
.article-list-item__body span.date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #B0B0B0;
  margin-bottom: 0.5208333333vw;
}
.article-list-item__body span.name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #4EADAA;
  margin-bottom: 5px;
}
.article-list-item__body span.prev {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #303030;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.set-empty {
  margin-bottom: 13.0208333333vw;
}

.articles-list__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.78125vw;
  gap: 0.78125vw;
}
.articles-list__wrapper .article-list-item {
  background: rgba(210, 210, 210, 0.2);
  border-radius: 1.0416666667vw;
  overflow: hidden;
}

.sp-lists {
  margin-top: 10px;
}
.sp-lists ol {
  padding-left: 0 !important;
}
.sp-lists ol {
  list-style: decimal;
  margin-bottom: 10px;
  font-weight: 600;
}
.sp-lists ol::marker {
  font-weight: 600;
}
.sp-lists ol ol {
  margin: 0 !important;
}
.sp-lists ol ol {
  font-weight: 500;
  list-style: none;
}

.commercial-block__italic p {
  font-style: italic;
}
.commercial-block__italic a {
  border-bottom: 1px #4EADAA solid;
  color: #4EADAA;
}

.commercial-block__sources h2 {
  font-size: 16px !important;
  color: #b0b0b0 !important;
}
.commercial-block__sources ul li, .commercial-block__sources ol li {
  color: #b0b0b0 !important;
}
.commercial-block__sources ul li, .commercial-block__sources ol li {
  font-size: 14px;
}
.commercial-block__sources ul li::marker, .commercial-block__sources ol li::marker {
  color: #b0b0b0 !important;
}

.commercial-block__devider {
  height: 1px;
  background: #4EADAA;
  margin: 20px 0px;
}

.article-body__container strong {
  font-weight: 600;
  color: #4EADAA;
}
.article-body__container ol {
  padding-left: 37px;
  list-style: decimal;
  margin-top: 16px;
}
.article-body__container ol li {
  margin-bottom: 10px;
  line-height: 24px;
}
@media (min-width: 769px) {
  .author-desktop {
    display: block;
  }
}
@media (max-width: 768px) {
  .author-mobile {
    display: block;
  }
  .article-author {
    margin: 5.3333333333vw 4.2666666667vw 5.3333333333vw;
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .article-author__about h1 {
    font-size: 5.3333333333vw !important;
    line-height: 6.4vw !important;
  }
  .article-author__about .author-prof {
    font-size: 3.7333333333vw !important;
    line-height: 4.5333333333vw !important;
  }
  .article-author .author-container svg {
    width: 16vw;
    height: 16vw;
    bottom: auto;
    bottom: initial;
    top: 16vw;
  }
  .article-author__detail {
    display: grid;
    grid-gap: 6.6666666667vw;
    gap: 6.6666666667vw;
  }
  .article-author__detail img {
    width: 32vw !important;
    height: 32vw !important;
  }
  .article-author__count {
    position: relative !important;
  }
  .article-author__count {
    margin-top: 1.8666666667vw;
  }
  .article-list-title {
    font-size: 5.3333333333vw !important;
    line-height: 6.4vw !important;
  }
  .article-list-item__body span.date {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 10px !important;
  }
  .article-list-item__body span.name {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
  }
  .article-list-item__body span.prev {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .articles-list__wrapper {
    gap: 15px !important;
  }
  .articles-list__wrapper {
    grid-template-columns: initial;
  }
}
@media (max-width: 1366px) {
  .article-author {
    max-width: 90.775988287vw;
    margin-bottom: 7.3206442167vw;
    padding: 2.9282576867vw;
    border-radius: 0.878477306vw;
  }
  .article-author__about h1 {
    font-size: 2.196193265vw;
    line-height: 2.196193265vw;
    margin: 0;
    margin: initial;
    margin-bottom: 0.7320644217vw;
  }
  .article-author .author-container svg {
    width: 8.0527086384vw;
    height: 8.0527086384vw;
  }
  .article-author__detail {
    gap: 1.8301610542vw;
  }
  .article-author__detail img {
    width: 10.980966325vw;
    height: 10.980966325vw;
    border-radius: 1.0980966325vw;
  }
  .article-author__about-me {
    padding-top: 2.196193265vw;
  }
  .article-list-title {
    font-size: 2.196193265vw;
    line-height: 2.196193265vw;
  }
  .article-list-item__body {
    padding: 1.4641288433vw 2.9282576867vw 2.196193265vw 2.196193265vw;
  }
  .article-list-item__body span.date {
    font-size: 0.878477306vw;
    line-height: 1.0248901903vw;
    margin-bottom: 0.7320644217vw;
  }
  .article-list-item__body span.name {
    font-size: 1.4641288433vw;
    line-height: 1.756954612vw;
    margin-bottom: 0.3660322108vw;
  }
  .article-list-item__body span.prev {
    font-size: 1.0248901903vw;
    line-height: 1.2445095168vw;
  }
  .set-empty {
    margin-bottom: 18.3016105417vw;
  }
  .articles-list__wrapper {
    gap: 1.0980966325vw;
  }
  .articles-list__wrapper .article-list-item {
    border-radius: 1.4641288433vw;
  }
}
@media (max-width: 1024px) {
  .article-author__about h1 {
    font-size: 2.9296875vw;
    line-height: 2.9296875vw;
  }
  .article-author__about .author-prof {
    font-size: 1.5625vw;
    line-height: 1.85546875vw;
  }
  .article-author .container {
    grid-template-columns: 1fr;
  }
  .article-list-item__body span.date {
    font-size: 1.3671875vw;
    line-height: 1.66015625vw;
    margin-bottom: 0.9765625vw;
  }
  .article-list-item__body span.name {
    font-size: 1.953125vw;
    line-height: 2.34375vw;
    margin-bottom: 0.48828125vw;
  }
  .article-list-item__body span.prev {
    font-size: 1.3671875vw;
    line-height: 1.66015625vw;
  }
}
@media (max-width: 576px) {
  .article-list-item__body {
    padding: 4vw 5.3333333333vw 5.3333333333vw 5.3333333333vw !important;
  }
  .article-list-item__body span.date {
    font-size: 3.2vw !important;
    line-height: 3.7333333333vw !important;
    margin-bottom: 2.6666666667vw !important;
  }
  .article-list-item__body span.name {
    font-size: 5.3333333333vw !important;
    line-height: 6.4vw !important;
    margin-bottom: 1.3333333333vw !important;
  }
  .article-list-item__body span.prev {
    font-size: 3.7333333333vw !important;
    line-height: 4.5333333333vw !important;
  }
  .articles-list__wrapper {
    gap: 4vw !important;
  }
  .articles-list__wrapper {
    grid-template-columns: initial;
  }
}
@media (max-width: 1366px) and (max-width: 768px) {
  .articles-list__wrapper .article-list-item {
    border-radius: 2.6666666667vw;
  }
}

/* End */
/* /local/templates/zaychonok/components/bitrix/breadcrumb/main/style.css?17901764663051 */
/* /local/templates/zaychonok/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?179017646672898 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17855035203610 */
/* /local/templates/zaychonok/components/bitrix/iblock.vote/article-rating/style.css?17901764663743 */
/* /local/templates/zaychonok/components/bitrix/news.list/articles/style.css?179017646612893 */
