@font-face {
  font-family: "Helvetica";
  src: url("/fonts/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Helvetica", "Raleway", sans-serif;
  color: white;
}
.container {
  /* max-width: 1440px; */
  padding: 0 10%;
  margin: 0 auto;
}
/* HEADER */
header {
  background-color: #161616;
  padding: 15px 0 15px;
  border-bottom: 1px solid #424242;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.left_nav a,
.right_nav a {
  color: #ffffff;
  text-decoration: none;
}
.left_nav {
  display: flex;
  align-items: center;
  gap: 74px;
}
.left_nav a:hover {
  color: #32caa2;
  transition: all 0.1s ease-in-out;
}
.left_nav button,
.logo {
  margin-right: 26px;
  width: 120px;
  height: 30px;
  border: none;
  cursor: pointer;
  background-color: #32caa2;
}
.right_nav {
  gap: 20px;
}
.time {
  gap: 13px;
}
.right_nav,
.time {
  display: flex;
  align-items: center;
}
.tel {
  display: flex;
  padding: 2px 1px 2px 24px;
  border: 1px solid #3b3b3b;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
}
.right_nav button,
.menu_right_nav button {
  width: 40px;
  height: 40px;
  justify-content: space-between;
  display: flex;
  border-radius: 50px;
  box-shadow: 0px 5px 16px 0px rgba(0, 202, 149, 0.5);
  border: none;
  background-color: #00ca95;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

/* MAIN SCREEN */
.main_screen {
  position: relative;
  background-color: rgba(16, 15, 15, 1);
  background-size: 50%;
  width: 100%;
  background-position: right;
  background-image: url(img/main.png);
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
}

.functions_company {
  position: relative;
  background-color: rgba(16, 15, 15, 1);
  padding: 100px 0;
  overflow: hidden;
}
.blur-circle {
  position: absolute;
  top: 42%;
  left: 4%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 400px;
  background-color: rgba(0, 202, 149, 0.26);
  border-radius: 50%;
  filter: blur(121px);
  z-index: 1;
}
.gray-circle {
  position: absolute;
  top: 52%;
  right: -16%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 400px;
  background-color: rgba(123, 136, 133, 0.26);
  border-radius: 50%;
  filter: blur(121px);
  z-index: 1;
}
.prev_photo {
  position: absolute;
  right: 0;
  width: 54%;
  top: 10%;
}
.main_info {
  width: 58%;
  margin-top: 15%;
}
.title_block {
  font-size: 55px;
  line-height: 1.3;
  color: #ffffff;
}
.title_block p,
.title_block span {
  font-family: "Raleway";
  font-weight: bold;
}
.gradient_text {
  background: linear-gradient(to right, #ffffff, #79ffc1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social_title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social_title img {
  object-fit: contain;
}
.desc_main_info {
  padding: 17px 0 28px;
  color: white;
  font-size: 18px;
}
.buttons_info {
  gap: 17px;
  display: flex;
}
.buttons_info input::placeholder {
  color: #414141;
  opacity: 1;
  font-size: 18px;
}
.buttons_info input {
  outline: none;
  padding: 24px 118px 24px 24px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
}
.buttons_info button {
  color: white;
  padding: 25px 45px;
  display: flex;
  border-radius: 15px;
  font-weight: bold;
  gap: 10px;
  cursor: pointer;
  border: none;
  font-size: 18px;
  background-color: #50cbc2;
  align-items: center;
}

/* FUNCTIONS */
.name_block {
  font-size: 55px;
  font-family: "Raleway";
  font-weight: bold;
}
.desc_block {
  max-width: 870px;
  font-size: 18px;
  padding: 10px 0 60px;
}
.all_functions {
  display: flex;
  gap: 90px;
}
.two_functions {
  display: flex;
  flex-direction: column;
  gap: 53px;
}

.one_functions {
  display: flex;
  gap: 25px;
  align-items: center;
}
.one_functions p {
  font-size: 24px;
  font-weight: bold;
}

/*HOW WORK */

.how_work,
.services,
.bid,
.tariffs,
.questions,
footer {
  background-color: #100f0f;
  padding-bottom: 100px;
}
.tariffs {
  background-image: url("img/Heart.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 200px;
}
.how_work_block {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  padding-top: 33px;
}
.name_stages {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-bottom: 100px;
}
.name_stages p {
  font-size: 25px;
  font-family: "Raleway";
  font-weight: bold;
  color: #00ca95;
}
.border {
  width: 182px;
  background-color: #00ca95;
  height: 1px;
  right: -168px;
  top: 26px;
  position: absolute;
}
.social_params_adaptive {
  display: none;
}
.one_stages {
  font-family: "Raleway";
  font-size: 35px;
  padding: 15px 0;
  font-weight: bold;
  line-height: normal;
  border-bottom: 2px solid #4b4b4b;
}
/* SERVICES */
.all_services {
  padding-top: 50px;
  gap: 30px;
  display: flex;
}
.two_services {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.one_service {
  padding: 45px 20px;
  border: 1px solid #393939;
  border-radius: 23px;
  height: 245px;
  gap: 30px;
  display: flex;
  align-items: center;
}
.name_servise {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 20px;
}
.desc_servise {
  color: #707070;
}
.one_service.vk img {
  filter: drop-shadow(0 4px 23px rgba(10, 142, 250, 0.25)); /* Тень для VK */
}

.one_service.tt img {
  filter: drop-shadow(
    0 4px 23px rgba(255, 255, 255, 0.25)
  ); /* Тень для TikTok */
}

.one_service.inst img {
  filter: drop-shadow(
    0 4px 23px rgba(250, 10, 10, 0.25)
  ); /* Тень для Instagram */
}

.one_service.fb img {
  filter: drop-shadow(
    0 4px 23px rgba(10, 142, 250, 0.25)
  ); /* Тень для Facebook */
}

.one_service.tg img {
  filter: drop-shadow(
    0 4px 23px rgba(10, 142, 250, 0.25)
  ); /* Тень для Telegram */
}

.one_service.ytb img {
  filter: drop-shadow(
    0 4px 23px rgba(250, 10, 14, 0.25)
  ); /* Тень для YouTube */
}

/* BID */
.bid {
  position: relative;
  background-image: url(img/bid.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right;
}
.bid_img {
  position: absolute;
  right: 0;
  top: 0;
}
.form_bid {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding-top: 70px;
}
.fio,
.tel_bid {
  display: flex;
  flex-direction: column;
}
.fio span,
.tel_bid span {
  color: #292929;
}
.fio input,
.tel_bid input {
  padding: 16px 16px;
  background-color: #151515;
  max-width: 576px;
  outline: none;
  border-radius: 15px;
  color: white;
  border: 1px solid #4d4d4d;
}
.form_bid {
  gap: 35px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #636366;
  background-color: transparent;
  appearance: none; /* Скрыть стандартный чекбокс */
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #269275; /* Бирюзовый фон при активации */
  border-color: #269275;
}

input[type="checkbox"]:checked::before {
  content: "\2713"; /* Символ галочки */
  color: white;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 1px;
}
#checkbox {
  position: relative;
  width: 43px;
}
.check {
  display: flex;
  gap: 9px;
  justify-content: space-around;
}
.check span {
  color: #00ca95;
  font-size: 15px;
  line-height: 1.2;
}
.form_bid button {
  max-width: 244px;
  border-radius: 15px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  border: none;
  background-color: #50cbc2;
  padding: 25px 43px;
}
/* TARIFFS */
.tariffs {
  position: relative;
}
.name_tariffs {
  display: flex;
  align-items: center;
  gap: 30px;
}

.left_block_tarrifs {
  flex-shrink: 0;
  flex: 1;
}

.social_tariffs {
  color: #2d2d2d;
  font-size: 16px;
  flex-shrink: 0; /* Фиксируем размер блока */
}

.dashed-line {
  flex-grow: 1; /* Занимает всё доступное пространство */
  height: 2px;
  border-top: 2px dashed #585858; /* Пунктирная линия */
  margin: 0 15px; /* Отступы между блоками и линией */
}
.heart {
  position: absolute;
  bottom: 0;
  left: -40px;
}
.main_tariffs {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}
.all_tariffs {
  gap: 10px;
  display: flex;
}
.two_tariffs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.one_tariff {
  padding: 25px 32px;
  border-radius: 5px;
  background-color: #161616;
}
.name_tariff {
  font-size: 16px;
  color: #00ca95;
}
.now_price {
  font-size: 40px;
}
.old_price {
  font-size: 20px;
  text-decoration: line-through;
}
.about_tariff {
  border-bottom: 1px dashed #363636;
  padding-bottom: 26px;
  width: 325px;
}
.desc_tariff {
  color: rgb(191, 193, 195);
  padding-top: 5px;
}
.content_tariff {
  padding-top: 26px;
  color: rgb(191, 193, 195);
}
.social_params {
  padding-top: 30px;
}
.social_params {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.dashed-line_social_params {
  width: 2px; /* Толщина линии */
  height: 100%; /* Высота линии равна высоте контейнера */
  border-left: 2px dashed #363636; /* Прерывистая линия */
}
.all_social_params {
  display: flex;
  padding-top: 55px;
  gap: 15px;
  flex-direction: column;
  align-items: center;
}
.all {
  display: flex;
  justify-content: space-between;
}
/* CONNECTION */
.connection {
  background-color: rgba(25, 25, 25, 1);
  padding-bottom: 100px;
}
.form_connection {
  background-image: url("img/bg_connection.png");
  border-radius: 15px;
}
.connection_name {
  display: flex;
  padding-top: 50px;
  align-items: center;
  gap: 30px;
  padding-bottom: 35px;
}
.desc_connection_name {
  font-style: 24px;
}
.form_connection {
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: space-between;
  padding: 70px;
}
.form_connection form {
  display: flex;
}
.about_connection_form {
  width: 50%;
}
.title_connection_form {
  font-size: 77px;
  font-family: "Raleway";
  font-weight: bold;
  line-height: 1.1;
  padding-top: 19%;
}
.name_connection,
.tel_connection,
.message_connection {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.name_connection span,
.tel_connection span,
.message_connection span {
  color: #292929;
  padding-bottom: 10px;
}
.name_connection input,
.tel_connection input,
.message_connection textarea {
  padding: 18px 16px;
  width: 100%;
  border-radius: 15px;
  outline: none;
  color: #00ca95;
  background-color: #151515;
  border: 1px solid #4d4d4d;
}

.form_connection form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  width: 40%;
}
.submit_connection {
  background-color: #50cbc2;
  color: white;
  border: none;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 25px 45px;
}
.desc_connection_form {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 25px;
  padding-top: 10px;
}

/* ABOUT COMPANY */
.about_company {
  background-image: url("img/bg_about.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
}
.about_company_block {
  display: flex;
  gap: 200px;
  padding-top: 10px;
}
.one_about span {
  font-size: 55px;
  font-family: "Raleway";
  font-weight: bold;
}
.one_about p {
  font-weight: 500;
  font-family: "Raleway";
  font-size: 32px;
  color: #4e4e4e;
  margin-top: -18px;
}
/* questions */
.questions,
.all_questions {
  padding-top: 60px;
}
.one_question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Raleway";
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #4b4b4b;
}
.one_question:hover {
  color: #00ca95;
  border-color: #00ca95;
}

/* FOOTER */
.footer {
  background: linear-gradient(to bottom right, #000000 0%, #252525 100%);
  padding: 93px 120px 115px 80px;
  border: 1px solid #323232;
  border-radius: 47px;
}
.logo {
  width: 222px !important;
  height: 53px !important;
}
.block_footer {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.left_footer {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.contacts {
  display: flex;
  gap: 70px;
}
.mail,
.tel_contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mail span,
.tel_contacts span {
  font-size: 19px;
  color: #383838;
}
.mail a,
.tel_contacts a {
  font-size: 25px;
  font-weight: bold;
  color: white;
}
.right_footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.links {
  display: flex;
  gap: 50px;
}
.links a {
  color: #383838;
  font-size: 19px;
  text-decoration: none;
}
.documents {
  display: flex;
  gap: 50px;
}
.documents a {
  color: #3f3f3f;
  font-size: 19px;
}
/* Бургер-кнопка */
.burger_btn {
  display: block; /* Бургер-кнопка всегда видна */
  width: 30px;
  height: 30px;
  background-color: #333;
  border: none;
  cursor: pointer;
  opacity: 1; /* Полупрозрачная, чтобы показать неактивность */
  pointer-events: none; /* Отключаем взаимодействие */
}

/* Стили для бургер-меню */
.burger_menu {
  position: fixed;
  top: 0;
  right: -100%; /* Скрываем меню по умолчанию */
  width: 300px;
  height: 100%;
  background-color: #151515;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  transition: all 0.3s ease;
  z-index: 1000;
}

.menu_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.menu_links a,
.menu_right_nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin: 10px 0;
}

/* Кнопка закрытия */
.close_btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  align-self: flex-end;
}

/* Открываем бургер-меню */
.burger_menu.active {
  right: 0;
}

/* MEDIA */

@media (max-width: 1625px) {
  .left_nav {
    gap: 14px;
  }
}

@media (max-width: 1500px) {
  .container {
    padding: 0 10%;
  }
  .mail a,
  .tel_contacts a {
    font-size: 19px;
  }
  .heart {
    left: -68px;
  }
}
@media (max-width: 1440px) {
  .two_tariffs {
    flex-direction: row;
  }
  .title_connection_form {
    font-size: 62px;
  }
  .all_tariffs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer {
    padding: 92px 60px 115px 60px;
  }
  .check {
    gap: 0;
  }
  .name_servise {
    font-size: 18px;
  }
  .name_servise {
    padding-bottom: 10px;
  }
  .buttons_info input {
    padding: 24px 24px 24px 24px;
  }
  .buttons_info button {
    padding: 25px 25px;
  }
}
@media (max-width: 1363px) {
  .container {
    padding: 0 5%;
  }
  .left_nav button,
  .logo {
    margin-right: 0;
  }
  .title_block {
    font-size: 44px;
  }
  .submit_connection {
    padding: 14px 28px;
  }
}
@media (max-width: 1263px) {
  .all_functions {
    display: flex;
    gap: 90px;
    flex-direction: column;
  }
  .one_functions {
    width: 45%;
  }
  .two_functions {
    flex-direction: row;
  }
  .all_services {
    flex-wrap: wrap;
  }
  .two_services {
    flex-direction: row;
  }
  .form_connection {
    padding: 30px;
  }
  .contacts,
  .links,
  .documents {
    display: flex;
    gap: 35px;
  }
}
@media (max-width: 1155px) {
  .menu_links {
    display: flex;
    flex-direction: column;
  }
  .burger_btn {
    opacity: 1; /* 
    Убираем полупрозрачность */
    pointer-events: auto; /* Включаем взаимодействие */
    display: block;
  }
  .left_nav a {
    display: none;
  }
  .header__inner {
    display: flex;
    justify-content: normal;
    gap: 20px;
  }
  .burger_menu .menu_right_nav {
    display: none; /* Скрываем правое меню в бургер-меню */
  }
  .main_screen {
    background-image: none;
  }
  .main_info {
    width: 100%;
  }
  .one_stages {
    font-size: 25px;
  }
  .form_bid {
    display: flex;
    flex-direction: column;
    width: 75%;
  }
  .main_info {
    margin-top: 25%;
  }
  .name_stages p {
    font-size: 15px;
  }
  .title_connection_form {
    font-size: 45px;
  }
  .functions_company {
    padding-top: 0;
  }
  .one_about span {
    font-size: 38px;
  }
  .one_about p {
    font-size: 23px;
  }
}
@media (max-width: 950px) {
  .about_company_block {
    gap: 50px;
  }
  .burger_menu .menu_right_nav {
    display: flex;
    flex-direction: column;
  }
  .right_footer {
    gap: 30px;
    align-items: flex-start;
  }
  .one_question {
    font-size: 25px;
  }
  .one_functions {
    width: 100%;
  }
  .two_functions,
  .all_functions,
  .two_tariffs,
  .contacts,
  .links,
  .documents {
    flex-direction: column;
  }
  .how_work_block {
    flex-direction: column;
  }
  .bid {
    background-blend-mode: soft-light;
    background-size: 80%;
  }
  .form_bid {
    width: 100%;
  }
  .name_block {
    font-size: 40px;
  }
  .all_functions {
    gap: 53px;
  }
  .connection_name {
    display: flex;
    padding-top: 50px;
    align-items: flex-start;
    gap: 5px;
    padding-bottom: 35px;
    flex-direction: column;
  }
}

@media (max-width: 785px) {
  .burger_menu .menu_right_nav {
    display: flex;
    flex-direction: column;
  }
  .two_services {
    flex-direction: column;
  }
  .right_nav {
    display: none;
  }
  .buttons_info button,
  .buttons_info input {
    padding: 20px;
  }
  .buttons_info {
    flex-direction: column;
    align-items: flex-start;
  }
  #checkbox {
    width: 20px;
  }
  .check {
    flex-direction: column;
  }
}
@media (max-width: 696px) {
  .form_connection {
    flex-direction: column;
  }
  .about_connection_form {
    width: 100%;
    padding-bottom: 20px;
  }
  .title_connection_form {
    font-size: 33px;
    padding: 0;
  }
  .form_connection form {
    width: 100%;
  }
  .name_connection span,
  .tel_connection span,
  .message_connection span {
    color: #8a8a8a;
    padding-bottom: 10px;
  }
  .footer {
    padding: 30px;
  }
  .block_footer {
    gap: 20px;
  }
}
@media (max-width: 528px) {
  .social_params {
    display: none;
  }
  .social_params_adaptive {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    padding: 34px 0 0;
    justify-content: space-between;
  }
  .all_social_params {
    display: flex;
    padding: 0;
    gap: 15px;
    flex-direction: row;
    align-items: flex-start;
  }
  .block_footer {
    flex-direction: column;
  }
  .one_about {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about_company_block {
    flex-direction: column;
    align-items: center;
  }
  .name_block {
    font-size: 30px;
  }
  .about_tariff {
    width: auto;
  }
}
@media (max-width: 424px) {
  .title_block {
    font-size: 28px;
  }
  .one_functions p {
    font-size: 18px;
  }
  .one_functions,
  .name_stages {
    flex-direction: column;
  }
  .one_stages {
    font-size: 18px;
  }
  .one_service {
    align-items: flex-start;
    flex-direction: column-reverse;
    height: auto;
  }
  .social_params_adaptive {
    align-items: flex-start;

    flex-direction: column;
    justify-content: space-between;
  }
}
