.dome-page {
    color: #232323;
    overflow: hidden;
}

.dome-page section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.dome-page__eyebrow {
    margin-bottom: 14px;
    color: #46ae40;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dome-page__lead {
    max-width: 800px;
    margin-top: -18px;
    margin-bottom: 38px;
    color: #747474;
    font-size: 18px;
    line-height: 1.6;
}

.dome-hero {
    padding-top: 260px !important;
    background: #fff;
}

.dome-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.dome-hero__content {
    max-width: 610px;
}

.dome-check-list li::before{
    background-size: contain;
}

.dome-hero__title {
    max-width: none;
    margin-bottom: 22px;
    font-size: 46px;
    line-height: 1.22;
}

.dome-hero__text {
    max-width: 560px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.55;
}

.dome-hero .btns {
    gap: 12px;
}

.dome-hero__image.banner__main-img {
    position: absolute;
    width: 580px;
    right: 0px;
    top: 69px;
    height: auto;
    z-index: 0;
    display: block!important;
}

.dome-directions .bread-page {
    margin-bottom: 44px;
}

.dome-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.dome-card {
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.dome-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(35, 35, 35, .1);
}

.dome-card__image {
    display: block;
    height: 230px;
}

.dome-card__body {
    padding: 24px;
}

.dome-card__title {
    min-height: 58px;
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.4;
}

.dome-card .catalog-content__link {
    display: inline-flex;
    align-items: center;
    width: auto;
    gap: 12px;
}

.dome-card .catalog-content__link img {
    width: 28px;
}

.dome-production__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
}

.dome-production__media {
    overflow: hidden;
    min-height: 520px;
    margin: 0;
    border-radius: 5px;
}

.dome-production__media img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.dome-check-list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dome-check-list li {
    position: relative;
    padding-left: 38px;
    font-size: 17px;
    line-height: 1.5;
}

.dome-check-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #46ae40 url("../img/check.svg") center / 12px no-repeat;
    content: "";
}

.dome-production__summary {
    max-width: 960px;
    margin: 45px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}

.dome-about__layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: center;
    gap: 64px;
}

.dome-about__media {
    overflow: hidden;
    margin: 0;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.dome-about__media img {
    display: block;
    width: 100%;
    height: auto;
}

.dome-about__content {
    max-width: 680px;
}

.dome-about__content .section-title {
    margin-bottom: 28px;
}

.dome-about__content p {
    margin: 0 0 20px;
    color: #747474;
    font-size: 17px;
    line-height: 1.7;
}

.dome-about__content p:last-of-type {
    margin-bottom: 0;
}

.dome-about__content .btn {
    margin-top: 32px;
}

.dome-models__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dome-model {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}

.dome-model__image {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.dome-model__body {
    padding: 26px;
}

.dome-model__body h3 {
    min-height: 56px;
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.35;
}

.dome-model__body p {
    margin-bottom: 24px;
    color: #46ae40;
    font-size: 21px;
    font-weight: 600;
}

.dome-model__actions {
    display: flex;
    gap: 24px;
}

.dome-model__actions a {
    color: #f5743f;
    font-weight: 500;
}

.dome-model__actions a:last-child {
    color: #46ae40;
}

.dome-portfolio__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.dome-portfolio__item {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 330px;
    overflow: hidden;
    border-radius: 5px;
}

.dome-portfolio__item::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(35, 35, 35, .78), transparent 65%);
    content: "";
    transition: background-color .25s ease;
}

.dome-portfolio__item:hover::before {
    background-color: rgba(70, 174, 64, .22);
}

.dome-portfolio__item span {
    position: relative;
    z-index: 1;
    padding: 28px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.dome-portfolio__footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .dome-page section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .dome-hero {
        padding-top: 170px !important;
    }

    .dome-hero__inner {
        gap: 28px;
    }

    .dome-hero__content {
        flex-basis: 52%;
        max-width: 52%;
    }

    .dome-hero__title {
        font-size: 38px;
    }

    .dome-hero .btns .btn {
        width: auto;
    }

    

    .dome-card-grid,
    .dome-models__grid,
    .dome-portfolio__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dome-production__grid {
        gap: 36px;
    }

    .dome-about__layout {
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .dome-page section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .dome-hero {
        padding-top: 145px !important;
    }

    .dome-hero__inner {
        align-items: stretch;
        flex-direction: column;
        gap: 34px;
    }

    .dome-hero__content {
        flex-basis: auto;
        max-width: none;
    }

    .dome-hero__title {
        font-size: 30px;
    }

    .dome-hero__text {
        font-size: 16px;
    }

    .dome-hero .btns {
        align-items: stretch;
        flex-direction: column;
    }

    .dome-hero .btn {
        flex: none;
        width: 100%;
    }

    

    .dome-card-grid,
    .dome-models__grid,
    .dome-portfolio__grid,
    .dome-production__grid,
    .dome-about__layout {
        grid-template-columns: 1fr;
    }

    .dome-about__layout {
        gap: 30px;
    }

    .dome-about__content {
        max-width: none;
    }

    .dome-about__content .btn {
        width: 100%;
    }

    .dome-card__image {
        height: 250px;
    }

    .dome-production__media,
    .dome-production__media img {
        min-height: 320px;
        height: 320px;
    }

    .dome-model__image {
        height: 240px;
    }

    .dome-portfolio__item {
        min-height: 280px;
    }

    .dome-hero .container{
        padding-bottom: 130px;
    }

    .dome-hero__image.banner__main-img{
        top: unset;

        bottom: -220px;
    }
}
