@charset "UTF-8";
/** Ширина сайта */
/** Ширина бокового меню */
/** 
 * * Расстояние МЕЖДУ колонками
 * * т.е. у колонки справа и слева будет padding: colGap/2
 * */
.about_breadcrumbs {
  padding: 16px 24px 24px;
}
.about_breadcrumbs .ag-tiny {
  color: #ADADAD;
}
.about_breadcrumbs .ag-tiny:hover {
  color: black;
}
@media (max-width: 1200px) {
  .about_breadcrumbs {
    padding: 16px 0 0;
    margin-left: 16px;
    margin-bottom: 16px;
    gap: 8px;
  }
}

.img_fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .about_container {
    gap: 32px;
    margin-top: 35px;
  }
}

.banner_main {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/840;
  height: 840px;
}
.banner_main_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  line-height: 40px;
  z-index: 2;
  color: white;
}
.banner_main_overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.32;
}
@media (max-width: 1200px) {
  .banner_main {
    aspect-ratio: 390/582;
    height: 582px;
  }
  .banner_main_title {
    font-size: 24px;
    line-height: 32px;
    white-space: nowrap;
  }
}

.about_banner_secondary_info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .about_banner_secondary_info {
    gap: 8px;
  }
}

.banner_secondary {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/840;
  height: 840px;
}
.banner_secondary_info {
  position: absolute;
  left: 175px;
  bottom: 175px;
  z-index: 2;
  color: white;
  max-width: 517px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.banner_secondary_title {
  font-size: 32px;
  line-height: 40px;
}
.banner_secondary_description, .banner_secondary p {
  font-size: 16px;
  line-height: 24px;
}
.banner_secondary_overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.32;
}
@media (max-width: 1200px) {
  .banner_secondary {
    aspect-ratio: 390/582;
    height: 582px;
  }
  .banner_secondary_info {
    left: 48px;
    right: 48px;
    bottom: 48px;
    gap: 4px;
  }
  .banner_secondary_title {
    font-size: 24px;
    line-height: 32px;
  }
  .banner_secondary_description, .banner_secondary p {
    font-size: 14px;
    line-height: 20px;
  }
}

.about_banner_secondary {
  height: 640px;
  position: relative;
  width: 100%;
  padding: 0 24px;
}
.about_banner_secondary h3::after {
  content: unset;
}
.about_banner_secondary_description_container {
  position: absolute;
  top: 177px;
  left: 118px;
  width: 697px;
  max-width: 30vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about_banner_secondary_title {
  font-size: 32px;
  line-height: 40px;
}
.about_banner_secondary_description, .about_banner_secondary p {
  font-size: 18px;
  line-height: 26px;
}
.about_banner_secondary_image {
  position: absolute;
  right: 470px;
  bottom: 0;
  top: unset;
  width: 462px;
  aspect-ratio: 1;
  max-width: calc(30vw - 64px);
}
.about_banner_secondary_image_second {
  position: absolute;
  max-width: calc(30vw - 64px);
  right: 0;
  bottom: 0;
  top: unset;
  aspect-ratio: 462/640;
  width: 462px;
}
@media (max-width: 1440px) {
  .about_banner_secondary {
    height: 480px;
  }
  .about_banner_secondary .about_banner_secondary_description {
    font-size: 14px;
    line-height: 20px;
  }
  .about_banner_secondary .about_banner_secondary_title {
    font-size: 24px;
    line-height: 32px;
  }
  .about_banner_secondary .about_banner_secondary_image {
    width: 342px;
    height: 342px;
    right: 350px;
  }
  .about_banner_secondary .about_banner_secondary_image_second {
    width: 342px;
    height: 480px;
  }
  .about_banner_secondary .about_banner_secondary_description_container {
    width: 517px;
    left: 88px;
  }
  .about_banner_secondary.right .about_banner_secondary_description_container {
    right: 88px !important;
  }
}
@media (max-width: 1200px) {
  .about_banner_secondary {
    display: flex;
    flex-wrap: wrap;
    position: static;
    align-items: flex-end;
    height: unset;
    width: 100%;
    gap: 8px;
  }
  .about_banner_secondary .about_banner_center {
    order: 2;
    position: static;
    bottom: -225px;
  }
  .about_banner_secondary .about_banner_secondary_description_container {
    position: static;
    padding: 16px 16px 0;
    width: unset;
    max-width: unset;
    order: 2;
  }
  .about_banner_secondary .about_banner_secondary_image {
    position: static;
    width: calc(50vw - 32px);
    height: unset;
    max-width: unset;
    order: 1;
    left: 350px;
  }
  .about_banner_secondary .about_banner_secondary_image_second {
    left: 0;
    order: 0;
    position: static;
    width: calc(50vw - 32px);
    height: unset;
    max-width: unset;
  }
}

.about_cards {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.about_cards .about_card {
  outline: 1px solid #E3E3E3;
  background: #FFFFFF;
  aspect-ratio: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
}
.about_cards .about_card_title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.about_cards .about_card.gray {
  background: #F7F7F7;
}
.about_cards .about_card .icon {
  width: 40px;
  aspect-ratio: 1;
}
@media (max-width: 1200px) {
  .about_cards .about_card {
    gap: 8px;
  }
  .about_cards .about_card .icon {
    width: 24px;
  }
  .about_cards .about_card_title {
    font-size: 10px;
    line-height: 16px;
  }
}

.about_halfed_banner {
  padding: 0 24px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.about_halfed_banner .img {
  aspect-ratio: 1;
  flex: 1 1 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.about_halfed_banner .about_banner_center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
}
.about_halfed_banner .about_banner_center h3::after {
  content: unset;
}
@media (max-width: 1200px) {
  .about_halfed_banner {
    padding: 0;
    gap: 16px;
  }
}

.about_banner_description {
  flex-direction: column;
  max-width: 80%;
  flex: 1;
  gap: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.about_banner_description_p, .about_banner_description p {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .about_banner_description {
    max-width: unset;
    flex: unset;
    gap: 8px;
    align-items: flex-start;
    padding: 0 16px;
  }
  .about_banner_description .about_banner_description_p {
    max-width: unset;
    font-size: 14px;
    line-height: 20px;
  }
}

.about_bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about_bottom h3 {
  margin-left: 24px;
}
.about_bottom h3::after {
  content: unset;
}
@media (max-width: 1200px) {
  .about_bottom h3 {
    margin-left: 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .to_col {
    flex-direction: column !important;
    gap: 24px;
  }
  .to_col.reversed {
    flex-direction: column-reverse !important;
  }
}

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