.promotion-actions-block { margin-top: 50px; }
.promotion-actions-block .text {  padding-bottom: 15px; }
.promotion-actions-block .actions-block { position: relative; overflow: hidden; height: 620px }

/*.options-cards-block { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 180px)); gap: 12px; }
.options-cards-block { padding-top: 20px; }*/

.promotion-actions-block .cards { min-width: 100%; display: flex; justify-content: left; align-items: center; padding-top: 10px; margin: 0 -7px; overflow-x: auto; position: absolute; left: 0; top: 0; flex-wrap: nowrap; }
.buttons-block { text-align: right; }
.buttons-block button { 
    display: inline-block; 
    text-decoration: none; 
    margin: 10px; 
    cursor: pointer; 
    font-weight: normal; 
    vertical-align: middle; 
    width: 40px; 
    height: 40px; 
    border: none; 
    color: #FFF; 
    min-width: auto; 
    min-height: auto; 
    font-size: 30px; 
    opacity: 0.6; 
    background-color: none;
    background-size: contain;
    /*background-color: rgba(46,44,44,.7);
    border-radius: 50%;*/  
}

.left-button { background: url(/view/images/arrow-left-rounded.png) no-repeat center center; }
.right-button { background: url(/view/images/arrow-right-rounded.png) no-repeat center center; }

/*.buttons-block button:hover { opacity: 1.0; }*/

.buttons-block button span { line-height: 1.0; display: inline-block; }

.promotion-actions-block .cards-item
{
    display: block;
    text-align: left;
    background: #EEE;
    width: 360px;
    height: 600px;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    margin: 0 7px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 50px;
    box-sizing: border-box;
    color: #000;
}   

.promotion-actions-block .cards-item .btn { position: absolute; bottom: 15px; left: 15px; font-size: 18px; text-decoration: none;  }
.promotion-actions-block .cards-item .btn:hover { color: #803c58; }

.promotion-actions-block .card-content { padding: 10px; box-sizing: border-box; }
.promotion-actions-block .cards .cards-item img { width: 100%; height: 360px;  }    
.promotion-actions-block .cards .cards-item .name { font-weight: bold; font-size: 22px; padding-top: 5px; padding-bottom: 5px; }

@media screen and (max-width: 1270px) 
{
    .promotion-actions-block .cards .cards-item img 
    {
        width: 100%;
        height: auto;
        min-width: 280px;
    }
}

@media screen and (max-width: 1100px) 
{
    .promotion-actions-block .cards-item { width: 320px; height: 570px; }
    .promotion-actions-block .actions-block { height: 580px; }
}

@media screen and (max-width: 510px)
{
    .promotion-actions-block { margin-top: 0px; }
    .buttons-block button { width: 30px; height: 30px; margin: 5px; }
    .promotion-actions-block .text { padding-bottom: 0; }
}

@media screen and (max-width: 440px)
{
    .promotion-actions-block .description { font-size: 15px;  }
    .promotion-actions-block .cards-item .btn { font-size: 17px; }
}

@media screen and (max-width: 400px)
{
    .promotion-actions-block .cards-item { width: 300px; height: 550px; }
    .promotion-actions-block .cards .cards-item img { height: 300px; }
    .promotion-actions-block .actions-block { height: 560px; }
    
}

@media screen and (max-width: 360px)
{
    .promotion-actions-block .cards-item { width: 280px; height: 510px; }
    .promotion-actions-block .cards .cards-item img { height: 280px; }
    .promotion-actions-block .cards .cards-item .name { line-height: 1.2; }
    .promotion-actions-block .actions-block { height: 530px; }
}