@media (max-width: 999px) {
    .stats {
        height: auto;
    }

    .stats__container {
        padding: 0 10px;
        margin: 50px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .stats__romb {
        width: 100%;
        height: 100%;
        max-height: 80vh;
    }

    .stats__romb svg {
        width: 100%;
        height: 100%;
        max-height: 80vh;
        position: relative;
    }

    .stats__item p {
        font-family: Manrope;
        font-size: 82px;
        font-weight: 400;
        line-height: 123px;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
    }

    .stats__item strong {
        font-family: Manrope;
        font-size: 26px;
        font-weight: 400;
        line-height: 39px;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        width: 100%;
        max-width: 168px;
    }

    .stats__item:nth-of-type(1) {
        top: calc(50% - 125px);
        left: calc(50% - 160px);
    }

    .stats__item:nth-of-type(2) {
        top: calc(10% - 66px);
        left: calc(50% - 79px);
    }

    .stats__item:nth-of-type(3) {
        left: calc(50% - 150px);
        bottom: calc(10% + 79px);
    }

    .stats__contact {
        margin: 40px 0;
    }

    .stats__contact a {
        font-family: Manrope;
        font-size: 26px;
        font-weight: 400;
        line-height: 35.52px;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
    }
}

@media (max-height: 630px) {
    .stats__container {
        padding: 50px 10px;
    }

    .stats__romb {
        width: 100%;
        height: 100%;
    }

    .stats__romb svg {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .stats__item p {
        font-family: Manrope;
        font-size: 82px;
        font-weight: 400;
        line-height: 123px;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
    }

    .stats__item strong {
        font-family: Manrope;
        font-size: 26px;
        font-weight: 400;
        line-height: 39px;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        width: 100%;
        max-width: 168px;
    }

    .stats__item:nth-of-type(1) {
        top: calc(50% - 75px);
        right: 50%;
        left: auto;
    }

    .stats__item:nth-of-type(2) {
        top: calc(10% - 66px);
        right: 50%;
    }

    .stats__item:nth-of-type(3) {
        left: 50%;
        bottom: calc(10% + 29px);
    }

    .stats__contact {
        margin: 40px 0;
    }

    .stats__contact a {
        font-family: Manrope;
        font-size: 26px;
        font-weight: 400;
        line-height: 35.52px;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
    }
}