.mainslider2026 {
    width: 100%;
    margin-bottom: 30px;
}

.mainslider2026 .halign {
    position: relative;
}

.mainslider2026 .swiper-slide {
    height: 500px;
}
.mainslider2026 .swiper-slide .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.mainslider2026 .mpag {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    display: table;
}
.mainslider2026 .mpag span {
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}
.mainslider2026 .mpag span:last-child {
    margin-right: 0;
}
.mainslider2026 .mpag span:hover,
.mainslider2026 .mpag span.swiper-pagination-bullet-active {
    background: #51B4C1;
    border-color:#51B4C1;
}

.mainslider2026 .swiper-slide .mask {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(45deg, #4d4d4d 0%, rgba(29, 29, 29, 0) 100%);
}

.mainslider2026 .content {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 300px;
    padding-bottom: 45px;
    z-index: 2;
}

.mainslider2026 p {
    margin-bottom: 10px;
    font-family: skodapro_regular;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.mainslider2026 h1, p.h1 {
    font-family: skodapro_bold;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: none;
}
.mainslider2026 .stdbutton {
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}



.shortpromo2026 {
    width: 100%;
    margin-bottom: 40px;
}

.shortpromo2026 .flx {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.shortpromo2026 .block {
    width: 100%;
    height: 125px;
    border: 1px solid #979797;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding-left: 25px;
}
.shortpromo2026 .block:after {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.shortpromo2026 .block.i1:after {
    width: 84px;
    height: 55px;
    background-image: url(/template/img/menu2026/map.svg);
}
.shortpromo2026 .block.i2:after {
    width: 80px;
    height: 46px;
    background-image: url(/template/img/menu2026/30.svg);
}
.shortpromo2026 .block.i3:after {
    width: 58px;
    height: 50px;
    background-image: url(/template/img/menu2026/otzv.svg);
}
.shortpromo2026 p {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 16px;
    font-family: skodapro_regular;
}
.shortpromo2026 p.t {
    font-family: skodapro_bold;
    font-size: 18px;
    line-height: 20px;
}


@media only screen and (max-width: 767px) {
    .mainslider2026 .halign {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .mainslider2026 .swiper-slide {
        height: 400px;
    }
    .mainslider2026 .swiper-slide .mask {
        width: 50%;
        background: linear-gradient(90deg, #4d4d4d 0%, rgba(29, 29, 29, 0) 100%);
    }
    .mainslider2026 .content {
        left: 0;
        transform: none;
        width: 350px;
        padding-left: 50px;
        padding-bottom: 45px;
    }

    .shortpromo2026 .flx {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 1200px) {
    .mainslider2026 .swiper-slide {
        height: 500px;
    }
    .mainslider2026 .mpag {
        position: absolute;
        top: auto;
        bottom: 45px;
        right: 60px;
    }
    .mainslider2026 .mpag span {
        margin-right: 10px;
        width: 16px;
        height: 16px;
    }

    .mainslider2026 .swiper-slide .mask {
        width: 616px;
    }

    .mainslider2026 p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .mainslider2026 h1, p.h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .mainslider2026 .content {
        width: 610px;
    }



    .shortpromo2026 .flx {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }


}