/*#region Шрифты */
@font-face {
  font-family: "Inter Tight";
  src: url(../fonts/InterTight-VariableFont_wght.ttf);
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url(../fonts/bebasneuecyrillic.ttf);
}

/* @font-face {
  font-family: "Montserrat Ligth";
  src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
  font-family: "Montserrat Regular";
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "Montserrat SemiBold";
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: "Montserrat-Black.ttf";
  src: url(../fonts/Montserrat-Black.ttf);
} */




@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


.dialog-off-canvas-main-canvas {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/*#endregion */

/*#region стаартовый код */
:root {
  --site-max-width: 1920px;
  --site-gutter: 0px;
  --body-bg:
    /*#f4f5f7*/
    #fff;
  --panel-bg: #ffffff;
  --line: #d8dde3;
  --text: #20242a;
  --muted: #65707d;
  --plain-text: 21px;
  --plain-text-mobile: 16px;
  --title-size-mobile: 23px;
  --front-header-overlay: rgba(17, 25, 39, 0.56);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--body-bg);
  color: var(--text);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.layout-container {
  min-height: 100vh;
}

.site-width {
  margin: 0 auto;
}

@media (min-width:800px) {
  .site-width {
    width: min(var(--site-max-width), calc(100% - (var(--site-gutter) * 2)));
  }
  .site-header--mobile {
    padding: 0 !important;
  }
}

.region-shell {
  padding: 24px 0 0;
}

.region {
  min-height: 120px;
  padding: 24px 0;
  background: var(--panel-bg);
  border: 1px dashed var(--line);
  border-radius: 8px;
}

.region>*+* {
  margin-top: 16px;
}

.front-header-stage {
  position: relative;
  background:
    linear-gradient(0deg, var(--front-header-overlay), var(--front-header-overlay)),
    url('../images/1.png') center top / cover no-repeat;
}

.front-header-stage .region {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.65);
}

.site-header--common .region {
  min-height: 120px;
}

.region-front-header,
.region-front-header-secondary {
  min-height: 66px;
}

.site-main .region-content {
  min-height: 420px;
}

.front-section .region {
  min-height: 220px;
}

.site-footer .region-footer {
  min-height: 140px;
}

.block__title,
.node__title {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.block__content,
.node__content {
  color: var(--muted);
}

@media (max-width: 900px) {
  :root {
    --site-gutter: 16px;
  }

  .region-shell {
    padding: 0 0;
  }

  .region {
    min-height: 96px;
    padding: 0;
  }

  .region-front-header,
  .region-front-header-secondary,
  .site-main .region-content {
    padding: 0 10px;
    min-height: 180px;
  }

  .front-section .region {
    padding: 0 0;
  }
}

/*#endregion стаартовый код */

/*#region Верхняя картинка на главной */
@media (min-width: 767px) {
  .ns-hero-block__mobile-list {
    display: none;
  }
}

.ns-hero-block {
  padding: 16px 0 39px;
  color: #fff;
}

.ns-hero-block__content {
  max-width: 960px;
  padding: 0 0 40px;
}

.ns-hero-block__title {
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(39px, 49px, 52px);
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding-bottom: 13px;
}

.ns-hero-block__lead {
  margin-top: 27px;
  max-width: 760px;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  padding-bottom: 12px;
}

.ns-hero-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 45px;
}

.ns-hero-block__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 11px 22px 10px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  transition: opacity .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
  min-width: 239px !important;
}

.ns-hero-block__button:hover {
  opacity: 0.92;
}

.ns-hero-block__button--primary {
  min-width: 182px;
  border-color: #ffffff;
  ;
  color: #ffffff;
}

.ns-hero-block__button--primary:hover {
  background: #fff;
  color: #d10101;
}

.ns-hero-block__button--ghost {
  min-width: 176px;
  background: transparent;
  border-color: rgba(255, 255, 255);
  color: #fff;
}

.ns-hero-block__button--ghost:hover {
  min-width: 174px;
  background: #fff;
  border-color: rgba(255, 255, 255);
  color: #f00404;
}

.ns-hero-block__button--download {
  min-width: 174px;
  padding-right: 38px;
}

.ns-hero-block__button--download::after {
  content: "↓";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.ns-hero-block__facts {
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 1.05fr 1.05fr 1.15fr;
  gap: 0;
  margin-top: 35px;
  padding: 0 10px;
  align-items: start;
}

.ns-hero-block__fact {
  min-height: 90px;
  padding: 0 58px;
  border-left: 1px solid rgba(255, 255, 255, 0.55);
}

.ns-hero-block__fact:first-child {
  padding-left: 0;
  padding-right: 58px;
  border-left: 0;
}

.ns-hero-block__fact-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
}

.ns-hero-block__fact-text {
  margin-top: 10px;
  /* max-width: 210px; */
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1199px) {

  .ns-hero-block__content,
  .ns-hero-block__facts {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ns-hero-block__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }

  .ns-hero-block__fact:nth-child(4),
  .ns-hero-block__fact:nth-child(5) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 767px) {

  div.view-slider-show h2.block__title,
  .ns-hero-block__title,
  H2.brands-section__title {
    font-size: var(--title-size-mobile);
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }

  h2.brands-section__title {
    margin-bottom: 0;
  }

  .ns-hero-block__lead {
    margin-top: 18px;
    font-size: 15px;
  }

  .ns-hero-block__actions {
    gap: 12px;
    margin-top: 26px;
  }

  .ns-hero-block__button,
  .ns-hero-block__button--primary,
  .ns-hero-block__button--ghost,
  .ns-hero-block__button--download {
    width: 100%;
    min-width: 0;
  }

  .ns-hero-block__facts {
    display: none;
  }

  .ns-hero-block__fact,
  .ns-hero-block__fact:first-child {
    min-height: 0;
    padding: 0;
    border-left: 0;
  }

  .ns-hero-block__fact-title {
    font-size: 18px;
  }

  .ns-hero-block__fact-text {
    max-width: none;
  }
}

/* Это перебивает ёбаную папку css */
.front-header-stage .region {
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  padding: 0;

  @media (min-width:800px) {
    padding-left: 50px;
  }

}

/*#endregion */

/*#region Блок с категориями*/

.region {
  background: none;
  border: none;
}

.st-categories {
  padding: 0px;
  box-sizing: border-box;
}

.st-categories__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}


.st-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.st-categories__card,
.st-categories__catalog {
  position: relative;
  min-height: 114px;
  border-radius: 8px;
  box-sizing: border-box;
}

.st-categories__card {
  padding: 24px;
  background: #e7e7e7;
  overflow: hidden;
}

.st-categories__card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  pointer-events: none;
}
.st-categories__card:nth-child(1):after {
  background-image: url("../images/prod1-1.png");
  
 
}
.st-categories__card:nth-child(2):after {
  background-image: url("../images/prod2.png");

}
.st-categories__card:nth-child(3):after {
  background-image: url("../images/prod3.png");

}
.st-categories__card:nth-child(4):after {
  background-image: url("../images/prod4.png");

}
.st-categories__card:nth-child(5):after {
  background-image: url("../images/prod5.png");

}
.st-categories__card:nth-child(6):after {
  background-image: url("../images/prod6.png");
  /* background-size: 87%; */
}
.st-categories__card:nth-child(7):after {
  background-image: url("../images/prod7.png");

}

.st-categories__link {
  position: absolute;
  left: 18px;
  bottom: 17px;
  z-index: 1;
  display: block;
  color: #111111;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

.st-categories__link:hover {
  text-decoration: underline;
}

.st-categories__catalog {
  background: transparent;
  padding: 24px;
}

.st-categories__catalog-link {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
}

.st-categories__catalog-text {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #98070A;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
}

.st-categories__catalog-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background-image: url("../images/red-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 2 в ряд */
@media (max-width: 1199px) {
  .st-categories {
    padding: 48px 32px;
  }

  .st-categories__title {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .st-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 1 в ряд */
@media (max-width: 767px) {
  .st-categories {
    padding: 28px 14px;
  }

  .st-categories__title {
    font-size: 28px;
    margin-bottom: 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: var(--title-size-mobile);
  }

  .st-categories__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .st-categories__card,
  .st-categories__catalog {
    min-height: 118px;
    padding: 20px;
  }

  .st-categories__catalog {
    min-height: 78px;
    padding: 0;
    margin: -18px;
  }

  .st-categories__card::after {
    /* width: 150px;
    height: 129px;
    background-size: 150px 129px; */
  }

  .st-categories__link {
    left: 20px;
    right: 132px;
    bottom: 20px;
  }

  .st-categories__catalog-text {
    left: 13px;
    bottom: 3px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  }

  .st-categories__catalog-arrow {
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
  }
}

/*#endregion */

/*#region Бренды*/

.brands-section,
.brands-section * {
  box-sizing: border-box;
}

.brands-section {
  width: 100%;
}

.brands-section__top {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(420px, 600px);
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  margin-bottom: 15px;
}

.brands-section__intro {
  max-width: 600px;
  justify-self: end;
  margin-top: 2px;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 400;
  text-align: right;
  color: #747474;
  font-size: var(--plain-text);

}

@media (min-width:767px) {
  .brands-section__intro-mobile {
    display: none;
  }
}


.brands-section__grid a {
  text-decoration: none;
}

.brands-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  clear: both;
}

.brand-card {
  position: relative;
  min-height: 250px;
  padding: 67px 50px 19px;
  border-radius: 8px;
  overflow: hidden;
}

.brand-card__content {
  position: relative;
  z-index: 2;
  max-width: 430px;
}

.brand-card__name {
  margin: 0;
  font-size: 29px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.brand-card__line {
  width: 88px;
  height: 2px;
  margin-top: 28px;
  background: currentColor;
  opacity: 0.9;
}

.brand-card__text {
  margin-top: 10px;
  max-width: 410px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
  padding-right: 3px;
}

.brand-card__arrow {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.brand-card__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-card__logo {
  position: absolute;
  z-index: 1;
}

.brand-card__logo img {
  display: block;
  width: 64%;
  height: auto;
}

/* GESAC */
.brand-card--gesac {
  background: #153f83;
  border: 1px solid #d8dde8;
  color: #ffffff;
}

.brand-card__logo--gesac {
  right: -42px;
  bottom: 56px;
  width: 220px;
}

/* TACTIC */
.brand-card--tactic {
  background: transparent;
  border: 1px solid #28224e;
  color: #28224e;
}

.brand-card--tactic .brand-card__line {
  background: #c7c3cf;
}

.brand-card--tactic .brand-card__text {
  color: #7c7c7c;
}

.brand-card__logo--tactic {
  right: 28px;
  bottom: 58px;
  width: 132px;
}

.brand-card--tactic .brand-card__logo img {
  width: 100%;
}

/* Планшет */
@media (max-width: 1199px) {
  .brands-section {
    padding: 56px 32px;
  }

  .brands-section__top {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }

  .brands-section__intro {
    justify-self: start;
    max-width: 760px;
    font-size: 22px;
    text-align: right;
  }

  .brand-card {
    min-height: 240px;
    padding: 32px 28px 28px;
  }

  .brand-card__content {
    max-width: 300px;
  }

  .brand-card__name {
    font-size: 38px;
  }

  .brand-card__line {
    width: 70px;
    margin-top: 18px;
  }

  .brand-card__text {
    margin-top: 18px;
    max-width: 260px;
    font-size: 18px;
  }

  .brand-card__arrow {
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
  }

  .brand-card__logo--gesac {
    right: 20px;
    bottom: 28px;
    width: 170px;
  }

  .brand-card__logo--tactic {
    right: 20px;
    bottom: 36px;
    width: 104px;
  }
}

/* Телефон */
@media (max-width: 767px) {
  .brands-section {
    padding: 32px 16px 0;
  }

  .brands-section__top {
    gap: 16px;
    margin-bottom: 20px;
  }

  .brands-section__intro {
    display: none;
  }

  .brands-section__intro-mobile {
    max-width: 100%;
    font-size: var(--plain-text-mobile);
    line-height: 1.1;
  }

  .brands-section__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brand-card {
    min-height: 185px;
    padding: 18px 14px 14px;
  }

  .brand-card__content {
    max-width: 64%;
  }

  .brand-card__name {
    font-size: 24px;
    line-height: 1;
  }

  .brand-card__line {
    width: 44px;
    height: 1px;
    margin-top: 10px;
  }

  .brand-card__text {
    margin-top: 12px;
    max-width: 180px;
    font-size: 12px;
    line-height: 1.35;
  }

  .brand-card__arrow {
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
  }

  .brand-card__logo--gesac {
    right: 10px;
    bottom: 14px;
    width: 92px;
  }

  .brand-card__logo--tactic {
    right: 10px;
    bottom: 20px;
    width: 72px;
  }
}

/*#endregion Бренды*/

/*#region Сертификаты и награды*/
.certs-awards,
.certs-awards * {
  box-sizing: border-box;
}

.certs-awards {
  width: 100%;
  padding: 0;
  background: transparent;
}

.certs-awards__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 10px;
}

.certs-awards__head {
  max-width: 980px;
}

.certs-awards__desc {
  max-width: 980px;
  margin: 0;
  line-height: 1.28;
  font-weight: 400;
  color: #747474;
  font-size: var(--plain-text);
}

.certs-awards__button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 216px;
  height: 58px;
  padding: 0 24px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background: transparent;
  color: #ef3b2d;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.certs-awards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cert-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 428 / 392;
}

.cert-card--photo {
  background: #d7d7d7;
}

.cert-card__brand {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  margin: 0;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.cert-card__image {
  position: absolute;
}

.cert-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.cert-card__image--certificate {
  left: 0;
  bottom: 0;
  /* width: 310px; */
  z-index: 1;
}

.cert-card__image--full {
  inset: 0;
}

.cert-card__image--full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cert-card__link {
  position: absolute;
  right: 34px;
  bottom: 36px;
  z-index: 4;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.cert-card__link:hover {
  text-decoration: underline;
}

/* <= 1399px */
@media (max-width: 1399px) {
  .certs-awards__title {
    font-size: 56px;
  }

  .certs-awards__desc {
    font-size: 24px;
  }

  .cert-card__brand {
    top: 32px;
    left: 32px;
    font-size: 38px;
  }

  .cert-card__image--certificate {
    /* width: 225px; */
  }

  .cert-card__link {
    right: 28px;
    bottom: 30px;
    font-size: 20px;
  }
}

/* <= 1199px */
@media (max-width: 1199px) {
  .certs-awards__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 28px;
  }

  .certs-awards__title {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .certs-awards__desc {
    max-width: 760px;
    font-size: 22px;
  }

  .certs-awards__button {
    min-width: 200px;
    height: 54px;
    font-size: 17px;
  }

  .certs-awards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .cert-card__brand {
    top: 28px;
    left: 28px;
    font-size: 34px;
  }

  .cert-card__image--certificate {
    /* width: 210px; */
  }

  .cert-card__link {
    right: 26px;
    bottom: 26px;
    font-size: 19px;
  }
}

/* <= 767px */
@media (max-width: 767px) {
  .certs-awards__top {
    gap: 5px;
    margin-bottom: 20px;
  }

  .certs-awards__title {
    margin-bottom: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: var(--title-size-mobile);
  }

  .certs-awards__desc {
    font-size: var(--plain-text-mobile);
    line-height: 1.35;
  }

  .certs-awards__button {
    width: 100%;
    min-width: 0;
    height: 50px;
    font-size: var(--plain-text-mobile);
  }

  .certs-awards__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 10px;
  }

  .certs-awards__grid .cert-card.cert-card--photo:nth-child(n+2) {
    display: none;
  }

  .cert-card__brand {
    top: 22px;
    left: 22px;
    font-size: 28px;
  }

  .cert-card__image--certificate {
    /* width: 175px; */
  }

  .cert-card__link {
    right: 22px;
    bottom: 22px;
    font-size: 18px;
  }
}

/*#endregion*/

/*#region Техническая документация*/

.tech-docs-2,
.tech-docs-2 * {
  box-sizing: border-box;
}

.tech-docs-2 {
  width: 100%;
  background: #820000;
  overflow: hidden;
  padding-bottom: 25px;
}

/* =========================
   DESKTOP
   ========================= */
.tech-docs-2__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  max-width: 1920px;
  min-height: 365px;
  margin: 0 auto;
  padding: 0 40px;
}

.tech-docs-2__left {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 592px);
  padding: 46px 250px 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a.tech-docs-but-all-download {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 216px;
  height: 48px;
  padding: 0 22px;
  /* border: 1px solid #c8c8c8; */
  border-radius: 7px;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  background-color: #911f1f;
  gap: 8px;
}

.tech-docs-2__text {
  margin: 0;
  max-width: 560px;
  line-height: 1.18;
  font-weight: 400;
  color: #ffffff;
  font-size: var(--plain-text);
}

.tech-docs-2__center {
  position: absolute;
  left: 48%;
  bottom: 0;
  transform: translateX(-50%);
  width: 400px;
  z-index: 1;
  pointer-events: none;
}

.tech-docs-2__image {
  display: block;
  width: 370px;
  height: auto;
}

.tech-docs-2__right {
  position: relative;
  z-index: 2;
  flex: 0 0 560px;
  width: 560px;
  max-width: 560px;
  min-width: 0;
  margin-left: auto;
  padding: 46px 0 40px;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tech-docs-2__link {
  width: 100%;
  min-height: 54px;
  padding: 8px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;

  display: flex;
  align-items: center;
  gap: 16px;
}

.tech-docs-2__link-text {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 8px;
}

.tech-docs-2__link-title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
}

.tech-docs-2__link-meta {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.36);
}

.tech-docs-2__link-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-left: auto;

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

.tech-docs-2__link-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.tech-docs-2__link:hover .tech-docs-2__link-title {
  text-decoration: underline;
}

@media (max-width:1470px) {
  .tech-docs-2__center {
    display: none;
  }
}

/* чуть уже десктоп */
@media (max-width: 1440px) {
  .tech-docs-2__inner {
    gap: 24px;
    padding: 0 24px;
  }

  .tech-docs-2__left {
    max-width: calc(100% - 524px);
    padding: 48px 210px 36px 0;
  }

  .tech-docs-2__title {
    max-width: 470px;
    font-size: 52px;
  }

  .tech-docs-2__text {
    max-width: 500px;
    font-size: 19px;
  }

  .tech-docs-2__center {
    width: 210px;
  }

  .tech-docs-2__image {
    width: 210px;
  }

  .tech-docs-2__right {
    flex-basis: 500px;
    width: 500px;
    max-width: 500px;
    padding: 48px 0 36px;
  }

  .tech-docs-2__link-title {
    font-size: 18px;
  }

  .tech-docs-2__link-meta {
    font-size: 15px;
  }
}

/* =========================
   PHONE
   НЕ ТРОГАЕМ
   ========================= */
@media (max-width: 767px) {
  .tech-docs-2__inner {
    min-height: 0;
    padding: 24px 16px 92px;
    display: block;
  }

  .tech-docs-2__left {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 0;
  }

  .tech-docs-2__title {
    max-width: 240px;
    line-height: 0.95;

    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: var(--title-size-mobile);
  }

  .tech-docs-2__text {
    position: static;
    width: 100%;
    max-width: 343px;
    margin-top: 34px;
    font-size: var(--plain-text-mobile);
    line-height: 1.22;
  }

  .tech-docs-all-catalogs {
    margin-top: 14px;
    margin-bottom: -19px;
  }

  .tech-docs-2__center {
    display: none;
  }

  .tech-docs-2__right {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 34px;
    padding: 0;
    gap: 10px;
  }

  .tech-docs-2__link+.tech-docs-2__link {
    margin-top: 10px;
  }

  .tech-docs-2__link {
    min-height: 67px;
    padding: 10px 16px;
    gap: 12px;
  }

  .tech-docs-2__link-title {
    font-size: 16px;
    line-height: 1.2;
  }

  .tech-docs-2__link-meta {
    font-size: 14px;
    line-height: 1.2;
  }

  .tech-docs-2__link-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  .tech-docs-2__link-icon img {
    width: 20px;
    height: 20px;
  }
}

/*#endregion*/

/*#region Блок Подберём решение*/

.solution-block {
  background: #e5e5e5;
  overflow: hidden;
}

.solution-block__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 47px 60px 50px 34px;
}

.solution-block__content {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-start;
}

.solution-block__left {
  flex: 0 0 46%;
  max-width: 680px;
}

.solution-block__right {
  flex: 0 0 50%;
  max-width: 872px;
  width: 100%;
}

.solution-block__arrow {
  margin-top: 28px;
  width: 46px;
  height: 46px;
}

.solution-block__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-block__text {
  margin-top: 18px;
  max-width: 560px;
  line-height: 1.18;
  font-weight: 400;
  color: #5d5d5d;
  font-size: var(--plain-text);

}

.solution-form {
  width: 100%;
}

.solution-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.solution-form__field--full {
  grid-column: 1 / -1;
}

.solution-form__field input,
.solution-form__field textarea {
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  line-height: 1;
  color: #4e4e4e;
  padding: 0 17px;
  box-sizing: border-box;
}

.solution-form__field input {
  height: 45px;
}

.solution-form__field textarea {
  height: 122px;
  resize: none;
  padding-top: 18px;
  padding-bottom: 18px;
}

.solution-form__field input::placeholder,
.solution-form__field textarea::placeholder {
  color: #6c6c6c;
  opacity: 1;
}

.solution-form__field input:focus,
.solution-form__field textarea:focus {
  border-color: #8d8d8d;
}

.solution-form__bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.checkbox-custom {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  position: relative;
  min-height: 40px;
}

.checkbox-custom input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox-custom__box {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #b10000;
  border-radius: 4px;
  background: transparent;
  box-sizing: border-box;
  position: relative;
}

.checkbox-custom input:checked+.checkbox-custom__box::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #b10000;
  border-bottom: 2px solid #b10000;
  transform: rotate(45deg);
}

.checkbox-custom__text {
  font-size: 14px;
  line-height: 1.35;
  color: #b3b3b3;
  max-width: 520px;
}

.solution-form__submit {
  flex: 0 0 50px;
  min-width: 163px;
  height: 52px;
  border: 0;
  border-radius: 8px;
  background: #820000;
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}

.solution-form__submit:hover {
  background: #8f0000;
}

@media (max-width: 767px) {
  .solution-block {
    background: #ececec;
  }

  .solution-block__container {
    padding: 50px 16px 32px;
  }

  .solution-block__content {
    display: block;
  }

  .solution-block__left,
  .solution-block__right {
    max-width: none;
    width: 100%;
  }

  .solution-block__title {
    margin: 0;
    line-height: 1.1;
    letter-spacing: 0;

    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: var(--title-size-mobile);
  }

  /* На мобильном стрелки в макете нет */
  .solution-block__arrow {
    display: none;
  }

  .solution-block__text {
    margin-top: 19px;
    max-width: 320px;
    font-size: var(--plain-text-mobile);
    line-height: 1.3;
    color: #676767;
  }

  .solution-block__right {
    margin-top: 34px;
  }

  .solution-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solution-form__field--full {
    grid-column: auto;
  }

  .solution-form__field input,
  .solution-form__field textarea {
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    background: transparent;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    line-height: 1;
    color: #4e4e4e;
    padding: 0 17px;
    box-sizing: border-box;
  }

  .solution-form__field input {
    height: 45px;
  }

  .solution-form__field textarea {
    height: 123px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .solution-form__field input::placeholder,
  .solution-form__field textarea::placeholder {
    color: #6d6d6d;
    opacity: 1;
  }

  .solution-form__bottom {
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .solution-form__checkbox {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: start;
    column-gap: 16px;
    row-gap: 0;
  }

  .checkbox-custom__box {
    width: 24px;
    height: 24px;
    margin-top: 1px;
    border: 1px solid #b10000;
    border-radius: 4px;
  }

  .checkbox-custom__text {
    max-width: 260px;
    font-size: 14px;
    line-height: 1.45;
    color: #b3b3b3;
  }

  .solution-form__submit {
    width: 100%;
    min-width: 0;
    height: 43px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
  }
}

.solution-block.educat input,
.solution-block.educat textarea {
  background-color: #E5E5E5;
}

/*#endregion*/

/*#region Контакты*/

/* .contacts-block {
  background: #ececec;
} */

.contacts-block__container {
  max-width: 1920px;
  margin: 0 auto;
  /* padding: 80px 80px 82px; */
  box-sizing: border-box;
}

@media (min-width:767px) {
  .contacts-block__container {
    margin: 0 -20px 0 -40px;
  }
}

.contacts-block__grid {
  display: grid;
  grid-template-columns: 432px minmax(0, 1fr);
  column-gap: 80px;
  align-items: start;
}

.contacts-block__items {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.contacts-block__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-block__label {
  font-size: 18px;
  line-height: 0.3;
  font-weight: 400;
  color: #6f6f6f;
}

.contacts-block__value {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 400;
  color: #111111;
  text-decoration: none;
}

a.contacts-block__value:hover {
  text-decoration: underline;
}

.contacts-block__map-wrap {
  width: 100%;
  height: 468px;
  overflow: hidden;
}

.contacts-block__map {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1199px) {
  .contacts-block__grid {
    grid-template-columns: 340px minmax(0, 1fr);
    column-gap: 36px;
  }

  .contacts-block__title {
    margin-bottom: 52px;
    font-size: 58px;
  }

  .contacts-block__items {
    gap: 28px;
  }

  .contacts-block__label {
    font-size: 18px;
  }

  .contacts-block__value {
    font-size: 21px;
  }

  .contacts-block__map-wrap {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .contacts-block__container {
    padding: 16px 16px 48px;
  }

  .contacts-block__grid {
    display: block;
  }

  .contacts-block__title {
    margin: 0 0 38px;
    line-height: 0.92;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: var(--title-size-mobile);
  }

  .contacts-block__items {
    gap: 28px;
  }

  .contacts-block__item {
    gap: 8px;
  }

  .contacts-block__label {
    font-size: 15px;
    line-height: 1.2;
  }

  .contacts-block__value {
    font-size: 21px;
    line-height: 1.34;
  }

  .contacts-block__map-wrap {
    margin-top: 36px;
    height: 558px;
  }

  .contacts-block__map {
    object-position: 52% center;
  }
}

/*#endregion*/

/*#region Подвал*/

.site-footer {
  background: #ececec;
}

.site-footer__inner {
  width: min(var(--site-max-width), calc(100% - (var(--site-gutter) * 2)));
  margin: 0 auto;
  padding: 24px 0 18px;
  box-sizing: border-box;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 276px 248px minmax(300px, 1fr) 336px;
  column-gap: 48px;
  align-items: start;
}

.site-footer__brand {
  padding-top: 1px;
}

.site-footer__logo {
  display: inline-block;
  width: 159px;
  text-decoration: none;
}

.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__heading {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #8a8a8a;
}

.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu li+li {
  margin-top: 18px;
}

.site-footer__menu a {
  font-size: 19px;
  line-height: 1.15;
  font-weight: 400;
  color: #394055;
  text-decoration: none;
}

.site-footer__menu a:hover {
  text-decoration: underline;
}

.site-footer__contact-text,
.site-footer__contact-link,
.site-footer__policy {
  display: block;
  font-size: 19px;
  line-height: 1.28;
  font-weight: 400;
  color: #394055;
  text-decoration: none;
}

.site-footer__contact-text {
  max-width: 360px;
}

.site-footer__contact-link {
  margin-top: 24px;
}

.site-footer__contact-link:hover,
.site-footer__policy:hover {
  text-decoration: underline;
}

.site-footer__policy {
  margin-top: 68px;
}

.site-footer__actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.site-footer__card {
  min-height: 144px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  box-sizing: border-box;
  text-decoration: none;
}

.site-footer__card-title {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 500;
  color: #383838;
}

.site-footer__card-bottom {
  margin-top: 37px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.site-footer__card-text {
  max-width: 190px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  color: #777777;
}

.site-footer__card-arrow {
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
}

.site-footer__card-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .site-footer__inner {
    width: calc(100% - 64px);
    padding: 64px 0 80px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }

  .site-footer__actions {
    grid-column: 1 / -1;
    max-width: 420px;
  }

  .site-footer__menu a,
  .site-footer__contact-text,
  .site-footer__contact-link,
  .site-footer__policy {
    font-size: 20px;
  }

  .site-footer__card-title {
    font-size: 22px;
  }

  .site-footer__card-text {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .site-footer__inner {
    width: calc(100% - 0px);
    padding: 65px 0 32px;
  }

  .site-footer__grid {
    display: block;
  }

  .site-footer__logo {
    width: 159px;
  }

  .site-footer__nav {
    margin-top: 34px;
  }

  .site-footer__heading {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.2;
  }

  .site-footer__menu li+li {
    margin-top: 18px;
  }

  .site-footer__menu a {
    font-size: 22px;
    line-height: 1.15;
  }

  .site-footer__menu-item--desktop {
    display: none;
  }

  .site-footer__contacts {
    margin-top: 34px;
  }

  .site-footer__contact-text,
  .site-footer__contact-link,
  .site-footer__policy {
    font-size: 21px;
    line-height: 1.3;
  }

  .site-footer__contact-text {
    max-width: 320px;
  }

  .site-footer__contact-link {
    margin-top: 22px;
  }

  .site-footer__policy {
    margin-top: 72px;
  }

  .site-footer__actions {
    margin-top: 34px;
    gap: 16px;
    max-width: none;
  }

  .site-footer__card {
    min-height: 146px;
    padding: 22px 22px 20px;
    border-radius: 10px;
  }

  .site-footer__card-title {
    font-size: 22px;
    line-height: 1.15;
  }

  .site-footer__card-bottom {
    margin-top: 34px;
    align-items: center;
  }

  .site-footer__card-text {
    max-width: 190px;
    font-size: 17px;
    line-height: 1.08;
  }

  .site-footer__card-arrow {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .site-footer__bottom {
    height: 31px;
  }
}

/*#endregion*/

/*#region Новости*/

div#block-newstratec3-bloknaglavnoynovostistratec {
  padding: 50px 16px 32px;
}

.news-stratec_item-img {
  max-height: 290px;
  overflow-y: hidden;
  border-radius: 10px;
}

.news-stratec__grid a {
  text-decoration: none;
}

@media (max-width:767px) {
  .news-stratec_item-img {
    max-height: 155px;
  }
}

.news-stratec__grid {
  display: grid;
  grid-auto-flow: column;
  gap: 1%;
}

.news-stratec_item-text {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.news-stratec_item-data {
  padding: 10px 0 6px;
}

@media (max-width:800px) {
  .news-stratec_item.hidden-mobile {
    display: block;
  }

  /* Mobile: full-width cards with horizontal swipe */
  .news-stratec__grid {
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    padding-bottom: 8px;
  }

  .news-stratec_item {
    width: 100%;
    scroll-snap-align: start;
  }

  .news-stratec_item img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/*#endregion*/

.solution-block.educat {
  /* Убираем фон на блоке с обучением */
  background: none;
  overflow: hidden;
}

section.front-section.front-section--solutions.region-shell {
  margin-top: -97px;
}

@media (min-width:800px) {

  .contacts-block.contact-page,
  .solution-block.ask-block,
  .manual-breadcrumb,
  .site-header--common,
  .page--similar_product,
  div#block-newstratec3-content,
  div#block-newstratec3-page-title,
  div#block-newstratec3-views-block-slider-show-front-slider,
  div#block-newstratec3-populyarnyetovary,
  div#block-newstratec3-podval,
  div#block-newstratec3-bloknaglavnoynovostistratec,
  div#block-newstratec3-blokbrendynaglavnoy,
  div#block-newstratec3-blokglavnoykontakty,
  div#block-newstratec3-blokglavnoykontakty-3,
  div#block-newstratec3-blokkategoriinaglavnoy,
  div#block-newstratec3-blokdlyaglavnoysertifikatyinagrady {
    padding: 0 40px;
  }
}

@media (max-width:1470px) {
  div#block-newstratec3-views-block-slider-show-front-slider {
    padding: 0 0;
  }
}

/*#region Популярные товары*/

.pop-goods__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 1%;
  row-gap: 3%;
}

.pop-goods__item-text {
  font-size: 12px;
  color: #333;
}

.pop-goods__item-art {
  color: #999;
  font-size: 12px;
  padding: 9px 0 5px;
}

.pop-goods__item-img img {
  display: block;
  width: 100%;
  outline: 1px solid #ebebeb;
}

/* Мобильный: показать только 2 первые карточки в ряд */
@media (max-width: 767px) {
  .pop-goods__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .pop-goods__item:nth-child(n+5) {
    display: none;
  }

  .block__content .certs-awards {
    padding: 0 0 0;
  }
}

/*#endregion*/


/*#region Цвета для обрабатываемых материалов */
.view-content .views-mat-P {
  background-color: #0795d7;
  color: #ffffff;
  padding: 1px 3px;
}

.view-content .views-mat-M {
  background-color: #fff32d;
  padding: 1px 3px;
}

.view-content .views-mat-K {
  background-color: #ec2730;
  color: #ffffff;
  padding: 1px 3px;
}

.view-content .views-mat-N {
  background-color: #26b052;
  color: #ffffff;
  padding: 1px 3px;
}

.view-content .views-mat-S {
  background-color: #f48333;
  color: #ffffff;
  padding: 1px 3px;
}

.view-content .views-mat-H {
  background-color: #949599;
  color: #ffffff;
  padding: 1px 3px;
}

.views-exposed-form .views-mat-P {
  background-color: #0795d7;
  color: #ffffff !important;
  background: linear-gradient(to right, #ffffff 0 22px, #0795d7 22px 46px, transparent 22px 100%);
}

.views-exposed-form .views-mat-M {
  background-color: #0795d7;
  color: #fff32d;
  background: linear-gradient(to right, #ffffff 0 22px, #fff32d 22px 46px, transparent 22px 100%);
}

.views-exposed-form .views-mat-K {
  background-color: #ec2730;
  color: #ffffff !important;
  background: linear-gradient(to right, #ffffff 0 22px, #ec2730 22px 46px, transparent 22px 100%);
}

.views-exposed-form .views-mat-N {
  background-color: #26b052;
  color: #ffffff !important;
  background: linear-gradient(to right, #ffffff 0 22px, #26b052 22px 46px, transparent 22px 100%);
}

.views-exposed-form .views-mat-S {
  background-color: #f48333;
  color: #ffffff !important;
  background: linear-gradient(to right, #ffffff 0 22px, #f48333 22px 46px, transparent 22px 100%);
}

.views-exposed-form .views-mat-H {
  background-color: #949599;
  color: #ffffff !important;
  background: linear-gradient(to right, #ffffff 0 22px, #949599 22px 46px, transparent 22px 100%);
}

/* Плавный скролл по якорю (#my-block-id) */
html {
  scroll-behavior: smooth;
}


/* Отступ цели при прокрутке — блок не вплотную к верху окна */
#id-task {
  scroll-margin-top: clamp(72px, 10vh, 120px);
  /* замените 72px на высоту шапки или оставьте как есть */
}




/*#endregion */


@media (min-width: 1024px) {

  #block-newstratec3-podval,
  #block-newstratec3-blokglavnoykontakty,
  #block-newstratec3-bloknaglavnoynovostistratec,
  .solution-block__container,
  .tech-docs-2__inner,
  #block-newstratec3-blokdlyaglavnoysertifikatyinagrady,
  #block-newstratec3-views-block-slider-show-front-slider,
  .site-width.region.region-footer .page--similar_product,
  .contextual-region.view.view-slider-show.view-id-slider_show,
  #block-newstratec3-blokkategoriinaglavnoy,
  #block-newstratec3-blokbrendynaglavnoy,
  #block-newstratec3-tekstovyyblokvverkhuglavnoy,
  header.site-header.site-header--front.region-shell {
    /* padding-right: 24px; */
    max-width: 1760px;
    margin: 0 auto;
  }

  .site-footer__brand {
    padding-top: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .st-categories__title,
  .brands-section__title,
  .certs-awards__title,
  .tech-docs-2__title,
  #block-newstratec3-views-block-slider-show-front-slider h2.block__title,
  .solution-block__title,
  .contacts-block__title {
    margin: 0 0 0;
    font-weight: 600;
    font-size: 34px;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #111;
  }

  h2.contacts-block__title,
  #block-newstratec3-views-block-slider-show-front-slider h2.block__title,
  h2.st-categories__title {
    margin-bottom: 20px;
  }

  h2.certs-awards__title {
    margin-bottom: 17px;
  }
  
div#block-newstratec3-blokglavnoykontakty-2 {
    margin: 0 auto;
    /* padding: 0 40px; */
    max-width: 1920px;
}
}

@media (max-width: 767px) {

  .site-footer .region-footer,
  div#block-newstratec3-blokdlyaglavnoysertifikatyinagrady {
    padding: 0 16px;
  }
}



h2.tech-docs-2__title {
  color: #fff;
}


