@media (max-width: 1260px) {
    .about-content {
        max-width: 600px;
        padding-left: 20px;
    }
    .item-wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .brand-chess {
        padding: 30px 0;
    }
    .brand-about {
        padding: 35px 0;
    }
    .about-content {
        max-width: 495px;
    }
    .page-brand img.about-img {
        max-width: 500px;
    }
    .about-content p {
        font-size: 16px;
    }
    .brand-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .about-content {
        max-width: 405px;
    }
    .page-brand img.about-img {
        max-width: 380px;
    }
    .item-content p {
        font-size: 16px;
    }
    .brand-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .brand-item .brand-title svg {
        width: 100%;
    }
    .chess-card,
    .chess-card:nth-child(2), .chess-card:nth-child(3),
    .item-content {
        max-width: none;
    }
    .chess-card:nth-child(4), .chess-card:nth-child(3) {
        max-width: 48%;
    }
    .chess-card:first-child {
        order: -1;
    }
    .chess-card:nth-child(3) {
        order: 1;
    }
    .chess-card:nth-child(4) {
        order: 0;
    }
    .chess-card:nth-child(2) {
        order: 2;
    }
    .item-link {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #fff;
        max-width: max-content;
        margin: auto;
        border-bottom: 1px solid #fff;
        padding-bottom: 2px;
        text-decoration: none;
    }
    .brand-pc,
    .item-pс,
    .item-link_hidden,
    div.active .item-link_show,
    .item-disclaimer,
    .brand-item_garant p,
    .item-mob,
    .item-pc,
    .item-content.active .item-mob {
        display: none;
    }
    .brand-mob,
    .item-link_show,
    .item-mob,
    .brand-item_garant div.active p,
    .item-content.active .item-link_hidden,
    .item-content.active .item-pc {
        display: block;
    }
    
    .brand-chess {
        padding: 0 20px;
    }
    .page-brand img.about-img {
        position: static;
        margin-top: 18px;
        max-width: none;
    }
    .about-content {
        padding: 0 20px;
        max-width: none;
        text-align: center;
    }
    .brand-title {
        margin: auto;
    }
    .about-content p,
    .item-content p,
    .about-img-pc {
        margin: 16px 0 6px;
    }
    .brand-about {
        padding: 40px 0 0;
    }
    .item-wrapper {
        flex-direction: column;
        margin-bottom: 18px;
    }
    .item-images {
        order: -1;
        margin-bottom: 18px;
    }
    .brand-item {
        padding: 21px 0 40px;
    }
    .item-content .item-link {
        color: #4480C2;
    }
    .item-content p.item-disclaimer {
        margin-bottom: 8px;
    }
    .brand-item_irons .item-content .item-link, .brand-item_garant .item-content .item-link {
        color: #fff;
    }
    .brand-item_garant .item-link {
        margin-top: 22px;
    }
}

@media (max-width: 576px) {
    .brand-item_garant .item-images {
        max-width: 150px;
    }
}