/* ------------------------------------------- @media */
@media screen and (min-width: 1368px) {
    .lineBlockGallery {
        transition: ease-in-out .4s;
    }

    .lineBlockGallery:hover {
        border-radius: 8px;
        border: 1px solid #FF3E00;
    }
}

@media screen and (min-width: 901px) and (max-width: 1199px) {
    .halfLineBlock {
        padding: 0;
        text-align: right;
    }

    .halfLineBlock h1 {
        margin-bottom: 14px;
        margin-left: 0;
    }

    .halfLineBlock p {
        margin-bottom: 0;
        margin-left: 0;
        line-height: 22px;
    }

    .left10px {
        margin-left: 10px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    button.buttonStyle {
        margin-right: 10px;
    }
}

@media screen and (min-width: 760px) and (max-width: 900px) {
    h1 {
        font-size: 1.3rem;
        line-height: 26px;
    }

    .civilCars h1 {
        margin-bottom: 10px;
        font-size: 2.4rem;
        line-height: 48px;
        text-align: center;
    }

    h1.h1Catalogue {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .lineBlockGallery {
        margin-top: 10px;
        border-radius: 8px;
        height: auto;
        display: flex;
        align-items: center;
        transition: ease-in-out .6s;
    }

    .lineBlockGallery:hover {
        border: 1px solid #FF3E00;
        z-index: 150;
    }

    .bss-slides figure {
        height: 260px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }


    .halfLineBlock {
        width: 100%;
        border-radius: 8px;
        align-items: center;
        margin-top: 4px;
        transition: ease-in-out.4s;
    }

    .halfLineBlock p {
        margin-bottom: 0;
        line-height: 22px;
    }

    button.buttonStyle {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (min-width: 560px) and (max-width: 759px) {
    h1 {
        font-size: 1.3rem;
        line-height: 26px;
    }

    .civilCars h1 {
        margin-bottom: 10px;
        font-size: 2.4rem;
        line-height: 48px;
        text-align: center;
    }

    h1.h1Catalogue {
        font-size: 2rem;
    }

    .lineBlockGallery {
        margin-top: 10px;
    }

    .halfLineBlock {
        width: 100%;
        border-radius: 8px;
        align-items: center;
        border: 1px solid rgba(255, 62, 0, 0.31);
        margin-top: 4px;
        transition: ease-in-out.4s;
    }

    .halfLineBlock:hover {
        border: 1px solid rgba(255, 255, 255, 0.21);
    }

    .halfLineBlock p {
        margin-bottom: 0;
        line-height: 22px;
    }

    button.buttonStyle {
        margin-left: 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 559px) {
    h1 {
        font-size: 1.3rem;
        line-height: 26px;
    }

    .civilCars h1 {
        margin-bottom: 10px;
    }

    .lineBlockGallery {
        margin-top: 10px;
    }

    .halfLineBlock {
        width: 100%;
        border-radius: 8px;
        align-items: center;
        border: 1px solid rgba(255, 62, 0, 0.21);
        margin-top: 4px;
        transition: ease-in-out.4s;
    }

    .halfLineBlock:hover {
        border: 1px solid rgba(255, 255, 255, 0.21);
    }

    .halfLineBlock p {
        margin-bottom: 0;
        line-height: 22px;
    }

    button.buttonStyle {
        margin-left: 0;
    }
}

@media screen and (min-width: 370px) and (max-width: 480px) {
    h1 {
        font-size: 1.3rem;
        line-height: 26px;
    }

    .lineBlockGallery {
        margin-top: 10px;
    }

    .halfLineBlock {
        width: 100%;
        border-radius: 8px;
        align-items: center;
    }

    .halfLineBlock p {
        margin-bottom: 0;
        line-height: 22px;
    }

    button.buttonStyle {
        margin-left: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 369px) {
    h1 {
        font-size: 1.3rem;
        line-height: 26px;
    }

    .lineBlockGallery {
        margin-top: 10px;
    }

    .halfLineBlock {
        width: 96%;
        border-radius: 8px;
        align-items: center;
    }

    .halfLineBlock p {
        margin-bottom: 0;
        line-height: 22px;
    }

    button.buttonStyle {
        margin-left: 0;
    }
}