h3::after {
    display: none;
}

body {
    overflow: unset;
}

.frenzygd-header {
    background: linear-gradient(180deg, #F9F9F9 0%, #F2F2F2 100%) no-repeat right bottom;
    background-size: 1040px 100%;
    margin-bottom: 150px;
    position: relative;
}

.frenzygd-mark {
    margin-bottom: 50px;
    position: relative;
}

.frenzygd-header h1 {
    color: #1C3A4B;
    font-family: Roboto, serif;
    font-size: 300px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    text-transform: unset;
}

.frenzygd-header h1 span:first-of-type {
    color: #701A1F;
    text-align: right;
    font-family: Roboto, serif;
    font-size: 101px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 190px;
}

.frenzygd-header h1 span:last-of-type {
    color: #1C3A4B;
    text-align: right;
    font-family: Roboto, serif;
    font-size: 221px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 290px;
}

.frenzygd-header__inner {
    display: grid;
    grid-template-columns: 580px 1fr;
    grid-template-rows: repeat(auto-fill, minmax(50px, 1fr));
    gap: 30px 50px;
    align-items: flex-end;
    margin: 46px 0 0;
    position: relative;
}

.frenzygd-header__inner img {
    grid-area: 1 / 1 / 3 / 2;
    max-width: 580px;
    width: 100%;
    object-fit: contain;
}

.frenzygd-header__inner p:first-of-type {
    grid-area: 1 / 2 / 2 / 3;
    margin: 0 50px 0 0;
}

.frenzygd-header__inner p:last-of-type {
    grid-area: 2 / 2 / 3 / 3;
    margin: 0 50px 66px 0;
}

.frenzygd-header__inner p {
    color: #333;
    font-family: Roboto, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.frenzygd-wrapper {
    position: relative;
}

.frenzygd-header:after {
    content: '';
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-header-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: -45px;
    right: 30px;
    width: 70px;
    height: 90px;
}

@media screen and (max-width: 1599px) {
    .frenzygd-header {
        background-size: 910px 100%;
    }

    .frenzygd-header h1 {
        font-size: 270px;
    }

    .frenzygd-header h1 span:first-of-type {
        font-size: 90px;
        top: 175px;
    }

    .frenzygd-header h1 span:last-of-type {
        font-size: 198px;
        top: 260px;
    }

    .frenzygd-header__inner {
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 1499px) {
    .frenzygd-header {
        background-size: 710px 100%;
    }

    .frenzygd-header h1 {
        font-size: 223px;
    }

    .frenzygd-header h1 span:first-of-type {
        font-size: 74px;
        top: 145px;
    }

    .frenzygd-header h1 span:last-of-type {
        font-size: 164px;
        top: 220px;
    }

    .frenzygd-header__inner {
        margin: 25px 0 0;
        grid-template-columns: 517px 1fr;
        gap: 27px 30px;
    }

    .frenzygd-header__inner p {
        font-size: 18px;
    }

    .frenzygd-header__inner p:last-of-type {
        margin: 0 20px 30px 0;
    }

    .frenzygd-header__inner p:first-of-type {
        margin: 0 20px 0 0;
    }

    .frenzygd-header:after {
        bottom: -30px;
        right: 20px;
        width: 50px;
        height: 60px;
    }

    .frenzygd-header__inner img {
        max-width: 517px;
    }
}

@media screen and (max-width: 1299px) {
    .frenzygd-header {
        background-size: 479px 100%;
    }

    .frenzygd-header h1 {
        font-size: 170px;
    }

    .frenzygd-header h1 span:first-of-type {
        font-size: 56px;
        top: 115px;
    }

    .frenzygd-header h1 span:last-of-type {
        font-size: 125px;
        top: 160px;
    }

    .frenzygd-header__inner {
        margin: 15px 0;
        grid-template-columns: 373px 1fr;
        gap: 24px 21px;
    }

    .frenzygd-header__inner p {
        font-size: 16px;
    }

    .frenzygd-header__inner p:last-of-type {
        margin: 0 15px 20px 0;
    }

    .frenzygd-header__inner p:first-of-type {
        margin: 0 15px 0 0;
    }

    .frenzygd-header:after {
        bottom: -30px;
        right: 15px;
        width: 50px;
        height: 60px;
    }

    .frenzygd-header__inner img {
        max-width: 373px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-header {
        background-size: 66vw 100%;
    }

    .frenzygd-header h1 {
        font-size: 21vw;
    }

    .frenzygd-header h1 span:first-of-type {
        font-size: 8vw;
        top: 12.5vw;
    }

    .frenzygd-header h1 span:last-of-type {
        font-size: 15vw;
        top: 20vw;
    }

    .frenzygd-header__inner {
        margin: 15px 0;
        grid-template-columns: 50vw 1fr;
        gap: 24px 21px;
    }

    .frenzygd-header__inner img {
        max-width: 48vw;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .frenzygd-header__inner img {
        max-width: 50vw;
        margin-bottom: 50px;
    }

    .frenzygd-header__inner {
        margin: 7px 0;
        grid-template-columns: 50vw 1fr;
        gap: 24px 21px;
    }
}

@media screen and (max-width: 767px) {
    .frenzygd-header {
        background-size: 60vw 100%;
    }

    .frenzygd-header h1 {
        font-size: 20vw;
    }

    .frenzygd-header h1 span:first-of-type {
        font-size: 8vw;
        top: 12.5vw;
    }

    .frenzygd-header h1 span:last-of-type {
        font-size: 15vw;
        top: 20vw;
    }

    .frenzygd-header__inner img {
        max-width: 45vw;
        margin-bottom: 0;
        grid-area: 1 / 1 / 2 / 2;
    }

    .frenzygd-header__inner {
        margin: 57px 0;
        grid-template-columns: 45vw 1fr;
        gap: 10px 15px;
    }

    .frenzygd-header__inner p:first-of-type {
        grid-area: 1 / 2 / 2 / 3;
    }

    .frenzygd-header__inner p:last-of-type {
        grid-area: 2 / 1 / 3 / 3;
        margin: 0 15px 30px 0;
    }
}

@media screen and (max-width: 567px) {
    .frenzygd-header__inner img {
        max-width: 60vw;
        grid-area: 1 / 1 / 2 / 2;
    }

    .frenzygd-header__inner p:first-of-type {
        grid-area: 2 / 1 / 3 / 2;
    }

    .frenzygd-header__inner p:last-of-type {
        grid-area: 3 / 1 / 4 / 2;
        margin: 0 15px 30px 0;
    }

    .frenzygd-header__inner {
        margin: 10px 0;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, min-content);
        gap: 10px 15px;
    }

    .frenzygd-header h1 span:first-of-type {
        font-size: 7vw;
        top: 12vw;
    }

    .frenzygd-header__inner p {
        font-size: 14px;
    }

    .frenzygd-header {
        background-size: 65vw 100%;
    }
}

.frenzygd-swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.frenzygd-swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.1);
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
}

.frenzygd-swiper-pagination-progressbar-fill {
    background: #007aff;
}

.frenzygd-optics__image-wrapper {
    position: relative;
    max-width: 490px;
    width: 100%;
}

.frenzygd-optics__image-wrapper img {
    object-fit: contain;
    max-width: 490px;
    width: 100%;
    margin: 10px 0 30px;
}

#frenzygd-swiper-image-2 {
    position: absolute;
    top: 0;
    left: 0;
}

.frenzygd-optics-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 40px;
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-optics-bg.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.frenzygd-optics, .frenzygd-reliability {
    position: relative;
    margin-bottom: 150px;
}

.frenzygd-optics h2, .frenzygd-reliability h2, .frenzygd-advantages h2 {
    color: #333;
    font-family: Roboto, serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}

.frenzygd-optics h2:before, .frenzygd-reliability h2:before, .frenzygd-advantages h2:before {
    content: '';
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/title-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 331px;
    height: 180px;
}

.frenzygd-card h3 {
    color: #1C3A4B;
    font-family: Roboto, serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 61px 0 0;
    margin: 0;
}

.frenzygd-card p {
    color: #333;
    font-family: Roboto, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 20px 0 0;
}

.frenzygd-card p span {
    color: #701A1F;
    font-family: Roboto, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.frenzygd-card {
    min-height: 352px;
}

.swiper-navigation {
    position: absolute;
    bottom: 35px;
    right: 519px;
    height: 66px;
    max-width: 250px;
    width: 100%;
    z-index: 3;
}

.frenzygd-swiper-button-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 66px;
    width: 66px;
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-arrow-next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    transition: .2s;
}

.frenzygd-swiper-button-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 66px;
    width: 66px;
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-arrow-next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    transform: rotate(180deg);
    transition: .2s;
}

.frenzygd-swiper-button-prev:hover, .frenzygd-swiper-button-next:hover {
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-arrow-next-hover.svg");
}

.frenzygd-swiper-pagination {
    top: calc(50% - 3px);
    width: 100px;
    margin-left: calc(50% - 50px);
    height: 6px;
    border-radius: 25px;
    opacity: 0.5;
    background: transparent;
}

.frenzygd-swiper-pagination {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

.frenzygd-bar {
    display: block;
    height: 6px;
    transition: width 0.3s ease;
    border-radius: 25px;
    opacity: 0.5;
    background: #1C3A4B;
    position: relative;
    margin-top: 63px;
}

.frenzygd-bar.short {
    width: 80%;
}

.frenzygd-bar.long {
    width: 20%;
}

.frenzygd-swiper-button-prev.swiper-button-disabled {
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-arrow-next-disabled.svg");
}

.frenzygd-swiper-button-next.swiper-button-disabled {
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-arrow-next-disabled.svg");
}

@media screen and (max-width: 1599px) {
    .swiper-navigation {
        bottom: 35px;
        right: 390px;
    }
}

@media screen and (max-width: 1499px) {
    .frenzygd-header {
        margin-bottom: 130px;
    }

    .frenzygd-mark {
        margin-bottom: 30px;
    }

    .frenzygd-optics, .frenzygd-reliability {
        margin-bottom: 130px;
    }

    .frenzygd-optics h2, .frenzygd-reliability h2, .frenzygd-advantages h2 {
        font-size: 60px;
        height: 140px;
        padding: 0 0 0 10px;
        margin: 0 0 10px;
    }

    .frenzygd-optics h2:before, .frenzygd-reliability h2:before, .frenzygd-advantages h2:before {
        width: 257px;
        height: 140px;
    }

    .frenzygd-card p {
        font-size: 16px;
    }

    .frenzygd-optics__image-wrapper img {
        object-fit: contain;
        max-width: 490px;
        width: 100%;
        margin: 10px 0 0;
    }

    .frenzygd-card {
        min-height: 325px;
    }

    .swiper-navigation {
        bottom: 5px;
        right: 214px;
    }
}

#frenzygd-swiper-image-2 {
    opacity: 0;
    transition: opacity 0.5s ease;
}

#frenzygd-swiper-image-2.active {
    opacity: 1;
}

@media screen and (max-width: 1299px) {
    .frenzygd-header {
        margin-bottom: 110px;
    }

    .frenzygd-mark {
        margin-bottom: 0;
    }

    .frenzygd-optics, .frenzygd-reliability {
        margin-bottom: 110px;
    }

    .frenzygd-optics h2, .frenzygd-reliability h2, .frenzygd-advantages h2 {
        font-size: 50px;
    }

    .frenzygd-optics__image-wrapper img {
        max-width: 315px;
        margin: 10px 0 80px;
    }

    .frenzygd-optics__image-wrapper {
        max-width: 315px;
    }

    .frenzygd-optics-inner {
        gap: 0 30px;
    }

    .frenzygd-card {
        min-height: 260px;
    }

    .frenzygd-card h3 {
        font-size: 32px;
        padding: 0;
    }

    .frenzygd-card p {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .swiper-navigation {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -125px;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-header {
        margin-bottom: 130px;
    }

    .frenzygd-mark {
        margin-bottom: 130px;
    }

    .frenzygd-optics, .frenzygd-reliability {
        margin-bottom: 130px;
    }

    .frenzygd-optics h2, .frenzygd-reliability h2, .frenzygd-advantages h2 {
        font-size: 60px;
        height: 140px;
        padding: 0 0 0 10px;
        margin: 0 0 10px;
    }

    .frenzygd-optics h2:before, .frenzygd-reliability h2:before, .frenzygd-advantages h2:before {
        width: 257px;
        height: 140px;
    }

    .frenzygd-card p {
        font-size: 16px;
    }

    .frenzygd-optics__image-wrapper img {
        object-fit: contain;
        max-width: 490px;
        width: 100%;
        margin: 10px 0 0;
    }

    .frenzygd-card {
        min-height: 325px;
    }

    .swiper-navigation {
        bottom: 5px;
        right: unset;
        left: 49vw;
        margin: 0;
    }

    .frenzygd-optics__image-wrapper {
        max-width: 490px;
    }
}

@media screen and (max-width: 991px) {
    .frenzygd-header {
        margin-bottom: 110px;
    }

    .frenzygd-mark {
        margin-bottom: 110px;
    }

    .frenzygd-optics, .frenzygd-reliability {
        margin-bottom: 110px;
    }

    .frenzygd-optics h2, .frenzygd-reliability h2, .frenzygd-advantages h2 {
        font-size: 50px;
    }

    .frenzygd-optics__image-wrapper img {
        max-width: 315px;
        margin: 10px 0 80px;
    }

    .frenzygd-optics__image-wrapper {
        max-width: 315px;
    }

    .frenzygd-optics-inner {
        gap: 0 30px;
    }

    .frenzygd-card {
        min-height: 260px;
    }

    .frenzygd-card h3 {
        font-size: 32px;
        padding: 0;
    }

    .frenzygd-card p {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .swiper-navigation {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -125px;
    }
}

@media screen and (max-width: 767px) {
    .frenzygd-header {
        margin-bottom: 100px;
    }

    .frenzygd-mark {
        margin-bottom: 100px;
    }

    .frenzygd-optics, .frenzygd-reliability {
        margin-bottom: 170px;
    }

    .frenzygd-optics-inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .frenzygd-optics__image-wrapper {
        max-width: 500px;
    }

    .frenzygd-optics__image-wrapper img {
        max-width: 100%;
        margin: 10px 0 80px;
    }

    .frenzygd-optics__image-wrapper img {
        margin: 10px 0 20px;
    }

    .frenzygd-optics-inner {
        gap: 0 40px;
        background-position: center bottom;
    }

    .swiper-navigation {
        position: relative;
        bottom: -30px;
        left: unset;
        margin: 0 auto;
    }

    .frenzygd-card {
        min-height: 100%;
    }
}

@media screen and (max-width: 600px) {
    .frenzygd-optics__image-wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .frenzygd-header {
        margin-bottom: 80px;
    }

    .frenzygd-mark {
        margin-bottom: 80px;
    }

    .frenzygd-optics, .frenzygd-reliability {
        margin-bottom: 130px;
    }

    .frenzygd-optics h2, .frenzygd-reliability h2, .frenzygd-advantages h2 {
        font-size: 30px;
        height: 70px;
        padding: 0 0 0 10px;
        margin: 0 0 10px;
    }

    .frenzygd-optics h2:before, .frenzygd-reliability h2:before, .frenzygd-advantages h2:before {
        width: 128px;
        height: 70px;
    }

    .frenzygd-card h3 {
        font-size: 30px;
        padding: 0;
    }

    .frenzygd-card p {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .frenzygd-optics-inner {
        gap: 0 40px;
        background-position: center center;
    }

    .swiper-navigation {
        position: relative;
        bottom: -30px;
        left: unset;
        margin: 0 auto;
    }

    .frenzygd-card {
        min-height: 100%;
    }
}

.frenzygd-mark h2 {
    color: #333;
    font-family: Roboto, serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    height: 100px;
    padding: 10px 0 0 20px;
    margin: 0 0 30px;
    display: block;
    box-sizing: border-box;
}

.frenzygd-mark h2:before {
    content: '';
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/title-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 183px;
    height: 100px;
}

.frenzygd-mark h2 span {
    color: #1C3A4B;
}

@media screen and (max-width: 1499px) {
    .frenzygd-mark h2 {
        font-size: 60px;
        height: 100px;
        padding: 10px 0 0 10px;
        margin: 0 0 10px;
    }

    .frenzygd-mark h2:before {
        width: 146px;
        height: 80px;
    }

    .frenzygd-mark {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1299px) {
    .frenzygd-mark h2 {
        font-size: 50px;
        height: 80px;
        padding: 15px 0 0 10px;
    }

    .frenzygd-mark h2:before {
        width: 146px;
        height: 80px;
    }

    .frenzygd-mark {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-mark h2 {
        font-size: 60px;
        height: 100px;
        padding: 10px 0 0 10px;
        margin: 0 0 10px;
    }

    .frenzygd-mark h2:before {
        width: 146px;
        height: 80px;
    }

    .frenzygd-mark {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .frenzygd-mark h2 {
        font-size: 50px;
        height: 80px;
        padding: 15px 0 0 10px;
    }

    .frenzygd-mark h2:before {
        width: 146px;
        height: 80px;
    }

    .frenzygd-mark {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .frenzygd-mark {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 567px) {
    .frenzygd-mark h2 {
        font-size: 30px;
        height: 70px;
        padding: 12px 0 0 10px;
    }

    .frenzygd-mark h2:before {
        width: 128px;
        height: 70px;
    }

    .frenzygd-mark {
        margin-bottom: 20px;
    }
}

.frenzygd-mark__inner {
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-mark-bg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding: 44px 111px 0 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.frenzygd-mark__image-wrapper img {
    object-fit: contain;
    max-width: 487px;
    width: 100%;
}

.frenzygd-mark__inner ul {
    margin: 33px 0 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    gap: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.frenzygd-mark__inner li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.frenzygd-mark__inner li img {
    object-fit: contain;
    max-width: 60px;
    width: 100%;
}

.frenzygd-mark__inner li p {
    color: #FFF;
    font-family: Roboto, serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.frenzygd-mark__inner li p span {
    font-weight: 700;
}

@media screen and (max-width: 1599px) {
    .frenzygd-mark__inner {
        padding: 44px 85px 0 50px;
    }

    .frenzygd-mark__inner li p {
        font-size: 32px;
    }

    .frenzygd-mark__inner ul {
        margin: 9px 0 0;
    }
}

@media screen and (max-width: 1499px) {
    .frenzygd-mark__inner {
        padding: 44px 58px 0 20px;
    }

    .frenzygd-mark__inner li p {
        font-size: 28px;
    }

    .frenzygd-mark__inner ul {
        margin: 50px 0 0;
        gap: 50px;
    }

    .frenzygd-mark__inner li img {
        max-width: 50px;
    }

    .frenzygd-mark__inner li {
        gap: 20px;
    }

    .frenzygd-mark__image-wrapper img {
        object-fit: contain;
        max-width: 435px;
    }

    .frenzygd-mark__inner {
        background-position: center top;
        background-size: 130%;
    }
}

@media screen and (max-width: 1299px) {
    .frenzygd-mark__inner {
        padding: 34px 28px 0 15px;
    }

    .frenzygd-mark__inner li img {
        max-width: 40px;
    }

    .frenzygd-mark__inner li p {
        font-size: 25px;
    }

    .frenzygd-mark__image-wrapper img {
        max-width: 282px;
    }

    .frenzygd-mark__inner {
        background-size: 110%;
    }

    .frenzygd-mark__inner ul {
        margin: 10px 0 0;
        gap: 40px;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-mark__inner {
        padding: 44px 58px 0 20px;
    }

    .frenzygd-mark__inner li p {
        font-size: 28px;
    }

    .frenzygd-mark__inner ul {
        margin: 50px 0 0;
        gap: 50px;
    }

    .frenzygd-mark__inner li img {
        max-width: 50px;
    }

    .frenzygd-mark__inner li {
        gap: 20px;
    }

    .frenzygd-mark__image-wrapper img {
        object-fit: contain;
        max-width: 435px;
    }

    .frenzygd-mark__inner {
        background-position: center top;
        background-size: 130%;
    }
}

@media screen and (max-width: 991px) {
    .frenzygd-mark__inner {
        padding: 34px 28px 0 15px;
    }

    .frenzygd-mark__inner li img {
        max-width: 40px;
    }

    .frenzygd-mark__inner li p {
        font-size: 25px;
    }

    .frenzygd-mark__image-wrapper img {
        max-width: 282px;
    }

    .frenzygd-mark__inner {
        background-size: 110%;
    }

    .frenzygd-mark__inner ul {
        margin: 10px 0 0;
        gap: 40px;
    }
}

@media screen and (max-width: 767px) {
    .frenzygd-mark__inner {
        background-size: auto 570px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .frenzygd-mark__image-wrapper img {
        max-width: 389px;
    }

    .frenzygd-mark h2 {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 567px) {
    .frenzygd-mark__inner li {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

    .frenzygd-mark__inner li img {
        max-width: 50px;
    }

    .frenzygd-mark__inner li p {
        font-size: 25px;
    }

    .frenzygd-mark__inner ul {
        margin: 0;
        gap: 35px;
    }

    .frenzygd-mark__inner {
        gap: 24px;
        padding: 30px 20px 0 20px;
    }
}


.frenzygd-standart {
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-standart-bg.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 40px 0 45px;
    position: relative;
    margin: 0 0 150px;
}

.frenzygd-standart h2 {
    color: #FFF;
    font-family: Roboto, serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.frenzygd-standart__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin: 32px 0 0;
    gap: 22px;
    position: relative;
}

.frenzygd-standart:before {
    content: "";
    position: absolute;
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-standart-bg-v.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.frenzygd-standart__inner > img {
    max-width: 723px;
    width: 100%;
    object-fit: contain;
    margin-left: 63px;
}

.frenzygd-standart__inner > div > img {
    max-width: 493px;
    width: 100%;
    object-fit: contain;
}

.frenzygd-standart__inner div > p:first-of-type {
    color: #FFF;
    font-family: Roboto, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.frenzygd-standart__inner div > p:last-of-type {
    color: #FFF;
    font-family: Roboto, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.frenzygd-standart__inner div div {
    margin: 0 0 0 60px;
}

@media screen and (max-width: 1599px) {
    .frenzygd-standart__inner > img {
        max-width: 644px;
        margin-left: 50px;
    }

    .frenzygd-standart {
        padding: 40px 0 50px;
    }

    .frenzygd-standart__inner {
        gap: 0;
    }
}

@media screen and (max-width: 1499px) {
    .frenzygd-standart__inner > img {
        max-width: 522px;
        margin-left: 40px;
    }

    .frenzygd-standart {
        padding: 30px 0 40px;
        margin: 0 0 120px;
    }

    .frenzygd-standart__inner {
        gap: 0;
    }

    .frenzygd-standart__inner div > p:first-of-type {
        font-size: 18px;
    }

    .frenzygd-standart__inner div > p:last-of-type {
        font-size: 18px;
    }
}

@media screen and (max-width: 1299px) {
    .frenzygd-standart h2 {
        font-size: 50px;
    }

    .frenzygd-standart__inner > img {
        max-width: 421px;
        margin-left: 17px;
    }

    .frenzygd-standart {
        padding: 40px 0 40px;
        margin: 0 0 110px;
    }

    .frenzygd-standart__inner {
        gap: 0;
    }

    .frenzygd-standart__inner div > p:first-of-type {
        font-size: 18px;
    }

    .frenzygd-standart__inner div > p:last-of-type {
        font-size: 18px;
    }

    .frenzygd-standart__inner > div > img {
        max-width: 310px;
    }

    .frenzygd-standart__inner div div {
        margin: 0 0 0 40px;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-standart__inner > img {
        max-width: 522px;
        margin-left: 40px;
    }

    .frenzygd-standart {
        padding: 30px 0 40px;
        margin: 0 0 120px;
        background-size: 100% auto;
    }

    .frenzygd-standart__inner {
        gap: 0;
    }

    .frenzygd-standart__inner div > p:first-of-type {
        font-size: 18px;
    }

    .frenzygd-standart__inner div > p:last-of-type {
        font-size: 18px;
    }

    .frenzygd-standart__inner > div > img {
        max-width: 410px;
    }
}


@media screen and (max-width: 991px) {
    .frenzygd-standart h2 {
        font-size: 50px;
    }

    .frenzygd-standart__inner > img {
        max-width: 421px;
        margin-left: 17px;
    }

    .frenzygd-standart {
        padding: 40px 0 40px;
        margin: 0 0 110px;
        background-size: cover;
    }

    .frenzygd-standart__inner {
        gap: 0;
    }

    .frenzygd-standart__inner div > p:first-of-type {
        font-size: 18px;
    }

    .frenzygd-standart__inner div > p:last-of-type {
        font-size: 18px;
    }

    .frenzygd-standart__inner > div > img {
        max-width: 310px;
    }

    .frenzygd-standart__inner div div {
        margin: 0 0 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .frenzygd-standart {
        padding: 30px 0 0;
        margin: 0 0 100px;
        background-size: auto 715px;
    }

    .frenzygd-standart__inner > img {
        max-width: 100%;
        width: calc(100% - 100px);
        margin: 0 50px;
    }

    .frenzygd-standart__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 32px 0 0;
        gap: 30px;
    }

    .frenzygd-standart__inner > div {
        flex-direction: column-reverse;
        display: flex;
        gap: 40px;
    }

    .frenzygd-standart__inner > div > img {
        max-width: 450px;
    }

    .frenzygd-standart__inner div div {
        margin: 0 0 0 20px;
    }

    .frenzygd-standart:before {
        background-position: left center;
    }
}

@media screen and (max-width: 567px) {
    .frenzygd-standart h2 {
        font-size: 30px;
    }

    .frenzygd-standart {
        padding: 30px 0 0;
        margin: 0 0 50px;
        background-size: auto 515px;
    }

    .frenzygd-standart__inner > img {
        max-width: 100%;
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .frenzygd-standart__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 32px 0 0;
        gap: 30px;
    }

    .frenzygd-standart__inner > div {
        flex-direction: column-reverse;
        display: flex;
        gap: 40px;
    }

    .frenzygd-standart__inner > div > img {
        max-width: 450px;
    }

    .frenzygd-standart__inner div div {
        margin: 0 0 0 20px;
    }

    .frenzygd-standart:before {
        background-position: left center;
    }
}

.frenzygd-advantages__list {
    list-style: none;
    margin: 40px 0 60px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.frenzygd-advantages__list li {
    background: #FFF;
    box-shadow: 0 50px 60px -40px rgba(0, 0, 0, 0.25);
    padding: 50px 30px;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 477px;
    box-sizing: border-box;
}

.frenzygd-advantages__list li img {
    width: 100%;
    object-fit: contain;
    max-width: 100px;
}

.frenzygd-advantages__list li h4 {
    color: #333;
    text-align: center;
    font-family: Roboto, serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 50px 0 20px;
}

.frenzygd-advantages__list li p {
    color: #333;
    font-family: Roboto, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .frenzygd-advantages__list {
        gap: 30px;
    }
}

@media screen and (max-width: 1499px) {
    .frenzygd-advantages__list {
        gap: 25px;
    }

    .frenzygd-advantages__list li img {
        max-width: 83px;
    }

    .frenzygd-advantages__list li {
        padding: 30px 25px 35px;
        width: 33%;
        min-height: 395px;
    }

    .frenzygd-advantages__list li h4 {
        font-size: 25px;
        margin: 30px 0 15px;
    }

    .frenzygd-advantages__list li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1299px) {
    .frenzygd-advantages__list {
        gap: 21px;
    }

    .frenzygd-advantages__list li img {
        max-width: 70px;
    }

    .frenzygd-advantages__list li {
        padding: 30px 20px 30px;
        width: 33%;
        min-height: 351px;
    }

    .frenzygd-advantages__list li h4 {
        font-size: 18px;
        margin: 20px 0 10px;
    }

    .frenzygd-advantages__list li p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-advantages__list {
        gap: 25px;
    }

    .frenzygd-advantages__list li img {
        max-width: 83px;
    }

    .frenzygd-advantages__list li {
        padding: 30px 25px 35px;
        width: 33%;
        min-height: 395px;
    }

    .frenzygd-advantages__list li h4 {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .frenzygd-advantages__list li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .frenzygd-advantages__list {
        gap: 21px;
    }

    .frenzygd-advantages__list li img {
        max-width: 70px;
    }

    .frenzygd-advantages__list li {
        padding: 30px 20px 30px;
        width: 33%;
        min-height: 371px;
    }

    .frenzygd-advantages__list li h4 {
        font-size: 18px;
        margin: 20px 0 10px;
    }

    .frenzygd-advantages__list li p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .frenzygd-advantages__list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .frenzygd-advantages__list li {
        padding: 30px;
        width: 100%;
        align-items: flex-start;
        min-height: 100%;
    }

    .frenzygd-advantages__list li h4 {
        text-align: left;
    }
}

@media screen and (max-width: 567px) {
    .frenzygd-advantages__list li {
        padding: 30px 20px;
    }
}


.frenzygd-equipment h2 {
    color: #333;
    font-family: Roboto, serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    height: 100px;
    padding: 10px 0 0 20px;
    margin: 0 0 30px 355px;
    display: block;
    box-sizing: border-box;
}

.frenzygd-equipment h2:before {
    content: '';
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/title-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 183px;
    height: 100px;
}

.frenzygd-equipment {
    margin-bottom: 170px;
    position: relative;
}

@media screen and (max-width: 1499px) {
    .frenzygd-equipment h2 {
        font-size: 60px;
        height: 100px;
        padding: 10px 0 0 10px;
        margin: 0 0 10px 255px;
    }

    .frenzygd-equipment h2:before {
        width: 146px;
        height: 80px;
    }

    .frenzygd-equipment {
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 1299px) {
    .frenzygd-equipment h2 {
        font-size: 50px;
        height: 80px;
        padding: 15px 0 0 10px;
        margin: 0 0 10px 170px;
    }

    .frenzygd-equipment h2:before {
        width: 146px;
        height: 80px;
    }

    .frenzygd-equipment {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-equipment h2 {
        font-size: 60px;
        height: 100px;
        padding: 10px 0 0 10px;
        margin: 0 0 10px 255px;
    }

    .frenzygd-equipment h2:before {
        width: 146px;
        height: 80px;
    }

    .frenzygd-equipment {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 991px) {
    .frenzygd-equipment h2 {
        font-size: 50px;
        height: 80px;
        padding: 15px 0 0 10px;
        margin: 0 0 10px 170px;
    }

    .frenzygd-equipment h2:before {
        width: 146px;
        height: 80px;
    }

    .frenzygd-equipment {
        margin-bottom: 130px;
    }
}

@media screen and (max-width: 767px) {
    .frenzygd-equipment {
        margin-bottom: 120px;
    }
    .frenzygd-equipment h2 {
        position: relative;
        right: 0;
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 567px) {
    .frenzygd-equipment h2 {
        font-size: 30px;
        height: 50px;
        padding: 12px 0 0 10px;
    }

    .frenzygd-equipment h2:before {
        width: 108px;
        height: 50px;
    }

    .frenzygd-equipment {
        margin-bottom: 70px;
    }
    .frenzygd-equipment h2 {
        text-align: left;
        margin: 0 0 10px;
    }
}

.frenzygd-equipment img {
    object-fit: contain;
    max-width: 595px;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}

.frenzygd-equipment {
    min-height: 484px;
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/equipment-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
}

.frenzygd-equipment:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/equipment-bottom.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 70px;
    height: 90px;
}

.frenzygd-equipment div {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

.frenzygd-equipment div ul {
    margin: 40px 0;
}

.frenzygd-equipment div ul li {
    margin: 5px 0;
    color: #333;
    font-family: Roboto, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.frenzygd-equipment div ul li span {
    color: #701A1F;
    font-weight: 700;
}

@media screen and (max-width: 1599px) {
    .frenzygd-equipment img {
        max-width: 585px;
    }
}

@media screen and (max-width: 1499px) {
    .frenzygd-equipment div ul li {
        font-size: 20px;
    }

    .frenzygd-equipment img {
        max-width: 485px;
        top: 20px;
    }

    .frenzygd-equipment:after {
        width: 50px;
        height: 60px;
    }

    .frenzygd-equipment {
        min-height: 384px;
    }

    .frenzygd-equipment div ul {
        margin: 0;
    }
}

@media screen and (max-width: 1299px) {
    .frenzygd-equipment img {
        max-width: 315px;
        top: 60px;
    }

    .frenzygd-equipment div ul li {
        font-size: 18px;
    }

    .frenzygd-equipment {
        min-height: 284px;
    }

    .frenzygd-equipment div {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-equipment div ul li {
        font-size: 20px;
    }

    .frenzygd-equipment img {
        max-width: 485px;
        top: 20px;
    }

    .frenzygd-equipment:after {
        width: 50px;
        height: 60px;
    }

    .frenzygd-equipment {
        min-height: 384px;
    }

    .frenzygd-equipment div ul {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .frenzygd-equipment img {
        max-width: 285px;
        top: 60px;
    }

    .frenzygd-equipment div ul li {
        font-size: 18px;
    }

    .frenzygd-equipment {
        min-height: 284px;
    }

    .frenzygd-equipment div {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .frenzygd-equipment div ul li {
        font-size: 16px;
    }

    .frenzygd-equipment div ul {
        max-width: 275px;
        width: 100%;
    }

    .frenzygd-equipment div {
        margin: 20px 0 0;
    }

    .frenzygd-equipment img {
        max-width: 225px;
        top: 100px;
    }
}

@media screen and (max-width: 567px) {
    .frenzygd-equipment div ul {
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
    }

    .frenzygd-equipment img {
        max-width: 265px;
        top: 0;
        position: relative;
    }

    .frenzygd-equipment div {
        margin: 0;
    }

    .frenzygd-equipment {
        background-position: center 250px;
    }
}


.frenzygd-reliability__inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: -24px 0 36px rgba(0, 0, 0, 0.1);
}

.frenzygd-reliability__block {
    width: 100px;
    min-width: 100px;
    transition: width 0.5s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 620px;
    background: linear-gradient(0deg, #000 0%, #F9F9F9 97.58%);
    box-shadow: -24px 0 36px rgba(0, 0, 0, 0.1);
}

.frenzygd-reliability__pre-block {
    width: 103px;
    min-width: 103px;
    height: 620px;
    box-shadow: -24px 0 36px rgba(0, 0, 0, 0.1);
    opacity: .2;
}

.frenzygd-reliability__block img,
.frenzygd-reliability__block p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.frenzygd-reliability__block img {
    object-fit: contain;
    width: 450px;
    margin: 50px 0 0;
}

.frenzygd-reliability__block p {
    color: #333;
    font-family: Roboto, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 537px;
    text-align: left;
    padding: 0 20px;
    margin: -50px 0 0;
}

/* Фоновые изображения */
.frenzygd-reliability__block:nth-of-type(1) {
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-1bg.webp");
}

.frenzygd-reliability__block:nth-of-type(2) {
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-2bg.webp");
}

.frenzygd-reliability__block:nth-of-type(3) {
    background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-3bg.webp");
}

.frenzygd-reliability__block:nth-of-type(n) {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 620px;
}

/* Активный блок */
.frenzygd-reliability__block.active {
    width: calc(100% - 100px);
    z-index: 1;
}

.frenzygd-reliability__block.active img,
.frenzygd-reliability__block.active p {
    opacity: 1;
    transform: translateY(0);
}

/* Кнопки */
.frenzygd-reliability__button {
    border: none;
    font-size: 1.5rem;
    z-index: 2;
    position: relative;
    right: 0;
    top: 0;
    height: 66px;
    width: 66px;
    background-color: transparent;
    background-image: url(../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-arrow-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    transition: transform 0.2s;
}

.frenzygd-reliability__button-wrapper {
    position: absolute;
    top: 100px;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 164px;
    width: 100%;
}

.frenzygd-reliability__prev:hover, .frenzygd-reliability__next:hover {
    background-image: url(../../../../../image/catalog/unilanding/frenzy-green-1x17x24/frenzygd-arrow-next-hover.svg);
}

.frenzygd-reliability__prev {
    transform: rotate(-180deg)
}

.frenzygd-mark__wrapper, .frenzygd-mark__pre-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 1599px) {
    .frenzygd-reliability__block {
        width: 70px;
        min-width: 70px;
    }

    .frenzygd-reliability__pre-block {
        width: 73px;
        min-width: 73px;
    }
}

@media screen and (max-width: 1499px) {
    .frenzygd-reliability__pre-block {
        height: 480px;
    }

    .frenzygd-reliability__block {
        height: 480px;
    }

    .frenzygd-reliability__block:nth-of-type(n) {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 480px;
    }

    .frenzygd-reliability__block img {
        object-fit: contain;
        width: 320px;
        margin: 50px 0 0;
    }

    .frenzygd-reliability__block p {
        font-size: 16px;
        width: 400px;
    }

    .frenzygd-reliability__button-wrapper {
        top: 70px;
    }
}

@media screen and (max-width: 1299px) {
    .frenzygd-reliability__pre-block:nth-of-type(1) {
        display: none;
    }

    .frenzygd-reliability__block {
        width: 60px;
        min-width: 60px;
    }

    .frenzygd-reliability__pre-block {
        width: 63px;
        min-width: 63px;
        height: 463px;
    }

    .frenzygd-reliability__block {
        height: 463px;
    }

    .frenzygd-reliability__block:nth-of-type(n) {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 463px;
    }

    .frenzygd-reliability__block p {
        font-size: 16px;
        width: 380px;
        padding: 0 0 0 40px;
    }

    .frenzygd-reliability__block img {
        width: 310px;
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-reliability__pre-block:nth-of-type(1) {
        display: flex;
    }

    .frenzygd-reliability__pre-block {
        height: 480px;
    }

    .frenzygd-reliability__block {
        height: 480px;
    }

    .frenzygd-reliability__block:nth-of-type(n) {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 52vw;
    }

    .frenzygd-reliability__block img {
        object-fit: contain;
        width: 320px;
        margin: 50px 0 0;
    }

    .frenzygd-reliability__block p {
        font-size: 16px;
        width: 400px;
        padding: 0 20px;
    }

    .frenzygd-reliability__button-wrapper {
        top: 70px;
    }
}


@media screen and (max-width: 991px) {
    .frenzygd-reliability__pre-block:nth-of-type(1) {
        display: none;
    }

    .frenzygd-reliability__block {
        width: 60px;
        min-width: 60px;
    }

    .frenzygd-reliability__pre-block {
        width: 63px;
        min-width: 63px;
        height: 463px;
    }

    .frenzygd-reliability__block {
        height: 463px;
    }

    .frenzygd-reliability__block:nth-of-type(n) {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 60vw;
    }

    .frenzygd-reliability__block p {
        font-size: 16px;
        width: 380px;
        padding: 0 0 0 40px;
    }

    .frenzygd-reliability__block img {
        width: 310px;
        margin: 30px 0 0;
    }
}


@media screen and (max-width: 767px) {
    .frenzygd-reliability__inner {
        flex-direction: column;
        align-items: stretch;
        height: auto;
    }

    .frenzygd-reliability__block,
    .frenzygd-reliability__pre-block {
        width: 100%;
        min-width: 100%;
    }

    .frenzygd-reliability__block {
        height: 60px;
        min-height: 60px;
        transition: height 0.5s ease;
        background-size: 100% auto;
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), /* фиктивная внутренняя, можно убрать */ 0 -10px 16px rgba(0, 0, 0, 0.1);
    /
    }

    .frenzygd-reliability__block:nth-of-type(n) {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 72vw;
    }

    .frenzygd-reliability__block.active {
        height: auto;
    }

    .frenzygd-reliability__block img {
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0;
    }

    .frenzygd-reliability__block p {
        width: auto;
        padding: 20px;
        font-size: 16px;
        margin-top: -40px;
    }

    .frenzygd-reliability__pre-block {
        height: 20px;
        opacity: 0.2;
    }

    .frenzygd-reliability__button-wrapper {
        display: none;
    }
}


@media screen and (max-width: 567px) {
    .frenzygd-reliability__block:nth-of-type(1) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-1bg-mob.webp");
        background-size: auto 480px;
        background-position: center top;
    }

    .frenzygd-reliability__block:nth-of-type(2) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-2bg-mob.webp");
        background-size: auto 480px;
        background-position: center top;
    }

    .frenzygd-reliability__block:nth-of-type(3) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-3bg-mob.webp");
        background-size: auto 480px;
        background-position: center top;
    }

    .frenzygd-reliability__block p {
        font-size: 14px;
    }
}
/* === Adaptive styles === */

@media screen and (max-width: 1599px) {
    .frenzygd-reliability__block {
        width: 70px;
        min-width: 70px;
    }

    .frenzygd-reliability__pre-block {
        width: 73px;
        min-width: 73px;
    }
}

@media screen and (max-width: 1499px) {
    .frenzygd-reliability__block,
    .frenzygd-reliability__pre-block {
        height: 480px;
    }

    .frenzygd-reliability__block:nth-of-type(n) {
        background-size: auto 480px;
    }

    .frenzygd-reliability__block img {
        width: 320px;
        margin-top: 50px;
    }

    .frenzygd-reliability__block p {
        font-size: 16px;
        width: 400px;
    }

    .frenzygd-reliability__button-wrapper {
        top: 70px;
    }
}

@media screen and (max-width: 1299px) {
    .frenzygd-reliability__pre-block:nth-of-type(1) {
        display: none;
    }

    .frenzygd-reliability__block {
        width: 60px;
        min-width: 60px;
        height: 463px;
    }

    .frenzygd-reliability__pre-block {
        width: 63px;
        min-width: 63px;
        height: 463px;
    }

    .frenzygd-reliability__block:nth-of-type(n) {
        background-size: auto 463px;
    }

    .frenzygd-reliability__block img {
        width: 310px;
        margin-top: 30px;
    }

    .frenzygd-reliability__block p {
        font-size: 16px;
        width: 380px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 1099px) {
    .frenzygd-reliability__pre-block:nth-of-type(1) {
        display: flex;
    }

    .frenzygd-reliability__block,
    .frenzygd-reliability__pre-block {
        height: 480px;
    }

    .frenzygd-reliability__block:nth-of-type(n) {
        background-size: auto 52vw;
    }

    .frenzygd-reliability__block img {
        width: 320px;
    }

    .frenzygd-reliability__block p {
        width: 400px;
        padding: 0 20px;
    }

    .frenzygd-reliability__button-wrapper {
        top: 70px;
    }
}

@media screen and (max-width: 991px) {
    .frenzygd-reliability__pre-block:nth-of-type(1) {
        display: none;
    }

    .frenzygd-reliability__block {
        width: 60px;
        min-width: 60px;
        height: 463px;
    }

    .frenzygd-reliability__pre-block {
        width: 63px;
        min-width: 63px;
        height: 463px;
    }

    .frenzygd-reliability__block:nth-of-type(n) {
        background-size: auto 60vw;
    }

    .frenzygd-reliability__block img {
        width: 310px;
        margin-top: 30px;
    }

    .frenzygd-reliability__block p {
        font-size: 16px;
        width: 380px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .frenzygd-reliability__inner {
        flex-direction: column;
        align-items: stretch;
        height: auto;
    }

    .frenzygd-reliability__block,
    .frenzygd-reliability__pre-block {
        width: 100%;
        min-width: 100%;
    }

    .frenzygd-reliability__block {
        height: 60px;
        min-height: 60px;
        background-size: 100% auto;
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 -10px 16px rgba(0, 0, 0, 0.1);
        transition: height 0.5s ease;
    }

    .frenzygd-reliability__block.active {
        height: auto;
    }

    .frenzygd-reliability__block img {
        max-width: 300px;
        width: 100%;
        margin: 20px auto 0;
    }

    .frenzygd-reliability__block p {
        padding: 20px;
        font-size: 16px;
        width: auto;
        margin-top: -40px;
    }

    .frenzygd-reliability__pre-block {
        height: 20px;
        opacity: 0.2;
    }

    .frenzygd-reliability__button-wrapper {
        display: none;
    }
}

@media screen and (max-width: 567px) {
    .frenzygd-reliability__block:nth-of-type(1) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-1bg-mob.webp");
        background-size: auto 480px;
        background-position: center top;
    }

    .frenzygd-reliability__block:nth-of-type(2) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-2bg-mob.webp");
        background-size: auto 480px;
        background-position: center top;
    }

    .frenzygd-reliability__block:nth-of-type(3) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-3bg-mob.webp");
        background-size: auto 480px;
        background-position: center top;
    }

    .frenzygd-reliability__block p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .frenzygd-reliability {
        position: relative;
    }

    .frenzygd-reliability__block {
        width: 100vw;
        height: 100vh; /* или фиксированная высота */
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .frenzygd-reliability__block.active {
        opacity: 1;
        pointer-events: auto;
        position: relative;
    }

    .frenzygd-reliability__button-wrapper {
        top: unset;
        bottom: -30px;
        position: relative;
        left: unset;
        margin: 0 auto;
        display: flex;
        max-width: 250px;
        width: 100%;
    }

    .frenzygd-mark__wrapper, .frenzygd-mark__pre-inner {
        flex-direction: column;
    }
    .frenzygd-reliability__block:nth-of-type(1) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-1bgt.webp");
        background-size: auto 220px;
        background-position: left top;
    }

    .frenzygd-reliability__block:nth-of-type(2) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-2bgt.webp");
        background-size: auto 220px;
        background-position: left top;
    }

    .frenzygd-reliability__block:nth-of-type(3) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-3bgt.webp");
        background-size: auto 220px;
        background-position: left top;
    }
}

@media (max-width: 567px) {
    .frenzygd-reliability__block:nth-of-type(1) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-1bgm.webp");
        background-size: auto 220px;
    }

    .frenzygd-reliability__block:nth-of-type(2) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-2bgm.webp");
        background-size: auto 220px;
    }

    .frenzygd-reliability__block:nth-of-type(3) {
        background-image: url("../../../../../image/catalog/unilanding/frenzy-green-1x17x24/reliability-item-3bgm.webp");
        background-size: auto 220px;
    }
}
