/*!
Theme Name: sksr
Theme URI: https://mfxart.ru
Author: Roman M
Author URI: https://mfxart.ru
Description: СКСР Строительство
Version: 1.0.0
Tested up to: 8.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sksr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

СКСР Строительство — Коммерческое строительство
*/

/* TT Interfaces Font */
@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-Regular.woff2') format('woff2'),
         url('fonts/TTInterfaces-Regular.woff') format('woff'),
         url('fonts/TTInterfaces-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-Medium.woff2') format('woff2'),
         url('fonts/TTInterfaces-Medium.woff') format('woff'),
         url('fonts/TTInterfaces-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-SemiBold.woff2') format('woff2'),
         url('fonts/TTInterfaces-SemiBold.woff') format('woff'),
         url('fonts/TTInterfaces-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-Bold.woff2') format('woff2'),
         url('fonts/TTInterfaces-Bold.woff') format('woff'),
         url('fonts/TTInterfaces-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-ExtraBold.woff2') format('woff2'),
         url('fonts/TTInterfaces-ExtraBold.woff') format('woff'),
         url('fonts/TTInterfaces-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('fonts/TTInterfaces-Black.woff2') format('woff2'),
         url('fonts/TTInterfaces-Black.woff') format('woff'),
         url('fonts/TTInterfaces-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-family: 'TT Interfaces', sans-serif;
    line-height: 1.4;
    color: #030303;
}

/* Page container */
.page-container_home_pr {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-height: 100vh;
}

/* Main content */
.main-content_home_pr {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.main-container_home_pr {
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.top-menu_home_pr {
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--030303, #030303);
  justify-content: center;
  padding: 20px 80px;
}

@media (max-width: 991px) {
  .top-menu_home_pr {
    max-width: 100%;
    padding: 0 20px;
  }
}

.navigation-level-1_home_pr {
  padding-bottom: 20px;
  align-items: stretch;
  border-bottom: 1px solid var(--FA7110, #d46211);
  display: flex;
  width: 100%;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .navigation-level-1_home_pr {
    max-width: 100%;
  }
}

.company-block_home_pr {
  align-self: end;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 40px;
  font-size: 24px;
  font-weight: 600;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .company-block_home_pr {
    max-width: 100%;
  }
}

.company-name_home_pr {
  color: var(--030303, #030303);
  align-self: stretch;
  margin: auto 0;
  font-size: 24px;
  font-weight: 600;
}

.contact-block_home_pr {
  display: flex;
  padding-top: 5px;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  justify-content: end;
  height: 100%;
}

.phone-item_home_pr {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin: auto 0;
}

.phone-number_home_pr {
  color: var(--030303, #030303);
  align-self: stretch;
  margin: auto 0;
}

.navigation-level-2_home_pr {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-weight: 500;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .navigation-level-2_home_pr {
    max-width: 100%;
  }
}

.menu-items-block_home_pr {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

@media (max-width: 991px) {
  .menu-items-block_home_pr {
    max-width: 100%;
  }
}

.menu-item_home_pr {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin: auto 0;
}

.menu-link_home_pr {
  color: var(--030303, #030303);
  align-self: stretch;
  margin: auto 0;
  text-decoration: none;
}

.menu-link_home_pr:hover {
  color: var(--FA7110, #d46211);
}

.menu-link_home_pr:focus {
  outline: 2px solid var(--FA7110, #d46211);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .menu-item_home_pr {
    white-space: initial;
  }
}

.contact-menu-block_home_pr {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  justify-content: center;
  margin: auto 0;
}

@media (max-width: 991px) {
  .contact-menu-block_home_pr {
    white-space: initial;
  }
}

.contact-menu-item_home_pr {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin: auto 0;
}

@media (max-width: 991px) {
  .contact-menu-item_home_pr {
    white-space: initial;
  }
}

.content_home_pr {
  width: 100%;
}

@media (max-width: 991px) {
  .content_home_pr {
    max-width: 100%;
  }
}

.hero-section_home_pr {
  justify-content: end;
  align-items: start;
  position: relative;
  display: flex;
  min-height: 990px;
  width: 100%;
  flex-direction: column;
  font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  background-color: var(--FAF2ED, #faf2ed);
  padding: 210px 160px 80px;
}

@media (max-width: 991px) {
  .hero-section_home_pr {
    max-width: 100%;
    padding: 100px 20px 0;
  }
}

.hero-text_home_pr {
  z-index: 0;
  display: flex;
  width: 724px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-size: 96px;
  color: var(--030303, #030303);
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
  justify-content: center;
  flex: 1;
}

@media (max-width: 991px) {
  .hero-text_home_pr {
    font-size: 40px;
    white-space: initial;
  }
}

.slogan-svg_home_pr {
  display: flex;
  width: 100%;
  max-width: 724px;
  flex-direction: column;
  overflow: hidden;
  align-items: start;
  padding: 1px 13px 1px 0;
}

@media (max-width: 991px) {
  .slogan-svg_home_pr {
    max-width: 100%;
    font-size: 40px;
    white-space: initial;
  }
}

.slogan-image-1_home_pr {
  aspect-ratio: 10.31;
  object-fit: contain;
  object-position: center;
  width: 100%;
  align-self: stretch;
}

@media (max-width: 991px) {
  .slogan-image-1_home_pr {
    max-width: 100%;
  }
}

.slogan-image-2_home_pr {
  aspect-ratio: 5.99;
  object-fit: contain;
  object-position: center;
  width: 413px;
  fill: var(--FA7110, #d46211);
  margin-top: 28px;
  max-width: 100%;
}

.slogan-text_home_pr {
  display: flex;
  margin-top: 0px;
  align-items: center;
  gap: 10px;
  justify-content: start;
}

@media (max-width: 991px) {
  .slogan-text_home_pr {
    font-size: 40px;
    white-space: initial;
  }
}

.develop-text_home_pr {
  color: var(--030303, #030303);
  leading-trim: both;
  text-edge: cap;
  align-self: stretch;
  margin: auto 0;
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .develop-text_home_pr {
    max-width: 100%;
    font-size: 40px;
  }
}

.hero-bottom-block_home_pr {
  align-self: stretch;
  z-index: 0;
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-weight: 400;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .hero-bottom-block_home_pr {
    max-width: 100%;
  }
}

.hero-description_home_pr {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 10px;
  color: var(--838383, #838383);
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

@media (max-width: 991px) {
  .hero-description_home_pr {
    max-width: 100%;
  }
}

.hero-tagline_home_pr {
  color: var(--838383, #838383);
  align-self: stretch;
  width: 251px;
  margin: auto 0;
}

.hero-buttons_home_pr {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: -1px;
  justify-content: center;
  margin: auto 0;
}

@media (max-width: 991px) {
  .hero-buttons_home_pr {
    max-width: 100%;
  }
}

.download-button_home_pr {
  justify-content: center;
  align-items: center;
  border: 1px solid var(--FA7110, #d46211);
  align-self: stretch;
  display: flex;
  gap: 10px;
  color: var(--FA7110, #d46211);
  width: 240px;
  margin: auto 0;
  padding: 20px 39px 20px 40px;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  
  /*  */
  white-space: nowrap; /* Запрещает перенос текста */
  overflow: hidden; /* Скрывает текст, если он выходит за границы */
  text-overflow: ellipsis; /* Добавляет многоточие если текст не помещается */
}

.download-button_home_pr:hover {
  background-color: var(--FA7110, #d46211);
  color: white;
}

.download-button_home_pr:focus {
  outline: 2px solid var(--FA7110, #d46211);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .download-button_home_pr {
    padding: 0 20px;
  }
}

.discuss-button_home_pr {
  justify-content: center;
  align-items: center;
  border: 1px solid var(--FA7110, #d46211);
  align-self: stretch;
  display: flex;
  gap: 10px;
  color: var(--FFFFFF, #fff);
  width: 240px;
  background-color: var(--FA7110, #d46211);
  margin: auto 0;
  padding: 20px 40px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
    /*  */
  white-space: nowrap; /* Запрещает перенос текста */
  overflow: hidden; /* Скрывает текст, если он выходит за границы */
  text-overflow: ellipsis; /* Добавляет многоточие если текст не помещается */
}

.discuss-button_home_pr:hover {
  background-color: #b8520e;
}

.discuss-button_home_pr:focus {
  outline: 2px solid var(--030303, #030303);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .discuss-button_home_pr {
    padding: 0 20px;
  }
}

.discuss-text_home_pr {
  color: var(--FFFFFF, #fff);
  align-self: stretch;
  margin: auto 0;
}

.button-icon_home_pr {
  aspect-ratio: 1.2;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.hero-background-image_home_pr {
  aspect-ratio: 1.93;
  object-fit: contain;
  object-position: center;
  width: 100%;
  position: absolute;
  z-index: 0;
  right: 0px;
  bottom: 0px;
  height: auto;
}

@media (max-width: 991px) {
  .hero-background-image_home_pr {
    max-width: 100%;
  }
}

.about-section_home_pr {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 40px 80px;
}

@media (max-width: 991px) {
  .about-section_home_pr {
    max-width: 100%;
    padding: 0 20px;
  }
}

.about-container_home_pr {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 40px 80px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 40px 0;
}

@media (max-width: 991px) {
  .about-container_home_pr {
    max-width: 100%;
  }
}

.about-content_home_pr {
  align-self: start;
  min-width: 240px;
  font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .about-content_home_pr {
    max-width: 100%;
  }
}

.about-header_home_pr {
  display: flex;
  width: 100%;
  padding-left: 80px;
  align-items: stretch;
  gap: 10px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .about-header_home_pr {
    max-width: 100%;
    padding-left: 20px;
  }
}

.about-years_home_pr {
  color: #030303;
  font-size: 16px;
  width: 300px;
  margin: auto 0;
}

.highlight-text_home_pr {
  color: rgba(212, 98, 17, 1);
}

.section-title-block_home_pr {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 10px;
  font-size: 36px;
  color: var(--FA7110, #d46211);
  white-space: nowrap;
  text-transform: lowercase;
  justify-content: end;
  height: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .section-title-block_home_pr {
    max-width: 100%;
    white-space: initial;
  }
}

.section-title_home_pr {
  color: var(--FA7110, #d46211);
  align-self: stretch;
  margin: auto 0;
  font-size: 36px;
  font-weight: 400;
}

.about-details_home_pr {
  display: flex;
  margin-top: 80px;
  width: 100%;
  align-items: stretch;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .about-details_home_pr {
    max-width: 100%;
    margin-top: 40px;
  }
}

.about-left_home_pr {
  align-self: start;
  min-width: 240px;
  padding-left: 80px;
  width: 422px;
}

@media (max-width: 991px) {
  .about-left_home_pr {
    max-width: 100%;
  }
}

.company-description_home_pr {
  color: var(--030303, #030303);
  font-size: 24px;
}

.company-philosophy_home_pr {
  color: var(--838383, #838383);
  font-size: 16px;
  margin-top: 40px;
}

.about-divider_home_pr {
  display: flex;
  width: 1px;
  flex-shrink: 0;
  height: 380px;
  background-color: var(--CCCCCC, #ccc);
}

.about-right_home_pr {
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 80px;
}

@media (max-width: 991px) {
  .about-right_home_pr {
    max-width: 100%;
  }
}

.about-right-top_home_pr {
  width: 100%;
  font-size: 16px;
}

@media (max-width: 991px) {
  .about-right-top_home_pr {
    max-width: 100%;
  }
}

.company-locations_home_pr {
  color: var(--363636, #363636);
}

@media (max-width: 991px) {
  .company-locations_home_pr {
    max-width: 100%;
  }
}

.company-stats_home_pr {
  color: #363636;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .company-stats_home_pr {
    max-width: 100%;
  }
}

.stats-highlight_home_pr {
  font-weight: 500;
  color: rgba(212, 98, 17, 1);
}

.stats-divider_home_pr {
  display: flex;
  min-height: 1px;
  margin-top: 40px;
  width: 100%;
  background-color: var(--CCCCCC, #ccc);
}

@media (max-width: 991px) {
  .stats-divider_home_pr {
    max-width: 100%;
  }
}

.company-goal_home_pr {
  color: var(--030303, #030303);
  font-size: 24px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .company-goal_home_pr {
    max-width: 100%;
  }
}

.about-image_home_pr {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  width: 365px;
}

.about-photo_home_pr {
  aspect-ratio: 0.91;
  object-fit: contain;
  object-position: center;
  width: 365px;
  max-width: 100%;
}

.services-section_home_pr {
  width: 100%;
  font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  background-color: var(--FAF2ED, #faf2ed);
  padding: 40px 80px 80px 160px;
}

@media (max-width: 991px) {
  .services-section_home_pr {
    max-width: 100%;
    padding: 0 20px;
  }
}

.services-header_home_pr {
  display: flex;
  width: 100%;
  padding-right: 160px;
  align-items: center;
  gap: 10px;
  font-size: 36px;
  color: var(--FA7110, #d46211);
  font-weight: 400;
  white-space: nowrap;
  text-transform: lowercase;
  justify-content: start;
}

@media (max-width: 991px) {
  .services-header_home_pr {
    max-width: 100%;
    padding-right: 20px;
    white-space: initial;
  }
}

.services-title_home_pr {
  color: var(--FA7110, #d46211);
  align-self: stretch;
  margin: auto 0;
  font-size: 36px;
  font-weight: 400;
}

.services-grid_home_pr {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: start;
  gap: 40px 0px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .services-grid_home_pr {
    max-width: 100%;
  }
}

.service-item_home_pr {
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 20px;
  justify-content: start;
  flex-wrap: wrap;
  width: 529px;
}

@media (max-width: 991px) {
  .service-item_home_pr {
    max-width: 100%;
  }
}

.service-number_home_pr {
  display: flex;
  min-height: 40px;
  align-items: start;
  gap: 5px;
  font-size: 36px;
  color: var(--FA7110, #d46211);
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  justify-content: center;
  width: 40px;
  padding: 6px 1px 0 2px;
  margin-top: -10px;
}

@media (max-width: 991px) {
  .service-number_home_pr {
    white-space: initial;
  }
}

.number-text_home_pr {
  color: var(--FA7110, #d46211);
  leading-trim: both;
  text-edge: cap;
}

.service-content_home_pr {
  min-width: 240px;
  color: var(--363636, #363636);
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .service-content_home_pr {
    max-width: 100%;
  }
}

.service-title_home_pr {
  color: var(--363636, #363636);
  font-size: 24px;
  font-weight: 500;
}

.service-description_home_pr {
  color: var(--363636, #363636);
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .service-description_home_pr {
    max-width: 100%;
  }
}

.experience-section_home_pr {
  border-radius: 30px 30px 0px 0px;
  width: 100%;
  font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  padding: 0 80px;
}

@media (max-width: 991px) {
  .experience-section_home_pr {
    max-width: 100%;
    padding: 0 20px;
  }
}

.experience-container_home_pr {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 40px 80px;
  justify-content: start;
  padding: 40px 0;
}

@media (max-width: 991px) {
  .experience-container_home_pr {
    max-width: 100%;
  }
}

.experience-content_home_pr {
  min-width: 240px;
  width: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 40px 0;
}

@media (max-width: 991px) {
  .experience-content_home_pr {
    max-width: 100%;
  }
}

.experience-header_home_pr {
  display: flex;
  width: 100%;
  padding-left: 80px;
  align-items: stretch;
  gap: 10px;
  font-size: 36px;
  color: var(--FA7110, #d46211);
  font-weight: 400;
  white-space: nowrap;
  text-transform: lowercase;
  justify-content: start;
}

@media (max-width: 991px) {
  .experience-header_home_pr {
    max-width: 100%;
    padding-left: 20px;
    white-space: initial;
  }
}

.experience-title_home_pr {
  color: var(--FA7110, #d46211);
  align-self: stretch;
  margin: auto 0;
  font-size: 36px;
  font-weight: 400;
}

.projects-grid_home_pr {
  display: flex;
  margin-top: 80px;
  width: 100%;
  padding-left: 80px;
  align-items: start;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .projects-grid_home_pr {
    max-width: 100%;
    padding-left: 20px;
    margin-top: 40px;
  }
}

.project-card_home_pr {
  border-radius: 15px;
  border: 1px solid var(--CCCCCC, #ccc);
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-color: var(--FFFFFF, #fff);
  padding: 40px;
}

@media (max-width: 991px) {
  .project-card_home_pr {
    max-width: 100%;
    padding: 0 20px;
  }
}

.project-header_home_pr {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 40px;
  justify-content: start;
}

@media (max-width: 991px) {
  .project-header_home_pr {
    max-width: 100%;
  }
}

.project-title_home_pr {
  color: var(--030303, #030303);
  font-size: 24px;
  font-weight: 700;
  align-self: end;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.project-year_home_pr {
  display: flex;
  padding-top: 6px;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--838383, #838383);
  font-weight: 400;
  white-space: nowrap;
  justify-content: center;
  height: 100%;
}

@media (max-width: 991px) {
  .project-year_home_pr {
    white-space: initial;
  }
}

.year-text_home_pr {
  color: var(--838383, #838383);
  align-self: stretch;
  margin: auto 0;
}

.project-image_home_pr {
  aspect-ratio: 1.51;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 5px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .project-image_home_pr {
    max-width: 100%;
  }
}

.project-description_home_pr {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: var(--838383, #838383);
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
}

@media (max-width: 991px) {
  .project-description_home_pr {
    max-width: 100%;
  }
}

.project-footer_home_pr {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: end;
  gap: 40px;
  font-size: 14px;
  color: var(--030303, #030303);
  font-weight: 400;
  justify-content: start;
}

@media (max-width: 991px) {
  .project-footer_home_pr {
    max-width: 100%;
  }
}

.project-tags_home_pr {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 10px;
  justify-content: start;
  flex-wrap: wrap;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.project-tag_home_pr {
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  display: flex;
  gap: 10px;
  white-space: nowrap;
  background-color: var(--FAF2ED, #faf2ed);
  padding: 10px 20px;
  color: var(--030303, #030303);
}

@media (max-width: 991px) {
  .project-tag_home_pr {
    white-space: initial;
  }
}

.project-arrow_home_pr {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 40px;
  flex-shrink: 0;
}

/* Focus styles for accessibility */
button:focus,
a:focus {
  outline: 2px solid var(--FA7110, #d46211);
  outline-offset: 2px;
}

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--030303, #030303);
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
}

.skip-link:focus {
  top: 6px;
}



/* ############## bl */

.main-content_home_cr {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  font-family: "TT Interfaces", sans-serif;
}

/* CTA Section */
.cta-section_home_cr {
  display: flex;
  padding: 0 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  background-color: #d46211;
}

@media (max-width: 991px) {
  .cta-section_home_cr {
    padding: 0 40px;
  }
}

@media (max-width: 640px) {
  .cta-section_home_cr {
    padding: 0 20px;
  }
}

.cta-container_home_cr {
  display: flex;
  padding: 40px 0 40px 80px;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
}

@media (max-width: 991px) {
  .cta-container_home_cr {
    padding: 40px 0 40px 40px;
    gap: 40px;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .cta-container_home_cr {
    padding: 20px 0;
    gap: 20px;
  }
}

.cta-content-wrapper_home_cr {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  flex: 1 0 0;
}

.cta-title_home_cr {
  color: #fff;
  font: 800 48px "TT Interfaces", sans-serif;
  margin: 0;
}

@media (max-width: 991px) {
  .cta-title_home_cr {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .cta-title_home_cr {
    font-size: 28px;
  }
}

.cta-description_home_cr {
  color: #fff;
  font: 400 24px "TT Interfaces", sans-serif;
  margin: 0;
}

@media (max-width: 991px) {
  .cta-description_home_cr {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .cta-description_home_cr {
    font-size: 18px;
  }
}

.cta-bottom-block_home_cr {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}

@media (max-width: 991px) {
  .cta-bottom-block_home_cr {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.cta-text-block_home_cr {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.5;
}

.cta-subtitle_home_cr {
  width: 350px;
  color: #fff;
  font: 400 16px "TT Interfaces", sans-serif;
  margin: 0;
}

@media (max-width: 991px) {
  .cta-subtitle_home_cr {
    width: 100%;
  }
}

.cta-buttons_home_cr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: -1px;
}

.cta-button_home_cr {
  display: flex;
  width: 240px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  background-color: #fff;
}

@media (max-width: 640px) {
  .cta-button_home_cr {
    width: 100%;
  }
}

.button-text_home_cr {
  color: #d46211;
  font: 400 16px "TT Interfaces", sans-serif;
}

.button-arrow_home_cr {
  width: 24px;
  height: 20px;
  flex-shrink: 0;
}

.cta-image_home_cr {
  width: 628px;
  height: 392px;
  aspect-ratio: 157/98;
}

@media (max-width: 991px) {
  .cta-image_home_cr {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

/* Team Section */
.team-section_home_cr {
  display: flex;
  padding: 0 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 991px) {
  .team-section_home_cr {
    padding: 0 40px;
  }
}

@media (max-width: 640px) {
  .team-section_home_cr {
    padding: 0 20px;
  }
}

.team-container_home_cr {
  display: flex;
  padding: 40px 0;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
}

.team-content_home_cr {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  flex: 1 0 0;
}

.team-header_home_cr {
  display: flex;
  padding-left: 80px;
  align-items: center;
  gap: 10px;
  width: 100%;
}

@media (max-width: 991px) {
  .team-header_home_cr {
    padding-left: 40px;
  }
}

@media (max-width: 640px) {
  .team-header_home_cr {
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.section-title-wrapper_home_cr {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}

.section-title_home_cr {
  color: #030303;
  text-transform: lowercase;
  font: 400 36px "TT Interfaces", sans-serif;
  margin: 0;
}

@media (max-width: 640px) {
  .section-title_home_cr {
    font-size: 28px;
  }
}

.team-description_home_cr {
  width: 396px;
  color: #030303;
  font: 400 16px "TT Interfaces", sans-serif;
  margin: 0;
}

@media (max-width: 640px) {
  .team-description_home_cr {
    width: 100%;
  }
}

.highlight-text_home_cr {
  color: #d46211;
}

.team-members_home_cr {
  display: flex;
  padding-left: 80px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px 80px;
  width: 100%;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .team-members_home_cr {
    padding-left: 40px;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .team-members_home_cr {
    padding-left: 20px;
  }
}

.team-member_home_cr {
  display: flex;
  width: 790px;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 991px) {
  .team-member_home_cr {
    width: 100%;
    flex-direction: column;
  }
}

.member-photo-wrapper_home_cr {
  display: flex;
  width: 400px;
  height: 400px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

@media (max-width: 991px) {
  .member-photo-wrapper_home_cr {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }
}

.member-photo_home_cr {
  width: 400px;
  height: 400px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .member-photo_home_cr {
    width: 100%;
    height: 100%;
  }
}

.member-info_home_cr {
  display: flex;
  padding: 0 40px 40px 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
  height: 400px;
}

@media (max-width: 991px) {
  .member-info_home_cr {
    padding: 20px 0;
    height: auto;
  }
}

.member-name-position_home_cr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  width: 100%;
}

.member-name_home_cr {
  color: #030303;
  font: 700 24px "TT Interfaces", sans-serif;
  margin: 0;
}

.member-position_home_cr {
  color: #838383;
  font: 400 16px "TT Interfaces", sans-serif;
  margin: 0;
}

.member-contacts_home_cr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.member-phone_home_cr {
  color: #030303;
  font: 400 16px "TT Interfaces", sans-serif;
  margin: 0;
}

.member-email_home_cr {
  color: #d46211;
  text-decoration: underline;
  font: 400 16px "TT Interfaces", sans-serif;
}

/* Blog Section */
.blog-section_home_cr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: rgba(212, 98, 17, 0.15);
}

.blog-container_home_cr {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.blog-header_home_cr {
  display: flex;
  padding: 0 80px 60px 160px;
  align-items: center;
  gap: 40px;
  width: 100%;
}

@media (max-width: 991px) {
  .blog-header_home_cr {
    padding: 0 40px 40px 80px;
  }
}

@media (max-width: 640px) {
  .blog-header_home_cr {
    padding: 0 20px 20px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.blog-title-wrapper_home_cr {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}

.blog-title_home_cr {
  color: #363636;
  text-transform: lowercase;
  font: 400 36px "TT Interfaces", sans-serif;
  margin: 0;
}

@media (max-width: 640px) {
  .blog-title_home_cr {
    font-size: 28px;
  }
}

.telegram-link_home_cr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}

.telegram-text_home_cr {
  color: #363636;
  font: 400 16px "TT Interfaces", sans-serif;
}

.telegram-icon_home_cr {
  width: 19px;
  height: 16px;
  aspect-ratio: 19/16;
}

.news-grid_home_cr {
  display: flex;
  padding: 0 80px 0 160px;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 991px) {
  .news-grid_home_cr {
    padding: 0 40px 0 80px;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .news-grid_home_cr {
    padding: 0 20px 0 40px;
  }
}

.news-card_home_cr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

@media (max-width: 991px) {
  .news-card_home_cr {
    width: 100%;
  }
}

.news-date_home_cr {
  display: flex;
  padding: 30px 0;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-top: 1px solid #363636;
  border-right: 1px solid #363636;
  border-bottom: 1px solid #363636;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .news-date_home_cr {
    border-right: none;
  }
}

.news-card_home_cr:nth-child(2) .news-date_home_cr {
  padding: 30px 0 30px 40px;
}

@media (max-width: 991px) {
  .news-card_home_cr:nth-child(2) .news-date_home_cr {
    padding: 30px 0;
  }
}

.news-card_home_cr:nth-child(3) .news-date_home_cr {
  padding: 30px 0 30px 40px;
  border-right: none;
}

@media (max-width: 991px) {
  .news-card_home_cr:nth-child(3) .news-date_home_cr {
    padding: 30px 0;
  }
}

.date-text_home_cr {
  color: #363636;
  font: 400 14px "TT Interfaces", sans-serif;
}

.news-content_home_cr {
  display: flex;
  height: 450px;
  padding: 40px 40px 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  border-right: 1px solid rgba(54, 54, 54, 0.5);
  border-bottom: 1px solid rgba(54, 54, 54, 0.5);
}

@media (max-width: 991px) {
  .news-content_home_cr {
    padding: 40px 0;
    border-right: none;
  }
}

@media (max-width: 640px) {
  .news-content_home_cr {
    height: auto;
    min-height: 300px;
  }
}

.news-card_home_cr:nth-child(2) .news-content_home_cr {
  padding: 40px;
}

@media (max-width: 991px) {
  .news-card_home_cr:nth-child(2) .news-content_home_cr {
    padding: 40px 0;
  }
}

.news-card_home_cr:nth-child(3) .news-content_home_cr {
  padding: 40px;
  border-right: none;
}

@media (max-width: 991px) {
  .news-card_home_cr:nth-child(3) .news-content_home_cr {
    padding: 40px 0;
  }
}

.news-title-wrapper_home_cr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.news-title_home_cr {
  flex: 1 0 0;
  color: #363636;
  font: 400 24px "TT Interfaces", sans-serif;
  margin: 0;
}

.news-preview_home_cr {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex: 1 0 0;
  width: 100%;
}

.news-text_home_cr {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  flex: 1 0 0;
  overflow: hidden;
  color: #363636;
  text-overflow: ellipsis;
  font: 400 16px/150% "TT Interfaces", sans-serif;
  margin: 0;
}

.news-arrow-button_home_cr {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.news-arrow_home_cr {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}



/* #######Footer */
.footer_home_pr {
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    position: relative;
    background-color: #030303;
}

.footer-container_home_pr {
    display: flex;
    width: 100%;
    padding: 0px 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .footer-container_home_pr {
        padding: 0px 60px;
    }
}

@media (max-width: 640px) {
    .footer-container_home_pr {
        padding: 0px 20px;
    }
}

.footer-contacts_home_pr {
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .footer-contacts_home_pr {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
}

.footer-address_home_pr {
    display: flex;
    width: 500px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    position: relative;
    font-style: normal;
}

@media (max-width: 991px) {
    .footer-address_home_pr {
        width: 100%;
        align-items: center;
    }
}

.address-text_home_pr {
    width: 410px;
    flex-shrink: 0;
    color: #FFF;
    position: relative;
    font: 400 16px/120% 'TT Interfaces', sans-serif;
}

.footer-logo_home_pr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

.footer-logo-image_home_pr {
    width: 111px;
    height: 75px;
    aspect-ratio: 37/25;
    position: relative;
}

.footer-phone_home_pr {
    display: flex;
    width: 500px;
    flex-direction: column;
    align-items: flex-end; /* выравнивание дочерних элементов по правому краю */
    gap: 10px;
    align-self: stretch;
    position: relative;
}

.phone-number_home_pr {
    color: #FFF;
    text-decoration: none;
    position: relative;
    font: 700 24px/120% 'TT Interfaces', sans-serif;
    text-align: right; /* выравнивание текста по правому краю */
    margin-left: auto; /* прижимает к правому краю */
}

.work-hours_home_pr {
    color: #FFF;
    position: relative;
    font: 400 14px/120% 'TT Interfaces', sans-serif;
    text-align: right; /* выравнивание текста по правому краю */
    margin-left: auto; /* прижимает к правому краю */
}

@media (max-width: 991px) {
    .footer-phone_home_pr {
        width: 100%;
        align-items: center;
    }
    
    .phone-number_home_pr,
    .work-hours_home_pr {
        text-align: center; /* для мобильной версии */
        margin-left: 0; /* сбрасываем для мобильной */
        align-self: center;
    }
}

.footer-menu_home_pr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .footer-menu_home_pr {
        flex-direction: column;
        gap: 30px;
    }
}

.footer-copyright_home_pr {
    display: flex;
    width: 360px;
    align-items: flex-end;
    gap: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .footer-copyright_home_pr {
        width: 100%;
        justify-content: center;
    }
}

.copyright-text_home_pr {
    color: #838383;
    position: relative;
    font: 400 14px 'TT Interfaces', sans-serif;
}

.footer-nav-main_home_pr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    position: relative;
}

@media (max-width: 991px) {
    .footer-nav-main_home_pr {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .footer-nav-main_home_pr {
        flex-direction: column;
        gap: 15px;
    }
}

.nav-list_home_pr {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
}

@media (max-width: 991px) {
    .nav-list_home_pr {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .nav-list_home_pr {
        flex-direction: column;
        gap: 15px;
    }
}

.nav-item_home_pr {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

@media (max-width: 640px) {
    .nav-item_home_pr {
        justify-content: center;
    }
}

.nav-link_home_pr {
    color: #FFF;
    text-decoration: none;
    position: relative;
    font: 400 16px 'TT Interfaces', sans-serif;
}

.nav-link_home_pr:hover {
    text-decoration: underline;
}

.footer-nav-secondary_home_pr {
    display: flex;
    width: 360px;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .footer-nav-secondary_home_pr {
        width: 100%;
        justify-content: center;
    }
}

.back-to-top_home_pr {
    color: #838383;
    text-decoration: none;
    position: relative;
    font: 400 14px 'TT Interfaces', sans-serif;
}

.back-to-top_home_pr:hover {
    text-decoration: underline;
}

.footer-legal_home_pr {
    display: flex;
    padding-top: 40px;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .footer-legal_home_pr {
        flex-direction: column;
        gap: 20px;
    }
}

.legal-text_home_pr {
    flex: 1 0 0;
    color: #838383;
    position: relative;
    font: 400 12px 'TT Interfaces', sans-serif;
}

.legal-links_home_pr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.legal-link_home_pr {
    color: #838383;
    text-decoration: underline;
    position: relative;
    font: 400 12px 'TT Interfaces', sans-serif;
}

.legal-link_home_pr:hover {
    color: #FFF;
}

/* Focus styles for accessibility */
button:focus,
a:focus {
    outline: 2px solid #D46211;
    outline-offset: 2px;
}

/* Button hover effects */
.primary-button_home_pr:hover {
    background-color: #B8540F;
    border-color: #B8540F;
}

.secondary-button_home_pr:hover {
    background-color: #D46211;
    color: #FFF;
}

.secondary-button_home_pr:hover .arrow-icon_home_pr path {
    stroke: #FFF;
}



/* #####BLOG */
* {
  box-sizing: border-box;
}

.project-content_blog {
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .project-content_blog {
    max-width: 100%;
    padding: 100px 20px 0;
  }
}

.project-header_blog {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  color: var(--FA7110, #d46211);
  justify-content: start;
  font: 400 36px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .project-header_blog {
    max-width: 100%;
  }
}

.project-title_blog {
  color: var(--FA7110, #d46211);
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
  font-size: inherit;
  font-weight: inherit;
padding-left: 160px;
padding-top: 30px;
}

@media (max-width: 991px) {
  .project-title_blog {
    max-width: 100%;
  }
}

.project-main_blog {
  display: flex;
  margin-top: 30px;
  max-width: 100%;
  align-items: stretch;
  gap: 40px 80px;
  overflow: hidden;
  justify-content: start;
  flex-wrap: wrap;
padding: 0px 80px 40px 160px;
}

@media (max-width: 991px) {
  .project-main_blog {
    max-width: 100%;
  }
}

.photo-gallery_blog {
  align-self: start;
  min-width: 240px;
  max-width: 787px;
  width: 100%;
}

@media (max-width: 991px) {
  .photo-gallery_blog {
    max-width: 100%;
  }
}

.main-image_blog {
  aspect-ratio: 1.78;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 2px;
  min-height: 442px;
}

@media (max-width: 991px) {
  .main-image_blog {
    max-width: 100%;
  }
}

.thumbnails_blog {
  overflow-x: auto;
  display: flex;
  margin-top: 10px;
  max-width: 787px;
  width: 100%;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  justify-content: start;
}

@media (max-width: 991px) {
  .thumbnails_blog {
    max-width: 100%;
  }
}

.thumbnail_blog {
  aspect-ratio: 1.78;
  object-fit: contain;
  object-position: center;
  width: 89px;
  border-radius: 2px;
  align-self: stretch;
  min-height: 50px;
  flex-shrink: 0;
  gap: 20px;
  margin: auto 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.thumbnail_blog:hover,
.thumbnail_blog:focus {
  opacity: 0.8;
  outline: 2px solid var(--FA7110, #d46211);
  outline-offset: 2px;
}

.project-details_blog {
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .project-details_blog {
    max-width: 100%;
  }
}

.characteristics_blog {
  max-width: 100%;
}

@media (max-width: 991px) {
  .characteristics_blog {
    max-width: 100%;
  }
}

.characteristic-item_blog {
  display: flex;
  max-width: 100%;
  align-items: stretch;
  gap: 20px;
  justify-content: start;
  flex-wrap: wrap;
}

.characteristic-item_blog:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .characteristic-item_blog {
    max-width: 100%;
  }
}

.characteristic-icon_blog {
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: start;
  height: 100%;
  width: 26px;
}

.icon_blog {
  aspect-ratio: 0.87;
  object-fit: contain;
  object-position: center;
  width: 26px;
}

.characteristic-text_blog {
  color: var(--363636, #363636);
  align-self: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  font: 400 24px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0;
}

@media (max-width: 991px) {
  .characteristic-text_blog {
    max-width: 100%;
  }
}

.tags_blog {
  display: flex;
  margin-top: 40px;
  max-width: 100%;
  align-items: start;
  gap: 20px;
  overflow: hidden;
  color: var(--363636, #363636);
  white-space: nowrap;
  justify-content: start;
  flex-wrap: wrap;
  font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .tags_blog {
    max-width: 100%;
    white-space: initial;
  }
}

.tag_blog {
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  display: flex;
  gap: 10px;
  background-color: var(--EEEEEE, #eee);
  padding: 4px 8px 7px;
}

@media (max-width: 991px) {
  .tag_blog {
    white-space: initial;
  }
}

.project-description_blog {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  color: var(--363636, #363636);
  text-overflow: ellipsis;
  margin-top: 40px;
  font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

.project-description_blog p {
  margin: 0;
}

@media (max-width: 991px) {
  .project-description_blog {
    max-width: 100%;
  }
}

.cta-button_blog {
  justify-content: center;
  align-items: center;
  border: 1px solid var(--FA7110, #d46211);
  display: flex;
  margin-top: 40px;
  width: 240px;
  max-width: 100%;
  gap: 10px;
  color: var(--FFFFFF, #fff);
  background-color: var(--FA7110, #d46211);
  padding: 20px 40px;
  font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cta-button_blog:hover,
.cta-button_blog:focus {
  background-color: #c55a0f;
  outline: 2px solid var(--FA7110, #d46211);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .cta-button_blog {
    padding: 0 20px;
  }
}

.button-icon_blog {
  aspect-ratio: 1.2;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.project-description-section_blog {
  max-width: 100%;
  padding: 40px 80px 80px 160px;
}

@media (max-width: 991px) {
  .project-description-section_blog {
    max-width: 100%;
    padding: 0 20px;
  }
}

.section-header_blog {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  color: var(--FA7110, #d46211);
  white-space: nowrap;
  text-transform: lowercase;
  justify-content: start;
  font: 400 36px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .section-header_blog {
    max-width: 100%;
    white-space: initial;
  }
}

.section-title_blog {
  color: var(--FA7110, #d46211);
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
  font-size: inherit;
  font-weight: inherit;
}

@media (max-width: 991px) {
  .section-title_blog {
    max-width: 100%;
  }
}

.description-content_blog {
  margin-top: 40px;
  max-width: 100%;
  padding-right: 80px;
}

@media (max-width: 991px) {
  .description-content_blog {
    max-width: 100%;
    padding-right: 20px;
  }
}

.description-phase_blog {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 991px) {
  .description-phase_blog {
    max-width: 100%;
  }
}

.phase-title_blog {
  color: var(--030303, #030303);
  font: 400 24px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0;
}

@media (max-width: 991px) {
  .phase-title_blog {
    max-width: 100%;
  }
}

.phase-list_blog {
  margin: 10px 0 0 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
}

@media (max-width: 991px) {
  .phase-list_blog {
    max-width: 100%;
  }
}

.phase-item_blog {
  display: flex;
  max-width: 100%;
  align-items: stretch;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.phase-item_blog:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .phase-item_blog {
    max-width: 100%;
  }
}

.list-marker_blog {
  display: flex;
  padding-top: 2px;
  align-items: start;
  gap: 10px;
  justify-content: start;
  height: 100%;
  width: 16px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.item-text_blog {
  color: var(--030303, #030303);
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
  font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .item-text_blog {
    max-width: 100%;
  }
}

.phase-separator_blog {
  display: flex;
  min-height: 1px;
  margin: 40px 0;
  max-width: 100%;
  background-color: var(--CCCCCC, #ccc);
  border: none;
}

@media (max-width: 991px) {
  .phase-separator_blog {
    max-width: 100%;
  }
}

.phase-content_blog {
  margin-top: 10px;
  max-width: 100%;
  font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--030303, #030303);
}

@media (max-width: 991px) {
  .phase-content_blog {
    max-width: 100%;
  }
}

.phase-paragraph_blog {
  color: var(--030303, #030303);
  margin: 0;
}

.phase-paragraph_blog:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .phase-paragraph_blog {
    max-width: 100%;
  }
}

.work-progress_blog {
  max-width: 100%;
  font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  padding: 40px 80px 80px 160px;
}

@media (max-width: 991px) {
  .work-progress_blog {
    max-width: 100%;
    padding: 0 20px;
  }
}

.progress-posts_blog {
  overflow-x: auto;
  display: flex;
  margin-top: 40px;
  max-width: 100%;
  align-items: start;
  gap: 20px;
  justify-content: start;
}

@media (max-width: 991px) {
  .progress-posts_blog {
    max-width: 100%;
  }
}

.progress-post_blog {
  min-width: 240px;
  max-width: 333px;
  width: 100%;
}

.progress-post-with-video_blog {
  position: relative;
}

.post-media-container_blog {
  position: relative;
}

.post-image_blog {
  aspect-ratio: 1.33;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 2px;
}

.play-button_blog {
  aspect-ratio: 1.4;
  object-fit: contain;
  object-position: center;
  width: 56px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.play-button_blog:hover,
.play-button_blog:focus {
  transform: translate(-50%, -50%) scale(1.1);
  outline: 2px solid var(--FA7110, #d46211);
  outline-offset: 2px;
}

.play-icon_blog {
  width: 100%;
  height: 100%;
}

.post-date_blog {
  display: flex;
  margin-top: 10px;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--CCCCCC, #ccc);
  white-space: nowrap;
  justify-content: start;
}

@media (max-width: 991px) {
  .post-date_blog {
    white-space: initial;
  }
}

.date-text_blog {
  color: var(--CCCCCC, #ccc);
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.post-description_blog {
  color: var(--363636, #363636);
  font-size: 16px;
  margin: 10px 0 0 0;
}

.cta-section_blog {
  background-color: rgba(212, 98, 17, 1);
  max-width: 100%;
  font-family: TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0 80px;
}

@media (max-width: 991px) {
  .cta-section_blog {
    max-width: 100%;
    padding: 0 20px;
  }
}

.cta-container_blog {
  display: flex;
  max-width: 100%;
  align-items: start;
  gap: 40px 80px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 40px 0 40px 80px;
}

@media (max-width: 991px) {
  .cta-container_blog {
    max-width: 100%;
    padding-left: 20px;
  }
}

.cta-content_blog {
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 40px 0;
}

@media (max-width: 991px) {
  .cta-content_blog {
    max-width: 100%;
  }
}

.cta-title_blog {
  color: var(--FFFFFF, #fff);
  font-size: 48px;
  font-weight: 800;
  margin: 0;
}

@media (max-width: 991px) {
  .cta-title_blog {
    max-width: 100%;
    font-size: 40px;
  }
}

.cta-subtitle_blog {
  color: var(--FFFFFF, #fff);
  font-size: 24px;
  margin: 80px 0 0 0;
}

@media (max-width: 991px) {
  .cta-subtitle_blog {
    max-width: 100%;
    margin-top: 40px;
  }
}

.cta-bottom_blog {
  display: flex;
  margin-top: 80px;
  max-width: 100%;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .cta-bottom_blog {
    max-width: 100%;
    margin-top: 40px;
  }
}

.cta-text_blog {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 10px;
  color: var(--FFFFFF, #fff);
  justify-content: start;
  max-width: 350px;
  margin: auto 0;
}

.cta-description_blog {
  color: var(--FFFFFF, #fff);
  align-self: stretch;
  max-width: 350px;
  margin: auto 0;
}

.cta-buttons_blog {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: -1px;
  color: var(--FA7110, #d46211);
  justify-content: center;
  width: 240px;
  margin: auto 0;
}

.cta-main-button_blog {
  justify-content: center;
  align-items: center;
  border: 1px solid var(--FFFFFF, #fff);
  align-self: stretch;
  display: flex;
  width: 240px;
  gap: 10px;
  background-color: var(--FFFFFF, #fff);
  margin: auto 0;
  padding: 20px 40px;
  color: var(--FA7110, #d46211);
  font: 400 16px TT Interfaces, -apple-system, Roboto, Helvetica, sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease;
      /*  */
  white-space: nowrap; /* Запрещает перенос текста */
  overflow: hidden; /* Скрывает текст, если он выходит за границы */
  text-overflow: ellipsis; /* Добавляет многоточие если текст не помещается */
}

.cta-main-button_blog:hover,
.cta-main-button_blog:focus {
  background-color: #f0f0f0;
  outline: 2px solid var(--FFFFFF, #fff);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .cta-main-button_blog {
    padding: 0 20px;
  }
}

.cta-image_blog {
  aspect-ratio: 1.6;
  object-fit: contain;
  object-position: center;
  max-width: 628px;
  min-width: 240px;
  width: 100%;
}

@media (max-width: 991px) {
  .cta-image_blog {
    max-width: 100%;
  }
}

/* Focus management and accessibility improvements */
*:focus {
  outline: 2px solid var(--FA7110, #d46211);
  outline-offset: 2px;
}

button:focus,
.thumbnail_blog:focus {
  outline: 2px solid var(--FA7110, #d46211);
  outline-offset: 2px;
}

/* Ensure proper contrast and readability */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .thumbnail_blog:hover,
  .thumbnail_blog:focus {
    outline: 3px solid;
  }

  .cta-button_blog:hover,
  .cta-button_blog:focus,
  .cta-main-button_blog:hover,
  .cta-main-button_blog:focus,
  .play-button_blog:hover,
  .play-button_blog:focus {
    outline: 3px solid;
  }
}


/* #####ALL */

/* Blog Section Styles */
.blog_content_all {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    font-family: "TT Interfaces", sans-serif;
}

.blog_section_all {
    display: flex;
    padding: 40px 80px 80px 160px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.blog_header_all {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.blog_title_all {
    flex: 1 0 0;
    color: #d46211;
    font: 400 36px "TT Interfaces", sans-serif;
    margin: 0;
}

.blog_posts_grid_all {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 80px 40px;
    width: 100%;
    flex-wrap: wrap;
}

.blog_post_all {
    display: flex;
    width: 387px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.post_image_all {
    height: 290px;
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
    display: block;
}

.post_meta_all {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.post_date_all {
    flex: 1 0 0;
    color: #ccc;
    font: 400 14px "TT Interfaces", sans-serif;
}

.post_description_all {
    width: 100%;
    color: #363636;
    font: 400 16px "TT Interfaces", sans-serif;
    margin: 0;
    line-height: 1.4;
}

/* Video Play Button Styles */
.video_play_button_all {
    position: absolute;
    left: 164px;
    top: 125px;
    width: 56.391px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: block;
    transition: transform 0.2s ease;
}

.video_play_button_all:hover {
    transform: scale(1.1);
}

.video_play_button_all:focus {
    outline: 2px solid #d46211;
    outline-offset: 2px;
}

.youtube_icon_all {
    width: 100%;
    height: 100%;
    display: block;
}

/* Responsive Design */
@media (max-width: 991px) {
    .blog_section_all {
        padding: 30px 40px 60px 80px;
        gap: 30px;
    }

    .blog_title_all {
        font-size: 32px;
    }

    .blog_posts_grid_all {
        gap: 60px 30px;
    }

    .blog_post_all {
        width: calc(50% - 15px);
    }
}

@media (max-width: 640px) {
    .blog_section_all {
        padding: 20px 20px 40px 20px;
        gap: 20px;
    }

    .blog_title_all {
        font-size: 28px;
    }

    .blog_posts_grid_all {
        gap: 40px 20px;
    }

    .blog_post_all {
        width: 100%;
    }

    .post_image_all {
        height: 250px;
    }

    .video_play_button_all {
        left: calc(50% - 28px);
        top: 105px;
    }
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
    .video_play_button_all {
        transition: none;
    }

    .video_play_button_all:hover {
        transform: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .blog_title_all {
        color: #000;
    }

    .post_date_all {
        color: #666;
    }

    .post_description_all {
        color: #000;
    }
}

/* Focus management for keyboard navigation */
.blog_post_all:focus-within {
    outline: 2px solid #d46211;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Ensure images are accessible */
.post_image_all {
    border: 1px solid transparent;
}

.post_image_all:focus {
    border-color: #d46211;
    outline: none;
}

/* ####FIX 15_09##### */

.phone-link {
color: var(--030303, #030303);
  font-size: 24px;
  font-weight: 600;
  text-decoration:none;
}

.company_a {
color: var(--030303, #030303);
  font-size: 24px;
  font-weight: 600;
  text-decoration:none;
}

/* ####HEADER_HERO##### */

.slogan-text_home_pr {
    position: relative;
    height: 180px; /* Высота под самое длинное слово */
    display: flex;
    align-items: center;
}

.develop-text_home_pr {
    margin: 0;
    font-weight: 800;
    color: #333;
    position: absolute;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-in-out;
    text-align: center;
    width: 100%;
}

.develop-text_home_pr.active {
    opacity: 1;
    transform: translateY(0);
}

.develop-text_home_pr.exiting {
    opacity: 0;
    transform: translateY(-30px);
}

/* Адаптивность */
@media (max-width: 768px) {
    .slogan-text_home_pr {
        height: 60px;
    }
    
    .develop-text_home_pr {
        font-size: 2rem;
    }
}