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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Inter", sans-serif !important;
}

.top-section {
  min-height: 762px;
  background-image: url("../../imgs/Rectangle\ 37.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header {
  height: 285px;
  background: #667fa6;
  background: linear-gradient(
    180deg,
    rgba(102, 127, 166, 1) 0%,
    rgba(112, 154, 197, 0) 100%
  );
}

.top-header {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.top-header a {
  font-size: 14px;
  margin: 0;
  text-decoration: none;
  color: #fff;
}

.top-header_links {
  display: flex;
  align-items: center;
  gap: 39px;
}

.top-header_links a {
  text-decoration: none;
  font-size: 14px;
  color: #fff !important;
}

.main-header-wrapper {
  position: relative;
}

.main-header {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.main-header-inner {
  display: flex;
  padding: 15px 30px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  border-radius: 11px;
  background-color: #fff;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.header_nav a {
  color: #010101;
  font-weight: 500;
  font-size: 16px;
}

.banner_info h1 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 100%;

  margin-bottom: 40px;
}

.banner_info a {
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  align-items: center;
  gap: 10px;
  border: 1px solid #a0c545;
  padding: 14px 20px;
  background-color: #ffffff1a;
  backdrop-filter: blur(20px);
}

.about-us {
  background-color: #063d2f;
  padding: 60px 0;
}

.block_title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.block_title h2,
.block_title span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
}

.title_line {
  flex: 1;
  height: 1px;
  background-color: #fff;
}

.about_info {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about_text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about_main-text {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.about_text {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

.about_text-border {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-left: 4px solid #b1da4c;
}

.about_text-border p {
  line-height: 24px;
  color: #fff;
  font-style: 16px;
}

.about-row {
  margin-bottom: 40px;
}

.about_main {
  display: flex;

  justify-content: space-between;
}

.about_img {
}

.about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.construction {
  padding: 85px 0;
  background-color: #ecf3da;
}

.construction_block-title h2 {
  color: #063d2f;
}

.construction_block-title .title_line {
  background-color: #063d2f;
}

.construction-title {
  margin-bottom: 60px;
}

.construction_top-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #063d2f;
  margin-bottom: 30px;
}

.construction_info {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.construction_supporting-structure {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  border-radius: 8px;
}

.construction_supporting-structure h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 18px;
}

.construction_supporting-structure-ul p {
  color: #000000;
  line-height: 26px;
  font-size: 16px;
}

.construction_supporting-structure-ul ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 15px;
  list-style: square;
}

.construction_supporting-structure-ul li {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.construction_supporting-structure-ul li::marker {
  color: #a0c545;
  width: 6px;
  height: 6px;
}

.construction_supporting-structure-ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.construction_supporting-structure-p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.construction_installation {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.construction_installation h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 18px;
}

.construction_installation p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.construction_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.construction_safety-img {
  height: 100%;
}

.construction_safety-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.construction_safety-text {
  padding: 20px;
  background-color: #fff;
}

.construction_safety-text span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #000;
}

.construction_safety-text p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.construction_variables-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.construction_variables-title h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #000;
}

.construction-main {
  margin-bottom: 60px;
}

.construction_variables-title p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 40px;
}

.construction_variables-item h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #063d2f;
  margin-bottom: 10px;
}

.construction_variables-item img {
  width: 100%;
  height: 252px;
  object-fit: cover;
  margin-bottom: 25px;
}

.construction_variables-item-descr {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.construction_variables-item-descr p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.construction_variables-item-descr div {
  padding-left: 10px;
  border-left: 2px solid #a0c545;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.interaction_block-title span {
  color: #063d2f;
}

.interaction_block-title .title_line {
  background-color: #063d2f;
}

.interaction {
  padding: 75px 0 90px;
}

.interaction_block-title {
  margin-bottom: 60px;
}

.interaction_top-text p {
  font-weight: 600;
  font-size: 18px;
  color: #063d2f;
  line-height: 30px;
  max-width: 968px;
  margin-bottom: 40px;
}

.interaction_step h3 {
  font-size: 18px;
  line-height: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.interaction_step p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  max-width: 972px;
}

.interaction_step li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  max-width: 972px;
}

.interaction_step ul {
  padding-left: 20px;
  list-style: disc;
}

.interaction_cards {
  display: flex;
  gap: 15px;
}

.interaction_card {
  border-radius: 6px;
  overflow: hidden;
  width: 483px;
}

.interaction_card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.green-dark {
  background-color: #063d2f;
}

.interaction_card-info {
  padding: 13px;
}

.interaction_card-info p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #fff;
}

.interaction_card-info ul {
  padding-left: 25px;
}

.interaction_card-info li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.green-light {
  background-color: #b1da4c;
}

.interaction_light li,
.interaction_light p {
  color: #000;
}

.interaction_step {
  margin-bottom: 40px;
}

.wind_protection {
  padding: 60px 0 90px;
  background-color: #063d2f;
}

.protection_text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}

.protection_title {
  margin-bottom: 60px;
}

.protection_text {
  margin-bottom: 30px;
}

.protection_list {
  padding-left: 20px;
  margin-bottom: 50px;
  list-style: square;
}

.protection_list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  color: #fff;
  margin-bottom: 15px;
}

.protection_list li::marker {
  height: 5px;
  width: 5px;
  color: #a0c545;
}

.protection_result {
  padding: 10px 20px;
  max-width: 526px;
  border-radius: 8px;
  border-left: 4px solid #a0c545;
  background-color: #ecf3da;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #063d2f;
}

.protection_img {
  height: 395px;
}

.protection_img img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.protection_advantage {
  text-align: center;
}

.protection_advantage img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.protection_advantage p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  max-width: 408px;
  color: #ecf3da;
}

.protection_advantage span {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  display: block;
  color: #fff;
}

.protection_main {
  margin-bottom: 60px;
}

.protection_advantages-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.protection_advantage-row {
  margin-bottom: 40px;
}

.protection_advantage-row2 {
  display: flex;
  justify-content: center;
}

.characteristics-title h2 {
  color: #063d2f;
}

.characteristics-title .title_line {
  background-color: #063d2f;
}

.characteristics {
  padding: 65px 0;
}

.characteristics-table_item {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #063d2f80;
  justify-content: space-between;
  align-items: center;
}

.characteristics-table_item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.characteristics-title {
  margin-bottom: 60px;
}

.characteristics-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.characteristics-table_text span {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.characteristics-table {
  position: sticky;
  top: 230px;
}

.characteristics_imgs {
  text-align: end;
}

.characteristics_imgs img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.portfolio {
  padding: 65px 0;
}

.portfolio-title span {
  color: #063d2f;
}

.portfolio-title .title_line {
  background-color: #063d2f;
}

.portfolio-title {
  margin-bottom: 60px;
}

.portfolio-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
  height: 328px;
}

.portfolio-item h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 15px;
  color: #063d2f;
}

.portfolio-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

  color: #000;
}

.portfolio-slides {
  overflow: hidden;
  position: relative;
}

.swiper-button-prev {
  display: flex;
  margin: 0 !important;
  align-items: center;
  background-color: #a0c5451a;
  backdrop-filter: blur(17px);
  justify-content: center;
  width: 54px !important;
  height: 54px !important;
  position: static !important;
}

.swiper-button-next {
  margin: 0 !important;
  display: flex;
  align-items: center;
  background-color: #a0c5451a;
  backdrop-filter: blur(17px);
  justify-content: center;
  width: 54px !important;
  height: 54px !important;
  position: static !important;
}

.swiper-button-next svg {
  width: 16px !important;
}

.swiper-button-prev svg {
  width: 16px !important;
}

.swiper-pagination {
  box-sizing: border-box;
  position: static !important;
}

.portfolio-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.swiper-pagination-bullet {
}

.portfolio-pagination {
  color: #a0c545 !important;
  width: max-content !important;
}

.swiper-pagination-current {
  font-weight: 200;
  color: #a0c545;
  font-size: 28px !important;
}

.swiper-pagination-total {
  font-size: 12px;
  font-weight: 200;
  color: #a0c545;
}

.swiper-pagination-fraction {
  font-weight: 100;
  font-size: 13px;
}

.portfolio-wrapper {
  margin-bottom: 60px;
}

.footer {
  background-color: #063d2f;
  padding: 35px 0;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.footer_top li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
  text-align: end;
  margin-bottom: 10px;
}

.footer_top li a {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
}

.copy {
  color: #ecf3da;
}

.policy {
  color: #a0c545;
  text-decoration: none;
  cursor: pointer;
}

.hide {
  display: none !important;
}

/* .header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
} */

.banner_info {
  /* padding-top: 285px; */
}

.header_nav a {
  text-decoration: none;
}

.about-us,
.construction,
.interaction,
.wind_protection,
.characteristics,
.portfolio,
.footer {
  scroll-margin-top: 200px;
}

.main-header {
  gap: 25px;
}

.feedback_form {
  position: relative;
  top: -50px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ecf3daeb;
  backdrop-filter: blur(14);
}

.feedback_form-text span {
  color: #063d2f;
  font-family: "Inter";
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 32px;
  display: block;
  line-height: 100%;
  letter-spacing: 2%;
  vertical-align: bottom;
  text-align: center;
  text-transform: uppercase;
}

.feedback_form-text p {
  color: #000000;
  max-width: 307px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.feedback_form-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feedback_form-inputs input {
  all: unset;
  padding: 11px 15px;
  background-color: #fff;
  box-sizing: border-box;
  border: none;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0%;
  height: 50px;
}

.feedback_form-inputs input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000;
}

.feedback_form-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.feedback_form-checkbox label {
  display: flex;
  align-items: center;
  gap: 15px;
}

.feedback_form-checkbox label p {
  flex: 1;

  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
}

/* Скрываем стандартный чекбокс */
.feedback_form-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Создаем кастомную область для чекбокса */
.feedback_form-checkbox .checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;

  transition: background-color 0.2s, border-color 0.2s;
}

/* Меняем стиль при наведении */
.feedback_form-checkbox input[type="checkbox"]:hover + .checkmark {
  border-color: #888;
}

/* Создаем галочку при выборе */
.feedback_form-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #063d2f;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l3 3 7-7' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.feedback_form-btn button {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 20px;
  border: none;
  height: 47px;
  background-color: #a0c545;
  backdrop-filter: blur(20);

  font-weight: 400;

  font-size: 16px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0%;
}

.interaction_form {
  scroll-margin-top: 300px;
  display: flex;
  /* flex-direction: row; */
  justify-content: space-between;
  position: static;
  max-width: 977px;
}

.feedback_form-left {
  /* max-width: 399px;
  text-align: left; */
}

.feedback_form-right {
  max-width: 399px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.interaction_form .feedback_form-text p {
  /* text-align: left; */
}

.feedback_form-bottom {
  position: static;
  margin: 0 auto;
  max-width: 638px;
}

.feedback_section-bottom {
  /* padding-top: 80px; */
  padding-bottom: 80px;
}

@media (max-width: 760px) {
  .feedback_section {
    background-color: #ecf3da;
    border-radius: 6px;
  }

  .feedback_form-text span {
    font-size: 22px;
  }

  .feedback_form-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .feedback_form {
    position: static;
    padding: 20px 0;
  }

  .feedback_form-checkbox label {
    font-size: 12px;
  }

  .header_nav-mob {
    display: flex;
    gap: 5px;
    text-align: end;
    flex-direction: column;
  }

  .main-header {
  }

  .main-header-inner {
    gap: 10px;
  }

  .header_nav-mob li {
    font-size: 14px;
    line-height: 100%;
  }

  .header_nav-mob li:last-child {
    white-space: nowrap;
  }

  .banner_info {
    padding-top: 225px;
  }

  .top-header {
    display: none;
  }

  .main-header {
    position: relative;
    top: 20px;
  }

  .header {
    height: auto;
    /* margin-bottom: 128px; */
  }

  .header_logo {
    width: 166px;
    height: 48px;
  }

  .header_logo img {
    width: 100%;
    height: 100%;
  }

  .header_nav {
    display: none;
  }

  .banner_info a span {
    font-size: 14px;
  }

  .banner_info h1 {
    font-size: 30px;
    max-width: 320px;
    line-height: 100%;
    margin-bottom: 55px;
  }

  .top-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    height: 572px;
    background-image: url("../../imgs/Rectangle\ 37\ \(1\).webp");
  }

  .about-us {
    padding: 40px 0;
  }

  .block_title h2,
  .block_title span {
    font-size: 22px;
  }

  .about-row {
    margin-bottom: 25px;
  }

  .about_info {
    padding-top: 0;
  }

  .about_main-text {
    line-height: 28px;
    font-size: 18px;
  }

  .about_text {
    font-size: 16px;
    line-height: 26px;
  }

  .about_info {
    gap: 20px;
  }

  .about_text-border p {
    font-size: 16px;
    line-height: 24px;
  }

  .about_text-border {
    margin-bottom: 30px;
  }

  .about_img {
    height: 337px;
    border-radius: 8px;
    overflow: hidden;
  }

  .construction {
    padding: 33px 0 0;
  }

  .construction_block-title {
    align-items: last baseline;
    position: relative;
  }

  .construction_block-title::after {
    content: "";
    position: absolute;

    right: 0;
    bottom: 6px;
    z-index: 9;
    width: calc(100% - 255px);
    height: 1px;
    /* толщина полосы */
    background-color: #063d2f;
    /* цвет полосы */
  }

  .interaction_block-title span {
    max-width: 229px;
  }

  .construction_block-title h2 {
    /* display: none; */
    max-width: 253px;
    font-size: 22px;
    letter-spacing: 0.02em;
  }

  .construction_block-title .title_line {
    display: none;
  }

  .hide {
    display: block !important;
  }

  .construction-title {
    margin-bottom: 30px;
  }

  .construction_top-text p {
    font-size: 18px;
    line-height: 28px;
  }

  .construction_supporting-structure {
    padding: 15px;
  }

  .construction_supporting-structure h3 {
    font-size: 20px;
  }

  .construction_supporting-structure-ul p {
    margin-bottom: 35px;
    line-height: 24px;
    font-size: 16px;
  }

  .construction_supporting-structure-ul {
    gap: 0;
  }

  .construction_supporting-structure-p {
    line-height: 24px;
  }

  .construction_info {
    gap: 30px;
  }

  .construction_installation h3 {
    font-size: 20px;
    line-height: 18px;
  }

  .construction_installation p {
    line-height: 24px;
  }

  .construction_installation {
  }

  .construction_img {
    display: none;
  }

  .construction_safety {
    padding: 15px;
    box-sizing: border-box;
  }

  .construction_safety-text {
    padding: 20px 0 0 0;
  }

  .construction_safety-text h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .construction_safety-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .construction-main {
    margin-bottom: 30px;
  }

  .construction_variables-title h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .construction_variables-title {
    gap: 15px;
  }

  .construction_variables-title p {
    margin-bottom: 20px;
  }

  .construction_variables-item img {
    height: 206px;
    object-position: center;
    border-radius: 8px;
    object-fit: fill;
    margin-bottom: 15px;
  }

  .construction_variables-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .construction_variables-item-descr p {
    font-size: 14px;
    line-height: 22px;
  }

  .construction_variables-item-descr {
    gap: 5px;
  }

  .construction_variables-item {
    margin-bottom: 25px;
  }

  .interaction {
    padding: 45px 0 15px;
  }

  .interaction_block-title {
    align-items: last baseline;
    margin-bottom: 30px;
  }

  .interaction_block-title h2 {
    max-width: 229px;
  }

  .interaction_top-text p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 36px;
  }

  .interaction_step {
    margin-bottom: 30px;
  }

  .interaction_step h3 {
    line-height: 25px;
    margin-bottom: 5px;
  }

  .interaction_cards {
    flex-direction: column;
  }

  .interaction_card {
    width: 100%;
  }

  .wind_protection {
    padding: 33px 0;
  }

  .mob-hide {
    display: none !important;
  }

  .protection_title {
    display: block;
    position: relative;
    margin-bottom: 30px;
  }

  .protection_title h2 {
    line-height: 100%;
    max-width: 338px;
    z-index: 10;
  }

  .protection_title::after {
    content: "";
    position: absolute;

    right: 0;
    bottom: 6px;
    z-index: 9;
    width: calc(100% - 130px);
    height: 1px;
    /* толщина полосы */
    background-color: #ffffff;
    /* цвет полосы */
  }

  .protection_title .title_line {
    display: none;
  }

  .protection_title-mob {
    display: flex !important;
    align-items: last baseline;
    gap: 12px;
  }

  .protection_text p {
    font-size: 16px;
    line-height: 26px;
  }

  .protection_text {
    margin-bottom: 20px;
  }

  .protection_list li {
    font-size: 16px;
  }

  .protection_list {
    margin-bottom: 25px;
  }

  .protection_result {
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
  }

  .protection_img {
    height: 220px;
  }

  .protection_main {
    margin-bottom: 40px;
  }

  .protection_advantages-title {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 20px;
    text-align: left;
  }

  .protection_advantage {
    text-align: left;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }

  .protection_advantage-row {
    margin-bottom: 0;
  }

  .protection_advantage p {
    max-width: 100%;
  }

  .characteristics {
    padding: 45px 0;
  }

  .characteristics-title h2 {
    max-width: 250px;
  }

  .characteristics-title {
    align-items: last baseline;
    margin-bottom: 24px;
  }

  .characteristics-table {
    position: static;
  }

  .characteristics-table_item p {
    font-size: 14px;
  }

  .characteristics-table_item {
    gap: 15px;
  }

  .portfolio-title {
    margin-bottom: 20px;
  }

  .portfolio-item img {
    height: 237px;
    margin-bottom: 20px;
  }

  .portfolio-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .portfolio-wrapper {
    margin-bottom: 20px;
  }

  .swiper-button-prev {
    height: 35px !important;
    width: 35px !important;
  }

  .swiper-button-next {
    height: 35px !important;
    width: 35px !important;
  }

  .swiper-pagination-current {
    font-size: 20px !important;
  }

  .swiper-pagination-total {
    font-size: 12px;
  }

  .footer_top {
    flex-direction: column;
    align-items: center;
    gap: 35px;
    justify-content: center;
  }

  .footer_top li {
    text-align: left;
    justify-content: center;
  }

  .footer_top li:last-child span {
    max-width: 60%;
    justify-content: center;
  }

  .footer_top li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
  }

  .footer_top {
    margin-bottom: 40px;
  }

  .footer_bottom {
    gap: 15px;
    align-items: reverse;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer_top li:nth-child(4) a {
    max-width: 250px;
  }

  .copy {
    font-size: 14px;
  }

  .policy {
    font-size: 14px;
  }

  .characteristics-title .title_line {
    position: relative;
    bottom: 6px;
  }

  .interaction_block-title .title_line {
    position: relative;
    bottom: 6px;
  }
}
