* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

button {
  cursor: pointer;
}

.fade {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

a {
  text-emphasis: none;
  color: inherit;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

section {
  overflow-x: hidden;
}

body {
  /* max-width: 100vw; */
  mix-blend-mode: darken;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-family: 'Open Sans', sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  max-width: 1450px;
  padding-left: 5px;
  padding-right: 5px;
}

button {
  border: none;
  background: none;
}

.nav-mobile_sun {
  display: none !important;
}

.sun_header {
  display: none !important;
  background: #f8f8f8;
}

/* services */ /* Скрыть текст внутри элементов списка по умолчанию */

.services_list-wrapper {
}

.services_item .services_item-hiddentext {
  height: 150px;
  opacity: 0;
  transition: opacity 0.3s ease; /* Плавный переход для opacity */
}

.services_item:hover .services_item-hiddentext {
  opacity: 1;
}

.services_item-overlay:hover {
  mix-blend-mode: darken;
  background-color: #272a319a;

  opacity: 0.7;
  /* transform: scale(1.01); */
}

.services_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.services_item:hover {
  transform: scale(1.01);
}

.services_item {
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 320px;
  padding: 28px 46px;
  background-color: #212329;
  width: calc((100% - 40px) / 3);
  display: flex;
  align-items: flex-end;
}

.services_item-hiddentext {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: white;
}

.services_item-span {
  margin-top: 10px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #90b1d0;
}

.services_list-wrapper {
  background: url('../img/BG.png'),
    rgba(211, 211, 211, 0.2) 0% 0% / 20.45833319425583px 20.45833319425583px repeat;
  mix-blend-mode: darken;
  padding-top: 80px;
  padding-bottom: 80px;
}

.services_list {
  margin-top: 15px;
}

.services_text {
  margin-top: 50px;
  font-weight: 600;
  font-size: 22px;
  line-height: 170%;
  color: #333;
}

.services_title {
  font-weight: 600;
  font-size: 64px;
  color: black;
}

.services_item-title {
  font-weight: 600;
  font-size: 24px;
  color: white;
}

.services_item {
  /* Другие стили */
  background-size: cover;
  background-position: center;
}

/* Для элементов списка с заданным атрибутом data-bg-image */
.services_item[data-bg-image] {
  background-image: none; /* убираем изначальное изображение, если оно было задано */
}

/* connection section */

.connection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;

  background: var(
    --Linear,
    linear-gradient(92deg, rgba(15, 140, 198, 0.7) 0%, rgba(22, 88, 118, 0.7) 100%)
  );
}

.connection .container {
  position: relative;
  z-index: 2;
}

.connection_img {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  /* background: url(<path-to-image>), lightgray 50% / cover no-repeat; */
  mix-blend-mode: multiply;
}

.connection_title {
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.connection_text {
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.connection_form-container {
  margin-top: 60px;
}

.connection_form-container form {
  display: flex;
  align-items: center;
}

.connection input,
.connection button {
  margin-right: 24px;
  width: 300px;
  height: 50px;
  display: flex;
  height: 51px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  background: var(--White, #fff);
}

.connection button:hover {
  background: var(--Hover, #2f7cb2);
}

.connection button {
  text-align: center;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.connection button:hover {
  background: var(--Hover, #2f7cb2);
}

.connection input::placeholder {
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* examples section */

.examples {
  position: relative;
  z-index: 1;
  background: url('../img/BG.png'),
    rgba(211, 211, 211, 0.2) 0% 0% / 20.45833319425583px 20.45833319425583px repeat;
  mix-blend-mode: darken;
  padding-top: 80px;
  padding-bottom: 80px;
}

.examplesmainTitle_block {
  max-width: 812px;
}

.mainTitle_block h2 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.mainTitle_block {
  margin: 0 auto;
  max-width: 687px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mainTitle_line {
  width: 240px;
  height: 2px;
  /* stroke: var(--Light-Blue, #90b1d0); */
  background-color: #90b1d0;
}

.mainTitle_block_white {
  max-width: 952px;
}

.examplesmainTitle_block {
  max-width: 812px;
}

.stock_left {
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;

  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}

.stock_right {
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;

  right: -28px;
  top: 50%;
  transform: translateY(-50%);
}

.examples_list {
  position: relative;
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.examples_item {
  background: var(--White, #fff);
  width: 464px;
  border-radius: 4px;

  /* Drop Shadow */
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.04);
}

.examples_item img {
  width: 100%;
  height: 240px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.examples_item-title {
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.review_mainTitle {
  margin-top: 80px;
  max-width: 755px;
}

.examples_item-text {
  margin-top: 4px;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.examples_item-link {
  margin-top: 12px;
  display: flex;
  align-items: center;
  color: var(--Blue, #368db5);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 4px;
}

.example_item-text_block {
  padding: 12px;
}

.slider-navigation {
  width: 180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.next,
.prev {
  width: 34px;
  height: 34px;
}

.next img,
.prev img {
  width: 100%;
  height: 100%;
}

.slider-navigation button {
  background: none;
  border: none;
}

/* how work section */

.howwork {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.howwork .container {
  position: relative;
  z-index: 4;
}

.howwork_back {
  z-index: 2;
  top: -50px;
  right: -10%;
}

.howworkmainTitle_block {
  max-width: 765px;
}

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

.howwork_sales-item {
  width: 342px;
  text-align: center;

  display: flex;
  flex-direction: column;
}

.howwork_sales-item + .howwork_sales-item {
  margin-left: 24px;
}

.howwork_num {
  color: var(--Blue, #368db5);
  text-align: center;
  font-family: Roboto;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  opacity: 0.4;
}

.howwork_price {
  margin-top: 12px;
  color: var(--Dark-Blue, #212329);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.howwork_date {
  margin-top: 4px;
  color: var(--Dark-Blue, #212329);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.howwork_carousel {
  position: relative;
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.howwork_carousel-item {
  /* width: 220px; */
  width: 310px;
}

.howwork_carousel-video_block iframe {
  border-radius: 4px;
  background: url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.howwork_carousel-video_block {
  width: 100%;
  height: 170px;
}

/* .howwork_carousel-video_block iframe {
  max-width: 220px;
  max-height: 120px;
} */

.howwork_carousel-item_title {
  color: var(--Dark-Blue, #212329);
  text-align: center;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 6px;
}

.services_back {
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  z-index: -1;
}

/* calc section */

.calc {
  position: relative;
  background: url('../img/BG.png'),
    rgba(211, 211, 211, 0.2) 0% 0% / 20.45833319425583px 20.45833319425583px repeat;
  mix-blend-mode: darken;
  padding-top: 80px;
  padding-bottom: 80px;
}

.calc_back {
  top: 247px;
}

.calc_maintitle {
  max-width: 818px;
}

.calc_title {
  margin-left: 25px;
  margin-right: 25px;
}

.calc_content {
  margin-top: 32px;
}

.calc_num {
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.calc_step1-title {
  margin-top: 2px;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.calc1,
.calc2,
.calc3,
.calc4,
.calc_2step {
  padding: 16px;
  margin: 0 auto;
  width: 888px;
  border-radius: 4px;
  background: var(--White, #fff);

  /* Drop Shadow */
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.04);
}

.calc2,
.calc3,
.calc4 {
  margin-top: 16px;
}

#step1Form {
  padding-bottom: 32px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step1Form-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  color: var(--Dark-Blue, #212329);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.step1Form_label {
  position: relative;
}

.calc_2step-textinput {
  width: 270px;
  margin-right: 24px;
  width: 300px;
  height: 50px;
  display: flex;
  height: 51px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(84, 90, 110, 0.2);
  background: var(--White, #fff);
}

.calc_2step-messager {
  width: 270px;
}

.calc_2step-input_block {
  display: flex;
  align-items: center;
}

.calc_2step-input_block + .calc_2step-input_block {
  margin-top: 6px;
}

.calc_2step-input_block input {
  margin-right: 6px;
}

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

.calc_2step-messager input {
  position: relative;
}

.step1Form_checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0; /* Сбрасываем внешние отступы для точного позиционирования */
}

/* Стилизация чекбоксов */
input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 32px;
  border: 1.5px solid var(--Light-Blue, #90b1d0);
  background: #fff;
  padding: 10px;
  /* margin-right: 5px; */
  /* position: relative; */
}

/* Создание внутреннего квадрата для чекбокса */
input[type='radio']::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /* border: 1px solid var(--Light-Blue, #90b1d0); */
  border-radius: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Галочка при нажатии на чекбокс */
input[type='radio']:checked,
input[type='radio']:checked::before {
  background: var(--Blue, #368db5);
}

/* Галочка SVG */
input[type='radio']:checked::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.5917 6.00834C15.5142 5.93023 15.4221 5.86824 15.3205 5.82593C15.219 5.78362 15.11 5.76184 15 5.76184C14.89 5.76184 14.7811 5.78362 14.6796 5.82593C14.578 5.86824 14.4858 5.93023 14.4084 6.00834L8.20004 12.225L5.59171 9.60834C5.51127 9.53064 5.41632 9.46955 5.31227 9.42854C5.20823 9.38754 5.09713 9.36743 4.98531 9.36937C4.87349 9.3713 4.76315 9.39524 4.66058 9.43982C4.55802 9.4844 4.46524 9.54874 4.38754 9.62917C4.30984 9.70961 4.24875 9.80456 4.20774 9.9086C4.16674 10.0127 4.14663 10.1238 4.14856 10.2356C4.1505 10.3474 4.17444 10.4577 4.21902 10.5603C4.2636 10.6629 4.32794 10.7556 4.40837 10.8333L7.60837 14.0333C7.68584 14.1114 7.77801 14.1734 7.87956 14.2157C7.98111 14.2581 8.09003 14.2798 8.20004 14.2798C8.31005 14.2798 8.41897 14.2581 8.52052 14.2157C8.62207 14.1734 8.71424 14.1114 8.79171 14.0333L15.5917 7.23334C15.6763 7.1553 15.7438 7.06059 15.79 6.95518C15.8361 6.84976 15.86 6.73592 15.86 6.62084C15.86 6.50575 15.8361 6.39192 15.79 6.2865C15.7438 6.18108 15.6763 6.08637 15.5917 6.00834Z" fill="white"/></svg>');
}

#step3Form {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.step3Form-label input {
  width: 20px;
  position: relative;
}

.step3Form-label {
  width: 205px;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
}

.step3Form-label span {
  margin-top: 6px;
}

.quantity_block {
}

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

#quantity {
  color: var(--Dark-Blue, #212329);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 60px;
  border: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield; /* Firefox */
}

.quantity_block {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.quantity_block button {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

#total {
  margin-top: 2px;
  color: var(--Blue, #368db5);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.calc4 button {
  border-radius: 4px;
  background: var(--Blue, #368db5);
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}

.calc4 button:hover {
  background: var(--Hover, #2f7cb2);
}

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

.last_calc_num {
  max-width: 888px;
  margin: 0 auto;
  display: block;
  margin-top: 4px;
}

.myhidden {
  display: none;
}

button.myhidden {
  display: none;
}

/* pricelist section */

.pricelist {
  background: url(../img/BG.png),
    rgba(211, 211, 211, 0.2) 0% 0% / 20.45833319425583px 20.45833319425583px repeat;
  mix-blend-mode: darken;
  /* background: #ededed; */
  padding-bottom: 90px;
}

.pricelist_container {
  background: white;
  max-width: 1000px;
  padding: 50px 70px;
  border-radius: 27px;
}

.pricelist_list {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1150px;
}

.pricelist h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: black;
  font-family: 'Open Sans';
}

.pricelist h4,
.pricelist span {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
}

.pricelist-points {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pricelist .stock_item-btn {
  margin: 0 auto;
  margin-top: 40px;
}

.pricelist-points {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pricelist-points h3 {
  position: relative; /* Добавляем относительное позиционирование */
}

.pricelist-points h3::after {
  content: ''; /* Добавляем пустой контент */
  position: absolute; /* Абсолютное позиционирование относительно родительского элемента */
  bottom: -5px; /* Располагаем подчеркивание немного ниже текста */
  left: 0; /* Располагаем подчеркивание слева */
  width: 100%; /* Ширина подчеркивания равна ширине текста */
  height: 1px; /* Толщина подчеркивания */
  background-color: black; /* Цвет подчеркивания */
}

.overlay,
.overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.overlay label,
.overlay2 label {
  /* margin-top: 5px; */
  display: flex;
  align-items: stretch;
}

.overlay_input {
  /* margin-top: 5px; */
  width: 100%;
  /* height: 50px; */
  border-radius: 4px;
  border: 1px solid rgba(84, 90, 110, 0.2);
  background: var(--White, #fff);
  padding: 12px;
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-container form {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.form-container {
  max-width: 500px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.overlay_title {
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.overlay_subtitle {
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
  display: block;
}

.overlay input[type='radio'],
.overlay2 input[type='radio'] {
  margin-right: 5px;
}

.overlay button,
.overlay2 button {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: var(--Blue, #368db5);
  border: none;
}

.overlay button:hover,
.overlay2 button:hover {
  background: var(--Hover, #2f7cb2);
}

.overlay label,
.overlay2 label {
  position: relative;
}

.overlay input[type='radio'],
.overlay2 input[type='radio'] {
  width: 20px;

  position: relative;
}

.overlay_input-item {
  margin-top: 5px;
}

.stock_item-btn {
  margin: 0 auto;
  border: none;
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: var(--Blue, #368db5);
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}

.stock_item-btn:hover {
  background: var(--Hover, #2f7cb2);
}

@media (max-width: 1400px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ourwork_item {
    width: 32%;
  }

  .howwork_carousel-item {
    width: 24%;
  }

  .examples_item {
    width: 32%;
  }
}

@media (max-width: 1050px) {
  .services_item-hiddentext {
    font-size: 14px;
    line-height: 100%;
  }

  .services_title {
    font-size: 32px;
  }

  .services_list-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services_text {
    margin-top: 20px;
    line-height: 115%;
    font-size: 16px;
  }

  .services_item {
    height: auto;
    align-items: center;
    width: 100%;
  }

  .services_item .services_item-hiddentext {
    opacity: 1;
  }

  .footer_list1 {
    margin-right: auto;
    width: 100%;
  }

  .header_logo-block {
    max-width: 120px;
  }

  .header_logo-block img {
    width: 100%;
  }

  .hero_title {
    font-size: 32px;
  }

  .main_header-nav-burger-btn {
    display: block;
  }

  .main_burger-close,
  .main_burger-open {
    max-width: 24px;
  }

  .main_burger-close img,
  .main_burger-open img {
    width: 100%;
  }

  .main_header-item {
    display: none;
  }

  .sun_header-content {
    display: none;
  }

  .main_header-item-btn {
    display: block;
    margin-right: 15px;
  }

  .main_header-nav-burger-btn {
    width: 25px;
    display: flex;
    justify-content: space-around;
  }

  .footer_content {
    flex-wrap: wrap;
  }

  .footer_right {
    width: 60%;
    margin-top: 24px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .calc1,
  .calc2,
  .calc3,
  .calc4,
  .calc_2step {
    width: 100%;
  }

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

  .step2form input {
    margin-bottom: 12px;
  }

  .calc_2step-input_block {
    display: flex;
    align-items: start;
  }

  .coating-image {
    width: 100%;
    height: 55px;
  }

  .step1Form_label {
    width: 28%;
  }

  .ourwork {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ourwork_appointment {
    display: block;
  }

  .ourwork_appointment-btn {
    margin-top: 15px;
    padding: 12px 18px;
    max-width: 220px;
  }

  .calc {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .connection_title,
  .connection2_title {
    font-size: 45px;
  }

  .connection_text,
  .connection2_text {
    font-size: 24px;
  }
  .review_list,
  .howwork_carousel,
  .examples_list,
  .ourwork_list {
    justify-content: space-around;
  }

  .footer_list2,
  .footer_list3 {
    width: auto;
  }

  .examples_item {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .services_list-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .services_item {
    padding: 30px;
  }

  .services_item-hiddentext {
    font-size: 14px;
    line-height: 100%;
  }

  .services_item .services_item-hiddentext {
    height: auto;
  }

  .footer_left {
    flex-wrap: wrap;
  }
  .examples_item {
    width: auto;
  }

  .howwork_carousel-item {
    width: auto;
    max-width: 310px;
    margin-top: 20px;
  }

  .stock_list {
    justify-content: space-around;
  }

  .connection {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .connection_form-container form {
    display: flex;
    flex-direction: column;
  }

  .connection_form-container input,
  .connection_form-container button {
    width: 100%;
  }

  .connection input,
  .connection button {
    margin-right: auto;
  }

  .connection_img {
    right: -131px;
    bottom: 0;
    top: auto;
  }

  .connection input {
    margin-bottom: 12px;
  }

  .connection_title {
    text-align: center;
    font-size: 32px;
  }

  .connection_text {
    text-align: center;
    font-size: 16px;
  }

  .stock_left {
    background: none;
    left: -15px;
  }
  .stock_right {
    background: none;
    right: -15px;
  }

  .howwork {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .howwork_sales-item {
    width: 43%;
  }

  .howwork_sales {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .howwork_sales-item {
    margin-top: 24px;
  }

  .examples {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .examples_item {
    max-width: 310px;
  }

  .howwork_sales-item + .howwork_sales-item {
    margin-left: 0;
  }

  .connection2_img-bg {
    bottom: 0;
    right: 0;
    top: auto;
  }

  .connection2_title {
    font-size: 32px;
    text-align: center;
  }

  .connection2_title-block {
    display: block;
  }

  .about_img-block {
    margin-right: auto;
  }

  .connection2_text {
    font-size: 16px;
    text-align: center;
  }

  .connection2_title-block {
    text-align: center;
  }

  .connection2_line {
    display: none;
  }

  .about_text {
    /* max-width: 90%; */
  }

  .connection2 input {
    margin-right: 0;
  }

  .connection_form-container input {
    margin-bottom: 12px;
  }

  .connection2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero_img-bg {
    margin-top: 40px;
    display: block;
    position: static;
    max-width: 100%;
  }

  .footer_list2,
  .footer_list3 {
    margin-top: 23px;
  }

  .footer_right {
    width: 100%;
  }

  .footer_end {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
  }

  #step3Form span {
    font-size: 12px;
  }

  .step3Form-label {
    width: 47%;
  }

  .about_text-title {
    font-size: 20px;
  }

  .main_header-nav-burger-btn {
    display: block;
    background: none;
    border: none;
  }

  .why_list {
    flex-direction: column;
  }

  .why_item {
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }

  .why_item-img_wrapper {
    margin-right: 12px;
  }

  .why_item-title {
    margin-top: 0;
  }

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

  .why_item-text {
    font-size: 13px;
  }

  .why_item-img_wrapper {
    width: 27px;
    height: 27px;
  }

  .whyTitle_line {
    width: 43px;
  }
  .why_item-img_wrapper img {
    width: 100%;
  }

  .teamTitle_line {
    width: 52px;
  }

  .mainTitle_line {
    width: 50px;
  }
}
