.actual-offers {
    margin: 0 auto;
    max-width: calc(1210px + ((20px + 42px) * 2));
    width: 100%;
}

.actual-offers-section{
	margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .actual-offers {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .actual-offers {
        padding: 0 10px;
        max-width: 375px;
    }
}
.actual-offers__tabs__container {
    display: flex;
    gap: 20px;
    list-style-type: none;
    text-decoration: none;
    margin-left: 0;
    width: fit-content;
    padding-left: 0;
}

.actual-offers__wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:30px;
}

@media screen and (min-width: 768px) {
    .actual-offers__wrapper{
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .actual-offers__wrapper{
        padding: 0 10px;
        max-width: 375px;
    }
}

.actual-offers__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #212529;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
}


    @media screen and (min-width:768px){
       .actual-offers__link.actual-offers__link--mobile{
            display: none;
       } 
       .actual-offers__link.actual-offers__link--desktop {
            display: flex;
       }
    }
    @media screen and (max-width:767px){
       .actual-offers__link.actual-offers__link--mobile{
            display: block;
		   	margin-top:40px;
       } 
       .actual-offers__link.actual-offers__link--desktop {
            display: none;
       }
    }


.actual-offers__link span {
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease;
}
.actual-offers__link:hover span {
    border-color: #212529;
}

.actual-offers__tabs__container li {
    cursor: pointer;
    position: relative;

    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}
.actual-offers__tabs__container li::before{
    position: absolute;
    content: '';
    background-color: #CA0012;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    max-width: 0;
    transition: left .3s ease, max-width .3s ease;
}

.actual-offers__tabs__container li.active-tab::before {
    left: 0;
    max-width: 100%;
   
}
.tab__title {
    font-size: 40px;
}
.tabs__wrapper {
    width: 100%;
    font-size: 20px;
}

.hidden-tab-content {
    display: none;
}

.actual-offersSwiper__wrapper {
    display: flex;
    gap: 20px;
    
}

.actual-offersSwiper__slide__title{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}

@media screen and (max-width:1080px) and (min-width:768px) {
    .actual-offersSwiper__slide__title{
        height: 20px;
    }
}



.actual-offersSwiper__slide__image img{
    width: 100%;
}
.actual-offersSwiper{
    max-width: 1210px;
}
.actual-offersSwiper .swiper-wrapper{
    max-width: 1210px;
}

.actual-offersSwiper-button-next {
    position: relative;
    margin-top: 171px;

}

.actual-offersSwiper-button-prev {
    position: relative;
    margin-top: 171px;
}

   @media screen and (max-width:767px){
       
       .actual-offersSwiper-button-next { 
            display: none;
       }
       .actual-offersSwiper-button-prev { 
            display: none;
       }
    }