@media screen and (max-width: 400px){
    .Brand_Img > div { padding: 30px 0 0 40px; }
    .Brand_Img > div:nth-child(1) { width: 100%; }
    .Brand_Img > div:nth-child(2) { width: 100%; }
    .Brand_Img > div:nth-child(3) { width: 100%; }
    .Brand_Img > div:nth-child(4) { width: 100%; }
    .Brand_Img > div:nth-child(5) { width: 100%; }
    .Brand_Img > div:nth-child(6) { width: 100%; }
    .Brand_Img > div:nth-child(7) { width: 100%; }
}

@media screen and (min-width: 400px) and (max-width: 800px){
    .Brand_Img > div { padding: 30px 0 0 40px; }
    .Brand_Img > div:nth-child(1) { width: 100%; }
    .Brand_Img > div:nth-child(2) { width: 100%; }
    .Brand_Img > div:nth-child(3) { width: 100%; }
    .Brand_Img > div:nth-child(4) { width: 100%; }
    .Brand_Img > div:nth-child(5) { width: 100%; }
    .Brand_Img > div:nth-child(6) { width: 100%; }
    .Brand_Img > div:nth-child(7) { width: 100%; }
}

@media screen and (min-width: 800px){
    .Brand_Img_Bul { background: url("/_CONTENT/_IMG/brands/types/bul.png"); }
    .Brand_Img_Eks { background: url("/_CONTENT/_IMG/brands/types/eks.png"); }
    .Brand_Img > div { padding: 30px 70px 0 40px; }
    .Brand_Img > div:nth-child(1) { width: 60%; }
    .Brand_Img > div:nth-child(2) { width: 55%; }
    .Brand_Img > div:nth-child(3) { width: 50%; }
    .Brand_Img > div:nth-child(4) { width: 45%; }
    .Brand_Img > div:nth-child(5) { width: 50%; }
    .Brand_Img > div:nth-child(6) { width: 55%; }
    .Brand_Img > div:nth-child(7) { width: 60%; }
}

.Brand_Img {
    position: relative;
    background-position: right;
    background-size: 50%;
    background-repeat: no-repeat;
}

.Brand_Img_Text_Block:hover:after {
    border-color: var(--c-4);

}
.Brand_Img_Text_Block:hover {
    border-bottom-color: var(--c-4);
}


.Brand_Img_Text_Block {
    padding: 10px;
    border-bottom: 2px solid;
    border-bottom-color: var(--c-3);

    -webkit-transition: border-bottom-color .2s;
    -moz-transition: border-bottom-color .2s;
    -o-transition: border-bottom-color .2s;
    transition: border-bottom-color .2s;
}

.Brand_Img > div {
    position: relative;
    counter-increment: number;
}
.Brand_Img > div:after {
    font-family: 'Q_D', Arial, sans-serif, 'Q_R', Serif;
    content: counter(number)" ";
    position: absolute;
    top: calc(100% - 17px);
    right: calc(100% - 30px);
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-color: var(--c-3);
    background: var(--c-0);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
}

.Brand_Model_Plate {
    width: 300px;
    height: 200px;
    padding: 10px;

    border-radius: 5px;
    border: 1px solid var(--c-2);
    box-shadow: 0 0 16px var(--c-2);
}



