
#whyus {
    & {
        background: #fff;
        padding-top: clamp(90px, calc(246 / 1920 * 100vw), 246px);
        position: relative;
    }

    .container-for-overflow {
        padding-left: 45px;
        padding-right: 45px;
    }

    .whyus-module {
        margin: 0 auto;
    }

    .whyus-module__grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 46px;
        row-gap: clamp(50px, calc(135 / 1920 * 100vw), 135px);
    }

    @media (min-width: 768px) {
        .whyus-module__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    .whyus-module__item {
        display: flex;
        align-items: flex-start;
        gap: clamp(0px, calc(25 / 1920 * 100vw), 25px);
        position: relative;
        flex-direction: column;
        position: relative;
    }

    @media (min-width: 575px) {
        .whyus-module__item {
            flex-direction: row;
        }
    }

    @media (min-width: 768px) {
        .whyus-module__item:nth-child(2)::before,
        .whyus-module__item:nth-child(4)::before,
        .whyus-module__item:nth-child(6)::before {
            content: "";
            position: absolute;
            right: -45px;
            top: calc(clamp(50px, calc(80 / 1920 * 100vw), 80px) * -1);
            height: clamp(16px, calc(28 / 1920 * 100vw), 28px);
            background-repeat: no-repeat;
            background-position: right;
            background-size: contain;
            pointer-events: none;
        }

        .whyus-module__item:nth-child(2)::before {
            width: clamp(220px, calc(275 / 1920 * 100vw), 275px);
            background-image: url('/_data/styly/zakoturcin/img/web/whyus-screw-sm.svg');
        }

        .whyus-module__item:nth-child(4)::before {
            width: clamp(248px, calc(310 / 1920 * 100vw), 310px);
            background-image: url('/_data/styly/zakoturcin/img/web/whyus-screw-md.svg');
        }

        .whyus-module__item:nth-child(6)::before {
            width: clamp(286px, calc(358 / 1920 * 100vw), 358px);
            background-image: url('/_data/styly/zakoturcin/img/web/whyus-screw-lg.svg');
        }
    }

    .whyus-module__item--line::after {
        content: "";
        width: 274px;
        height: 28px;
        background: url('/_data/styly/img/svg/homepage/screew_sm.svg') no-repeat center/contain;
        position: absolute;
        right: -56px;
        top: -90px;
        opacity: 0.65;
    }

    @media (max-width: 575px) {
        .whyus-module__icon {
            position: absolute;
            top: -11px;
            left: -4px;
        }
    }

    .whyus-module__icon img {
        width: clamp(75px, calc(180 / 1920 * 100vw), 180px);
        object-fit: contain;
        display: block;
        padding-top: 0;
        max-height: clamp(75px, calc(180 / 1920 * 100vw), 180px);
        position: relative;
        top: 0;
        left: -10px;
    }

    @media(min-width: 575px) {
        .whyus-module__icon img {
            width: clamp(95px, calc(180 / 1920 * 100vw), 180px);
            object-fit: contain;
            display: block;
            padding-top: 0;
            max-height: clamp(95px, calc(180 / 1920 * 100vw), 180px);
            position: relative;
            top: calc(clamp(20px, calc(40 / 1920 * 100vw), 40px) * -1);
            left: -10px;
        }
    }

    .whyus-module__content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .whyus-module__content h3 {
        font-size: clamp(22px, calc(30 / 1920 * 100vw), 30px);
        font-weight: 700;
        color: #49c5ea;
    }

    @media (max-width: 575px) {
        .whyus-module__content h3 {
            padding-left: 70px;
            min-height: 52px;
        }
    }


    .whyus-module__content p {
        margin-top: 6px;
        font-size: clamp(16px, calc(25 / 1920 * 100vw), 25px);
        line-height: 1.45;
        color: #1c2a35;
        max-width: 100%;
        font-weight: 600;
    }

    @media (min-width: 576px) {
        .whyus-module__content p {
            margin: 0;
            font-size: clamp(18px, calc(25 / 1920 * 100vw), 25px);
            max-width: clamp(300px, calc(430 / 1920 * 100vw), 430px);
        }
    }

    .whyus-module__title {
        margin-bottom: clamp(35px, calc(158 / 1920 * 100vw), 158px);
    }


    .nav-links-row {
        padding-top: clamp(80px, calc(190 / 1920 * 100vw), 190px);
        padding-bottom: clamp(80px, calc(185 / 1920 * 100vw), 185px);
        position: relative;
    }

    .nav-links-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px 30px;
    }

    @media (max-width: 767px) {
        .nav-links-wrapper {
            width: 100%;
            max-width: 500px;
        }
    }
    @media (min-width: 768px) {
        .nav-links-wrapper {
            flex-direction: row;
        }
    }


    .nav-links {
        padding: clamp(9px, calc(11 / 1920 * 100vw), 11px) clamp(24px, calc(27 / 1920 * 100vw), 27px);
        border: 1px solid white;
        font-size: clamp(15px, calc(19 / 1920 * 100vw), 19px);
        pointer-events: all;
        transition: background .3s ease-in-out, color .3s ease-in-out;
        text-align: center;
    }

    @media (min-width: 576px) {
        .nav-links {
            text-align: left;
        }
    }

    .nav-links.blue-base {
        background: var(--g-color-dark-blue-on-white);
        color: white;
        border: 1px solid var(--g-color-dark-blue-on-white);
        transition: background .3s ease-in-out, color .3s ease-in-out;
    }

    .nav-links.blue-base:hover {
        background: white;
        color: var(--g-color-dark-blue-on-white);
    }

    .nav-links.white-base {
        background: white;
        color: var(--g-color-dark-blue-on-white);
        border: 1px solid var(--g-color-dark-blue-on-white);
    }

    .nav-links.white-base:hover {
        background: var(--g-color-dark-blue-on-white);
        color: white;
    }

    .moto-container {
        row-gap: 20px
    }

    .moto {
        font-size: clamp(35px, calc(50 / 1920 * 100vw), 50px);
        color: var(--g-color-dark-blue-on-white);
        font-weight: 800;
        line-height: 1.2;
    }

    .ruller-deco {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/_data/styly/zakoturcin/img/web/whyus-ruller.png') no-repeat center/contain;
        z-index: -1;
    }


    .bg-screw-whyus {
        position: absolute;
        width: 100%;
        height: 118px;

        &:before {
            content: "";
            position: absolute;
            top: -225px;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("/_data/styly/img/svg/screw_bg.svg");
            background-repeat: no-repeat;
            background-position: right;
            background-position-x: -84px;
        }
    }

    .bg-ruller-whyus {
        position: absolute;
        top: clamp(0px, calc(70 / 1920 * 100vw), 70px);
        right: 0;
        height: clamp(18px, calc(28 / 1920 * 100vw), 28px);
        background: url('/_data/styly/zakoturcin/img/web/whyus-ruller.webp') no-repeat left/cover;
        width: 46%;
    }

    .bg-ruller-whyus-2 {
        position: absolute;
        bottom: clamp(0px, calc(70 / 1920 * 100vw), 70px);
        left: 0;
        height: clamp(18px, calc(28 / 1920 * 100vw), 28px);
        background: url('/_data/styly/zakoturcin/img/web/whyus-ruller.webp') no-repeat left/cover;
        width: 100%;
    }
}

