#tojezako-homepage {

    & {
        position: relative;
    }

    .module-bg {
        position: relative;
    }


    .inner-wrapper {
        display: flex;
        gap: 60px;
        flex-wrap: wrap;
    }

    @media (min-width: 992px) {
        .inner-wrapper {
            display: flex;
            row-gap: 70px;
            padding-left: 45px;
            padding-right: 45px;
            flex-wrap: nowrap;
        }
    }

    @media (min-width: 992px) {
        .inner-wrapper {
            column-gap: 70px
        }

        .module-media {
            flex: 1 1 50%;
            max-width: 50%;
            position: relative;
        }

        .column-description {
            flex: 1 1 42%;
            max-width: 42%;
        }
    }


    @media (min-width: 1700px) {
        .inner-wrapper {
            padding-left: 59px;
            padding-right: 0;
        }

        .module-media {
            flex: 1 1 55%;
            max-width: 55%;
        }

        .column-description {
            flex: 1 1 42%;
            max-width: 42%;
        }
    }

    .module-media {
        & {
            position: relative;
        }

        @media (max-width: 1699px) {
            .img-main img {
                max-width: 100%;
            }

            .img-secondary img {
                max-width: 60%;
            }
        }
    }

    figure.img-main {
        margin-left: 0;
        margin-bottom: 0;
    }

    figure.img-secondary {
        position: relative;
        margin-top: -62px;
        left: calc(clamp(25px, calc(45 / 1920 * 100vw), 45px) * -1);
        margin-bottom: 0;
    }

    @media (min-width: 992px) {
        figure.img-secondary {
            margin-top: -64px;
            left: -25px;
        }
    }

    @media (min-width: 1300px) {
        figure.img-secondary {
            left: -50px;
        }
    }

    @media (min-width: 1700px) {
        figure.img-secondary {
            left: -114px;
        }
    }

    .tojezako-container {
        max-width: 100%;
        padding: 80px 45px;
    }

    @media (min-width: 992px) {
        .tojezako-container {
            padding-top: clamp(100px, calc(228 / 1920 * 100vw), 228px);
            padding-bottom: clamp(80px, calc(188 / 1920 * 100vw), 188px);
            padding-left: 35px;
            padding-right: 15px;
        }
    }
    @media (min-width: 1300px) {
        .tojezako-container {
            max-width: 1400px;
        }
    }
    @media (min-width: 1500px) {
        .tojezako-container {
            padding-left: 0;
        }
    }

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

        @media (min-width: 992px) {
            &:before {
                content: "";
                position: absolute;
                top: 0;
                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: calc(100% + 112px);
            }
        }
    }

    @media (min-width: 992px) {
        .bg-ruler-tojezako {
            position: absolute;
            bottom: 388px;
            left: 0;
            height: 28px;
            background: url(/_data/styly/zakoturcin/img/web/whyus-ruller.webp) no-repeat left / cover;
            width: calc(calc(50vw - 700px) + 438px);
            z-index: -1;
        }
    }

    .description {
        padding-top: 25px;
        font-size: clamp(15px, calc(19 / 1920 * 100vw), 19px);
        font-weight: 500;
        line-height: 1.7;
    }

    .description-strong {
        padding-top: clamp(20px, calc(35 / 1920 * 100vw), 35px);
        font-size: clamp(15px, calc(19 / 1920 * 100vw), 19px);
        font-weight: bold;
    }

    @media (min-width: 1300px) {
        .description {
            font-size: 19px;
        }

        .description-strong {
            font-size: 19px;
        }

    }

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

    @media (min-width: 992px) {
        .nav-links-wrapper {
            gap: 20px 30px;
            margin-top: 0;
            flex-direction: column;
        }
    }
    @media (min-width: 1300px) {
        .nav-links-wrapper {
            flex-direction: row;
        }
    }

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

    @media (min-width: 992px) {
        .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);
    }
    .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;
    }
}
