/* Блок About Brand */
.about-brand {
    padding: 60px 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.about-brand__slogan {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #EFEFEF;
    margin: 40px;
}

.about-brand__slogan-content {
    max-width: 850px;
    font-family: 'Jost', sans-serif;
    font-size: 110px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 105%;
    opacity: 0.1;
}

.about-brand__slogan-translate {
    max-width: 210px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.7;
}

.about-brand__content { 
    min-width: 1000px;
    border-radius: 60px 0 0 0;
    padding: 60px 130px 130px 80px;
    position: relative;
    overflow: hidden;
    align-items: start;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            inset 0 -1px 0 rgba(0, 0, 0, 0.1);

    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter:
            blur(20px);
}

.about-brand__button {
    margin-bottom: 40px;
    align-items: start;
}

.about-brand__button-svg {
    width: 169px;
    height: 48px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    cursor: default;
    transition: opacity 0.3s ease;
}

.about-brand__heading {
    margin-bottom: 20px;
}

.about-brand__title {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
}

.about-brand__title-line {
    display: block;
    font-size: 40px;
    font-weight: 400;
}

.about-brand__title-line--first {
    color: rgba(255, 255, 255, 0.5);
}

.about-brand__title-line--second {
    color: rgba(255, 255, 255, 1);
}

.about-brand__title-line--mobile {
    display: none;
}

.about-brand__text {
    width: 407px;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}

.about-brand__text--first {
    margin-bottom: 20px;
}

.about-brand__text--second {
    margin-bottom: 100px;
}

.about-brand__text--mobile {
    display: none;
    margin-bottom: 70px;
}

.about-brand__stats {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.about-brand__stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    white-space: nowrap;
    border-left: 1px solid #FFFFFF;
    padding-left: 70px;
}

.about-brand__stat-number {
    font-size: 130px;
    font-weight: 500;
    line-height: 0.8;
    color: #ffffff;
    text-transform: uppercase;
}

.about-brand__stat-label {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin: 0;
}

.about-brand__stat-label--mobile {
    display: none;
}

@media (max-width: 1700px) {
    .about-brand__slogan-content {
        font-size: 95px;
    }

    .about-brand__title-line--first,
    .about-brand__title-line--second {
        font-size: 34px;
    }
}
@media (max-width: 1540px) {
    .about-brand {
        flex-direction: column;
    }

    .about-brand__title-line--first,
    .about-brand__title-line--second {
        font-size: 30px;
    }
    .about-brand__stat-number {
        font-size: 120px;
    }
}
@media (max-width: 1250px) {
    .about-brand__title-line--first,
    .about-brand__title-line--second {
        font-size: 26px;
    }
    .about-brand__stat-number {
        font-size: 110px;
    }
}
@media (max-width: 1150px) {
    .about-brand__content {
        padding: 70px 15px;
    }

    .about-brand__title-line--first,
    .about-brand__title-line--second {
        font-size: 22px;
    }

    .about-brand__stats {
        gap: 30px;
    }

    .about-brand__stat {    
        padding-left: 15px;
    }

    .about-brand__stat-number {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .about-brand {
        padding:0;
    }

    .about-brand__slogan {
        gap: 12px;
        margin: 40px 15px;
    }

    .about-brand__slogan-content {
        max-width: 390px;
        font-size: 60px;
    }

    .about-brand__slogan-translate {
        max-width: 210px;
        font-size: 12px;
    }

    .about-brand__content {
        border-radius: 60px 60px 0 0;
        background: conic-gradient(from 20deg at 30% 100%, rgba(255, 255, 255, 0.02) 0deg, rgba(48, 48, 48, 0.05) 360deg), #212121;
    }

    .about-brand__button {
        margin-bottom: 30px;
    }

    .about-brand__button-svg {
        width: 150px;
        height: 45px;
        font-size: 12px;
        background: conic-gradient(from 77deg at 15.02% 100%, rgba(255, 255, 255, 0.05) 0deg, rgba(48, 48, 48, 0.05) 360deg), #212121;
    }

    .about-brand__heading {
        margin-bottom: 30px;
    }

    .about-brand__title-line {
        font-size: 27px;
        font-weight: 500;
    }

    .about-brand__title-line--second {
        display: none;
    }

    .about-brand__title-line--mobile {
        display: block;
    }

    .about-brand__text {
        width: 100%;
        max-width: 400px;
        display: none;
    }

    .about-brand__text--mobile {
        display: block;
    }

    .about-brand__stat {    
        gap: 16px;
        white-space: normal;
    }

    .about-brand__stat-number {
        font-size: 70px;
        line-height: 50px;
    }

    .about-brand__stat-label {
        font-size: 12px;
        font-weight: 400;
    }

    .about-brand__stat-label--desktop {
        display: none;
    }

    .about-brand__stat-label--mobile {
        display: block;
    }
}

@media (max-width: 420px) {
    .about-brand__title-line {
        font-size: 20px;
    }

    .about-brand__stats {
        flex-direction: column;
    }
}

/* Блок почему мы*/
.why-us {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.why-us__title {
    position: relative;
}

.why-us__title span {
    font-family: 'Jost', sans-serif;
    font-size: 150px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.03);
}

.why-us__title h1 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    position: absolute;
    top: 40%;
    left: 40px;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0;
}

.why-us__main-text {
    text-align: center;
    padding: 0 20px;
    margin-top: -22px;
    margin-bottom: 60px;
}

.why-us__text-line {
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    line-height: 50px;
    color: #FFFFFF;
}

.why-us__text-line--second {
    opacity: 0.5;
}

.why-us__background {
    width: 60%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.why-us__bg-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.why-us__bg-comet {
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0.3);
    will-change: transform, opacity;
}

@media (max-width: 860px) {
    .why-us__bg-comet {
        top: 60%;
    }
}

@media (max-width: 768px) {
    .why-us {
        padding: 70px 15px 0;
    }

    .why-us__title span {
        font-size: 60px;
        line-height: 60px;
    }

    .why-us__title h1 {
        font-size: 18px;
        font-weight: 500;
        top: 30%;
        left: 0;
    }

    .why-us__main-text {
        padding: 0;
        margin-top: 45px;
        margin-bottom: 40px;
    }

    .why-us__text-line {
        display: inline;
        font-size: 24px;
        line-height: 1.3;
        padding-right: 3px;
    }

    .why-us__bg-comet {
        display: none;
    }
}