main {
    display: flex;
    flex-direction: column;
    gap: 100px;
    overflow: hidden;
}
.promo {
    padding-top: 115px;
    background: var(--bg-2);
    background-size: 100% 100%;
    .left {
        height: 100%;
        margin-left: calc((100vw - 1240px) / 2);
        padding-top: 20px;
        margin-bottom: 79px;
        .bubbles {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 184px;
            a {
                color: var(--text-7);
                line-height: 120%;
                letter-spacing: 0.2px;
            }
            span {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 6px;
                height: 6px;
                background: var(--bg-4);
            }
            p {
                font-size: 16px;
                line-height: 120%;
                letter-spacing: 0.2px;
                opacity: 0.8;
            }
        }
        .info {
            padding: 10px 20px;
            max-width: 700px;
            position: relative;
            &::before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                top: 0;
                width: 4px;
                background: linear-gradient(74.17deg, #917234 7.74%, #e3ca96 26.76%, #cdb27C 47.44%, #a8894c 53.73%, #b28e42 77.78%, #93763a 86.51%, #98793b 95.7%);
            }
            & > span {
                display: flex;
                color: rgba(174, 176, 180, 0.60);
                font-size: 12px;
                line-height: 120%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
                margin-bottom: 12px;
            }
            h1 {
                margin-bottom: 12px;
                font-size: 50px;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: 0.2px;
                strong {
                    font-size: 50px;
                    font-weight: 600;
                    line-height: 100%;
                    letter-spacing: 0.2px;
                    background:linear-gradient(74deg, #917234 7.74%, #e3ca96 26.76%, #cdb27c 47.44%, #a8894c 53.73%, #b28e42 77.78%, #93763a 86.51%, #98793b 95.7%);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }
            p {
                max-width: 600px;
                font-size: 20px;
                font-weight: 500;
                line-height: 120%;
                letter-spacing: 0.2px;
                margin-bottom: 30px;
            }
            .btns {
                display: flex;
                gap: 10px;
                .btn-white, .btn-blue {
                    max-width: 180px;
                    span {
                        display: flex;
                        align-items: center;
                        gap: 6px;
                        &::after {
                            content: '\e006';
                            font-family: 'icon';
                            font-size: 12px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 16px;
                            height: 16px;

                        }
                    }
                }
                .btn-blue {
                    max-width: 223px;
                }
            }
        }
    }
}
.about {
    display: flex;
    flex-direction: column;
    gap: 40px;
    .top {
        display: flex;
        gap: 20px;
        margin-left: calc((100vw - 1240px) / 2);
        .text {
            display: flex;
            flex-direction: column;
            gap: 10px;
            max-width: 505px;
            min-width: 505px;
            h2 {
                color: var(--text-2);
                font-size: 44px;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: 0.2px;
            }
            p {
                color: var(--text-7);
                font-size: 16px;
                line-height: 140%;
                letter-spacing: 0.2px;
                strong {
                    color: var(--text-2);
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 140%;
                    letter-spacing: 0.2px;
                }
            }
        }
        img {
            max-width: 1055px;
        }
    }
    .cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        .card {
            display: flex;
            flex-direction: column;
            padding: 20px;
            background: rgba(13, 23, 52, 0.04);
            backdrop-filter: blur(20px);
            img {
                max-width: 40px;
                margin-bottom: 30px;
            }
            h3 {
                display: flex;
                align-items: center;
                gap: 10px;
                margin-bottom: 10px;
                color: var(--text-8);
                font-size: 50px;
                font-weight: 700;
                line-height: 100%;
                letter-spacing: 0.2px;
                &::before {
                    content: '';
                    display: flex;
                    height: 100%;
                    width: 2px;
                    background: linear-gradient(70deg, #917234 0.32%, #e3ca96 49.92%, #cdb27c 100%);
                }
            }
            p {
                color: var(--text-5);
                font-size: 20px;
                line-height: 100%;
                letter-spacing: 0.2px;
            }
        }
    }
}
@media screen and (max-width: 1280px) { 
    .promo {
        padding-top: 95px;
        background-size: 120% 100%;
        background-position: center right;
        .left {
            margin-left: 20px;
            padding-top: 20px;
            margin-bottom: 50px;
            .bubbles {
                margin-bottom: 140px;
                a {
                    font-size: 14px;
                }
                p {
                    font-size: 14px;
                }
            }
            .info {
                & > span {
                    margin-bottom: 8px;
                }
                h1 {
                    margin-bottom: 8px;
                    font-size: 40px;
                    strong {
                        font-size: 40px;
                    }
                }
                p {
                    font-size: 18px;
                    margin-bottom: 20px;
                }
            }
        }
    }
    .about {
        width: 100%;
        gap: 30px;
        .top {
            margin-left: 20px;
            .text {
                gap: 10px;
                max-width: 320px;
                min-width: 320px;
                h2 {
                    font-size: 32px;
                }
                p {
                    font-size: 14px;
                    strong {
                        font-size: 16px;
                    }
                }
            }
            img {
                max-width: 955px;
            }
        }
    }
}
@media screen and (max-width: 1130px) {
    main {
        gap: 60px;
    }
    .promo {
        padding-top: 55px;
    }
    .about {
        gap: 20px;
        .top {
            img {
                max-width: 765px;
            }
        }
        .cards {
            gap: 10px;
            .card {
                padding: 10px;
                img {
                    max-width: 30px;
                    margin-bottom: 20px;
                }
                h3 {
                    gap: 5px;
                    font-size: 32px;
                }
                p {
                    font-size: 16px;
                }
            }
        }
    }
}
@media screen and (max-width: 900px) {
    .promo {
        background-size: 1100px 100%;
        background-position: bottom center;
        .bubbles {
            margin-bottom: 60px;
        }
        .info {
            h1 {
                margin-bottom: 8px;
                font-size: 32px;
                strong {
                    font-size: 32px;
                }
            }
            p {
                font-size: 16px;
            }
        }
    }
    .about {
        .top {
            display: grid;
            grid-template-columns: 3fr 4fr;
            align-items: center;
            .text {
                gap: 5px;
                max-width: 100%;
                h2 {
                    font-size: 32px;
                }
                p {
                    font-size: 12px;
                    strong {
                        font-size: 14px;
                    }
                }
            }
        }
        .cards {
            grid-template-columns: repeat(2, 1fr);
            .card {
                p br {
                    display: none;
                }
            }
        }
    }
}
@media screen and (max-width: 767px) {
    main {
        gap: 40px;
    }
    .promo {
        padding-top: 63px;
        background-size: 800px 100%;
        .left {
            margin-left: 10px;
            padding-bottom: 20px;
            margin-bottom: 0;
            .bubbles {
                margin-bottom: 90px;
                a {
                    font-size: 12px;
                    white-space: nowrap;
                }
                span {
                    width: 4px;
                    height: 4px;
                }
                p {
                    white-space: nowrap;
                    font-size: 12px;
                }
            }
            .info {
                position: relative;
                padding: 5px 10px;
                &::before {
                    width: 2px;
                }
                h1 {
                    font-size: 20px;
                    strong {
                        font-size: 22px;
                    }
                }
                p {
                    font-size: 14px;
                }
                .btns {
                    flex-wrap: wrap;
                    gap: 5px;
                    .btn-white, .btn-blue {
                        max-width: 220px;
                    }
                    .btn-blue {
                        max-width: 220px;
                    }
                }
            }
        }
    }
    .about {
        gap: 20px;
        .top {
            grid-template-columns: 1fr;
            gap: 10px;
            margin-left: 0;
            .text {
                gap: 10px;
                max-width: 100%;
                min-width: 0;
                padding-left: 10px;
                h2 {
                    font-size: 24px;
                }
            }
            img {
                max-width: 100dvw;
            }
        }
        .cards {
            grid-template-columns: 1fr;
            gap: 5px;
            .card {
                h3 {
                    font-size: 20px;
                }
                p {
                    font-size: 14px;
                }
            }
        }
    }
}