:root {
    --accent-color: #12A12E;
}

body {
}

@media (max-width: 970px) {
    .mobile-hide {
        display: none;
    }
}

.ps-button {
    border-radius: 8px;
    background: #212529;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 10px 14px;
    text-align: center;
}

.ps-button--orange {
    background: var(--Brand-color, #E67700);
}

.ps-button * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.hero {
    position: relative;
    overflow: hidden;
	margin-bottom: 30px;
}

.hero-figures {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
}

.hero-figures:before {
    content: '';
    display: block;
    width: 1577.808px;
    height: 1577.808px;
    position: absolute;
    top: -418px;
    left: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-52.79deg);
    /* transform: rotate(-52.79deg); */
    opacity: 0.5;
    background: url('../images/hero/bg.png') lightgray 50% / cover no-repeat;
    filter: blur(107.71382904052734px);
    pointer-events: none;
}

.hero-figures img {
    max-width: 100%;
    height: auto;
}

.hero-mimgblock {
    position: absolute;
    bottom: -129px;
    left: 50%;
    transform: translateX(-50%);
    width: 518px;
}

.hero-limgblock {
    position: absolute;
    bottom: 128px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -686px;
}

.hero-rimgblock {
    position: absolute;
    bottom: 257px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -673px;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 133px 16px 30px;
    min-height: 710px;
}

.hero-title {
    color: var(--Gray-900, #181D27);
    text-align: center;
    font-family: Khand;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin: 0;
}

.hero-description {
    color: var(--Brand-color, #E67700);
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-top: 16px;
}

.hero-description * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.hero-control {
    display: flex;
    gap: 8px;
    padding-top: 32px;
}

.hero-control>div {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.hero-control .ps-button {
    width: 100%;
}

@media (min-width: 970.98px) {
    .hero {
    }

    .hero-figures {
    }

    .hero-figures:before {
        transform: translateX(-50%);
        bottom: -460px;
        top: auto;
        width: 1180.5px;
        height: 1180.5px;
        filter: blur(80.59041595458984px);
    }

    .hero-figures img {
    }

    .hero-mimgblock {
        width: 840px;
        bottom: -227px;
    }

    .hero-limgblock {
    }

    .hero-rimgblock {
    }

    .hero-content {
        padding-top: 161px;
        min-height: 892px;
    }

    .hero-title {
        font-size: 60px;
        line-height: 115%;
        letter-spacing: -1.2px;
    }

    .hero-description {
        font-size: 20px;
        line-height: 30px;
        padding-top: 5px;
    }

    .hero-control {
        padding-top: 56px;
        gap: 12px;
        max-width: 408px;
        margin: 0 auto;
    }

    .hero-control>div {
    }

    .hero-control .ps-button {
    }
}

.ps-chips {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #363B41;
    font-family: Khand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.4px;
    text-transform: uppercase;
}

.ps-chips-main {
    padding: 0;
}

.ps-chips-list {
    margin: 0 -10px;
    flex-wrap: nowrap;
    overflow: auto;
    padding-left: 22px;
    padding-bottom: 5px;
    width: 100%;
    display: flex;
}

.ps-chips-item {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 4px;
}

.ps-chip {
    background: var(--ps-color, #bcbcbc);
    position: relative;
    padding: 15px 0 14px 130px;
    border-radius: 4.92px;
    border: 0.615px solid var(--Stroke, #CDCDCD);
    min-width: 200px;
    padding: 10px 0 10px 9px;
    overflow: hidden;
}

.ps-chip-picture {
    font-size: 0;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: -10px;
}

.ps-chip-picture img {
    width: 73.793px;
    height: 73.793px;
}

.ps-chip-text {
}

@media (min-width: 970.98px) {
    .ps-chips {
        font-size: 24px;
        line-height: 28px;
        margin: 14px 0 30px 0;
    }

    .ps-chips-main {
        max-width: 1380px;
        margin: 0 auto;
    }

    .ps-chips-list {
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .ps-chips-item {
        padding: 10px;
        flex: 0 0 auto;
        width: 25%;
        max-width: 100%;
    }

    .ps-chip {
        border-radius: 8px;
        padding: 16px 15px 18px 15px;
    }

    .ps-chip-picture {
        top: 16px;
        right: -16px;
    }

    .ps-chip-picture img {
        width: 120px;
        height: 120px;
    }

    .ps-chip-text {
    }
}
