@media (max-width: 1916px) {
    .tabs_logo {
        width: 280px;
        height: 90px;
    }
}
@media (max-width: 1599px) {
    .tabs_logo {
        width: 260px;
        margin-top: 3%;
    }

    .tabs_links_item svg {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 1239px) {
    .placeholder {
        height: 35vh;
    }

    .tabs_logo {
        width: 240px;
        height: 80px;
    }

    .tabs_links_item {
        padding: 16px;
    }

    .tabs_links_item svg {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 1024px) {
    .content {
        margin-top: -5%;
        padding: 15px;
    }

    .tabs {
        width: 70%;
        left: 14%;
        top: 9%;
    }

    .tabs_logo {
        width: 190px;
        height: 50px;
        padding: 5px 50px;
        margin-top: 5%;
    }

    .tabs_links_item {
        padding: 16px;
    }

    .tabs_links_item svg {
        width: 28px;
        height: 30px;
    }

    .content img:nth-of-type(2),
    .content img:nth-of-type(3) {
        width: 80%;
        padding-top: 0;
    }

    .content img:nth-of-type(4) {
        width: 36%;
        right: 12%;
        top: 20%;
    }

    .content img:nth-of-type(5) {
        width: 28%;
        left: 12%;
        top: 22%;
    }

    .content img:nth-of-type(6) {
        width: 43%;
        left: 13%;
        top: 27%;
    }

    .content img:nth-of-type(7) {
        width: 20%;
        right: 10%;
        top: 34%;
    }

    .content img:nth-of-type(8) {
        width: 40%;
        right: 5%;
        top: 40%;
    }

    .content img:nth-of-type(9) {
        width: 42%;
        left: 19%;
        top: 40%;
    }
}

@media (max-width: 768px) {
    main {
        justify-content: center;
        padding: 50px 0;
        background-size: 170%;
    }

    .content {
        padding: 0;
    }

    .tabs {
        width: 75%;
        left: 12%;
        top: 6%;
    }

    .tabs_logo {
        width: 190px;
        height: 48px;
    }

    .tabs_links {
        gap: 10px;
    }

    .tabs_links_item {
        margin-left: 8px;
    }

    .tabs_links_item svg {
        width: 20px;
        height: 22px;
    }

    .content img:nth-of-type(2),
    .content img:nth-of-type(3) {
        width: 85%;
    }

    .content img:nth-of-type(4) {
        width: 38%;
        top: 17%;
    }

    .content img:nth-of-type(5) {
        width: 31%;
        left: 9%;
    }

    .content img:nth-of-type(6) {
        width: 46%;
        left: 10%;
        top: 32%;
    }

    .content img:nth-of-type(7) {
        width: 24%;
        top: 35%;
    }

    .content img:nth-of-type(8) {
        width: 47%;
        top: 44%;
    }

    .content img:nth-of-type(9) {
        width: 46%;
        left: 15%;
        top: 48%;
    }
}

@media (max-width: 640px) {
    main {
        padding: 50px 0;
    }

    .content {
        margin-top: -15%;
        padding: 0;
    }

    .tabs {
        width: 75%;
        left: 12%;
        top: 6%;
    }

    .tabs_logo {
        padding: 0 50px;
        width: 190px;
        height: 48px;
    }

    .tabs_links {
        gap: 10px;
    }

    .tabs_links_item {
        margin-left: 8px;
    }

    .tabs_links_item svg {
        width: 20px;
        height: 22px;
    }
}

@media (max-width: 480px) {
    main {
        justify-content: start;
    }

    .content {
        margin: 0;
    }
}