*{
    font-family: "Gilroy", system-ui, sans-serif;
}

#catalog_page .section-wrapper .section-title-wrapper .section-title.show, #catalog_page header .header-wrapper .logo-main.show{
  opacity: 1;
}

#catalog_page .standart-title{
  font-weight: 300;
  font-size: 96px;;
}

#catalog_page{overflow: visible;width: 100%;background:#1C1C1C }
#catalog_page .section-wrapper{position: relative;width: 100%;}
#catalog_page .section-title.with-decorate{top: 40%;}
#catalog_page #first-section.catalog > img{transform: unset;width: 100%;position: relative;top: 0;left: 0}
#catalog_page .section-wrapper .section-title-wrapper{position: unset;}
#catalog_page #application-form{opacity: 1;top: 0;height: auto;background-color: unset;margin: 60px 0}
#catalog_page .catalog__list{padding-left: 80px;padding-right: 80px;width: 100%;}
#catalog_page footer{opacity: 1;position: relative;background: #1C1C1C;}
#catalog_page header{position: absolute;width: 100%}
#catalog_page #first-section .section-title-wrapper{display: block;}


/*ОБЩИЕ ДЛЯ КАТАЛОГА*/

.aurum-apartments {
    position: relative;
    background: #1C1C1C;
    margin-top: -275px;
}

.aurum-apartments__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top center, rgba(217,171,88,.14), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
    pointer-events: none;
}

.aurum-apartments__container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 100px;
    border-radius: 90px;
    background: #1C1C1C;
    color: #fff;
    border-top: 1px solid #FAC56A;
    border-bottom: 1px solid #FAC56A;
    box-shadow: 0 -86px 27.3px -42px rgba(250, 197, 106, 0.1);
}