

/* Start:/local/templates/html/components/bitrix/menu/tabs/style.css?1743968327516*/
.tabs {
	display: flex;
	gap: 50px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 40px;
	flex-wrap: nowrap;
	overflow: auto; }
@media (max-width: 766.75px) {
	.tabs {
		gap: 30px;
		margin-bottom: 25px; } }
.tabs-item {
	flex-shrink: 0;
	padding-bottom: 16px;
	border-bottom: 3px solid transparent;
	position: relative;
	font-size: 1.12rem; }
@media (max-width: 990.75px) {
	.tabs-item {
		padding-bottom: 12px; } }
.tabs-item.active {
	font-weight: 600;
	pointer-events: none;
	border-bottom-color: #8a6048; }

/* End */


/* Start:/html/components-template/slide-block/style.css?17647739562168*/
.slide-block__head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  fill: var(--fill_dark_light);
  color: #222;
  color: var(--white_text_black); }
  .slide-block__head .icon {
    transform: rotate(180deg);
    transition: transform 0.3s; }

.slide-block__body {
  overflow: hidden;
  height: auto;
  padding-top: 13px;
  transition: height 0.3s, padding-top 0.3s; }
  .slide-block__body .nav-item {
    margin-bottom: 3px; }
  .slide-block__body .nav-link {
    color: #222;
    color: var(--white_text_black);
    display: inline-flex;
    align-items: center; }
    .slide-block__body .nav-link .icon {
      fill: var(--fill_dark_light);
      transform: rotate(90deg);
      margin-right: 5px; }
    .slide-block__body .nav-link .nav-item-name {
      padding: 4px 8px; }
    .slide-block__body .nav-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .slide-block__body .nav-item.active .nav-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
    .slide-block__body .nav-item.active .nav-link .icon {
      display: none; }
  .slide-block__body .nav-lvl2 {
    padding-top: 3px;
    padding-left: 12px; }
  .slide-block__body .nav-lvl2-item {
    padding-bottom: 3px; }
  .slide-block__body .nav-lvl2-item.active .nav-lvl2-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
  .slide-block__body .nav-lvl2-link {
    padding: 4px 8px;
    color: #222;
    color: var(--white_text_black); }
    .slide-block__body .nav-lvl2-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }

.slide-block.closed .slide-block__head .icon {
  transform: rotate(0deg); }

.slide-block.closed .slide-block__body {
  height: 0px;
  padding-top: 0px; }

.slide-block--right {
  margin-bottom: 32px; }
  .slide-block--right .nav-item-name {
    padding: 4px 8px; }
  .slide-block--right .nav-item.active .nav-item-name {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    pointer-events: none;
    background-color: var(--darkgrey_bg_black); }

/* End */


/* Start:/html/components-template/info/style.css?1764773956129*/
.info {
  padding-bottom: 80px; }
  .info__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; }

/* End */


/* Start:/html/components-template/content/style.css?176477395610539*/
.article {
  padding-bottom: 100px; }
  @media (max-width: 766.75px) {
    .article {
      padding-bottom: 60px; } }
  .article-inner {
    border: 1px solid #E3E3E3;
    padding: 45px; }
    .article-inner img {
      margin: 0 auto;
      display: block; }
    @media (max-width: 990.75px) {
      .article-inner {
        padding: 30px; } }
    @media (max-width: 766.75px) {
      .article-inner {
        padding: 20px 0 0;
        border: none; } }
  .article-img {
    aspect-ratio: 3;
    position: relative; }
    .article-img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .article-img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: 0;
        margin-top: 0; }
  .article-products {
    display: flex;
    gap: 20px;
    margin: 35px 0 24px;
    flex-wrap: wrap; }
    .article-products .product-block,
    .article-products .product-card-wrap {
      width: 100%;
      max-width: 384px; }

@media (max-width: 990.75px) and (min-width: 600.75px) {
  .article-products .product-block,
  .article-products .product-card-wrap {
    max-width: 330px; } }
    @media (max-width: 766.75px) {
      .article-products {
        margin: 24px 0 16px; } }
  .article-author {
    padding: 35px 0;
    margin-top: 35px;
    border-bottom: 1px dashed #DCDCDC;
    border-top: 1px dashed #DCDCDC;
    display: flex;
    gap: 30px; }
    @media (max-width: 599.75px) {
      .article-author {
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
        margin-top: 20px; } }
    .article-author__img {
      flex-shrink: 0; }
      .article-author__img .lazy-img-wrap {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden; }
        .article-author__img .lazy-img-wrap img {
          width: 100%;
          height: 100%;
          margin: 0;
          object-fit: cover; }
    .article-author__content {
      display: flex;
      flex-direction: column;
      gap: 5px; }
    .article-author__author {
      color: #444444;
      font-size: 12px;
      font-weight: 600; }
    .article-author__name {
      font-weight: 600;
      margin-bottom: 5px;
      color: #000000; }
    .article-author__text {
      padding-left: 35px;
      color: #444444;
      background-size: 26px 13px;
      background-image: url("data:image/svg+xml,%3Csvg width='27' height='14' viewBox='0 0 27 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0.0756836H14L6 13.0757H0L6 0.0756836Z' fill='%23D9D9D9'/%3E%3Cpath d='M18.5 0.0756836H26.5L18.5 13.0757H12.5L18.5 0.0756836Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
      background-position: 0 0;
      background-repeat: no-repeat; }
  .article-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px; }
    @media (max-width: 766.75px) {
      .article-footer {
        margin-top: 24px; } }
    @media (max-width: 599.75px) {
      .article-footer {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start; } }
    .article-footer__left {
      font-weight: 600; }
    .article-footer__right {
      display: flex;
      gap: 8px; }
      .article-footer__right .article-icon {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        fill: #000000; }
        @media (min-width: 991.75px) {
          .article-footer__right .article-icon:hover {
            fill: #8a6048; } }
    .article-footer .stat-block {
      margin-right: auto; }
      @media (max-width: 599.75px) {
        .article-footer .stat-block {
          order: 3; } }
  .article-slider {
    padding-bottom: 80px; }
    @media (max-width: 766.75px) {
      .article-slider {
        padding-bottom: 40px; } }
    .article-slider h2 {
      margin-bottom: 30px;
      font-size: 2rem; }
    .article-slider .splide__track {
      padding-bottom: 20px; }
    .article-slider .splide__arrows {
      position: absolute;
      right: 0;
      top: -50px;
      display: flex;
      gap: 10px; }
    .article-slider .splide__arrow {
      position: static;
      transform: none;
      background-color: #F5F5F5; }
    .article-slider .news-card {
      height: 100%; }

.content {
  font-size: 1rem;
  line-height: 1.33;
  color: #444444;
  font-weight: 300; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: 600;
    margin: 35px 0 24px;
    color: #000000; }
    @media (max-width: 766.75px) {
      .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
        margin: 24px 0 16px; } }
  .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
    margin-top: 0; }
  .content h1 {
    font-size: 2rem; }
  .content h2 {
    font-size: 2rem; }
  .content h3 {
    font-size: 1.625em;
    line-height: 1.31; }
  .content h4 {
    font-size: 1.25rem;
    line-height: 1.33; }
  .content h5 {
    font-size: 1rem; }
  .content h6 {
    font-size: .875rem; }
  .content p {
    margin-bottom: 20px;
    color: #444444;
    font-weight: 300; }
    @media (max-width: 766.75px) {
      .content p {
        margin-bottom: 16px; } }
  .content b {
    color: #000000; }
  .content ol,
  .content ul:not(.product-block__grid__item-row) {
    margin-bottom: 24px;
    margin-top: 16px;
    padding-left: 20px;
    padding-left: 20px; }
    @media (max-width: 990.75px) {
      .content ol,
      .content ul:not(.product-block__grid__item-row) {
        margin-bottom: 16px; } }
    .content ol li,
    .content ul:not(.product-block__grid__item-row) li {
      position: relative;
      padding: 0 0 0 20px;
      font-style: normal;
      color: #444444; }
      @media (max-width: 990.75px) {
        .content ol li,
        .content ul:not(.product-block__grid__item-row) li {
          padding-left: 16px; } }
      .content ol li:not(:last-child),
      .content ul:not(.product-block__grid__item-row) li:not(:last-child) {
        margin-bottom: 8px; }
    .content ol .black,
    .content ul:not(.product-block__grid__item-row) .black {
      color: #000000; }
    .content ol ul, .content ol ol,
    .content ul:not(.product-block__grid__item-row) ul,
    .content ul:not(.product-block__grid__item-row) ol {
      margin-top: 12px;
      margin-bottom: 0;
      color: #444444; }
      @media (max-width: 990.75px) {
        .content ol ul, .content ol ol,
        .content ul:not(.product-block__grid__item-row) ul,
        .content ul:not(.product-block__grid__item-row) ol {
          margin-top: 10px; } }
  .content ul:not(.product-block__grid__item-row) > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000000;
    position: absolute;
    top: 10px;
    left: 0; }
    @media (max-width: 990.75px) {
      .content ul:not(.product-block__grid__item-row) > li:before {
        top: 9px; } }
  .content ol:not(.product-block__grid__item-row) {
    counter-reset: list;
    list-style: none; }
    .content ol:not(.product-block__grid__item-row) > li {
      padding-left: 2rem; }
      @media (max-width: 990.75px) {
        .content ol:not(.product-block__grid__item-row) > li {
          padding-left: 30px; } }
      .content ol:not(.product-block__grid__item-row) > li:before {
        content: counters(list, ".");
        counter-increment: list;
        transform: none;
        display: inline-block;
        font-style: normal;
        font-weight: 600;
        color: #000000;
        position: absolute;
        top: 0;
        left: 0; }
      .content ol:not(.product-block__grid__item-row) > li:nth-child(-n+9):before {
        content: "0" counters(list, "."); }
      .content ol:not(.product-block__grid__item-row) > li > ol:not(.list-reset) li {
        padding: 0 0 0 3.6rem; }
        @media (max-width: 990.75px) {
          .content ol:not(.product-block__grid__item-row) > li > ol:not(.list-reset) li {
            padding-left: 26px; } }
        .content ol:not(.product-block__grid__item-row) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
          padding: 0 0 0 4.8rem; }
          @media (max-width: 990.75px) {
            .content ol:not(.product-block__grid__item-row) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
              padding-left: 36px; } }
  .content blockquote {
    display: block;
    margin: 35px 0 24px;
    background-color: #F8F8F8;
    padding: 35px;
    border-left: 3px solid #8a6048; }
    @media (max-width: 766.75px) {
      .content blockquote {
        margin: 24px 0 16px;
        padding: 20px; } }
    .content blockquote > *:last-child {
      margin-bottom: 0; }
  .content tr {
    border-bottom: 1px solid var(--stroke_black); }
  .content td {
    padding: 12px 0 12px 0;
    font-size: .9375rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
    .content td:first-of-type {
      color: #666;
      color: var(--lite_basic_text_black); }
  .content .char td:first-of-type {
    width: 50%; }
  @media (max-width: 599.75px) {
    .content .content-video__inner {
      position: relative;
      width: 100%;
      padding-bottom: 56%; }
      .content .content-video__inner iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; } }
  .content .content-img {
    margin-bottom: 24px;
    margin-top: 35px; }
    .content .content-img img {
      max-width: 100%;
      display: block; }
  .content iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .content a:not([class]) {
    color: #8A6048;
    text-decoration: underline; }
    .content a:not([class]) b {
      color: #8A6048; }
    @media (min-width: 991.75px) {
      .content a:not([class]) {
        cursor: pointer; }
        .content a:not([class]):hover {
          color: #914600; }
          .content a:not([class]):hover b {
            color: #914600; } }
    .content a:not([class]):visited {
      color: #6F635C; }
      .content a:not([class]):visited b {
        color: #6F635C; }

.file-type {
  width: 40px;
  height: 40px;
  display: block;
  background: url("/html/images/docs.svg") 0 -84px no-repeat; }
  .file-type--word {
    background-position: -42px 0; }
  .file-type--excel {
    background-position: -84px 0; }
  .file-type--pdf {
    background-position: 0 0; }

/* End */


/* Start:/html/components-template/subscription/style.css?17647739562500*/
.subscription {
  display: flex; }
  @media (max-width: 767.75px) {
    .subscription {
      flex-direction: column; } }
  .subscription__left {
    width: 50%;
    display: flex;
    justify-content: end;
    background: #181818;
    padding: 45px 45px 45px 0; }
    @media (max-width: 767.75px) {
      .subscription__left {
        width: 100%;
        padding: 45px; } }
    .subscription__left .subscribe-block {
      width: 616px; }
      @media (max-width: 1380px) {
        .subscription__left .subscribe-block {
          padding-left: 32px;
          width: 100%; } }
      @media (max-width: 767.75px) {
        .subscription__left .subscribe-block {
          padding-left: 0; } }
  .subscription__right {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767.75px) {
      .subscription__right {
        width: 100%;
        height: 163px; } }

.subscribe-block {
  width: 100%; }
  .subscribe-block__title {
    margin-bottom: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #fff; }
  .subscribe-block__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #fff; }
  .subscribe-block__form {
    width: 100%;
    display: flex;
    margin-top: 32px;
    position: relative; }
    .subscribe-block__form .form-control {
      padding: 15px 25px;
      padding-right: 160px;
      border-radius: 90px;
      background: #2b2b2b;
      border: 1px solid #2b2b2b;
      color: #fff;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
      .subscribe-block__form .form-control::placeholder {
        color: #b0b0b0; }
  .subscribe-block .btn {
    position: absolute;
    right: 0;
    top: 0;
    flex-shrink: 0;
    padding-left: 24px;
    padding-right: 24px;
    height: 50px;
    margin-left: 8px; }
    .subscribe-block .btn .wave {
      background: rgba(0, 0, 0, 0.15); }

@media (max-width: 991.75px) {
  .subscribe-block {
    flex-wrap: wrap; } }

@media (max-width: 600.75px) {
  .subscribe-block__right {
    flex-wrap: wrap; }
  .subscribe-block__title {
    font-size: 26px;
    line-height: 34px; }
  .subscribe-block .btn {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    position: initial; }
  .subscribe-block__form {
    flex-wrap: wrap; }
  .subscribe-block .form-control {
    padding: 15px 25px; } }

/* End */
/* /local/templates/html/components/bitrix/menu/tabs/style.css?1743968327516 */
/* /html/components-template/slide-block/style.css?17647739562168 */
/* /html/components-template/info/style.css?1764773956129 */
/* /html/components-template/content/style.css?176477395610539 */
/* /html/components-template/subscription/style.css?17647739562500 */
