/*--------------------------------------------------------Module Акции и скидки*/
.mod-akcii{
    position: relative;
    padding-top: 50px;
    margin-bottom: 100px;
}
.mod-akcii__title{
    margin-bottom: 70px;
}
.akcii__item{
    max-height: 350px;
    overflow: hidden;
}
.akcii__item-bg-wrapper{
    z-index: 0;
}
.akcii__item-bg-wrapper img{
    max-width: none;
    min-width: 100%;
}
.akcii__item-content{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 20px 20px 20px 50px;
}
.akcii__item-tag{
    color: var(--global-green);
    margin-bottom: 30px;
}
.akcii__item-tag span{
    position: relative;
    display: inline-block;
    line-height: 1;
    border-radius: 60px;
    background-color: var(--global-white);
    padding: 4px 10px 6px;
    margin-left: auto;
    margin-right: 0;
}
.akcii__item-title{
    color: var(--global-black);
    margin-bottom: 14px;
}
.akcii__item_akcija .akcii__item-title{
    color: var(--global-white);
}
.akcii__item-introtext{
    color: var(--global-gray-3);
    margin-bottom: 15px;
}
.akcii__item_akcija .akcii__item-introtext{
    color: var(--global-white);
}
.akcii__item .readmore.readmore-link a{
    text-decoration: none;
    color: var(--global-green);
    padding-left: 0;
}
.akcii__item .readmore.readmore-link a:hover{
    color: var(--global-green-light);
}
.akcii__item.akcii__item_akcija .readmore.readmore-link a{
    color: var(--global-white);
}
.akcii__item.akcii__item_akcija .readmore.readmore-link a:hover{
    color: var(--global-black);
}
.akcii__item .readmore.readmore-link .bi{
    font-size: 1.4em;
    margin-right: 10px;
}
.mod-akcii .f-carousel__nav_alt{
    margin-top: 30px;
}
.mod-akcii .f-carousel__nav_alt .f-button{
    opacity: 0.5;
    margin: 0 7px;
}
.mod-akcii .f-carousel__nav_alt .f-button:hover{
    opacity: 1;
}
.mod-akcii .f-carousel__nav_alt .f-button svg{
    stroke: var(--global-gray-3) !important;
}
.mod-akcii .f-carousel__nav_alt .f-button:hover svg{
    stroke: var(--global-green) !important;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .mod-akcii{
        padding-top: 25px;
        margin-bottom: 25px;
    }
    .mod-akcii__title{
        margin-bottom: 35px;
    }
    .akcii__item-content{
        position: relative;
        padding: 15px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .mod-akcii{
        padding-top: 25px;
        margin-bottom: 25px;
    }
    .mod-akcii__title{
        margin-bottom: 35px;
    }
    .akcii__item-content{
        position: relative;
        padding: 15px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*-----------------------------------------------------------//Module Акции и скидки*/