* {
  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;
}

@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;
}

input[type="radio"] {
  cursor: pointer;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99;
  background-color: orange;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 14px;
  cursor: pointer;
}

#scrollToTopBtn:hover {
  background-color: rgb(252, 168, 11);
}

li {
  list-style: none;
}

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

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

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

/* Sun header */

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

.slogan {
  max-width: 200px;
  font-size: 16px;
  color: var(--Dark-Blue, #212329);
  margin-left: 20px;
}

.main_header-nav-mobile {
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
  width: 100vw;
  /* height: 516px; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.nav-mobile_header-item {
  margin-top: 14px;
}

.main_header-nav-drop {
  position: relative;
}

.main_header-nav-drop-btn {
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: -20px;
  /* justify-content: baseline; */
}

.main_header-nav-drop-btn {
  background: none;
  border: none;
}

.main_header-item_drop-content {
  position: absolute;
  left: -80px;
  top: 5px;

  box-shadow: -1px -3px 19px 3px rgba(34, 60, 80, 0.2);

  flex-direction: column;
  width: 200px;
  margin-top: 20px;
  display: none;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.main_header-item_phone {
  display: none;
}

.main_header-item_drop-link + .main_header-item_drop-link {
  margin-top: 13px;
}

.main_header-item a {
  color: #212329;
}

.main_header-item a:hover,
.main_header-content span:hover {
  color: #2f7cb2;
}

.main_header-item_drop-link {
  display: block;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_header-item_drop-link:hover {
  background: var(--Hover, #2f7cb2);
}

.nav-mobile_header-item a {
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-mobile_sun-item {
  margin-top: 6px;
}

.nav-mobile_sun-item a {
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-mobile_line {
  margin-top: 20px;
  width: 90%;
  height: 1px;
  background: rgba(84, 90, 110, 0.2);
}

.sun_header {
  background: var(--Light-Blue-BG, #f8f8f8);
}

.sun_header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header_nav {
  display: flex;
}

.header_links {
  display: flex;
}

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

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

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


.header_links-item .header_nav-link {
  display: flex;
  align-items: center;
}

.header_links-item .header_nav-link img {
  margin-right: 4px;
}

/* Main header */

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

.main_header {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.header_logo-block {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header_logo-block p {
  display: inline-block;
  margin-left: 20px;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 158px;
}

.main_header-nav {
  display: flex;
  align-items: center;
}

.main_header-item + .main_header-item {
  margin-left: 32px;
}

.main_header-item {
  cursor: pointer;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_header-item button {
  border: none;
  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);
}

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

.sun_header-content a:hover {
  color: var(--Hover, #2f7cb2);
}

.main_header-nav-burger-btn button {
  position: relative;
  z-index: 1000;
}
/* Стили для выпадающего меню */
.main_header-item.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  margin-left: -50px;
  margin-top: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.main_header-item.dropdown:hover .dropdown-content,
.main_header-item.dropdown .dropdown-content:hover {
  display: block;
}

/* vacancy section */

.vacancy_title {
  font-weight: 600;
  font-size: 34px;
  line-height: 110%;
  color: #333;
}

.vacancy_item-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #333;
  margin-bottom: 10px;
  cursor: pointer;
}
.vacancy-description {
  margin-top: 10px;
}

#vacancy1,
#vacancy2,
#vacancy3 {
  display: none;
}

.vacancy_content {
  margin-top: 48px;
}

.vacancy_item {
  position: relative;
  cursor: pointer;
  padding: 25px 35px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.14);
  background: white;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 18px;
}

.arrow {
  position: absolute;
  right: 45px;
  top: 35px;
  transition: transform 0.3s ease; /* Плавное изменение поворота */
}

.vacancy_item.active .arrow {
  /* Поворот стрелки при активном состоянии */
  transform: rotate(180deg);
}
.myhidden {
  display: none;
}

.vacancy-description .about_main-text {
  max-width: 1100px;
}
.vacancy-description .about_third-title {
  font-weight: 500;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
/* Hero section */

.hero {
  position: relative;
  height: 604px;
  padding-top: 120px;
  background: url("../img/HeroContent.png") center/cover no-repeat;
}

.hero_content {
  position: relative;
  z-index: 2;
}

.hero .container {
  position: relative;
  height: 100%;
}

.hero_img-bg {
  max-height: 570px;
  position: absolute;
  z-index: 1;
  right: 50px;
  /* transform: translateX(50%); */
  bottom: 0;
}

.hero_title {
  display: block;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 708px;
}

.hero_line {
  width: 60px;
  height: 3px;
  background: var(--Gray-Text, #545a6e);
  margin-top: 20px;
}

.hero_list {
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
}

.hero_list img {
  margin-right: 8px;
}

.hero_list-item {
  display: flex;
  align-items: center;
}

.hero_list-item + .hero_list-item {
  margin-top: 13px;
}

.hero_button-wrapper {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

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

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

.hero_txt {
  max-width: 192px;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

/* services sertion */

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

.services_item-btn {
  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;
}

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

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

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

.mainTitle_block_white {
  max-width: 952px;
}

.services_title {
  color: var(--Dark-Blue, #212329);
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 32px;
  margin-left: 32px;
}

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

.services-item {
  padding: 310px 32px 32px 32px;
  /* max-width: 464px; */
  max-width: 32%;
  height: 540px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(33, 35, 41, 0.32) 0%, rgba(33, 35, 41, 0.72) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.services-item:nth-child(1) {
  background: url("../img/services/Rectangle2.png") center/cover no-repeat;
}
.services-item:nth-child(2) {
  background: url("../img/services/Rectangle23.png") center/cover no-repeat;
}
.services-item:nth-child(3) {
  background: url("../img/services/Rectangle3.png") center/cover no-repeat;
}

.services-item_title {
  color: var(--White, #fff);

  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.services-item_text {
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 15px;
  margin-top: 8px;

  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.services-item a {
  /* display: block; */
  display: flex;
  align-items: center;
  /* margin-top: 24p x; */
  color: #90b1d0;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* stock section */

.stock {
  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%));
}

.mainTitle_line_white {
  background-color: #fff;
}

.mainTitle_title_white {
  color: #fff;
}

.stock_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-top: 40px;
  padding: 0 12px;
}

.stock_item {
  overflow: hidden;
  position: relative;
  padding: 24px;

  /* width: 464px; */
  width: 32%;
  border-radius: 4px;
  background: var(--White, #fff);
}

.stock_item-img_block {
  transform: rotate(75deg);
  max-width: 192px;
  right: -5px;
  bottom: -5px;
  mix-blend-mode: multiply;
  position: absolute;
}

.stock_item-title {
  color: var(--Blue, #368db5);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.stock_item-date {
  color: #212329;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 7px;
}

.stock_item-btn {
  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);
}

.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%);
}

/* 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: 40px;
}

.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: 40px;
  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: grid;
  grid-template-columns: repeat(3, 1fr);
}

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

.step3Form-label {
  width: 230px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
}

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

.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;
}

.quantity_block button:hover {
  background-color: gray;
}

#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;
}

/* 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-top: 40px;
  padding-bottom: 40px;
}

.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: 18px;
  line-height: 110%;
  color: #368db5;
  font-family: "Open Sans";
  margin-top: 10px;
}

.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: 15px;
  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: 3px; /* Толщина подчеркивания */
  background-color: #368db5; /* Цвет подчеркивания */
}

/* why section */

.why {
  padding-top: 80px;
  padding-bottom: 80px;
}

.whymainTitle_block {
  max-width: 801px;
}

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

.why_item {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.why_item-title {
  margin-top: 12px;
  color: var(--Blue, #368db5);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.why_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;
}

/* 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;
}

/* about section */

.about {
  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: 45px;
}

.about_link:hover,
.stock_more:hover,
.ourwork_item-link:hover {
  text-decoration: underline;
}

.about_link:hover,
.howwork_carousel-video_block:hover {
  transform: scale(1.05);
}

.about_wrapper {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
}

.about_img-block {
  margin-right: 44px;
}

.about_img-block img {
  border-radius: 10px;
}

.about_text-title_wrapper {
  display: flex;
  align-items: center;
}

.about_text-block {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.about_line {
  margin-left: auto;
  width: 240px;
  height: 2px;
  background: #90b1d0;
  margin-left: 32px;
}

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

.about_link {
  position: absolute;
  display: flex;
  align-items: bottom;
  float: bottom;
  color: var(--Blue, #368db5);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* team section */

.team {
  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;
}

.teammainTitle_block {
  max-width: 812px;
}

.team_list {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team_list .stock_list-btn {
  display: none;
}

.team_item {
  height: 365px;
  background: #fff;
  width: 220px;

  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  border-radius: 4px;

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

.team_item-text_block {
  padding: 12px;
}

.team_item-img_block img {
  max-width: 100%;
  max-height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.team_item-title {
  color: #212329;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.team_item-who {
  margin-top: 2px;
  color: #545a6e;
  height: 20px;
  display: block;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.team_item-text {
  margin-top: 12px;
  color: #212329;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* howwork 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;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}

.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;
}

/* 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;
}

.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 section */

.open-modal {
  background: none;
  border: none;
}

.reviews_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.review_mainTitle {
  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;
}

/* video section */

.videosection_block {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 45px;

  max-width: 100%;
  height: 450px;
  border-radius: 50px;
}

/* review section */
.review_list {
  position: relative;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review_item {
  width: 708px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background: var(--White, #fff);

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

.review_item-link_block {
  max-width: 140px;
  margin-right: 40px;
}

.review_item-link:hover {
  transform: scale(1.05); /* Увеличение на 10% */
}

.review_item-link_block img {
  max-width: 100%;
}

.review_item-text_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

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

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

/* modal window */
#modal {
  overflow: hidden;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

#modal img {
  z-index: 100000;
  max-width: 90%;
  max-height: 90%;
}

/* connection2 section */

.connection2 {
  overflow: hidden;
  position: relative;
  background: linear-gradient(92deg, rgba(15, 140, 198, 0.7) 0%, rgba(22, 88, 118, 0.7) 100%);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.connection2_wrapper {
  max-width: 960px;

  margin-left: auto;
  margin-right: 0;
}

.connection2 input,
.connection2 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);
}

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

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

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

.connection2 input {
  margin-right: 24px;
}

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

.connection2_title-block {
  display: flex;
  align-items: center;
}

.connection2_line {
  width: 240px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: 32px;
}

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

.connection_form-container form {
  width: 100%;
  margin-right: -20px;
}

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

/* ourwork section */

.ourwork {
  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;
}

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

.ourwork_item {
  width: 464px;
  padding: 12px;
  background: var(--White, #fff);
}

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

.ourwork_item-list {
  margin-top: 8px;
}

.ourwork_item-list {
  padding-left: 15px;
}

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

.ourwork_item-link {
  border: none;
  background-color: inherit;
  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-top: 16px;
}

.ourwork_appointment {
  margin-top: 24px;
  border-radius: 4px;
  background: var(--White, #fff);

  /* Drop Shadow */
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

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

.ourwork_appointment-btn {
  border: none;
  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;
}

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

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 40px 60px;
  border-radius: 10px;
  border: 1px solid #888;
  width: 60%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .ourwork_appointment-btn {
  margin-top: 50px;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.about_main-text {
  max-width: 1100px;
}
.about_third-title {
  font-size: 20px;
  line-height: 120%;
  color: #333;
  font-weight: 600;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}

.vacancy_item {
  position: relative;
  cursor: pointer;
  padding: 25px 35px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.14);
  background: white;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 18px;
}

/* map section */

.map {
  overflow-y: hidden;
  height: 500px;
  position: relative;
  /* height: 496px; */
}

.map_container {
  max-width: 1440px;
  margin: 0 auto;
}

.map_frame-block {
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.map_frame-block iframe {
  height: 100%;
}

.map_content {
  max-width: 1440px;
  top: 40px;

  /* top: 0; */
  /* left: 50%; */
  position: absolute;
  z-index: 1000;
}

.map_content svg {
  margin-right: 8px;
}

.map_content span {
  margin-top: 8px;
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: end;
}

.map_item-phone span {
  color: var(--Blue, #368db5);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.map_item-line {
  margin-top: 16px;
  width: 100%;
  height: 1px;
  background: rgba(84, 90, 110, 0.2);
}

.map_item-form-title {
  display: block;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.map_item-form {
  margin-top: 16px;
  width: 100%;
}

.map_item-form input[type="tel"] {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(84, 90, 110, 0.2);
  background: var(--White, #fff);
  width: 100%;
  height: 42px;
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.map_item-form-btn {
  cursor: pointer;
  border-radius: 4px;
  background: var(--Blue, #368db5);
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-top: 8px;
  border: none;
}

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

.map_item-form form {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.map iframe {
  overflow: hidden;
  min-width: 100vw;
  max-width: 100vw;
}

.map_item {
  position: absolute;
  background-color: #fff;
  z-index: 1001;
  /* position: absolute; */
  /* left: 0; */
  /* top: 50%; */
  /* transform: translateY(-50%); */

  display: flex;
  width: 342px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 16px; */
  border-radius: 4px;
  background: var(--White, #fff);

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

.myhidden {
  display: none !important;
}

/* footer */

footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background: var(--Dark-Blue, #212329);
}

/* увеличивать картинку при наведении */
.footer_right-list img:hover {
  transform: scale(1.2);
}

footer a:hover {
  color: var(--Hover, #2f7cb2);
}

.footer_content {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_left {
  display: flex;
  align-items: flex-start;
}

.footer_list-item {
  margin-top: 6px;
}

.footer_list-item,
.footer_list-item a {
  color: var(--Light-Blue-BG, #f8f8f8);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.footer_list1 {
  width: 330px;
  margin-right: 56px;
}

.footer_list2,
.footer_list3 {
  width: 220px;
  margin-right: 24px;
}

footer .map_item-phone {
  margin-bottom: 13px;
  margin-top: 32px;
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 1;
}

footer .mail,
footer .location,
footer .time {
  margin-top: 8px;
}

.footer_list-title {
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer_right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer_right-btn {
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;

  border-radius: 4px;
  background: var(--White, #fff);
}

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

.footer_right_item {
  width: 20px;
  height: 20px;
}

.footer_right-list {
  margin-top: 12px;
}

.footer_right_item + .footer_right_item {
  margin-left: 8px;
}

.footer_line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: rgba(248, 248, 248, 0.2);
}

.footer_end {
  margin-top: 20px;

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

.footer_end,
.footer_end a {
  color: var(--Light-Blue-BG, #f8f8f8);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.footer_end-link + .footer_end-link {
  display: inline-block;
  margin-left: 24px;
}

.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;
}

.example_item-img_block {
  overflow: hidden;
  position: relative;
}

.example_item-img_block ul {
  display: flex;
  transition: transform 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

.example_item-img_block li {
  flex: 0 0 100%;
}

.example_item-img_block img {
  width: 100%;
  border: 1px solid #ddd; /* Добавлен рамка для лучшей видимости изображений */
}

.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;
}

.overlay_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  background: none !important;
  color: #368db5 !important;
  border: none !important;
  font-size: 24px !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
}

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

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

.faq_section {
  padding-top: 80px;
  padding-bottom: 80px;
  /* background-color: #ded2ff; */
  color: #212329;
}

.faq_section h2 {
  text-align: center;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq {
  background-color: transparent;
  border: 1px solid #368db5;
  border-radius: 10px;
  padding: 30px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.faq.active {
  background-color: #fff8c9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq-title {
  margin: 0 35px 0 0;
}

.faq-text {
  display: none;
  margin: 30px 0 0;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
}

.faq_section .chevron,
.faq_section .close {
  width: 12px;
  height: 12px;
}

.faq-toggle .close {
  display: none;
}

.faq.active .faq-toggle .close {
  display: block;
}

.faq.active .faq-toggle .chevron {
  display: none;
}

.faq.active .faq-toggle {
  background-color: #368db5;
  border-radius: 50%;
  color: #ffffd9;
}

/* adaptation */

@media (max-width: 1500px) {
  .stock_left {
    z-index: 4;
    left: -12px;
    width: 40px;
    height: 40px;
    border-color: #368db5;
    background: #dddddd96;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .stock_right {
    z-index: 4;
    right: -12px;
    width: 40px;
    height: 40px;
    border-color: #368db5;
    background: #dddddd96;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

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

  .services-item {
    height: auto;
  }

  .review_item {
    width: 49%;
  }

  .ourwork_item {
    width: 32%;
  }
  .map_content {
    left: 10px;
  }

  .howwork_carousel-item {
    width: 24%;
  }

  .examples_item {
    width: 32%;
  }
  .header_logo-block p {
    display: none;
  }
  .about_link {
    position: static;
    margin-top: 10px;
  }
}

@media (max-width: 1050px) {
  .slogan {
    display: none;
  }

  .team_list .stock_list-btn {
    display: block;
  }
  .about_line {
    width: 150px;
  }

  .about_text-title_wrapper {
    justify-content: space-between;
  }

  .main_header-nav-drop {
    display: none;
  }

  .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_list1 {
    margin-right: auto;
    width: 100%;
  }

  .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;
  }
  .services-item {
    padding: 16px;
  }

  .services_back {
    display: none;
  }

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

  .step1Form_label {
    width: 28%;
  }

  .about_wrapper {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    flex-wrap: wrap;
  }

  .about_img-block {
    width: 100%;
  }

  .about_wrapper img {
    width: 100%;
  }

  .stock_item-btn {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

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

  .ourwork_appointment {
    display: block;
  }

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

  .stock_item-img_block {
    max-width: 120px;
  }

  .stock_item-title {
    font-size: 24px;
  }

  .stock_item-date {
    font-size: 14px;
  }

  .stock_item {
    height: auto;
  }

  .stock_item-btn {
    margin-top: 23px;
  }

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

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

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

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

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

  .connection_text,
  .connection2_text {
    font-size: 24px;
  }

  .services-item_title {
    font-size: 20px;
  }

  .services-item_text {
    font-size: 13px;
  }

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

  .review_list,
  .howwork_carousel,
  .examples_list,
  .ourwork_list {
    justify-content: space-around;
  }

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

  .footer_content {
    flex-wrap: wrap;
  }

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

  .examples_item {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .reviews_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .videosection_block {
    height: auto;
  }
  .modal-content {
    padding: 10px;
    width: 100%;
    font-size: 13px;
  }

  .pricelist {
    padding-bottom: 40px;
  }

  .about_line {
    width: 100px;
  }

  .map_item {
    width: auto;
    max-width: 340px;
  }

  .footer_left {
    flex-wrap: wrap;
  }

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

  .examples_item {
    width: auto;
  }

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

  .stock_item {
    width: 100%;
    max-width: 310px;
  }

  .review_item {
    width: 100%;
  }

  .review_item-link_block {
    display: none;
  }

  .nophone {
    display: none;
  }

  .faq_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ourwork_appointment {
    display: block;
    max-width: 310px;
    margin: 0 auto;
    margin-top: 25px;
  }

  .hero_img-bg {
    display: none;
  }

  .hero_txt {
    margin-top: 6px;
  }

  .hero_button-wrapper {
    display: block;
  }

  .services-item {
    max-width: 366px;
    height: auto;
    margin-top: 8px;
    padding: 16px;
  }

  .services_list {
    flex-direction: column;
  }

  .mainTitle_line {
    width: 100px;
  }

  .services_title {
    font-size: 17px;
  }

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

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

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

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

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

  .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: 28px;
  }

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

  .stock_left {
    background: #dddddd96;
    border: 1px solid var(--Blue, #368db5);
    left: -15px;
  }
  .stock_right {
    background: #dddddd96;
    border: 1px solid var(--Blue, #368db5);
    right: -15px;
  }

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

  .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;
  }

  .connection2 input {
    margin-right: 0;
  }

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

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

  .ourwork_item {
    width: 100%;
    max-width: 310px;
  }

  .review_item {
    width: 100%;
    max-width: 310px;
    align-items: start;
    flex-direction: column-reverse;
  }

  .review_item .ourwork_appointment {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .ourwork_appointment-title {
    font-size: 17px;
  }

  .ourwork_appointment-btn {
    margin-top: 16px;
  }

  .map_container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .map_item {
    position: static;
    margin-bottom: 16px;
  }

  .map_frame-block {
    /* height: 100%; */
    position: static;
  }

  .map_content {
    position: static;
  }

  .map {
    overflow-y: hidden;
    height: auto;
  }

  .map_frame-block {
    height: 500px;
  }

  .team {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .about {
    padding-top: 40px;
  }

  .hero {
    padding-top: 40px;
    /* padding-bottom: 40px; */
    height: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 52.14%, rgba(255, 255, 255, 0.06) 100%), url("../img/hero/hero_mobile-bg.jpg"),
      lightgray 50% / cover no-repeat;
  }

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

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

  .footer_right {
    width: 100%;
    flex-wrap: wrap;
  }

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

  #step3Form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

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

  .step3Form-label {
    width: 90%;
  }

  .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;
  }
}

.btn--active {
  pointer-events: auto;
  background-color: #ff8438;
  cursor: pointer;
}

/* Добавить дополнительный класс
.btn--active {
  pointer-events: auto;

  cursor: pointer;
} */
