.mySwiper3 {
    height: 735px;
}

@media (min-width: 768px) {
    .mySwiper3 {
        margin: 0 -10px !important;
        padding: 0 10px !important;
    }
    .mySwiper3 .swiper-pagination {
        margin: 0 10px 0 10px !important;
    }

    .mySwiper3 .but_urgent {
        margin-left: 10px;
    }
    .mySwiper3 .swiper-slide:hover{
        scale: 1.03;
    }
}

.mySwiper3 .swiper-slide {
    width: 260px;
    height: 560px;
    margin-top: 60px;
    padding-bottom: 200px;
    cursor: pointer;
    transition: .3s;
}

.mySwiper3__image {
    border-radius: var(--border-radius);
    width: 260px;
    height: 280px;
}

.mySwiper3__bottom{
    margin-top: 20px;
}

.mySwiper3__bottom__title {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
}

.mySwiper3__bottom__title div:nth-child(2) img {
    width: 13px;
    height: 13px;
    margin-right: 9px;
    transform: translateY(-2px);
}

.mySwiper3__bottom__desc {
    font-size: 14px;
    color: var(--color-text-light);
    margin-top: 15px;
    font-weight: 500;
}

.mySwiper3__bottom__grid {
    margin-top: 20px;
    display: grid;
    gap: 12px;
}

.mySwiper3__bottom__grid__in {
    border: 1px solid #D3DCE8;
    border-radius: 12px;
    padding: 20px;
    display: grid;
    grid-template-columns: 20px 1px 1fr;
    align-items: center;
    font-size: 12px;
    line-height: 130%;
    gap: 20px;
    font-weight: 500;
    color: var(--color-text-light);
}

@media (min-width: 768px) {
    .mySwiper3 .swiper-slide{
        width: 320px;
        height: 680px;
    }
    .mySwiper3__image {
        width: 320px;
        height: 350px;
    }
    .mySwiper3 {
        height: 850px;
    }
    .mySwiper3__bottom__title {
        font-size: 20px;
    }
    .mySwiper3__bottom__desc {
        font-size: 16px;
        margin-top: 20px;
    }
    .mySwiper3__bottom{
        margin-top: 30px;
    }
    .mySwiper3__bottom__grid{
        margin-top: 30px;
    }
    .mySwiper3__bottom__grid__in {
        font-size: 14px;
    }
  }

@media (min-width: 1920px) {
    .mySwiper3__bottom__title {
        font-size: 24px;
    }
    .mySwiper3__bottom__desc {
        font-size: 18px;
        margin-top: 22px;
    }
    .mySwiper3__bottom__grid{
        margin-top: 35px;
    }
    .mySwiper3__bottom__grid__in {
        font-size: 16px;
    }
    .mySwiper3 .swiper-slide{
        width: 385px;
        height: 780px;
    }
    .mySwiper3__image {
        width: 385px;
        height: 420px;
    }
    .mySwiper3 {
        height: 990px;
    }
}