/* Start:/local/templates/stk/components/bitrix/menu/topmenu/style.min.css?1765969824490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/stk/components/bitrix/menu/topmenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/stk/styles.css?176596982496114*/
body {
  font-family: 'Roboto Condensed', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 994;
  transition: 0.3s ease;
  left: 0;

}

header .container {
  display: flex;
  align-items: center;
  gap: 16px;
}

header.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: rgba(14, 14, 17, 0.9);
  z-index:300;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 24px;
}

.logo {
  margin-right: auto;
}

.logo img {
  height: 48px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 14px;
  flex-wrap: wrap;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
}

.ask {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.btn.feedback {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
  color: #fff;
  border-radius: 43px;
  border: 1px solid;
  font-weight: 300;
  font-size: 16px;
}

/* .btn.feedback:hover {
  background: #cce6ff;
} */

/* Бургер */

.header_burger {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #dfe2f5;
  border-radius: 50%;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 9999;
}

.header_burger span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}

.header_burger span::before,
.header_burger span::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}

.header_burger span::before {
  top: 7px;
}

.header_burger span::after {
  top: -7px;
}

.header_burger.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}

.header_burger.active span::before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

.header_burger.active span::after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: rgba(14, 14, 17, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9000;
  justify-content: center;
  align-items: center;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  display: flex;
}

.top_block {
  height: 744px;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_block .container {
  height: 100%;
  width: 100%;
}

.title-block {
  position: relative;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  right: 0;
  width: 100%;
  top: 20%;
  padding: 0;
}

.title-main {
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  text-align: right;
}

.title-sub {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
  justify-content: flex-end;
}

.subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #dbe6f7;
  text-align: right;
}

.title-secondary {
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}

.top_block .descriptor {
  width: 30%;
  position: relative;
  top: 270px;
}

.top_block .descriptor p {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}

.top_block .descriptor p span {
  font-weight: 500;
}

.benefits {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.benefits .first_line span {
  color: #00B8D9;
}

.benefits .second_line {
  font-weight: 300;
  margin-left: 50px;
}


.targets {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0E0E11;
}

.targets h2 {
	font-size: 60px;
}

.targets .first_line {
  border-top: 1px solid #0E0E11;
  border-bottom: 1px solid #0E0E11;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  align-items: center;
}

.targets .first_line .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.targets .first_line .desc p {
  font-size: 12px;
}

.targets .first_line .desc span {
  font-weight: 300;
  color: #5B646E;
  font-size: 12px;
}

.targets .second_line,
.targets .third_line {
  display: flex;
  padding: 6px 0;
  justify-content: space-between;
  border-bottom: 1px solid #0E0E11;
  align-items: center;
}

.targets .second_line h2 {
	border: 2px solid #00B8D9;
    padding: 0 50px;
    border-radius: 50px;
}




.targets .third_line {
  border-bottom: unset;
  position: relative
}

.targets .third_line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  height: 1px;
  background: #0E0E11;
}

.targets .third_line span {
  color: #00B8D9;
}

.target-cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 52px;
justify-content: space-between;
}

.target-cards .card {
  width: calc(33.33% - 14px);
  height: 410px;
  position: relative;
  overflow: hidden;
  transition: all .45s;
  background-repeat: no-repeat;
  background-size: cover;
}

.target-cards .card .info {
  position: absolute;
  bottom: -60px;
  width: 90%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 16px;
  transition: all .45s;
}

.target-cards .card:hover .info {
  bottom: 0;

}

.target-cards .card:hover {
  border-bottom: 5px solid #00B8D9;
}

.target-cards .card::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  background: #00000094;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .45s;
}

.target-cards .card:hover::before {
  opacity: 1;
  visibility: visible;
  transition: all .45s;
}

.target-cards .card h4 {
  font-size: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 10px;
  color: #000;
}

.target-cards .card h4 a {
  color: #000;
}

.target-cards .card svg {
  opacity: 0;
  visibility: hidden;
  transition: all .45s;
}

.target-cards .card:hover .info svg {
  opacity: 1;
  visibility: visible;
  transition: all .45s;
}

.target-cards .card p {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.steps {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 auto;
  padding: 24px 16px;
}

.steps__title {
  font-weight: 900;
  font-size: 28px;
  letter-spacing: .02em;
  margin-bottom: 16px;
}


.steps__wrap {
  --line: #0E0E11;
  --v-sep-h: 148px;
  /* высота внутренних вертикальных разделителей */
  --right-post-h: 92px;
  /* высота правой наружной стойки */
  --bottom-gap: 18px;
  /* «разрыв» нижней линии перед разделителем 2 */
  --padX: 24px;
  /* боковые паддинги карточек */
  position: relative;
  display: flex;
  border-top: 1px solid var(--line);
}

/* правая короткая вертикальная стойка */
.steps__wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--line);
}

/* нижняя линия ТОЛЬКО под 1–2 шагами с разрывом перед сепаратором 2 */
.steps__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  /* 2/3 ширины минус небольшой зазор, чтобы линия не утыкалась в разделитель */
  width: calc(80% - var(--bottom-gap));
  background: var(--line);
}

/* ---- Карточки ---- */
.step {
  flex: 1;
  padding: 22px 36px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* внутренние короткие вертикальные разделители */
.step:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: var(--v-sep-h);
  background: var(--line);
}

.step:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: var(--v-sep-h);
  background: var(--line);
}

/* заголовки/подзаголовки */
.step__head {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: left;
  margin-right: auto;
  display: block;
}

.step__num {
  margin-right: 6px;
}

.step__text {
  color: #8B9099;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: right;
  margin-top: auto;
  font-weight: 300;
}


section.compaire {
  margin-top: 120px;
}

section.compaire .top_block {
  display: flex;
  height: 100%;
}

section.compaire .top_block .text,
section.compaire .top_block img {
  width: 50%;
}

section.compaire .top_block .text {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: flex-start;
}

section.compaire .top_block .text h2 {
  border-radius: 40px;
  border: 1px solid #000;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 20px;
  width: fit-content;
  margin-bottom: 7px;
  margin-top: auto;
}

section.compaire .top_block .text span {
  font-size: 36px;
  color: #00B8D9;
  text-transform: uppercase;
  margin-left: 20px;
  font-weight: 500;
}

section.compaire .top_block .text svg {
  margin-left: 20px;
}

section.compaire .top_block .text p {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 21px;
  margin-left: 20px;
  font-weight: 500;
  text-align: left;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.compare-table th,
.compare-table td {
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 24px;
}

.compare-table thead th {
  font-weight: bold;
  text-transform: uppercase;
}

.compare-table thead .blue {
  color: #00B8D9;
}

.compare-table tbody td:first-child {
  text-align: left;
  font-weight: bold;
}

.tabs__pane {
  display: none;
}

.tabs__pane.tabs__pane_show {
  display: block;
}


.projects {
  margin-top: 124px;
  position: relative;
}

.projects .container {
  position: relative;
}

.projects a {
  color: #0E0E11;
  text-decoration: none;
}

.projects h2 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
}

.projects .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
}

.button {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
}

.button svg {
  transition: all .45s;
}

.button:hover>svg {
  transition: all .45s;
  transform: rotate(45deg);
}

.button a {
  border-radius: 30px;
  border: 1px solid #717171;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #0E0E11;
  transition: all .45s;
}

.button:hover>a {
  border: 1px solid #00B8D9;
  transition: all .45s;
}

.button:hover>svg path {
  stroke: #00B8D9;
  transition: all .45s;
}

.projects .swiper-slide {
  display: flex;
  gap: 15px;
}

.projects .swiper-slide .left {
  width: 50%;
}

.projects .swiper-slide .right {
  width: 50%;
}


.projects .swiper-slide .title {
  margin-bottom: auto;
  font-weight: 300;
  font-size: 24px;
  margin-left: 37px;
  width: 50%;
  text-transform: uppercase;
}

.projects .swiper-slide .left {
  display: flex;
  flex-direction: column;
}

.projects .swiper-slide .right {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.projects .tabs {
  background: #5B646E;
  height: 277px;
  padding: 20px;
  color: #fff;
  width: 100%;
}

.projects .tabs .tabs__nav {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 25px;
}

.projects .tabs .tabs__nav a {
  font-weight: 300;
  font-size: 24px;
  padding: 5px 16px;
  color: #fff;
}

.projects .tabs .tabs__link.tabs__link_active {
  border-radius: 43px;
  border: 1px solid #fff;
}

.projects .tabs p {
  font-weight: 300;
  font-size: 16px;
}

.projects .swiper_btnnext,
.projects .swiper_btnprew {
  position: absolute;
}

.projects .swiper_btnnext {
  right: 30px;
  bottom: -29px;
}

.projects .swiper_btnprew {
  right: 80px;
  bottom: -30px;
}

.products-scroll {
  margin-top: 40px;
}

.products-scroll h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  gap: 25px;
  align-items: center;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.products-scroll h2::after {
  content: "";
  position: absolute;
  right: 0;
  width: 75%;
  height: 1px;
  background: #000;
}

.product-card .img {
  width: fit-content;
  margin: 52px 83px;
}

.product-card .info {
  width: calc(50% - 60px);
  display: flex;
  flex-direction: column;
}

.product-card {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #0E0E11;
}

.product-card:last-child {
  border-bottom: unset;
}

.product-card .info h3,
.product-card .info span {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card .info span {
  color: #00B8D9;
}

.product-card .info .num {
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 20px;
}

.product-card .info .desc {
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 26px;
  text-transform: uppercase;
  width: 55%;
}

section.calc {
  background-color: #5B646E;
  margin-bottom: 120px;
}

section.calc .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 6px;
}

section.calc h2 {
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
}

section.calc .title span {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.quantity-selector {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.calc_wrapper {
  display: flex;
  gap: 77px;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 47px;
}

.counter {
  background-color: transparent;
  border-radius: 10px;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.counter-item {
  background-color: transparent;
  padding: 15px;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  width: calc(50% - 10px);
}

.counter-item input {
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  /* Убираем стандартный вид */
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}

.counter-item input:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.counter-controls input {
  border: unset;
}

.counter-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  font-weight: 300;
}

.counter-controls {
  display: flex;
  align-items: center;
}

.counter-controls button {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  margin: 0 5px;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
}

.counter-input {
  width: 40px;
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  border: none;
  color: #fff;
  margin: 0 5px;
}

.counter-controls button:focus {
  outline: none;
}

.counter-controls button:hover {
  background-color: #3e4e59;
  color: #fff;
}



.counter-controls button:active {
  background-color: #2a343f;
  color: #fff;
}

.custom-select {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.custom_item {
  background-color: transparent;

  border-radius: 35px;
  position: absolute;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
}

.custom_item::placeholder {color:#999999 !important;}



.custom_item+.custom_item {
  top: 70px;
}

.select-header {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 18px;
  font-weight: 300;
}

.select-header .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  height: 23px;
}

.select-header.open .arrow {
  transform: rotate(180deg);
}

.select-options_wrap {
  padding-right: 23px;
  backdrop-filter: blur(6px);
  border-radius: 35px;
  position: relative;
  z-index: 1;
  background-color: #5B646EB5;
  /* padding-bottom: 20px; */
}

.select-options {
  max-height: 0;
  overflow-y: auto;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  width: 100%;
  padding: 0 20px;
  border-radius: 35px;
}

.select-options.check {
  opacity: 1;
  overflow-y: unset;
  margin-left: 40px;
}

.select-options::-webkit-scrollbar {
  width: 6px;
}

.select-options::-webkit-scrollbar-track {
  background: transparent;
}

.select-options::-webkit-scrollbar-thumb {
  background-color: #ffffff80;
  border-radius: 3px;
}

.select-options::-webkit-scrollbar-thumb:hover {
  background-color: #ffffffcc;
}

.select-options.show {
  max-height: 150px;
  /* подберите под реальный контент */
  opacity: 1;
}

.select-options label {
  display: block;
  padding: 8px 0;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.select-options.check label {
  border-bottom: unset;
  padding: 0;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.8px;
}

.select-options label:last-child {
  border-bottom: unset;
}

.select-options input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #FFFFFF99;
  border-radius: 4px;
  position: relative;
}

.select-options input[type="checkbox"]:checked {
  background-color: #00e0ff;
}


.select-options [type='checkbox'],
.select-options [type='radio'] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 0;
  -webkit-transition: 0.334s;
  transition: 0.334s;
  background: #f0f0f0;
}

.select-options [type='checkbox']:after,
.select-options [type='radio']:after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transition: 0.334s;
  transition: 0.334s;
  -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(0);
  transform: translate(-50%, -50%) rotate(180deg) scale(0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.select-options [type='checkbox']:checked:after,
.select-options [type='radio']:checked:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.select-options [type='checkbox'] {
  border-radius: 2px;
}

.select-options [type='checkbox']:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1665 3.47831C16.4746 3.17514 16.8934 3.00319 17.3311 3.00004C17.769 2.9969 18.1902 3.16282 18.5029 3.46154C18.8156 3.76026 18.9943 4.16749 18.9999 4.59423C19.0055 5.02097 18.8376 5.43253 18.5328 5.73896L9.71539 16.4841C9.56391 16.6431 9.38112 16.7707 9.17792 16.8593C8.97474 16.9479 8.75532 16.9956 8.53279 16.9997C8.31023 17.0038 8.08914 16.9641 7.88266 16.8831C7.6762 16.802 7.48859 16.6812 7.33108 16.5279L1.48502 10.8314C1.17436 10.5284 0.999895 10.1176 1 9.6892C1.00011 9.26082 1.17478 8.85004 1.48558 8.5472C1.79639 8.24436 2.21788 8.07431 2.65733 8.07441C3.09677 8.0745 3.51819 8.24477 3.82884 8.54775L8.53279 12.9419L16.1226 3.52874C16.1366 3.51141 16.1516 3.49493 16.1676 3.47941L16.1665 3.47831Z' fill='black'/%3E%3C/svg%3E%0A");
}

.select-options [type='radio'] {
  border-radius: 50%;
}

.select-options [type='radio']:after {
  background: #78b270;
  border-radius: 50%;
}

section.calc form {
  display: flex;
  margin-top: 20px;
  margin-bottom: 48px;
position: relative;
}

section.calc form .custom_item {
  position: relative;
  padding: 14px 24px;
  border-radius: 14px;
  max-width: 224px;
}

section.calc form .custom_item::placeholder {color: #999999 !important;}




section.calc form .custom_item+.custom_item {
  top: 0;
  margin-left: 16px;
}

section.calc form .custom_item::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

section.calc form .btn.feedback {
  white-space: nowrap;
  background: #fff;
  color: #5B646E !important;
  border: unset;
  display: flex;
  align-items: center;
cursor: pointer;
transition: all .45s;
}

section.calc form .btn.feedback:hover {
	transition: all .45s;
	color: #008295 !important;
}

section.calc form .select-options input[type="checkbox"]::before {
  content: '';
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #FFFFFF99;
  border-radius: 4px;
  position: relative;
  display: block;
  left: -20px;
  top: -1px;
}

section.calc .bottom {
  position: relative;
  padding-bottom: 14px;
  padding-top: 16px;
}

section.calc .bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  background-color: #fff;
  bottom: 0;
}

section.calc .bottom::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30%;
  background-color: #fff;
  top: 0;
  left: 20%;
}

section.calc .bottom .wrapper {
  display: flex;
  width: 100%;
}

section.calc .bottom .left {
  text-align: left;
  width: 40%;
  position: relative;
}

section.calc .bottom .left::after {
  content: "";
  position: absolute;
  height: 135%;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: -15px;
}

section.calc .bottom .left p {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #fff;
}

section.calc .bottom .left span {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

section.calc .bottom .right {
  text-align: right;
  width: 60%;
}

section.calc .bottom .right p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  width: 100%;
  margin-left: auto;
  font-weight: 200;
  letter-spacing: 0.8px;
}

section.about {
  width: 100%;
  height: 100%;
}

.intropage {
  background-color: #0E0E11;
}

footer {
  background-color: #5B646E;
  margin-top: 120px;
}

.block_footer_one {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 21px;
  margin-top: 24px;
}

.block_footer_one {
  display: flex;
  gap: 48px;
}

.block_footer_right {
  display: flex;
  flex-wrap: wrap;
}

.block_footer_left .button {
  display: flex;
  align-items: center;
}

.block_footer_left .button a {
  border-radius: 0;
  border: 0px solid transparent;
  padding: 0;
  font-size: 50px;
  font-weight: 600;
  text-decoration: none;
  color: #FFFFFF;
  transition: all .45s;
  text-transform: uppercase;
}

.block_footer_right .button a {
  padding: 11px 20px;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  width: 330px;
  text-transform: uppercase;
  margin: 3px 10px;
}

.block_footer_left .button:hover a {
  color: #008295;
}

.block_footer_right .button:hover a {
  color: #008295;
  border: 1px solid #717171;
}

.block_footer_two {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 24px;
  margin-top: 32px;
  position: relative;
}

.block_footer_two_wrapper {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.block_footer_two_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.block_footer_two_item a {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 24px;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all .45s;
}

.block_footer_two_item a:hover {
  color: #008295;
}

.block_footer_two_wrapper {
  display: flex;
  justify-content: space-between;
  width: 75%;
}

.border_mob_footer {
  display: none;
}

.desk_icon_svg_footer {
  display: block;
}

.desk_icon_svg_footer_mob {
  display: none;
}

.block_four_footer_right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.block_four_footer_right a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
}

.block_footer_three {
  display: flex;
  border-top: 1px solid #FFFFFF;
  justify-content: space-between;
  padding: 21px 20px 60px 20px;
}

.wrapper_politic {
  display: flex;
  align-items: center;
  padding: 0;
  width: 35%;
flex-direction: column;
    gap: 10px;
}

.footer_social_icons_wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
}

.footer_social_icons {
  display: flex;
  gap: 7px;
}

.wrapper_politic a {
  font-size: 16px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
}

.feedback_btn_footer {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
  background-color: #FFFFFF;
  color: #0E0E11 !important;
  border-radius: 43px;
  border: 1px solid #FFFFFF !important;
  font-weight: 300;
  font-size: 16px;
}

.feedback_btn_footer:hover {
  color: #FFFFFF !important;
  background-color: transparent;
}

.block_footer_four a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
}

.breadcrumbs {
  padding: 120px 0px 0px 0px;
  display: flex;
  gap: 8px;
}

.breadcrumbs a {
  font-size: 14px;
  color: #0E0E1199;
  opacity: 0.6;
  font-weight: 400;
}

.breadcrumbs a {
  font-size: 14px;
  color: #0E0E1199;
  opacity: 0.6;
  font-weight: 400;
  text-decoration: none;
	color: #0E0E1199 !important;
    text-shadow: unset;
}
.breadcrumbs p.separator {
  color: #00B8D9 !important;
  opacity: 1 !important;
}
.breadcrumbs p {
  font-size: 14px;
  color: #0E0E1199;
  opacity: 0.6;
  font-weight: 400;
  text-decoration: none;
color: #0E0E1199 !important;
    text-shadow: unset;
}



.breadcrumbs a:hover {
  color: #00B8D9;
}

h2.title_intropage {
  color: #0E0E11;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

.textpage_tabs_nav {
  display: flex;
  gap: 20px;
  padding: 0 39px 24px 39px;
}

.textpage_tabs_nav .tabs__link {
  padding: 10px 26px;
  text-decoration: none;
  color: #0E0E11;
  border-radius: 33px;
  border: 1px solid #0E0E11;
  transition: 0.3s ease;
}

.textpage_tabs_nav .tabs__link:hover {
  color: #FFFFFF;
  background-color: #00B8D9;
  border: 1px solid #00B8D9;
}

a.tabs__link.tabs__link_active {
  background-color: #00B8D9;
  border: 1px solid #00B8D9;
  color: #FFFFFF;
}

.wrapper_content_text_page {
  padding: 0 39px 24px 39px;
}

.wrapper_content_text_page h3 {
  font-size: 24px;
  color: #0E0E11;
  font-weight: 900;
  text-transform: uppercase;
}

.content_text {
  margin-top: 8px;
  width: 65%;
}

.content_text p {
  margin-top: 8px;
  color: #0E0E11;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.list-container li {
  margin-top: 8px;
  color: #0E0E11;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.wrapper_content_text_page h4 {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.list-container {
  margin: 0 auto;
  padding-left: 4px;
}

li {
  padding: 4px 0px;
  position: relative;
}

li:last-child {
  border-bottom: none;
}

li::before {
  content: "—";
  color: #007bff;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: -3px;
}

li span {
  padding-left: 20px;
  display: block;
  line-height: 1.4;
}

.content_text_with_link {
  margin-top: 60px;
}

.text_with_link {
  width: 50%;
}

.content_text.text_with_link p {
  margin-bottom: 18px;
}

.wrapper_text_with_subtitle h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
}

.wrapper_text_with_subtitle p {
  width: 50%;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(14, 14, 17, 0.2);
}

.content_text_with_link.wrapper_content_text_page {
  width: 100%;
}

.days_gone {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
}

.days_gone_project {
  padding-left: 0;
}

.days_gone p {
  font-size: 28px;
  line-height: 0.91;
}

.days_gone .day {
  font-size: 120px;
  color: #00B8D9;
  font-weight: 900;
  opacity: 0.3;
  line-height: 0.7;
}

.text_diller {
  display: flex;
  margin-top: 80px;
  gap: 36px;
}

.title_text_diller {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  color: #0E0E11;
  opacity: 0.2;
}

.title_text_diller:hover {
  cursor: pointer;
  opacity: 1;
}

.title_text_diller:hover p {
  text-transform: uppercase;
  color: #0E0E11;
  font-size: 36px;
  font-weight: 900;
}

.title_text_diller.active span {
  color: #00B8D9;
  opacity: 0.3;
}

.title_text_diller.active {
  cursor: pointer;
  opacity: 1;
}

.title_text_diller.active p {
  text-transform: uppercase;
  color: #0E0E11;
  font-size: 36px;
  font-weight: 900;
}

.title_text_diller:hover span {
  color: #00B8D9;
  opacity: 0.3;
}


.block_left_text_diller {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.right_title_text_diller {
  margin-top: 30px;
  display: none;
}

.right_title_text_diller.active {
  display: block;
}

.block_right_text_diller {
  border-top: 1px solid rgba(91, 100, 110, 0.4);
  margin-top: 20px;
}

.right_title_text_diller p {
  font-weight: 300;
  font-size: 20px;
}

.right_title_text_diller h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.baner_text_page {
  background-color: #5B646E;
}

.title_banner_page {
  padding: 32px 39px 0px 39px;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
}

.banner_text {
  padding: 0 43px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 45%;
}

.accordion_item {
  width: 85%;
  border-bottom: 1px solid rgba(91, 100, 110, 0.4);
  border-top: 1px solid rgba(91, 100, 110, 0.4);
}

.accordion_header {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.accordion_header:hover {
  cursor: pointer;
}

.accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.3s ease, margin 0.5s ease-in-out;
  background-color: white;
  margin-bottom: 18px;
}

.accordion_content.active {
  max-height: 400px;
  margin-bottom: 36px;
}

.vector_arrow svg {
  transition: transform 0.4s ease;
}

.accordion_header.active .vector_arrow svg {
  transform: rotate(180deg);
}

.accordion_header.active .vector_arrow svg path {
  stroke: #00B8D9;
}

.accordion_header h3 {
  font-size: 30px;
  opacity: 0.2;
}

.accordion_header.active h3 {
  opacity: 1;
}

p.accordion_subtitle {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  padding-top: 4px;
}

.accordion_header .accordion_title span {
  transition: max-height 0.5s ease-in-out, padding 0.3s ease;
}

.accordion_header.active .accordion_title span {
  color: #00B8D9;
}

.vector_arrow {
  display: flex;
  align-items: center;
  padding-right: 18px;
}

.accordion_content ul {
  padding-top: 18px;
}

.accordion_content ul li {
  padding: 4px 14px;
  font-weight: 300;
  font-size: 16px;
}

.title_banner_white_page {
  padding: 32px 0px 10px 0px;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0E0E11;
  width: 100%;
}

.banner_white_text {
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #0E0E11;
  width: 45%;
}

.baner_white_text_page {
  margin-top: 80px;
}

.accordion_wrapper {
  margin-top: 80px;
}

.accordion_item:not(:first-child) {
  border-top: none;
  /* Убираем верхнюю границу у всех, кроме первого */
}

.content_text_with_link.wrapper_content_project_page {
  width: 100%;
}

.wrapper_project_text_with_subtitle {
  width: 80%;
}

.wrapper_project_text_with_subtitle h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
}

.wrapper_project_text_with_subtitle p {
  width: 100%;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(14, 14, 17, 0.2);
}

.content_text_project h3 {
  width: 100%;
}

.content_text_project {
  display: flex;
  margin-bottom: 120px;
}

.content_text_project_with_images_left {
  width: 50%;
  padding-top: 50px;
}

.content_text_project_with_images_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.content_text_with_link_left:nth-child(even),
.content_text_project:nth-child(even) {
  flex-direction: row-reverse;
  /* Зеркалирование порядка для каждого второго элемента */
}

.content_text_with_link_left:nth-child(even),
.content_text_project:nth-child(even) .image_mini_project_item {
  display: flex;
  justify-content: flex-start;
  margin-left: 24px;
}

.content_text_with_link_left:nth-child(even),
.content_text_project:nth-child(even) .image_project_item_centr {
  justify-content: center;
}

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

.image_project_item_centr {
  display: flex;
  justify-content: end;
}

.image_project_item {
  display: flex;
  justify-content: start;
}

.project_tabs_nav {
  padding: 0 39px 0px 39px;
}

.project_text_page {
  margin-top: 38px;
}

h2.title_intropage_dealers {
  font-size: 54px;
}

.title_intropage_dealers span {
  color: #00B8D9;
}

.subtitle_intropage_dealers {
  font-size: 36px;
  color: #00B8D9;
  text-transform: lowercase;
  font-weight: 300;
  padding: 0 70px;
}

.window_big_image_up_block {
  position: absolute;
  top: 4%;
  right: 0;
  z-index: -1;
}

.wrapper_conditions_dealers {
  padding: 0 39px;
  margin-top: 54px;
  position: relative;
  margin-bottom: 160px;
}

.wrapper_conditions_dealers .swiper-slide {
  transition: opacity 0.5s ease;
}

.wrapper_conditions_dealers .swiper-slide-active {
  opacity: 1;
}

.wrapper_conditions_dealers .swiper-slide-next {
  opacity: 0.5;
}

.wrapper_conditions_dealers .swiper-slide-next+.swiper-slide {
  opacity: 0.2;
}

.conditions_dealers_item {
  height: 110px;
  display: flex;
  flex-direction: column;
}

.title_condition_item {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.text_condition_item {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.right_title_text_dealers_page h4 {
  font-family: 'Roboto Condensed', sans-serif;
}

.wrapper_conditions_dealers .swiper-pagination {
  bottom: -45% !important;
  left: 35px !important;
  width: fit-content !important;
}

.wrapper_conditions_dealers .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00B8D9;
}

.wrapper_conditions_dealers .swiper-pagination-bullet {
  background: #CFCFCF;
  width: 10px;
  height: 10px;
}

.form_feedback_clients_title {
  font-size: 40px;
  color: #0E0E11;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 0;
  border-top: 1px solid #0E0E11;
}

.form_feedback_clients_inputs_wrapper {
  display: flex;
  gap: 14px;
  border-top: 1px solid;
  padding: 20px 0;
}

.form_feedback_clients_inputs_down_wrapper {
  display: flex;
  gap: 16px;
  border-top: 1px solid;
  padding: 20px 0;
}


.form_feedback_clients_inputs_wrapper .custom_item_input {
  position: relative;
  padding: 14px 24px;
  border-radius: 14px;
  max-width: 224px;
  border: 1px solid #5B646E;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
	color: #5B646E !important;
}

.form_feedback_clients_inputs_down_wrapper .custom_item_input {
  position: relative;
  padding: 0;
  border-radius: 14px;
  max-width: 224px;
  border: 1px solid #5B646E;
  color: #5B646E;
}

.custom_item_input .select-header {
  padding: 11px 0 9px 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  justify-content: space-around;
}

.custom_item_input .select-options_wrap {
  background-color: transparent;
}

.custom_item_input+.custom_item_input {
  top: 0px;
}

.name_company_input {
  max-width: 275px !important;
  padding: 14px 24px !important;
  top: 7.8% !important;
  left: 17.4% !important;
}

.form_feedback_clients_politic_info {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qoute {
  width: 318px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.wrapper_submit_politic {
  display: flex;
  align-items: stretch;
  position: relative;
}

.wrapper_submit_politic .select-options.check label {
  color: #0E0E11;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.wrapper_submit_politic .btn.feedback {
  width: 262px;
  padding: 14px 35px;
  color: #00B8D9;
  border: 1px solid;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}

.wrapper_submit_politic .btn.feedback:hover {
  width: 262px;
  padding: 14px 35px;
  color: white;
  background-color: #00B8D9;
}

.wrapper_submit_politic .select-options input[type="checkbox"]::before {
  content: '';
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #0E0E11;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #0E0E11;
  border-radius: 4px;
  position: relative;
  display: block;
  left: -20px;
  top: -1px;
}

.wrapper_submit_politic img {
  position: absolute;
  z-index: -1;
}

.input_option_region {
  position: absolute !important;
}

a.btn.feedback:hover {
  border: 1px solid #00B8D9;
}

.form_feedback_clients_wrapper {
  margin-top: 158px;
  padding: 0px 15px;
}

.name_company_input_mob {
  display: none;
}

/* Стили для скролла */
.custom_item_input .select-options_wrap::-webkit-scrollbar {
  width: 4px;
  /* Ширина скроллбара */
}

.custom_item_input .select-options_wrap::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет фона дорожки */
  border-radius: 4px;
}

.custom_item_input .select-options_wrap::-webkit-scrollbar-thumb {
  background: #00B8D9;
  /* Цвет ползунка */
  border-radius: 4px;
}

.custom_item_input .select-options_wrap::-webkit-scrollbar-thumb:hover {
  background: #0E0E11;
  /* Цвет ползунка при наведении */
}

/* Поддержка Firefox */
.custom_item_input .select-options_wrap {
  scrollbar-width: thin;
  /* Тонкий скроллбар */
  scrollbar-color: #00B8D9 transparent;
  /* Цвет ползунка и фона */
  padding-right: 12px;
}


.custom_item_input .select-options_wrap .select-options {
  padding: 0 12px;
}

.btn_feedback_mob {
  display: none;
}

.cards_production_wrapper {
  padding: 0 39px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 21px;
  margin-top: 55px;
}

p.main_card_title {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-weight: 900;
}


p.sub_card_title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  margin-bottom: 28px;
}

.card_title {
  padding: 24px 32px;
}

.cards_production img {
  width: 560px;
}

.map_contact {
  position: relative;
  right: 5%;
}

img.frame_contact_wrapper {
  position: absolute;
  z-index: -1;
}

img.frame_contact_wrapper {
  position: absolute;
  z-index: -1;
  top: -12px;
  left: -34px;
}

.contact_info_wrapper {
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 70px;
  align-items: center;
}

.contact_info_item_wrapper {
  display: flex;
  flex-direction: column;
}

.contact_info_title {
  font-size: 24px;
  font-weight: 600;
  color: #0E0E11;
  margin-bottom: 8px;
}

a.contact_info_item,
.contact_info_item {
  font-family: 'Open Sans';
  text-decoration: none;
  color: #0E0E11;

  font-weight: 300;
  font-size: 16px;

}

.contact_info {
  margin-bottom: 20px;
}

.form_contact {
  margin-top: 158px;
}

.title_form_contact {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  color: #5B646E;
  border-top: 2px solid rgba(91, 100, 110, 0.5);
}

.subtitle_form_contact {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #5B646E;
  text-align: end;
  border-top: 2px solid rgba(91, 100, 110, 0.5);
}

.image_project_item img {
  width: 378px;
  height: 213px;
}

.image_project_item_centr img {
  width: 378px;
  height: 213px;
}

.contact_input_item {
  position: relative;
  top: 0 !important;
  width: fit-content;
}

.inputs_wrapper_contact {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.inputs_wrapper_contact .messages{
	display:flex;
	flex-basis:100%;
	padding-bottom:10px;
}

.inputs_wrapper_contact {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid rgba(91, 100, 110, 0.5);
  padding-top: 20px;
}

.box_contact label input[type="checkbox"]::before {
  border: 1px solid #5B646E99 !important;
  background-color: #5B646E99 !important;
}

input.custom_item.contact_input_item {
  padding: 15px 24px;
  border: 1px solid #5B646E;
  border-radius: 14px;
}

.contact_input_item {
  /*color: #5B646E;*/
}

.contact_input_item:focus-visible {
  border: 1px solid #5B646E !important;
}

.input_conntact_wrapper {
  display: flex;
  gap: 16px;
}

.bottom_wrapper_block {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.top_block_wholesale .container .breadcrumbs a,
.top_block_wholesale .container .breadcrumbs p,
.top_block_wholesale .container .breadcrumbs p.separator  {
  color: #FFFFFF99 !important;
}

.top_block_wholesale .container .breadcrumbs a:hover {
  color: #00B8D9 !important;
}

.container_top_block_wholesale {

}

.top_block_wholesale {
  height: 695px;
  background-repeat: no-repeat;
  background-size: cover;
}

.title_top_block_wholesale {
  font-size: 90px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}

.subtitle_top_block_wholesale {
  font-size: 35px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
}

section.top_block_wholesale::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 695px;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity (0.5) for darkness level */
  z-index: 0;
}

.text_top_block_wholesale {
  position: relative;
  bottom: -40%;
}

.first_line_wholesale,
.second_line_wholesale {
  font-size: 24px;
}

.benefits_wholesale {
  margin-top: 50px;
}

.form_wholesale {
  margin-top: 140px;
  height: 426px;
  background-position: center;
}

.form_wholesale {
  position: relative;
}

.form_wholesale_title {
  color: #00B8D9;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
}

.form_wholesale_subtitle {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0E0E11;
  padding-bottom: 20px;
}

.form_wholesale_big_text {
  font-size: 24px;
  font-weight: 300;
  color: #0E0E11;
}

.form_wholesale_little_text {
  font-size: 16px;
  font-weight: 300;
  color: #0E0E11;
}

input.form_wholesale_input_item {
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #00B8D9;
  border-radius: 14px;
}

.form_wholesale {
  background-size: contain;
  background-repeat: no-repeat;
}

.form_wholesale_wrapper_content {
  max-width: 840px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  padding-top: 115px;
  align-items: center;
}

.left_block_form_wholesale {
  width: 100%;
}

.right_block_form_wholesale {
  max-width: 252px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feedback_wholesale {
  padding: 15px 25px !important;
  border: 1px solid #00B8D9 !important;
  border-radius: 30px;
  background-color: #00B8D9;
  color: white;
  text-align: center;
}

/* Скрываем стандартный input */
#avatar {
    display: none;
}

/* Кастомная кнопка */
.custom-file-upload {
    display: inline-block;
    padding: 13px 25px;
    color: rgba(14, 14, 17, 0.5);
    border: 1px solid #00B8D9;
    border-radius: 14px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease; /* Плавная анимация */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform-style: preserve-3d;
}

.arrow_svg {
  vertical-align: middle;
  transition: transform 0.3s ease, fill 0.3s ease; /* Плавный переход */
}

/* Состояние при наведении */
.custom-file-upload:hover .arrow_svg {
  transform: rotateY(-180deg); /* Поворот на 180 градусов (вверх) */
}

/* Состояние при нажатии */
.custom-file-upload:active {
    transform: translateY(1px); /* Легкое вдавливание */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Метка для триггера input */
.custom-file-upload-label {
    position: relative;
    display: inline-block;
}

.custom-file-upload-label input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.wrapper_submit_politic_wholesale {
  max-height: 44px;
}

.box_contact_wholesale {
  max-height: 44px;
  display: flex;
  align-items: center;
  margin-left: 38px !important;
  justify-content: center;
  flex-direction: column;
  padding-top: 50px;
}
.box_contact_wholesale label {
  width: 437px;
  font-size: 13px !important;
}

.wholesale_main_title h1 {
  font-size: 36px;
}

.wholesale_main_title h1 span {
  color: #00B8D9;
  font-size: 36px;
}

.wholesale_main_title {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.line_border_wholesale_main_title {
  border-top: 1px solid black;
  width: 50%;
}

.work_process_wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: 478px;
}

.work_process {
    margin-top: 120px;
}

.work_process_stage {
  display: flex;
  justify-content: space-evenly;
  padding-top: 205px;
}

.title_stage_item {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.text_stage_item {
  font-family: 'Open Sans';
  font-weight: 300;
} 

.work_process_stage_item {
  padding: 0px;
  width: 164px;
}

section.section_work_process_wrapper {
  position: relative;
}

.work_process_main_title_desc h1 {
  font-size: 36px;
  text-transform: uppercase;
  position: absolute;
  top: 12%;
  padding-left: 70px;
}

.work_process_main_title_mob h1 {
  display: none;
  font-size: 36px;
  text-transform: uppercase;
  position: absolute;
  top: 32%;
  left: 6%;
}

.work_cooperation_wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 52px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  border-left: 1px solid #00B8D9;
}

.work_cooperation_title {
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 28px;
}

.work_cooperation_item_wrapper {
  display: flex;
  justify-content: space-between;
}

.work_cooperation_item_title {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
}

.work_cooperation_item_text p {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 300;
}

.work_cooperation_item {
  width: 330px;
}

.more_details_cooperation {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
}

.more_details_cooperation p {
  color: #00B8D9;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 400;
}

.contact_input_item.input_wholesale[name="name"]::placeholder,
.contact_input_item.input_wholesale[name="phone"]::placeholder {
     color: #fff !important;
}

/* Адаптация */
@media (max-width: 1450px) {
  .name_company_input {
    left: 18.4% !important;
  }
}

@media (max-width: 1350px) {
  .block_footer_two_wrapper {
    width: 80%;
  }

  .name_company_input {
    left: 19% !important;
  }
}

@media (max-width: 1320px) {
  .name_company_input {
    left: 20% !important;
  }
}

@media (max-width: 1280px) {
  .name_company_input {
    left: 22% !important;
  }
  .form_wholesale {
    background-size: cover;
    background-repeat: no-repeat;
}
  .work_process {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .work_process_wrapper {
    max-width: 1280px;
    width: 1280px;
  }
  .work_process_main_title_mob h1 {
    display: block;
  }
  .work_process_main_title_desc {
    display: none;
  }
}
@media (max-width: 1268px) {
  .cards_production_wrapper {
    width: 100%;
  }

  .cards_production {
    width: calc(50% - 12px);
  }

  .cards_production img {
    width: 100%;
  }
}
@media (max-width: 1230px) {
  .inputs_wrapper_contact {
    flex-direction: column;
    gap: 20px;
  }
  .box_contact {
    margin-left: 38px !important;
  }
  .arrow_svg {
    display: none;
  }
  .select-options.check {
    opacity: 1;
    overflow-y: unset;
    margin-left: -20px !important;
  }
}
@media (max-width: 1215px) {
  .content_text {
    width: 100%;
  }

  .banner_text {
    width: 65%;
  }

  .text_with_link {
    width: 50%;
  }

  .accordion_item {
    width: 100%;
  }
  .form_wholesale_wrapper_content {
      padding-top: 10.2vw;
  }
}

@media (max-width: 1200px) {
  .wrapper_submit_politic {
    width: 100%;
  }

  .form_feedback_clients_politic_info {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .name_company_input {
    left: 30% !important;
  }

}

@media (max-width: 1150px) {
  .block_footer_right .button a {
    margin: 3px 3px;
  }

  .block_footer_one {
    gap: 20px;
  }

  .wrapper_politic {
    width: 25%;
    justify-content: center;
  }

  .block_footer_two_wrapper {
    width: 100%;
  }

  .image_mini_project_item {
    margin-left: 20px;
    justify-content: flex-start;
  }

  .card_title {
    padding: 12px;
  }
  .bottom_wrapper_block img {
      display: none;
  }
  .work_cooperation_item_wrapper {
      flex-direction: column;
      gap: 20px;
  }
  .work_cooperation_item_title {
      padding-bottom: 10px;
  }

}

@media (max-width: 1100px) {
  .block_left_text_diller {
    width: 40%;
  }

  .banner_white_text {
    width: 75%;
  }
  .form_wholesale_wrapper_content {
      padding-top: 11.2vw;
  }
}

@media (max-width: 1024px) {
  .burger {
    display: flex;
  }
	.block_four_footer_right {
		justify-content: space-between;
		margin-bottom: 20px;
	}
  .contact-info span,
  .social-icons,
  .btn.feedback {
    display: none;
  }

  .block_footer_one {
    flex-direction: column;
  }

  .block_footer_right .button a {
    margin: 0;
  }

  .block_footer_right {
    gap: 6px;
  }

  .block_footer_two_wrapper {
    width: 100%;
  }

  .btn.feedback.feedback_btn_footer {
    display: block;
  }
	.btn.feedback.btn_feedback_mob.feedback_btn_footer {display: none;}

  .block_footer_three {
    flex-direction: column;
  }

  .wrapper_politic {
    width: 100%;
    justify-content: start;
  }

  .accordion_header h3 {
    font-size: 24px;
  }

  .content_text_with_link.wrapper_content_text_page {
    width: 100%;
  }

  .wrapper_text_with_subtitle p {
    width: 80%;
  }

  .wrapper_submit_politic .btn.feedback {
    display: block;
  }

  .window_big_image_up_block {
    width: 40%;
  }
  .contact_info_wrapper {
      flex-direction: column;
  }

  .map_contact {
    right: 0%;
    margin-top: 40px;
  }
  .block_info {
      width: 100%;
  }
  .block_info {
      width: 100%;
      text-align: center;
  }
  .form_wholesale_wrapper_content {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
  }
  .box_contact_wholesale {
    align-items: flex-start;
  }
  .feedback_wholesale {
    display: block !important;
  }
  .form_wholesale_title {
    font-size: 30px;
  }
  .form_wholesale_subtitle {
    font-size: 24px;
  }
  .form_wholesale_big_text {
    font-size: 24px;
  }
  .form_wholesale_little_text {
    font-size: 16px;
  }
  input.form_wholesale_input_item {
    padding: 15px 25px;
  }
  .custom-file-upload {
    padding: 15px !important;
  }
  .feedback_wholesale {
    padding: 15px !important;
  }
  .form_wholesale_wrapper_content {
    max-width: 90%;
  }
  .right_block_form_wholesale {
      max-width: 252px;
  }
  .form_wholesale_wrapper_content {
      padding-top: 0px;
  }
  .form_wholesale {
    background-image: none !important;
  }
  .frame_background {

  }
  .box_contact_wholesale {
      padding-top: 25px;
  }
}

@media (max-width: 1000px) {
  .content_text_project {
    flex-direction: column;
    gap: 40px;
  }

  .content_text_project_with_images_left {
    width: 100%;
    padding-top: 0px;
  }

  .wrapper_project_text_with_subtitle {
    width: 100%;
  }

  .content_text_project_with_images_right {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    /* Скрываем скроллбар в Firefox, если не нужен */
    scrollbar-color: #00B8D9 #f0f0f0;
    /* Цвет скроллбара в Firefox */
  }

  .image_mini_project_item {
    margin-left: 0px;
  }

  .image_project_item_centr {
    justify-content: flex-start;
  }

  .image_project_item {
    justify-content: flex-start;
  }

  .content_text_project_with_images_right::-webkit-scrollbar {
    height: 8px;
    /* Высота скроллбара в Webkit (Chrome, Safari) */
  }

  .content_text_project_with_images_right::-webkit-scrollbar-track {
    background: #f0f0f0;
    /* Цвет фона трека */
  }

  .content_text_project_with_images_right::-webkit-scrollbar-thumb {
    background-color: #00B8D9;
    /* Цвет ползунка */
    border-radius: 4px;
    /* Скругление краёв */
  }

  .content_text_with_link_left:nth-child(even),
  .content_text_project:nth-child(even) .image_mini_project_item {
    justify-content: flex-start;
    margin-left: 0px;
    flex-direction: column;
  }
}

@media (max-width: 985px) {
  .text_diller {
    flex-direction: column;
    gap: 0px;
  }

  .block_left_text_diller {
    width: 100%;
  }

  .text_with_link {
    width: 80%;
  }

  .wrapper_text_with_subtitle p {
    width: 90%;
  }

  .window_big_image_up_block {
    display: none;
  }
}

@media (max-width: 950px) {
  .textpage_tabs_nav {
    flex-wrap: wrap;
  }

  .textpage_tabs_nav .tabs__link {
    width: 234px;
    text-align: center;
  }

  .banner_text {
    width: 85%;
  }
}

@media (max-width: 901px) {
  .cards_production {
    width: 100%;
  }
}

@media (max-width: 853px) {
  .wrapper_submit_politic .btn.feedback {
    display: none;
  }

  .wrapper_submit_politic {
    height: 85px;
  }

    .select-options.check {
        width: 100%;
    }

  .wrapper_submit_politic img {
    display: none;
  }

  .name_company_input {
    display: none;
  }

  .form_feedback_clients_inputs_wrapper .custom_item_input {
    max-width: 100%;
  }

  .form_feedback_clients_inputs_wrapper {
    flex-direction: column;
  }

  .name_company_input_mob {
    display: block;
  }

  .input_option_region {
    position: relative !important;
  }

  .custom_item_input .select-header {
    padding: 11px 24px 9px 24px;
    justify-content: space-between;
  }

  .form_feedback_clients_inputs_down_wrapper .custom_item_input {
    max-width: 100%;
  }

  .select-options.check {
    margin-left: 0px;
  }

  .btn_feedback_mob {
    display: block !important;
    width: 262px;
    padding: 14px 35px;
    color: white;
    border: 1px solid;
    background-color: #00B8D9;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
  }

  .form_feedback_clients_title {
    font-size: 30px;
  }
}

@media (max-width: 830px) {
  .block_footer_two_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .block_footer_two_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .wholesale_main_title {
      align-items: flex-start;
      flex-direction: column;
  }

  .line_border_wholesale_main_title {
    width: 70%;
  }
}

@media (max-width: 720px) {
  .block_footer_four {
    display: flex;
    border-top: 1px solid #FFFFFF;
    justify-content: space-between;
    padding: 24px 20px 38px 20px;
  }

  .block_four_footer_right {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }

  .block_footer_three {
    gap: 20px;
  }

  .banner_text {
    width: 100%;
  }
  .map_contact iframe {
      width: 100%;
  }
  img.frame_contact_wrapper {
    display: none;
  }
  .map_contact {
    width: 100%;
  }
}

@media (max-width: 660px) {
  .title_top_block_wholesale {
    font-size: 50px;
  }
}

@media (max-width: 550px) {
  .block_footer_two {
    border-top: 0px solid #FFFFFF;
    padding: 32px 20px 20px 20px;
    margin-top: 32px;
  }

  .border_mob_footer {
    display: block;
    position: absolute;
    width: 216px;
    top: 0;
    right: 0;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.4;
  }

  .block_footer_left .button a {
    font-size: 28px;
  }

  .desk_icon_svg_footer {
    display: none;
  }

  .desk_icon_svg_footer_mob {
    display: block;
  }

  .block_footer_right .button {
    width: 100%;
  }

  .block_footer_right .button a {
    margin: 3px 3px;
    font-size: 20px;
  }

  .block_footer_two_item a {
    font-size: 20px;
  }

  .container {
    padding: 16px 20px;
  }

  .footer_social_icons {
    display: flex;
    gap: 12px;
  }

  .banner_text {
    padding: 0px;
  }

  .title_banner_page {
    padding: 32px 0px 0px 0px;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .wrapper_content_text_page {
    padding: 0 20px 24px 20px;
  }

  .container {
    padding: 15px 15px;
  }

  .textpage_tabs_nav {
    padding: 0 20px 24px 20px;
    justify-content: center;
  }

  .accordion_header h3 {
    font-size: 18px;
  }

  .right_title_text_diller p {
    font-size: 18px;
  }

  .right_title_text_diller h4 {
    font-size: 20px;
  }

  .title_text_diller_two_colors p {
    font-size: 28px;
  }

  .title_text_diller {
    font-size: 28px;
  }

  .wrapper_content_text_page h3 {
    font-size: 20px;
  }

  .wrapper_text_with_subtitle h4 {
    font-size: 20px;
  }

  .banner_text {
    font-size: 18px;
  }

  .title_banner_white_page {
    font-size: 28px;
  }

  .banner_white_text {
    font-size: 18px;
    width: 100%;
  }

  .wrapper_content_text_page {
    padding: 0 10px 24px 10px;
  }

  h2.title_intropage {
    font-size: 28px;
    text-align: center;
  }

  .form_feedback_clients_title {
    font-size: 28px;
  }

  .qoute {
    width: 300px;
  }

  .subtitle_intropage_dealers {
    font-size: 25px;
    padding: 0px;
    text-align: center;
  }

  .title-block {
    padding: 0px;
  }

  .wrapper_conditions_dealers {
    padding: 0px 10px;
  }

  .title_condition_item {
    font-size: 20px;

  }

  .text_condition_item {
    font-size: 18px;
  }

  .title_form_contact {
      font-size: 42px;
  }

  .subtitle_form_contact {
      font-size: 22px;
      text-align: start;
  }
  .form_contact {
      margin-top: 50px;
  }
  .top_block_wholesale {
    height: 530px;
  }
  section.top_block_wholesale::before {
    height: 530px;
  }
  .text_top_block_wholesale {
    bottom: -32%;
  }
  .box_contact {
      margin-left: 20px !important;
  }
  .box_contact_wholesale {
      padding-top: 50px;
  }
  .box_contact_wholesale label {
      width: fit-content;
      font-size: 10px !important;
  }
    .work_cooperation_wrapper {
      padding: 20px;
  }
  .benefits .first_line {
      font-size: 18px;
  }
  .benefits .second_line {
      font-size: 13px;
      margin-left: 10px;
  }
}

@media (max-width: 536px) {
  .form_feedback_clients_wrapper {
    padding: 0px;
  }

  .btn_feedback_mob {
    margin-top: 40px;
  }

  .wrapper_submit_politic .select-options.check label {
    margin-bottom: 10px;
  }
  .title_top_block_wholesale {
    font-size: 45px;
  }
  .subtitle_top_block_wholesale {
    font-size: 20px;
  }
  .form_wholesale_title {
      font-size: 29px;
      padding-bottom: 12px;
  }
  .form_wholesale_subtitle {
      font-size: 21px;
  }
}

@media (max-width: 500px) {
  .cards_production_wrapper {
    padding: 0;
  }

  p.main_card_title {
    font-size: 20px;
  }

  p.sub_card_title {
    font-size: 18px;
  }
  .wrapper_submit_politic {
      margin-top: 25px;
  }
  .form_wholesale {
      margin-top: 70px;
      height: fit-content;
      margin-bottom: 70px;
  }
  .line_border_wholesale_main_title {
    width: 100%;
  }
  .wholesale_main_title h1,
  .wholesale_main_title h1 span {
      font-size: 30px;
  } 
	.contact-info {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
}
@media (max-width: 450px) {
    .input_conntact_wrapper {
      flex-direction: column;
  }
    input.custom_item.contact_input_item {
      width: 100%;
  }
  .wrapper_submit_politic {
        height: 45px;
    }
}
@media (max-width: 370px) {
  .block_footer_two_item .button {
    width: 100%;
  }

  .block_footer_right .button a {
    width: 100%;
    margin: 3px 3px;
  }

  .block_footer_right .button a {
    width: 100%;
  }

  .block_footer_three {
    padding: 24px 20px 20px 20px;
  }

  .block_four_footer_right {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .work_cooperation_item {
      width: 320px;
  }

}

/* from index.html */
            @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
    section.about {
    width: 100%;
    height: 100%;
    position: relative;
    }

    .benefits {
        margin-top: 20px;
    }
    .top_block {
        height: 854px;
    }
    section.calc {
        position: relative;
        padding-bottom: 120px;
        margin-bottom: 0;
    }
    section.about img {
    width: 100%;
    margin-bottom: 32px;
    }

    section.about .container {
    position: relative;
    }

    section.about .container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 624px;
    height: 366px;
    background-image: url(/upload/img/back_cooperation.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    }

    section.about .wrapper {
    width: 55%;
    padding: 30px;
    padding-left: 56px;
    border-left: 1px solid #00B8D9;
    display: flex;
    flex-direction: column;
    gap: 20px;
    }

    section.about h2 {
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    }

    section.about p {
    text-transform: uppercase;
    font-size: 20px;
    }
    section.letters {
        margin-top: 120px;
    }

    section.letters .container {
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: start;
        gap: 64px;
    }

    section.letters .letter-flex {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    section.letters .letter-flex p {
        margin: 0;
        color: #0E0E11;
        font-family: Roboto Condensed;
        font-weight: 300;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    section.letters .container .right {
        display: flex;
        flex-direction: column;
        align-items: start;
        position: relative;
		max-width: 350px;
    }

    section.letters .container .right .letter_title {
        font-family: Roboto Condensed;
        font-weight: 900;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #0E0E11;
        margin-bottom: 25px;
    }

    section.letters .container .right .swiper-button-prev.letters {
        top: 316px;
        transform: rotate(180deg);
    }

    section.letters .container .right .swiper-button-next.letters {
        top: 316px;
        left: 70px;
    }
    section.letters .right .tabs__nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    section.letters .right .tabs__link {
        border: 1px solid #000;
        border-radius: 50px;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        color: #000;
    }

    section.letters .right .tabs__link.tabs__link_active {
        color: #fff;
    }
    .swiper-button-next svg path,
    .swiper-button-prev svg path {
        stroke: #5B646E;
        transition: 0.45s ease all;
    }

    .swiper-button-next svg:hover path,
    .swiper-button-prev svg:hover path {
        stroke: #00B8D9;
        transition: 0.45s ease all;
    }

    .swiper-button-prev.letters::after,
    .swiper-button-next.letters::after {
        display: none;
    }

    section.useful {
        margin-top: 120px;
    }

    section.useful .container {
        overflow: hidden;
    }
    section.useful .title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 62px;
    }
    section.useful h2 {
        font-weight: 900;
        font-size: 36px;
        text-transform: uppercase;
    }
    a {
        text-decoration: none;
        color: #000;
    }

    /* section.useful .useful_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    } */

    section.useful .useful_item {
        width: calc(33% - 27px);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    section.useful .useful_item img {
        width: 100%;
        height: 100%;
    }

    section.useful .useful_item p {
        font-size: 24px;
        font-weight: 300;
        padding: 0 24px;
        color:#000;
    }
    section.feedback {
        background-color: #5B646E;
        margin-top: 120px;
    }
    section.feedback .form_contact {
        margin: 40px 0 66px 0;
    }

    section.feedback .title_form_contact, section.feedback .subtitle_form_contact, section.feedback .inputs_wrapper_contact{
        border-top: 2px solid #fff;
        color: #fff;
    }

    section.feedback input.custom_item.contact_input_item{
        border: 1px solid #fff;
    }

    section.feedback .wrapper_submit_politic .select-options.check label{
        color: #fff;
    }

    section.feedback .qoute{
        color: #fff;
    }
    .projects .swiper-slide .right img {
        height: 214px;
        object-fit: cover;
    }
    .projects .swiper-slide .right img:nth-child(1), .projects .swiper-slide .right img:nth-child(4) {
        max-width: 280px;
        width: 100%;
    }
    .projects .swiper-slide .right img:nth-child(2), .projects .swiper-slide .right img:nth-child(3) {
        max-width: 378px;
        width: 100%;
    }
    .projects .swiper-slide .title {
        padding-bottom: 15px;
    }
    .cmp-table {
        display: none;
        width: 100%;
        border-collapse: collapse;
    }
    .cmp-table th,
    .cmp-table td {
        border-bottom: 1px solid #cfd6dc;
        padding: 14px 16px;
        vertical-align: top;
        line-height: 1.25;
    }
    .cmp-table thead th {
        border-bottom: 1px solid #cfd6dc;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 20px;
		text-align: left;
    }
    .cmp-table thead th:first-child { color: #11a8d6; border-right: 1px solid #cfd6dc;} /* алюминий — голубой */
    .cmp-sec { /* заголовки разделов слева на всю ширину */
        font-weight: 800;
        text-transform: uppercase;
        padding-top: 18px;
        padding-bottom: 10px;
        background: #fff;
    }
	.cmp-table .val:first-child {border-right: 1px solid #cfd6dc;}
    .cmp-table .label { color:#444; font-weight:700; text-transform:uppercase; }
    .cmp-table .val { color:#111; font-weight:300; }
    .product-card{min-height: 377px;}
    .product-card {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.product-card.active {
  transform: scale(1);
  opacity: 1;
}
.product-card:not(.active) {
  transform: scale(1);
  opacity: 1;
}
.pin-spacer {
    background-color: #fff;
}

    @media(max-width: 1410px) {
        .projects .swiper-slide .right img:nth-child(1), .projects .swiper-slide .right img:nth-child(4) {
            max-width: 20.5vw;
            width: 100%;
        }
        .projects .swiper-slide .right img:nth-child(2), .projects .swiper-slide .right img:nth-child(3) {
            max-width: 25.6vw;
            width: 100%;
        }
    }
    @media(max-width: 1230px) {
        .product-card .info {
            width: calc(42% - 60px);
        }
        .products-scroll h2::after {
            width: 65%;
        }
    }
    @media(max-width: 1192px) {
        .projects .swiper-slide .right img:nth-child(1), .projects .swiper-slide .right img:nth-child(4) {
            max-width: 20vw;
            width: 100%;
        }
        .projects .swiper-slide .right img:nth-child(2), .projects .swiper-slide .right img:nth-child(3) {
            max-width: 25vw;
            width: 100%;
        }
    }
    @media(max-width: 1150px) {
        .top_block .descriptor {
            width: 50%;
        }
        .target-cards .card h4 {
            font-size: 20px;
        }
        .counter-controls button {
            width: 10px;
        }
    }
    @media(max-width: 1070px) {
        .product-card img {
            width: 424px;
            height: 278px;
        }
        .product-card .img {
            margin: 52px;
        }
        .projects .tabs .tabs__nav a {
            font-size: 20px;
        }
        section.calc .bottom .left::after {
            height: 100%;
        }
    }
    @media(max-width: 1024px) {
        .benefits .first_line {
            font-size: 32px;
        }
        .benefits .second_line {
            font-size: 32px;
        }
        .target-cards .card p {
            font-size: 17px;
        }
    }
    @media (max-width: 995px) {
        .target-cards .card h4 {
            font-size: 18px;
        }
    }
    @media (max-width: 980px) {
        section.calc form {
            flex-wrap: wrap;
            gap: 15px;
        }
        section.calc form .custom_item {
            width: calc(50% - 16px);
            max-width: 100%;
        }
        .select-options.check {
            width: 80%;
            margin-left: 0;
        }
    }
    @media (max-width: 960px) {
        .product-card img {
            width: 384px;
            height: 258px;
        }
    }
    @media (max-width: 930px) {
        section.compaire, .projects, section.letters, section.feedback  {
            margin-top: 80px;
        }
        section.calc {
            margin-bottom: 80px;
        }
        .target-cards .card {
            width: calc(50% - 14px);
        }
        .target-cards {
            justify-content: center;
        }
        .projects .swiper-slide {
            flex-direction: column;
        }
        .projects .swiper-slide .left, .projects .swiper-slide .right {
            width: 100%;
        }
        .projects .tabs {
            height: fit-content;
        }
        .product-card {
            gap: 20px;
        }
        .product-card .img {
            margin: 22px;
        }
        .product-card img {
            width: 384px;
            height: 258px;
        }
        .product-card .info {
            width: calc(42% - 20px);
            padding-bottom: 15px;
        }
        .product-card .info .desc {
            font-size: 22px;
        }
        .product-card .info h3, .product-card .info span {
            font-size: 30px;
        }
        .calc_wrapper {
            gap: 20px;
            flex-direction: column;
            height: fit-content;
        }
        .counter {
            width: 100%;
        }
        .custom-select {
            width: 100%;
            height: 140px;
        }
        .projects .swiper-slide .right {
            flex-wrap: nowrap;
        }
        .targets {
            font-size: 28px;
        }
        .steps__wrap {
            flex-wrap: wrap;
            justify-content: center;
        }
        .step {
            flex: unset;
            width: 50%;
        }
    }

    @media(max-width: 870px) {
        section.calc form .btn.feedback {
            margin-left: auto;
        }
        .select-options.check {
            width: 75%;
        }
        .products-scroll h2::after {
            width: 55%;
        }
        section.about .wrapper {
            width: 100%;
        }
        .benefits .first_line {
            font-size: 28px;
        }
        .benefits .second_line {
            font-size: 22px;
        }
    }

    @media(max-width: 820px) {
        .targets .second_line img {
            width: 50%;
        }
    }
    @media(max-width: 790px) {
        .product-card img {
            width: 334px;
            height: 208px;
        }
        section.calc .bottom::before {
            width: 50%;
        }
        section.calc .bottom .left {
            width: 65%;
        }
    }
    @media(max-width: 750px) {
        section.compaire .top_block .text h2 {
            font-size: 38px;
        }
        .targets {
            font-size: 24px;
        }
    }
    @media(max-width: 700px) {
        .top_block .descriptor {
            width: 100%;
        }
        .top_block {
            height: 644px;
        }
        .title-main {
            font-size: 70px;
        }

        .targets .first_line {
            align-items: stretch;
            flex-direction: column;
        }

        .product-card img {
            width: 294px;
            height: 178px;
        }
        .products-scroll h2::after {
            width: 45%;
        }
    }
    @media(max-width: 630px) {
        .product-card {
            border-bottom: unset;
        }
        .product-card .img {
            margin: 0 auto;
        }
        .product-card .info {
            width: 100%;
        }
        .select-options.check {
            width: 100%;
            max-height: 40px;
        }
        section.calc form .btn.feedback {
            justify-content: center;
            width: 100%;
        }
        .cmp-table {
            display: inline-table;
        }
        .compare-table {
            display: none;
        }
        section.calc h2 {
            font-size: 40px;
        }
        section.calc .bottom .left p {
            font-size: 18px;
        }
        .title_form_contact {
            font-size: 40px;
        }
        .products-scroll h2 {
            margin-bottom: 20px;
        }
    }
    @media(max-width: 600px) {
        section.compaire .top_block {
            flex-direction: column;
        }
        section.compaire .top_block .text, section.compaire .top_block img {
            width: 100%;
        }
        section.compaire .top_block .text svg {
            display: none;
        }
        .target-cards {
            gap: 0;
        }
        .target-cards .card {
            width: 100%;
            height: 350px;
            background-position: center;
        }
        .target-cards .card .info {
            bottom: -30px;
        }
        .top_block .descriptor p {
            font-size: 28px;
            line-height: 32px;
        }
        .products-scroll h2::after {
            width: 35%;
        }
    }
    .useful .button {
        display: none;
    }
    .useful .title .button {
        display: flex;
        white-space: nowrap;
    }
    @media(max-width: 560px)  {
        .title-main {
            font-size: 55px;
        }
        .title-secondary {
            font-size: 36px;
        }
        .targets .third_line img {
            width: 50%;
        }
        .projects h2 {
            font-size: 26px;
        }
        .button {
            white-space: nowrap;
        }
        .counter-item {
            width: 100%;
        }
        section.calc {
            margin-bottom: 0;
        }
        section.about .wrapper {
            padding-left: 26px;
        }
        section.about h2 {
            font-size: 26px;
        }
        section.letters .container {
            flex-direction: column-reverse;
            width: 100%;
            gap: 20px;
        }
        section.letters .container .right .swiper-button-next.letters, section.letters .container .right .swiper-button-prev.letters {
            display: none;
        }
        section.letters .tabs__pane.tabs__pane_show {
            width: 100%;
        }
        
        .useful .title .button {
            display: none;
        }
        .useful .button {
            display: block;
            margin-top: 20px;
        }
        section.calc .bottom .right {
            display: none;
        }
        section.calc .bottom::before, section.calc .bottom::after, section.calc .bottom .left::after {
            content: unset;
        }
        section.calc .bottom .left {
            width: 100%;
        }
    }
    .projects .button {
        display: none;
    }
    .projects .title .button {
        display: flex;
        white-space: nowrap;
    }
    @media(max-width: 500px) {
        .target-cards .card p {
            font-size: 13px;
        }
        .select-options.check {
            max-height: 200px;
        }
        .step {
            flex: unset;
            width: 100%;
            border-bottom: 1px solid;
        }
        .steps {
            margin-top: 80px;
        }
        .steps, .steps .container {
            padding: 0;
        }
        .steps__title {
            padding-left: 15px;
        }
        .projects .title .button {
            display: none;
        }
        .projects  .button {
            display: block;
            margin-top: 40px;
        }
        .projects .swiper_btnnext, .projects .swiper_btnprew {
            bottom: 10px;
        }
        section.about .container::after {
            width: 100%;
        }
        section.about .wrapper {
            padding: 0;
            padding-left: 15px;
        }
    }
    @media(max-width: 480px) {
        .products-scroll h2::after {
            width: 0;
        }
        .product-card .info .desc {
            width: 100%;
        }
        .projects .tabs .tabs__nav {
            flex-direction: column;
        }
        .projects .tabs .tabs__nav a {
            text-align: center;
        }
        section.calc .title {
            flex-direction: column;
            align-items: flex-start;
        }
        section.calc .title span {
            margin-left: auto;
            font-size: 22px;
        }
        section.calc .title h2 {
            font-size: 28px;
        }
    }   
	@media(max-width: 450px) {
		.title-main {text-align: center;}
		.title-sub {
			display: flex;
			align-items: center;
			gap: 12px;
			margin-top: 5px;
			justify-content: flex-end;
			flex-direction: column-reverse;
		}
		.subtitle{text-align: center;}
		   .title-secondary {
			font-size: 46px;
		}
		.top_block .descriptor p {
			font-size: 18px;
			line-height: 22px;
			text-align: center;
		}
		.benefits .first_line {
			font-size: 18px;
		}
		.benefits .second_line {
			font-size: 16px;
		}
		.targets .first_line .desc{display: none;}
		.step__head {margin-bottom: 5px;}
		.step__text {font-size: 16px;}
		.product-card .button, .about .button{width:100%;}
		.product-card .button .more, .about .button .more {
			width: 100%;
			display: flex;
			justify-content: center;
		}
		.product-card .button svg, .about .button svg {
			position: absolute;
			right: 140px;
		}
		section.calc .bottom .left span {
			text-transform: uppercase;
		}
		 section.calc {
			padding-bottom: 30px;
		}
		section.calc form .custom_item {width: 100%;}
		section.calc form .custom_item+.custom_item {margin-left: 0;}
		.inputs_wrapper_contact .btn.feedback {width: 100%;border-radius: 14px;color: #00B8D9;border: 1px solid;background-color: #fff;}
		.box_contact_wholesale label {
			width: fit-content;
			font-size: 14px !important;
		}
		.wholesale-form {
			width: 100% !important;
		}
		.input_wrapper {
			flex-direction: column;
		}
		.custom-file-upload-label, .input_wrapper .btn.feedback {width: 100%;}
		.wrapper_politic {
			align-items: flex-start;
		}
	}
    @media(max-width: 400px) {
        .title-main {
            font-size: 45px;
        }
    }
    @media(max-width: 393px) {
        .target-cards .card .info {
            bottom: -45px;
        }
    }

.letters .tabs__pane {
	display:none;
}
.letters .tabs__pane.tabs__pane_show {
	display:block;
}

/* from production.html */
        .top_block_textpage .title-block {
            font-weight: 900;
            font-size: 54px;
            line-height: 60px;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #0e0e11;
            padding: 0;
        }

        .cards_production_wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 64px 68px;
            padding: 0;
        }

        .card_title {
            width: fit-content;
            margin-left: 32px;
            margin-top: 24px;
            padding-right: 0;
            padding-bottom: 0;
        }

        .main_card_title {
            font-weight: 900;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #0E0E11;
        }

        .main_card_title span {
            color: #00B8D9;
        }

        .sub_card_title {
            font-weight: 300;
            font-size: 20px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #0E0E11;
            margin-block: 6px 28px;
        }

        .item_image {
            max-width: 424px;
            max-height: 278px;
            width: 100%;
            height: auto;
        }

        .item_image img {
            width: 100%;
            height: 100%;
        }

        @media screen and (max-width: 1280px) {
            .container.products {
                max-width: 916px;
                margin: 0 auto;
                padding: 0;
            }
        }

        @media screen and (max-width: 950px) {
            .container.products {
                padding-inline: 16px;
            }

            .card_title {
                margin-left: 10px;
                margin-top: 10px;
            }

            .cards_production_wrapper {
                gap: 24px;
            }
        }

        @media screen and (max-width: 550px) {
            .cards_production_wrapper {
                margin-top: 14px;
            }

            .title-block {
                font-size: 36px;
            }
        }
		
/* from product.html */

        .tabs__pane {
            display: none;
        }

        .tabs__pane_show {
            display: flex;
        }

        .specifications {
            margin-top: 120px;
        }

        .specifications .container {
            max-width: 919px;
            margin: 0 auto;
            padding: 0;
        }

        .spec-title {
            padding: 6px 10px;
            background-color: #00B8D9;
            font-weight: 600;
            font-size: 20px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: start;
            color: #0E0E11;
            width: 100%;
        }

        .spec-table {
            display: flex;
            flex-wrap: wrap;
        }

        .spec-row {
            display: flex;
            width: 100%;
        }

        .spec-label {
            flex: 1;
            padding: 10px;
            border: 1px solid #5B646E;
            font-family: Open Sans;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #0E0E11;
            display: flex;
            align-items: center;
        }

        .spec-label.next-empty {
            border-bottom: none;
            align-items: end;
        }

        .spec-label.empty {
            border-top: none;
            align-items: start;
        }

        .spec-value {
            flex: 1;
            padding: 10px;
            border: 1px solid #5B646E;
            font-family: Open Sans;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #0E0E11;
        }

        .accordion {
            margin-top: 80px;
            max-width: 919px;
            margin-inline: auto;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        section.accordion .container {
            max-width: unset;
            padding: unset;
            margin: unset;
        }

        .accordion-item {
            position: relative;
            width: 100%;
            transition: 0.45s ease all;
            cursor: pointer;
        }

        .accordion-item.active {
            transition: 0.45s ease all;
        }

        .accordion-item::before {
            position: absolute;
            content: '';
            border: 1px solid #5B646E;
            top: -18px;
            width: 100%;
            opacity: 0.2;
        }

        .accordion-item.active::before {
            opacity: 1;
        }

        .accordion-header {
            font-weight: 900;
            font-size: 30px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: rgba(14, 14, 17, 0.2);
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            transition: 0.6s ease all;
            transform: rotate(0deg);
        }

        .accordion-header svg {
            margin-right: 22px;
            min-width: 23px;
        }

        .accordion-item.active .accordion-header svg {
            transform: rotate(180deg);
            transition: 0.6s ease all;
        }

        .accordion-item.active .accordion-header svg path {
            stroke: #008295;
            transition: 0.6s ease all;
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: 0.6s ease all;
            margin-bottom: 36px;
        }

        .accordion-content ul {
            list-style-type: disc;
            padding-left: 20px;
        }

        .accordion-content ul li,
        .accordion-content p {
            font-family: Open Sans;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #0E0E11;
        }

        .accordion-content ul li::before {
            display: none;
        }

        .accordion-content p {
            margin: 0;
        }

        .accordion-item.active .accordion-content {
            max-height: 1000px;
            transition: 0.6s ease all;
        }

        .products.top_wrapper {
            max-width: 1125px;
            margin-inline: auto;
            margin-top: 50px;
            margin-bottom: 57px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 210px;
        }

        .products.top_wrapper .page_title {
            font-weight: 900;
            font-size: 36px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #0E0E11;
        }

        .products.top_wrapper .choose-buttons.tabs__nav {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 20px;
        }

        .products.top_wrapper .choose-buttons.tabs__nav .example-btn.tabs__link {
            border: 1px solid #5B646E;
            border-radius: 33px;
            padding: 11px 26px;
            font-family: Open Sans;
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #0E0E11;
            text-decoration: none;
            white-space: nowrap;
            max-width: 98px;
            background-color: #fff;
        }

        .products.top_wrapper .choose-buttons.tabs__nav .example-btn.tabs__link_active {
            color: #fff;
            background-color: #00B8D9;
            border: none;
            padding: 12px 27px;
        }

        .content_container.tabs__content {
            max-width: 919px;
            margin: 0 auto;
        }

        .content_container .product_top {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            gap: 113px;
            position: relative;
        }

        .content_container .product_top .left {
            max-width: 544px;
        }

        .content_container .product_top .left .product_title {
            font-weight: 600;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #0E0E11;
            margin-bottom: 8px;
        }

        .content_container .product_top .left .product_text {
            font-family: Open Sans;
            font-weight: 300;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0%;
            color: #0E0E11;
        }

        .content_container .product_top .right {
            max-width: 252px;
            position: relative;
            flex-shrink: 0;
        }

        .content_container .product_top .right.swiper {
            padding-bottom: 100px;
        }

        .content_container .right .swiper-wrapper {
            max-height: 252px;
            width: 100%;
            height: auto;
            
        }

        .content_container .right .swiper-wrapper img {
            width: 100%;
            height: 100%;
        }

        .content_container .swiper_prodprev {
            position: absolute;
            right: 48px;
            bottom: 8px;
        }

        .content_container .swiper_prodnext {
            position: absolute;
            right: 0;
            bottom: 8px;
        }

        .content_container .product_top .swiper-scrollbar {
            width: 252px;
            height: 8px;
            bottom: 50px;
            border-radius: 0;
            background-color: #EAEAEA;
            left: auto;
            right: 0;
        }

        .content_container .product_top .swiper-scrollbar .swiper-scrollbar-drag {
            border-radius: 0;
            background-color: #00B8D9;
        }

        section.product_advantages .container {
            padding: 0;
            margin-top: 40px;
        }

        section.product_advantages .container .top_row h4 {
            font-family: Roboto Condensed;
            font-weight: 600;
            font-size: 20px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: start;
            color: #0E0E11;
            padding: 7px 10px;
        }

        section.product_advantages .container .spec-value {
            padding: 10.85px 10px;
        }

        .product_banner {
            margin-top: 58px;
            max-width: 919px;
            margin-inline: auto;
            position: relative;
        }

        .product_banner::before {
            position: absolute;
            content: '';
            width: calc(100% - 66px);
            border: 1px solid #fff;
            transform: rotate(0.4deg);
            bottom: 94px;
            opacity: 0.5;
            left: 33px;
            right: 33px;
        }

        .product_banner .banner_tatprof {
            position: absolute;
            bottom: 23px;
            right: 33px;
        }

        .product_banner .prod_banner_sign {
            position: absolute;
            left: 34px;
            bottom: 32px;
            border: 1px solid #fff;
            border-radius: 55px;
            padding: 11px 24px;
            font-weight: 300;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #fff;
        }

        .product_texts {
            margin-top: 20px;
            max-width: 919px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            margin-inline: auto;
        }

        .product_texts p {
            max-width: 727px;
            font-family: Open Sans;
            font-weight: 300;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #0E0E11;
            margin-left: 34px;
            margin-right: auto;
        }

        @media screen and (max-width: 1180px) {
            .products.top_wrapper {
                flex-direction: column;
                gap: 24px;
                align-items: start;
                margin-bottom: 28px;
                margin-top: 35px;
                padding-inline: 20px;
            }
        }

        @media screen and (max-width: 960px) {
            .content_container .product_top {
                flex-direction: column;
                gap: 24px;
                align-items: start;
                padding-inline: 20px;
            }

            .content_container .product_top .right {
                margin-left: 0;
            }

            .content_container .product_top .swiper-scrollbar {
                left: 20px;
            }

            .content_container .swiper_prodprev,
            .content_container .swiper_prodnext {
                display: none;
            }

            .specifications {
                margin-top: 80px;
                padding-inline: 20px;
            }

            .spec-table {
                flex-wrap: nowrap;
                flex-direction: column;
                overflow-x: scroll;
                -webkit-overflow-scrolling: touch;
            }

            .spec-row {
                flex: 0 0 auto;
                /* min-width: 919px; */
            }

            section.product_advantages .container {
                padding-inline: 20px;
            }

            section.product_advantages .container .spec-row {
                min-width: unset;
            }

            .product_banner {
                margin-top: 80px;
                overflow: hidden;
                height: 315px;
            }

            .product_banner::before {
                position: absolute;
                content: '';
                width: calc(100% - 33px);
                border: 1px solid #fff;
                transform: rotate(0.4deg);
                bottom: 94px;
                opacity: 1;
                left: 33px;
                right: 0;
            }

            .product_banner .banner_tatprof {
                width: 244px;
                right: unset;
                left: 34px;
                bottom: 118px;
            }

            .product_banner .banner_img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .product_banner .prod_banner_sign {
                padding: 7px 20px;
                font-size: 14px;
                font-weight: 300;
            }

            .product_texts {
                margin-top: 32px;
            }

            .product_texts p {
                margin: unset;
                padding-inline: 20px;
                font-size: 14px;
            }

            .accordion {
                margin-top: 84px;
                padding-inline: 20px;
            }

            .accordion-header {
                font-size: 20px;
            }

            .accordion-content ul li,
            .accordion-content p {
                font-size: 14px;
            }

            .products.top_wrapper {
                margin-bottom: 18px;
                padding-bottom: 10px;
                overflow-x: scroll;
            }

            .products.top_wrapper .choose-buttons.tabs__nav {
                gap: 16px;
            }

            .spec-title {
                font-size: 16px;
            }

            .spec-label,
            .spec-value {
                font-size: 14px;
            }

            section.product_advantages .container .top_row h4 {
                font-size: 16px;
            }

            .spec-label {
                font-weight: 600;
            }

            .spec-row {
                flex-direction: column;
            }

            .spec-label.empty {
                display: none;
            }
        }
		
.product_advantages {
	display:flex;

}

@media(max-width: 1150px) {
	.targets h2 {
		font-size: 45px;
	}
}

@media(max-width: 980px) {
	.targets h2 {
		font-size: 35px;
	}
	.targets .second_line h2 {
		padding: 0 30px;
	}
}

@media(max-width: 850px) {
	.targets h2 {
		font-size: 30px;
	}
	.targets .second_line h2 {
		padding: 0 15px;
	}
}

@media (max-width: 770px) {
    .targets h2 {
        font-size: 25px;
    }
}

@media(max-width:500px) {
	section.feedback.fancybox__content {
        margin-top: 0;
        padding: 0;
    }
	.btn.feedback.feedback_btn_footer {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 470px) {
    .targets h2 {
        font-size: 20px;
    }
}
/* End */
/* /local/templates/stk/components/bitrix/menu/topmenu/style.min.css?1765969824490 */
/* /local/templates/stk/styles.css?176596982496114 */
