

/* Start:/local/templates/mrdoors2025/components/bitrix/news.list/page_single_top/style.css?17704156624272*/
.hero {
  background-color: var(--main-color);
}

.hero__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 725px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.single_page {
    height: 100%;
    position: absolute;
    width: 100%;
}
div.hero__content {
  z-index: 5;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  flex-direction: column;
  gap: 100px;
  align-self: stretch;
  justify-content: end;
}

.hero__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__content-title {
  max-width: 595px;
  color: var(--white);
  font-family: "Cera Pro";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 59.4px */
  letter-spacing: -2.7px;
  text-transform: uppercase;
}
.hero_descr {
  font-family: Cera Pro;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #F5F5F5;
  width: min(100%, 480px);
}
.hero__content-button {
  color: #111;
  text-align: center;
  font-family: "Cera Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: rgba(245, 245, 245, 0.7);
  display: flex;
  max-width: 360px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.hero__button:hover {
  background-color: white;
  color: #2c3e50;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.hero__content-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero__content-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #ccc;
}

.hero__content-list li {
  position: relative;
  white-space: nowrap;
  color: #BABABA;
  font-family: "Cera Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.hero__content-list li:not(:last-child) {
  padding-right: 30px;
}

.hero__content-list li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0px;
  color: #BABABA;
  font-family: "Cera Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1050px) {
  .hero__content-list {
    grid-template-columns: repeat(2, auto);
  }
  .hero__content-list li:nth-child(2)::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .hero__content-list {
    gap: 16px;
  }
  .hero__content-list li:not(:last-child) {
    padding-right: 20px;
  }
  .hero__content-list li {
    font-size: 12px;
  }
  .hero__content-title {
    font-size: 40px;
    max-width: 440px;
  }
  .hero__content-button {
    height: 34px;
    padding: 0;
    gap: 10px;
    max-width: 230px;
    font-size: 12px;
  }
  .hero__content-list li:not(:last-child)::after {
    font-size: 12px;
  }
  div.hero__content {
    gap: 40px;
  }
  .hero__wrapper {
    height: 463px;
  }
}
@media (max-width: 600px) {
  .hero__content-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .hero__wrapper {
    height: 727px;
  }
  .hero__content-list li:not(:last-child)::after {
    content: none;
  }
  .hero__content-list li:not(:last-child) {
    padding-right: 0;
  }
  .hero__content-list li:nth-child(4) {
    display: none;
  }
  .hero__content-list {
    grid-template-columns: repeat(3, auto);
  }
  .hero__content-wrapper {
    gap: 155px;
  }
  .hero__content-list-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .hero__content-list {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .hero__content-button {
    max-width: 100%;
  }
  .hero__content-title {
    max-width: 400px;
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .hero__content-list {
    justify-content: center;
  }
}
/* End */


/* Start:/local/components/cmd_u/catalog.sections/templates/designer/style.css?17631066221530*/
.black_content_page {
    padding: 140px 0px 40px;
    background-color: #111111;
}
.black_content_page_container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 100px;
}
.section_list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.section_title {
    margin-bottom: 40px;
    font-family: Cera Pro;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F5F5F5;
}
.section_items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section_item_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section_item a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.section_item_name {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #BABABA;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}
.section_item a:hover .section_item_name {
    border-color: #BABABA;
}
.section_item_descr {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: Cera Pro;
    font-weight: 250;
    font-size: 16px;
    line-height: 100%;
    color: #BABABA;
    width: min(100%, 310px);
}
@media screen and (max-width: 768px) {
    .black_content_page_container {
        padding: 0px 80px;
    }
    .section_title {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .black_content_page_container {
        padding: 0px 20px;
    }
}
/* End */
/* /local/templates/mrdoors2025/components/bitrix/news.list/page_single_top/style.css?17704156624272 */
/* /local/components/cmd_u/catalog.sections/templates/designer/style.css?17631066221530 */
