:root {
  --fontWeightBold: 500;
  --colorGreyNormal: #a9a9b3;
  --colorWhite: #ffffff;
  --colorGreyExtraLight: #efeff3;
  --borderRadius: 3px;
  --colorGreyDark: #31313a;
  --colorBrand: #FF822B;
  --font-family: "Trebuchet MS", sans-serif;
  --second-family: "Gilroy", sans-serif;
  --third-family: "Elektra Medium Pro", sans-serif;

}

body {
  overflow-x: hidden;
}

.application_areas .list_suppliers_img {
  display: grid;
  grid-template: "1fr 1fr 1fr 1fr 1fr";
  gap: 1rem
}

.Categories__Top .Categories__item {
  width: 100%;
  margin-right: 0;
}

.Categories__item:nth-child(n+4) {
  margin-top: 0;
}

.Categories__Top .Categories__linkText {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.Categories__Top .Categories__linkImage {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  padding: 5px;
  border-radius: 50%;
  background-color: #efeff3;
}

.Checkbox::before {
  z-index: -1;
}

.RangeInput {
  width: 100%;
  height: 2px;
  padding: 0 8px;
  border: none;
  border-radius: 1px;
  background-color: #a9a9b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.RangeInput__fill {
  background-color: #FF822B;
}

.RangeInput .RangeInput__handle {
  top: -7px;
  right: -8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 3px solid #FF822B;
  border-radius: 50%;
}

.RangeInput .RangeInput__handle::before,
.RangeInput .RangeInput__handle::after {
  content: none;
}

a:focus,
a:hover {
  color: #FF822B;
  text-decoration: underline;
}

.FakeSelector {
  padding: 0 6px;
}

.FakeSelector__value {
  padding-right: 16px;
  cursor: pointer;
  transition: color 0.3s;
}

.FakeSelector__value:hover {
  color: var(--colorBrand);
}

.FakeSelector__value::after {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid var(--colorGreyLight);
  border-left: 1px solid var(--colorGreyLight);
  transition: border-color 0.3s, transform 0.3s, top 0.3s;
  transform: rotate(225deg);
}

.FakeSelector.opened .FakeSelector__value::after {
  transform: rotate(45deg);
  top: 10px;
}

@media screen and (max-width: 1050px) {
  .FakeSelector__value::after {
    top: 3px;
  }

  .FakeSelector.opened .FakeSelector__value::after {
    top: 7px;
  }
}

.FakeSelector__list {
  display: none;
  z-index: 1;
  padding: 10px;
  margin: 0;

  border-radius: var(--borderRadius);

  position: absolute;
  left: 50%;
  top: 24px;

  list-style: none;

  transform: translateX(-50%);
  background-color: var(--colorWhite);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.07);
}

.FakeSelector.opened .FakeSelector__list {
  display: block;
}

.FakeSelector__listItem {
  display: block;
  padding: 7px;

  color: currentColor;
  text-decoration: none;
  transition: color 0.3s;

  cursor: pointer;
  white-space: nowrap;
}

.FakeSelector__listItem:hover {
  color: var(--colorBrand)
}

.Catalog__sortingSelect {
  display: block;
}

.Catalog__sortingFakeSelect {
  display: block;
}

.HeaderMiddle {
  display: none;
}

@media screen and (max-width: 800px) {
  .Catalog__sortingSelect {
    display: block;
  }

  .HeaderMiddle {
    display: block;
  }

  .header_block_1 {
    display: none;
  }

  .Catalog__sortingFakeSelect {
    display: none;
  }
}

.HeaderMiddle__catalogButton {
  position: relative;
}

.HeaderMiddle__action.active {
  position: relative;
}

.header_content .header_top_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header_nav {}

.header_lang {
  order: 3;
}

.header_top_content .HeaderMiddle__search {
  flex: 1;
  height: 38px;
  padding-top: 7px;
  margin: 6px 42px 0;
}

.header_top_content .Search__submit {
  left: -2px;
  flex-shrink: 0;
  width: 43px;
  height: 31px;
  padding: 6px;
  cursor: pointer;
  color: #31313a;
  border: none;
  border-radius: 3px;
  background-color: #efeff3;
  transition: background-color 0.1s;
}

.list_news {
  padding-bottom: 90px
}

.list_news .content_block_name {
  margin: 30px 0 40px
}

.list_news .block_list_products {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.list_news .block_list_products .col-lg-3,
.list_news .block_list_products .box_list {
  padding-left: 2px;
  padding-right: 2px
}

.list_news .block_list_products .col-lg-3 .block_products,
.list_news .block_list_products .box_list .block_products {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  padding: 0 0 10px;
  height: 524px;
  margin-bottom: 4px;
  position: relative
}

.list_news .block_list_products .col-lg-3 .block_products h4,
.list_news .block_list_products .box_list .block_products h4 {
  color: #3a3d3f;
  font-size: 19.27px;
  line-height: 23px;
  letter-spacing: -.6px;
  margin-bottom: 7px;
  max-height: 80px;
  overflow: hidden;
  font-weight: 400;
  padding: 8px 30px 0 17px
}

.list_news .block_list_products .col-lg-3 .block_products img,
.list_news .block_list_products .box_list .block_products img {
  margin: 0 auto;
  display: inherit
}

.list_news .block_list_products .col-lg-3 .block_products span,
.list_news .block_list_products .box_list .block_products span {
  font-size: 12.85px;
  line-height: 20.41px;
  height: 106px;
  overflow: hidden;
  margin-top: 15px;
  display: block;
  color: #838d8f;
  padding: 0 30px 0 17px;
  letter-spacing: .2px;
  max-height: 100px
}

.list_news .block_list_products .col-lg-3 .block_products a,
.list_news .block_list_products .box_list .block_products a {
  font-size: 12px;
  line-height: 15px;
  color: #21b139;
  display: inline-block;
  position: absolute;
  bottom: 11px;
  width: 70px;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: .4px
}

.list_news .block_list_products .col-lg-3 .block_products a:hover,
.list_news .block_list_products .box_list .block_products a:hover {
  text-decoration: none
}

.list_news .block_list_products .col-lg-3 .block_products .more_link,
.list_news .block_list_products .box_list .block_products .more_link {
  left: 38px;
  color: #f1840f
}

.list_news .block_list_products .col-lg-3 .block_products .more_link:before,
.list_news .block_list_products .box_list .block_products .more_link:before {
  content: ">>";
  position: absolute;
  left: -22px
}

.list_news .block_list_products .col-lg-3 .block_products .send_link,
.list_news .block_list_products .box_list .block_products .send_link {
  right: 28px
}

.list_news .block_list_products .col-lg-3 .block_products .send_link:before,
.list_news .block_list_products .box_list .block_products .send_link:before {
  content: "+";
  position: absolute;
  left: -15px
}

.list_news .block_list_products .col-lg-3 .block_products .new_label,
.list_news .block_list_products .box_list .block_products .new_label {
  display: inline-block;
  height: 23px;
  position: absolute;
  top: 207px;
  left: 18px;
  z-index: 9;
  font-size: 13.08px;
  line-height: 24.5px;
  text-transform: uppercase;
  padding: 0 16px;
  letter-spacing: 1px;
  max-width: 185px;
  overflow: hidden
}

@media screen and (max-width: 1200px) {
  .list_news .block_list_products .box_list {
    width: 24.5% !important
  }
}

@media screen and (max-width: 992px) {
  .list_news .block_list_products .box_list {
    width: 32.8% !important
  }
}

@media screen and (max-width: 768px) {
  .list_news .block_list_products .box_list {
    width: 49.5% !important
  }
}

@media screen and (max-width: 420px) {
  .list_news .block_list_products .box_list {
    width: 100% !important
  }
}

.list_news .block_list_products .box_list {
  padding: 0;
  margin: 0 .238% 16px;
  width: 24.405%
}

.list_news .content_block_left .newsletter_block {
  margin-top: 4px
}

.list_news h2 {
  color: #222;
  font: 700 24px/36px Elektra Medium Pro, sans-serif;
  margin: 10px 0;
  letter-spacing: .8px
}

.list_news .block_info_products_img .row {
  margin-right: -10px;
  margin-left: -12px
}

.list_news .block_info_products_img .row img {
  height: 247px;
  max-width: 247px;
  width: 100%
}

.list_news .block_list_news .name_news {
  font-size: 28px;
  line-height: 34px;
  max-height: 70px;
  overflow: hidden;
  letter-spacing: -.7px;
  color: #3c3d41;
  margin-bottom: 16px
}

.list_news .block_list_news .name_news a {
  color: #3c3d41
}

.list_news .block_list_news .txt_news {
  color: #838d8f;
  font-size: 18.31px;
  line-height: 23.81px;
  max-height: 70px;
  overflow: hidden;
  margin-bottom: 20px;
  letter-spacing: -.05px
}

.list_news .block_list_news .learn_more {
  text-decoration: underline;
  color: #f1840f;
  display: block;
  font-size: 12px;
  letter-spacing: .7px;
  font-style: italic;
  font-size: 15.94px
}

.list_news .block_list_news .learn_more:hover {
  text-decoration: none
}

.list_news .block_list_news .block_news {
  border-bottom: 1px solid #6d6e70;
  padding: 30px 0
}

.list_news .block_list_news:last-child {
  margin-bottom: 63px
}

.list_news .block_list_news+.block_list_news {
  margin-top: 15px
}

.news .content_block_name {
  border-top: 1px solid #6d6e70;
  margin: 61px 24px 28px;
  padding-top: 44px
}

.news h1 {
  color: #222;
  font: 700 24px/36px Elektra Medium Pro, sans-serif;
  letter-spacing: .8px;
  margin-top: 25px;
  margin-bottom: 15px
}

.news .content_block_left .newsletter_block {
  margin-top: 4px
}

.news .txt_content {
  font-size: 15px;
  line-height: 24px;
  color: #838d8f;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: justify
}

.news .txt_content strong,
.news .txt_content b {
  font-weight: 600
}

.news .txt_content i,
.news .txt_content em {
  font-style: italic
}

.news .txt_content ol,
.news .txt_content ul {
  margin: 25px 0 10px -4px;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  text-indent: 9px
}

.news .txt_content ul li {
  margin-left: 20px;
  font-size: 14px;
  position: relative
}

.news .txt_content ul li:before {
  content: "";
  background: url(/assets/img/ellipse.png) no-repeat center center;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -16px;
  top: 7px
}

.news .txt_content ol li {
  list-style: decimal;
  margin-left: 20px
}

.news .txt_content img {
  margin-bottom: 7px
}

.news .txt_content h2 {
  font-size: 28.78px;
  line-height: 34.53px;
  letter-spacing: -1px;
  margin-left: 4px;
  color: #3c3d41;
  margin-bottom: 35px
}

.HeaderTop__button {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: currentColor;
  border: none;
  background-color: transparent;
  transition: color 0.1s;
  justify-content: center;
}

.SectionHeaderFront {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.SectionHeaderFront .SectionHeader__title {
  font: 700 24px / 36px Elektra Medium Pro, sans-serif;
  letter-spacing: 1px;

}

.SectionHeader__controls {
  position: absolute;
  right: 0;
}


html .Categories__Top>.container {
  width: auto !important;
  ;
}



.Compare__tabs {
  margin-bottom: 30px;
}

.Compare__headerWrap {
  min-height: 150px;
}

@media screen and (max-width: 1250px) {
  .Compare__headerWrap {
    min-height: 125px;
  }
}

@media screen and (max-width: 1050px) {
  .Compare__headerWrap {
    min-height: 150px;
  }
}

@media screen and (max-width: 800px) {
  .Compare__headerWrap {
    min-height: 225px;
  }
}

.Compare__header {
  background-color: var(--colorWhite);
}

.Compare__header.fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 0;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 1250px) {
  .Compare__header.fixed .CardSnippet__title {
    -webkit-line-clamp: 3;
  }
}

.Compare__header.fixed .CardSnippet__image,
.Compare__header.fixed .CardSnippet__actions,
.Compare__header.fixed .CardSnippet__priceWrap,
.Compare__header.fixed .CardSnippet__button {
  display: none;
}

.Compare__header.fixed .Compare__controls {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Compare__card .CardSnippet__button {
  min-width: 0;
}

@media screen and (max-width: 600px) {
  .Compare__card .CardSnippet__priceWrap {
    margin: 10px 0;
  }
}

.Compare__characteristics {
  padding: 30px 0;
  border-bottom: 1px solid var(--colorGreyExtraLight);
}

@media screen and (max-width: 1050px) {
  .Compare__characteristics {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0;
  }
}

.Compare__characteristics:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.Compare__characteristicsTitle {
  font-size: 22px;
  font-weight: var(--fontWeightBold);
  line-height: 26px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1050px) {
  .Compare__characteristicsTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

.Compare__characteristicsItem {
  margin-bottom: 30px;
}

@media screen and (max-width: 1050px) {
  .Compare__characteristicsItem {
    margin-bottom: 15px;
  }
}

.Compare__characteristicsItem:last-child {
  margin-bottom: 0;
}

.Compare__characteristicsSubtitle {
  font-size: 16px;
  font-weight: var(--fontWeightBold);
  line-height: 19px;
  margin-bottom: 6px;
  color: var(--colorGreyNormal);
}

@media screen and (max-width: 1050px) {
  .Compare__characteristicsSubtitle {
    font-size: 14px;
    line-height: 18px;
  }
}

.Compare__controls {
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.Compare__fixedHeader {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  background-color: var(--colorWhite);
}

.Compare__fixedHeader.show {
  display: block;
}


.Blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  text-decoration: none;
  color: var(--colorGreyDark);
  border-bottom: 1px solid var(--colorGreyDark);
}

.Blog__item:hover {
  color: unset !important;
  text-decoration: unset;
}

@media screen and (max-width: 1050px) {
  .Blog__item {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 800px) {
  .Blog__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.Blog__item:first-child {
  border-top: 1px solid var(--colorGreyDark);
}

.Blog__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 280px;
}

@media screen and (max-width: 800px) {
  .Blog__titleWrap {
    width: 100%;
    margin-bottom: 10px;
  }
}

.Blog__title {
  font-size: 30px;
  font-weight: var(--fontWeightBold);
  line-height: 33px;
  color: var(--colorBlack);
}

@media screen and (max-width: 1050px) {
  .Blog__title {
    font-size: 26px;
    line-height: 29px;
  }
}

@media screen and (max-width: 800px) {
  .Blog__title {
    margin-bottom: 10px;
  }
}

.Blog__link {
  margin-top: auto;
}

.Blog__textWrap {
  width: 319px;
  margin: 0 20px;
}

@media screen and (max-width: 800px) {
  .Blog__textWrap {
    width: calc(50% - 10px);
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .Blog__textWrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.Blog__date {
  margin-bottom: 16px;
  color: var(--colorGreyNormal);
}

.Blog__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Blog__imageWrap {
  width: 432px;
  max-height: 260px;
}

@media screen and (max-width: 1050px) {
  .Blog__imageWrap {
    font-size: 26px;
    line-height: 29px;
    width: 310px;
  }
}

@media screen and (max-width: 800px) {
  .Blog__imageWrap {
    width: calc(50% - 10px);
    max-height: 210px;
  }
}

@media screen and (max-width: 600px) {
  .Blog__imageWrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.Blog__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--borderRadius);
  -o-object-fit: cover;
  object-fit: cover;
}

.Article__banner {
  margin-bottom: 48px;
}

@media screen and (max-width: 1050px) {
  .Article__banner {
    margin-bottom: 20px;
  }
}

.Article__bannerImage {
  display: block;
  border-radius: var(--borderRadius);
}

.Article__content {
  font-size: 20px;
  line-height: 30px;
  max-width: 884px;
  margin: 0 auto;
}

.Article__content p {
  margin: 30px 0;
}

@media screen and (max-width: 1050px) {
  .Article__content p {
    margin: 20px 0;
  }
}

.Article__content ul {
  margin-bottom: 38px;
  padding-left: 30px;
}

@media screen and (max-width: 1050px) {
  .Article__content ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

.Article__content ul li {
  margin-bottom: 30px;
}

@media screen and (max-width: 1050px) {
  .Article__content ul li {
    margin-bottom: 20px;
  }
}

.Article__content ul li:last-child {
  margin-bottom: 0;
}

.Article__content ul li::before {
  top: 11px;
  left: -30px;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 1050px) {
  .Article__content ul li::before {
    top: 5px;
    left: -20px;
    width: 8px;
    height: 8px;
  }
}

.Article__content *:last-child {
  margin-bottom: 0;
}


.mm__body .Categories__subList.Categories__links_open {
  display: block;
}

.SidebarSection__crosslinkImage {
  max-height: 80px;
}

.application_areas .application_areas_img .aspect-square .content>div {

  font-size: 14px !important;

}

.front_top_block__col div span {
  margin-bottom: 12px;
  display: inline-block;
}

.catalog_pdf svg {
  color: #000;
}

.catalog_pdf a:hover svg,
.catalog_pdf a:hover span {
  color: #FF822B;
}

.HeaderTop__button:hover .HeaderTop__buttonText {
  color: #FF822B;
}

.block_news__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.block_news__img img {
  max-height: 180px;
}

.block_news__body {
  max-width: 700px;
}

@media screen and (max-width: 700px) {
  .block_news__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .block_news__body {
    max-width: 100%;
    width: 100%;
  }

  .block_news__img {
    width: 100%;
  }

  .block_news__img img {
    width: 100%;
    max-height: unset;
  }
}

.header_top_content__menu .Search__suggest.visible {
  opacity: 1;
  pointer-events: auto;
}


.Search__suggestLink {
  display: flex;
  padding: 8px 0;
  text-decoration: none;
  color: currentColor;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.Search__suggestLink:hover {
  color: var(--colorBrand);
}

.Search__suggestLink:hover b {
  color: var(--colorBrand);
}


@media screen and (max-width: 1050px) {
  .Search__suggestLink {
    padding: 6px 0;
  }
}

.Search__suggestImage {
  margin-right: 16px;
  width: 46px;
  height: 50px;
  object-fit: contain;
}

@media screen and (max-width: 1050px) {
  .Search__suggestImage {
    width: 42px;
    height: 40px;
    margin-right: 8px;
  }
}

.Search__suggestName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.Search__suggestPrice {
  font-weight: var(--fontWeightBold);
}

.Search__suggest .found-block {
  border-top: 1px solid var(--colorGreyExtraLight);
  padding-top: 13px;
  padding-bottom: 10px;
}

.Search__suggest .found-block-title {
  color: #A9A9B2;
  /* font-family: var(--fontName);*/
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  margin-bottom: 4px;

}

.Search__suggest .found-block ul {
  margin: 0;
  padding: 0;
}

.Search__suggest .found-block ul li {
  list-style: none;
}

.Search__suggest .found-block .Search__suggestLink {
  padding: 6px 0;
}

.Search__suggest .found-block .Search__suggestImage {
  width: auto;
  height: 35px;
}

.Search__suggest .found-block .Search__suggestLink {
  align-items: center;
}

.Search__suggest .found-block.brands .Search__suggestLink {
  padding: 1px 0;
}

.Search__suggest .found-block.brands {
  padding-bottom: 5px;
}

.mm__body .crop.crop-count-6 [data-show-all-item]:nth-child(n+7) {
  display: list-item;
}

.Card__imageGallerysThumbWrap .Card__image {
  padding: 0;
}

#Card__imageGallery .Card__image {
  padding: 0;
}

.Card__descriptionListItem {
  position: relative;
}

@media screen and (max-width: 800px) {
  #Card__imageGalleryThumb .Slider__item.swiper-slide {
    width: 100px !important;
    max-width: 100px;
  }

  .Card__imageGallerysThumbWrap .Slider__wrap,
  .Card__imageGallery .Slider__wrap {
    overflow-x: unset;
    overflow-y: unset;
    overflow: unset;
  }
}

.part_block .part_block__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
}

.part_block .part_block__list a {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 22px;
}

.container .mob-phone {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  display: block;
}

.Card__Aricle_labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Card__description_text_color_orange {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 38px;
  padding: 0 7px;
  color: #FF822B;
}

.SidebarSection__share {
  gap: 4px;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #a9a9b3;
  border: none;
  background-color: transparent;
  transition: color 0.1s;
}

.SidebarSection__share:hover {
  color: #FF822B;
  text-decoration: none;
}

.SidebarSection__share:hover svg path {
  stroke: #FF822B;
}

.SidebarSection__new_priceButton {
  width: 100%;
  margin-top: 8px;
  border-radius: 10px;
  color: #fff;
  background: rgb(255, 130, 43);
}

.SidebarSection__new_priceButton:hover {
  box-sizing: border-box;
  border: 2px solid rgb(255, 130, 43);
  border-radius: 10px;
  background: #fff;
  color: rgb(255, 130, 43);
}

.Button_new_color_transparent {
  box-sizing: border-box;
  border: 2px solid rgb(255, 130, 43);
  border-radius: 10px;
  background: #fff;
  color: rgb(255, 130, 43);
}

.Button_new_color_transparent:hover {
  color: #fff !important;
  background: rgb(255, 130, 43);
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .Card__Aricle_labels {
    padding: 0 16px;
  }
}

#call_block {
  position: absolute;
  bottom: 65px;
  right: 2px;

}

#call_block ul {
  padding: 0;
  margin: 0;
}

#call_block ul li {
  list-style: none;
  margin-bottom: 14px;
}

#call_block ul li a {
  border-radius: 23px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  background: linear-gradient(225.00deg, rgb(255, 133, 44) 0%, rgb(255, 175, 56) 100%);
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#call_block ul li a:hover {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}

.SectionHeader {
  position: relative;
}

.container .mob-phone {
  position: fixed;
  z-index: 12;
  right: 0;
  bottom: 0;
  display: block;
}

.mob-phone svg {
  max-width: 110px;
  border-radius: 50%;
  box-shadow: 0 0 #ffb142;
  animation: pulse-yellow 2s infinite;
}

.container .mob-phone {
  position: fixed;
  z-index: 12;
  right: 31px;
  bottom: 34px;
  display: block;
}

.mob-phone a svg:nth-child(2) {
  display: none;
}

.mob-phone a.view svg:nth-child(2) {
  display: block;
}

.mob-phone a.view svg:nth-child(1) {
  display: none;
}

.Watched.SectionBlock {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .Watched.SectionBlock {
    margin-top: 16px;
  }

}

.header_logo {
  width: 225px;
  margin: 0 35px 0 0;
  float: left;
  position: relative !important;
}

.syb_logo {
  position: absolute;
  left: -49px;
  top: -22px;
  width: 52%;
  display: none;
}

.container .mob-phone.WhatsApp {
  position: fixed;
  z-index: 12;
  left: 31px;
  bottom: 41px;
  display: block;
  width: 50%;
}

.mob-phone.WhatsApp a {
  opacity: 1;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  order: 2;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: hsla(0, 0%, 53%, 0.4) 0px 1px 7px;
  transition: 0.5s;
  position: relative;
  z-index: 200;
  text-decoration: none !important;
  background-color: rgb(77, 194, 71) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#call_block_WhatsApp {
  position: absolute;
  bottom: 65px;
  left: 2px;
}

#call_block_WhatsApp ul {
  padding: 0;
  margin: 0;
}

#call_block_WhatsApp ul li {
  list-style: none;
  margin-bottom: 14px;
}

#call_block_WhatsApp ul li a {
  border-radius: 23px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  background: linear-gradient(225.00deg, rgb(77, 194, 71) 0%, rgb(100, 207, 94) 100%);
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

#callWhatsApp svg {
  max-width: 110px;
  border-radius: 50%;
  box-shadow: 0 0 rgb(77, 194, 71);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(.95);
    box-shadow: 0 0 rgba(77, 194, 71, 0.702)
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(77, 194, 71, 0)
  }

  to {
    transform: scale(.95);
    box-shadow: 0 0 rgba(77, 194, 71, 0)
  }
}

.wa_link {}

.supply_form {
  background-image: url('./../img/tf_bg.jpg');
  padding: 65px;
  position: relative;
  margin: 0;
  background-position: center;
  background-size: cover;
  margin-bottom: -1px;
}

.supply_form h2.content_block_name {
  font-family: Elektra Medium Pro, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 138%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.supply_form p {

  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.supply_form .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.supply_form .container {
  position: relative;
  z-index: 1;
}


.Button_color_orange_v {
  border: 1px solid #ff822b;
  border-radius: 23px;
  padding: 3px 37px;
  height: 40px;
  min-width: 150px;
  color: #fff;
  background: #ff822b;

  display: flex;
  align-items: center;
  justify-content: center;
}

.Subscribe__submit.Button_color_orange_v {
  margin-left: 25px;
}

.TextInput__input_footer {
  border: 1px solid #ff822b;
  border-radius: 50px;
  padding: 8px 20px;
  width: 340px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.footer-menu--col ul {
  list-style: none;
  /* Убираем стандартные маркеры */
  padding-left: 0
}

.footer-menu--col ul li {
  position: relative;
  padding-left: 20px;
}

.footer-menu--col ul li::before {
  content: "•";
  /* Символ маркера */
  color: #ff822b;
  /* Цвет маркера */
  font-size: 1.2em;
  /* Размер маркера */
  position: absolute;
  left: 0;
}

.footer-menu--col_contacts {
  display: flex
}

.footer-menu--col_contacts svg {
  margin-right: 5px;
}

.block_suppliers_fill {
  background: rgba(0, 0, 0, 0.75);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex
}

.footers_text__block {
  padding: 60px 0;
}

.footers_text__block_header {}

.footers_text__block_header h2 {

  font-weight: 400;
  font-size: 26px;
  line-height: 138%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #ff822b;
  margin: 0;
  margin-bottom: 40px;
}

.footers_text__block_header p {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 40px;
}

.footers_text__block_header span {
  color: #ff822b;
}

.footers_text__block_col {
  padding: 20px;
  display: flex;
  gap: 20px;
  background: #fff;
  margin-bottom: 20px;
  align-items: center;
  flex-direction: row-reverse;
}

.footers_text__block_col:last-child {
  margin: 0;
}

.footers_text__block_col img {
  min-width: 360px;
}

.footers_text__block_col_text ul {
  list-style: none;
  padding-left: 0;
}

.footers_text__block_col_text li {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: #373333;
}

.footers_text__block_col_text li span {
  color: #ff822b;
}

.footers_text__block_col_text li::before {
  content: "•";
  /* Символ маркера */
  color: #ff822b;
  /* Цвет маркера */
  font-size: 1.2em;
  /* Размер маркера */
  position: absolute;
  left: 0;
}

.footers_text__block_col_text h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: #000;
}

.footers_text__block_col__rev {
  flex-direction: row;
}

.content .block_clients .list_clients_img .box_clients_img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 145px;
  padding: 14px;
  width: 196px;
  aspect-ratio: 1 /1;
  background: #f8f8f8;

}

.content .block_clients .list_clients_img .box_clients_img:hover {
  border: 1px solid #ff822b;
}

.content .block_clients .list_clients_img .box_clients_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 122px;
}

.block_clients {
  display: inline-block;
  margin-bottom: 120px;
}

.block_clients__header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_clients .content_block_name {
  margin-top: 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 138%;
  letter-spacing: 0.04em;
  color: #222;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(255, 130, 43);
  width: fit-content;
  padding: 0 20px;
}

h2.content_block_name {
  font-weight: 400;
  font-size: 26px;
  line-height: 138%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222;
  margin-bottom: 40px;
}

/* Общие стили для блока преимуществ */
.front_advantages_block {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-bottom: 120px;
  padding: 0;
  width: 100%;
  align-items: flex-end;
}

/* Стили для колонок */
.front_advantages_block__col {
  flex: 1;
  min-width: 300px;
}

.front_advantages_block__header {
  font-weight: 400;
  font-size: 26px;
  line-height: 138%;
  letter-spacing: 0.04em;
  color: #222;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(255, 130, 43);
  width: fit-content;
  padding-right: 20px;
}

.front_advantages_block__col img {
  max-width: 100%;
  height: auto;

}

/* Стили для списка преимуществ */
.front_advantages_block__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.front_advantages_block__col li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 36px;
}

.front_advantages_block__col li:last-child {
  margin: 0;
}

.front_advantages_block__col li div {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: #000;
  margin-bottom: 14px;
}

.front_advantages_block__col li svg {
  flex-shrink: 0;
}

.front_advantages_block__col li p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #373333;
}



.front_partner_block__body {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  gap: 20px;
}

.front_partner_block__item {
  border: 1px solid rgb(169, 169, 179);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.front_partner_block {
  margin-bottom: 120px;
}

.front_partner_block__header {
  display: flex;
  justify-content: center;
}

.front_partner_block__header h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 138%;
  letter-spacing: 0.04em;
  color: #222;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(255, 130, 43);
  width: fit-content;
  padding: 0 20px;
}

.front_top_block {
  margin-bottom: 120px;
  display: flex;
  gap: 20px;
}

.front_top_block__col {
  flex: 1 1 190px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.front_top_block__col div {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #373333;
}

.front_top_block__img {
  min-width: 162px;
}

.front_banner_block {
  padding: 30px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  background: linear-gradient(90.00deg, rgb(33, 32, 32), rgb(79, 77, 77) 51.725%);
  margin-bottom: 120px;
  position: relative;
}

.front_banner_block__svg {
  position: absolute;
  left: -43px;
  top: 0;
  bottom: 0;
  max-height: 100%;
  z-index: 6;
}

.front_banner_block__row {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  gap: 65px;
}

.front_banner_block__title {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 44px;
  line-height: 50%;
  color: #ff822b;
}

.front_banner_block__text {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 24px;
  line-height: 171%;
  color: #fff;
}

.front_banner_block__dody {
  padding: 60px 0;
}

.front_banner_block__logo img {
  position: absolute;
  max-height: 100%;
  height: 100%;
  width: auto;
  z-index: 8;
}

.front_catalog_container {
  margin-bottom: 120px;
}

.application_areas {
  float: left;
  width: 100%;
  margin: 15px 0 20px;
  margin-bottom: 120px;
  margin-top: 92px;
}

.front_catalog_container {}

.front_catalog_container .CardSnippet__button {
  border: 1px solid #ff822b;
  border-radius: 23px;
  padding: 3px 37px;
  height: 40px;
  min-width: 150px;
  color: #fff;
  background: #ff822b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.front_catalog_container .CardSnippet__button:hover,
.front_catalog_container .CardSnippet__button:active {
  background: #f26f13;
}

.front_catalog_container .CardSnippet__button::before {
  content: none;
}

.front_catalog_container .CardSnippet__button.Button_color_transparent {
  background: #fff;
  color: #ff822b;
}

.CardSnippet__button {
  border: 1px solid #ff822b;
  border-radius: 23px;
  padding: 3px 37px;
  height: 40px;
  min-width: 150px;
  color: #fff;
  background: #ff822b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CardSnippet__button:hover,
.CardSnippet__button:active {
  background: #f26f13;
}

.CardSnippet__button::before {
  content: none;
}

.CardSnippet__button.Button_color_transparent {
  background: #fff;
  color: #ff822b;
}


.SectionHeaderFront .SectionHeader__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 138%;
  letter-spacing: 0.04em;
  color: #222;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(255, 130, 43);
  width: fit-content;
  padding: 0 20px;
  margin: 0;

}

.SectionHeaderFront {
  margin-bottom: 40px;
}

.SectionFrontBlock {
  margin-bottom: 120px !important;
}

.SliderControl_color_dark::before {
  border-top-color: #ff822b;
  border-left-color: #ff822b;
}

.SliderControl_color_dark {
  border-color: #ff822b;
}

.SliderControl_color_dark:hover {
  border-color: #f26f13;
}

.application_areas .application_areas_img .aspect-square .content>div {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 137%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 10px;
  color: #ff822B;
  width: 100%;
  height: 45%;
  overflow: hidden;
  text-align: left;
  background-color: #000000bf;
}

.header_logo {
  width: auto;
  margin: 0 35px 0 0;
  float: left;
  height: 45px;
}

.header_logo img {
  max-height: 45px;
}

.header_top_content__topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.header_top_content__sub {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.header_top_content__sub_menu {
  flex-basis: 550px;
}

.header_top_content__menu .Search {
  display: flex;
  width: 100%;
  position: relative;
  flex-basis: 550px;
}

.header_top_content__switch__block {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-end;
}

.header_top_content__switch__block a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #a9a9b3;
  border: 1px solid #a9a9b3;
  border-radius: 20px;
  padding: 6px 8px;
  width: 39px;
  height: 26px;
}

.header_top_content__switch__block a.active {
  color: #ff822b;
  border: 1px solid #ff822b;
}

.header_top_content__menu ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}



.header_top_content__user {
  padding: 0;

  box-sizing: content-box;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  justify-content: space-around;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #222;
}

.HeaderTop__button_type_user__icon {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #a9a9b3;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #222;
}

.HeaderTop__buttonText {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #222;
  line-height: 1;
}

.catalog_download {
  display: flex;
  align-items: center;
  max-width: 180px;
  width: 100%;
  margin: 0;
  text-align: left;
  flex-direction: column;
  gap: 3px;
  min-height: 100%;
  justify-content: space-between;
}

.catalog_download span {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #222;
  line-height: 1;
}

.header_top_content__menu {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-left: 15px;
  justify-content: space-between;
}

.header_top_content__menu .TooltipUser__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}

.header_top_content__menu .TooltipUser__list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header_top_content__menu .TooltipUser__list li a {
  padding: 15px 4px;
}

.TooltipUser {
  top: 45px;
}

.TooltipList_type_compare .TooltipList__list,
.TooltipList_type_cart .TooltipList__list {
  max-height: 254px;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.TooltipList_type_favorite .TooltipList__list {
  max-height: 350px;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
}

.HeaderMiddle__actionText {
  color: #222;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 87%;
  color: #222;
}

.header_top_content__menu ul a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  display: flex;
}

.header_content__new {
  display: flex;
  width: 100%;
}

.header_top_content__user.mobile {
  display: none;
}

.mobile {
  display: none;
}

.nomobile {
  display: flex;
}

.front_partner_block__item img {
  max-height: 125px;
}

/* Адаптивные стили */
@media (max-width: 768px) {

  .SectionHeaderFront.mobile {
    display: flex;
    aspect-ratio: 1 / 1;
    margin-bottom: 0;
  }

  .application_areas .application_areas_img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .front_partner_block__item img {
    max-height: 49px;
  }

  .front_partner_block__item {
    border: 1px solid rgb(169, 169, 179);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
  }

  .front_advantages_block__col {
    flex: 1;
    min-width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .HeaderMiddle__action_mobile {
    display: none;
  }

  .content .block_banner_info .block_banner {
    width: 100%;

    aspect-ratio: 16 / 9;
  }

  .nomobile {
    display: none;
  }

  .mobile {
    display: flex;
  }

  .header_top_content__switch__block,
  .header_top_content__sub_menu {
    display: none;
  }

  .header_content__new {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .header_block_1__new .container::before,
  .header_block_1__new .container::after {
    content: none;
  }

  .header_content__new .header_top_content__menu {

    display: grid;
    grid-template-columns: 1fr;
    /* 2 колонки */
    grid-template-rows: auto auto;
    /* 2 строки */
    gap: 20px;
    /* Расстояние между элементами */

    /* Отступы для контейнера */

    /* Именованные области сетки */
    grid-template-areas:

      "main "

      "search ";

  }

  .header_content__new {
    display: grid;
    padding: 0 16px;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:

      "header header_2 "

      "footer footer";
  }

  .header_logo {
    width: auto !important;
    grid-area: header;
  }

  .header_top_content__switch {
    justify-self: end;
  }

  .header_content__new .header_top_content__topline {
    grid-area: search;
    margin: 0;
  }

  .header_top_content__menu {
    grid-area: footer;
  }

  .header_content__new .header_top_content__sub {
    grid-area: main;
  }

  .header_top_content__sub__icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }

  .header_top_content__user {
    display: none;
  }

  .HeaderMiddle__actions {
    position: relative;
    flex: 1;
    border-top: none;
  }

  .header_top_content__user.mobile {
    display: flex;
    align-items: flex-end;
    line-height: 016px;
  }

  .HeaderTop__button {
    display: flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: currentColor;
    border: none;
    background-color: transparent;
    transition: color 0.1s;
    justify-content: center;
    line-height: 16px;
  }

  .HeaderTop__button_type_user {}

  .header_top_content__user span {
    font-size: 11px !important;
    line-height: 11px;
  }

  .HeaderTop__button_type_user__icon {
    display: flex;
    gap: 4px;
    justify-content: flex-end;
    align-items: center;
    font-size: 11px;
    line-height: 11px;
  }

  .HeaderMiddle__actionText {
    font-size: 11px;
    display: block;
    color: currentColor;
  }

  .SectionFrontBlock {
    margin-bottom: 60px !important;
  }

  .application_areas .list_suppliers_img {
    display: grid;
    grid-template: "1fr 1fr";
    gap: 8px;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .application_areas .application_areas_img {
    width: 100%;
    margin: 0 !important;
  }

  .SectionHeaderFront .SectionHeader__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
  }

  .application_areas .application_areas_img .aspect-square .content>div {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 137%;
  }

  .front_top_block {
    margin-bottom: 60px;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .front_top_block__col {
    flex: 1 1 190px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
  }

  .front_partner_block__body {
    display: grid;
    grid-template-columns: repeat(4, minmax(18px, 1fr));
    gap: 10px;
  }

  .front_advantages_block__col li p {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 122%;
    color: #373333;
  }

  .footers_text__block_col {
    padding: 20px;
    display: flex;
    gap: 20px;
    background: #fff;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;

  }

  .footers_text__block_col img {
    min-width: unset;
  }

  .footers_text__block_col__rev {
    flex-direction: column;
  }

  .footers_text__block_col_text h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 122%;
    color: #000;
  }

  .footers_text__block_col_text li {
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 144%;
    color: #373333;
  }

  .supply_form h2.content_block_name {
    font-family: Elektra Medium Pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }

  .supply_form p {
    font-weight: 400;
    font-size: 14px;
    line-height: 122%;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
  }

  .supply_form form {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .supply_form {
    background-image: url(./../img/tf_bg.jpg);
    padding: 25px 16px;
    position: relative;
    margin: 0;
    background-position: center;
    background-size: cover;
    margin-bottom: -1px;
  }

  .Subscribe__submit.Button_color_orange_v {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }

  footer .footer-menu {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
  }

  footer .footer-menu--col {
    text-align: left;
    padding: 0;
  }

  .block_clients {
    display: flex;
    margin-bottom: 60px;
  }

  .front_banner_block__logo img {
    position: relative;
    max-height: 100%;
    height: 100%;
    width: 80%;
    z-index: 8;
    margin-top: -18px;
  }

  .front_banner_block__svg {
    position: absolute;
    left: -137px;
    top: 0;
    bottom: auto;
    max-height: 100%;
    z-index: 6;
    width: 100%;
    height: auto;
  }

  .front_banner_block {
    padding: 30px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    display: flex;
    background: linear-gradient(90.00deg, rgb(33, 32, 32), rgb(79, 77, 77) 51.725%);
    margin-bottom: 60px;
    position: relative;
  }

  .front_banner_block__dody {
    padding: 0 0;
  }

  .front_banner_block__btn a {
    flex: 1;
  }

  .front_banner_block__title {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 50%;
    color: #ff822b;
  }

  .front_banner_block__text {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 171%;
    color: #fff;
  }

  .front_banner_block__row {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    gap: 25px;
    flex-direction: column;
  }

  .TextInput__input_footer {
    border: 1px solid #ff822b;
    border-radius: 50px;
    padding: 8px 20px;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }

  footer .footer-menu--col.footer-menu--col_contacts svg {
    display: none;
  }

  footer .footer-menu--col.footer-menu--col_contacts a {
    position: relative;
    padding-left: 20px;
  }

  footer .footer-menu--col.footer-menu--col_contacts a::before {
    content: "•";
    color: #ff822b;
    font-size: 1.2em;
    position: absolute;
    left: 0;
  }

  .mm__header {}

  .mm__header .header_top_content__menu {
    padding-right: 38px;
  }

  .mm__header .close-btn {
    position: absolute;
    top: 15px;
    right: 6px;
    margin-right: 15px;
    margin-top: 15px;
  }
}

.content #banner_slider .swiper-pagination-bullets {
  display: flex;
  gap: 5px;
}

.content #banner_slider .swiper-pagination-bullets .Slider__bulletsPaginationItem {
  background: rgb(255, 130, 43);
  margin: 0;
}

.content #banner_slider .swiper-pagination-bullets .Slider__bulletsPaginationItem.current {
  border: 1px solid rgb(255, 130, 43);
  background-color: #fff;

}

/* Стили для Video.js */
.video-js {
  width: 100%;
  height: 100%;
}

/* Скрытие элементов управления YouTube */
.vjs-youtube .vjs-control-bar {
  display: none;
}

.HeaderTop__buttonText {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #222;
}

.HeaderTop__button {
  flex-direction: column-reverse;
  gap: 3px;
}

.header_top_content__topline .Search__suggestItem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.HeaderMiddle__search.Search .found-block {
  width: 100%;
}

.HeaderMiddle__search.Search .found-block .search-suggest {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#banner_slider .video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

@media (max-width: 768px) {

  .content #banner_slider .swiper-pagination-bullets {
    display: flex;
    gap: 5px;
    bottom: 8px;
    left: 5px;
  }

  .front_banner_block__btn #wa_link {
    max-width: 40px;
  }

  .front_advantages_block__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .header_top_content__user.mobile {}

  .header_top_content__user.mobile svg {
    height: 22px !important;
    width: auto;
  }

  .header_top_content__sub__icon {}

  .header_top_content__sub__icon .HeaderMiddle__action {
    gap: 4px;
  }

  .header_top_content__sub__icon .HeaderMiddle__action svg {
    height: 22px !important;
    width: auto;
    margin: 0;
  }

  .HeaderTop__button.HeaderTop__button_type_user {}

  .HeaderTop__button.HeaderTop__button_type_user .HeaderTop__buttonText {
    font-size: 11px !important;
    line-height: 11px;
    color: currentColor;
    margin: 0;
  }

  .front_catalog_container .Slider__wrap {
    display: grid;
    flex-direction: row;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 10px;
  }

  .front_catalog_container .Slider__item {
    width: 100%;
  }

  .front_catalog_container .Slider__wrap::after,
  .front_catalog_container .Slider__wrap::before {
    content: none;
  }

}

@media (max-width: 360px) {
  .HeaderMiddle__action:nth-child(2) {
    display: none;
  }
}

.FilterSection__title {
  position: relative;
}

.FilterSection__title::after {
  border-top: 1px solid #ff822b;
  border-left: 1px solid #ff822b;
}

.Card__imageGallerysThumbWrap {
  margin-top: 20px;
}

.Card__Aricle_labels {
  margin-bottom: 12px;
}

.Card__descriptionArticle {
  margin: 0;
}

@media (max-width: 960px) {
  .front_partner_block__item img {
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }


  .front_partner_block__item a {
    display: flex;
    margin: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .front_partner_block__body {
    display: grid;
    grid-template-columns: repeat(3, minmax(18px, 1fr));
    gap: 10px;
  }

}

@media (max-width: 608px) {
  .front_partner_block__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(18px, 1fr));
    gap: 10px;
  }

  .front_partner_block__item img {
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

}

.CardListSnippet__button{
    border: 1px solid #ff822b;
  border-radius: 23px;
  padding: 3px 37px;
  height: 40px;
  min-width: 150px;
  color: #fff;
  background: #ff822b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CardListSnippet__button:hover,
.CardListSnippet__button:active {
  background: #f26f13;
}

.CardListSnippet__button::before {
  content: none;
}

.CardListSnippet__button.Button_color_transparent {
  background: #fff;
  color: #ff822b;
}

.CardListSnippet__imageWrap {
    position: relative;
}
.CardListSnippet__labels{
  display: none;
}