@charset "UTF-8";
/** Ширина сайта */
/** Ширина бокового меню */
/** 
 * * Расстояние МЕЖДУ колонками
 * * т.е. у колонки справа и слева будет padding: colGap/2
 * */
.canvas:has(.header__menu.top-close) .offer_side_left {
  top: 84px;
}
.canvas:has(.header__menu.hide) .offer_side_left {
  top: 24px;
}

.main {
  margin-top: 100px;
  overflow: unset;
}

.offer_breadcrumbs {
  padding: 16px 24px 0;
}
.offer_breadcrumbs .ag-tiny {
  color: #ADADAD;
}
.offer_breadcrumbs .ag-tiny:hover {
  color: black;
}
@media (max-width: 1200px) {
  .offer_breadcrumbs {
    padding: 16px 0 0;
    margin-left: 16px;
    margin-bottom: 16px;
    gap: 8px;
  }
}

.offer_container {
  display: flex;
  gap: 124px;
  padding: 0 24px;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .offer_container {
    gap: 95px;
  }
}
@media (max-width: 1200px) {
  .offer_container {
    flex-direction: column;
    padding: 0 16px;
    gap: 0;
  }
}
.offer_container h2::after, .offer_container h3::after, .offer_container h4::after, .offer_container h5::after {
  content: unset;
}

.offer_side_left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 124px;
  left: 0;
  transition: all 0.5s;
}
.offer_side_left_description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.offer_side_left_description_title {
  font-size: 12px;
  line-height: 18px;
}
.offer_side_left_description_links {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.offer_content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1200px) {
  .offer_content {
    gap: 24px;
  }
}

.offer_section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.offer_section_title {
  font-size: 24px;
  line-height: 32px;
}
.offer_section_description {
  font-size: 16px;
  line-height: 24px;
}
.offer_section_description_main {
  font-size: 24px;
  line-height: 32px;
}
.offer_section a {
  font-size: inherit;
  line-height: inherit;
  color: black;
  border-bottom: 1px solid black;
}
.offer_section a:hover {
  color: #666666;
  border-color: #666666;
}
@media (max-width: 1200px) {
  .offer_section {
    gap: 12px;
    margin-top: 9px;
  }
  .offer_section_title {
    font-size: 18px;
    line-height: 26px;
  }
  .offer_section_description {
    font-size: 14px;
    line-height: 20px;
  }
  .offer_section_description_main {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .mobile-hidden {
    display: none !important;
  }
}

/*# sourceMappingURL=offer.css.map */
