.swiper {
    padding: 0 40px !important;
    margin-bottom: 40px;
    height: 40.83vw;
}

.swiper-slide {
    background: #FFFFFF;
    border-radius: 24px;
}

.mySwiperShopBottom .swiper-slide {
    background: transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 20px;
    background: #000000;
}

.swiper-pagination .swiper-pagination-bullet {
    transition: .2s;
    transform: translate3d(0,0,0);
}

.swiper-button-prev,
.swiper-button-next {
    opacity: 0;
    background: #f4f4f4;
    box-shadow: 2px -1px 2px 2px #dedede;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
    color: #000000;
}

.swiper-button-next:after {
    padding-left: 10px;
}

.swiper-button-prev:after {
    padding-right: 10px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
    transition: opacity .2s ease-out;
}

.slider__link {
    background: url("/images/pc.jpg") no-repeat center;
    background-size: cover;
    border-radius: 24px;
    display: block;
    width: 100%;
    height: 100%;
}

.slider__block1 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: 150px;
}

.slider__blockImg {
    background: url("/images/pc1.jpg") no-repeat center;
    background-size: cover;
    width: 51%;
    height: 100%;
    border-radius: 24px 0 0 24px;
}

.slider__blockText h2 {
    font-size: 50px;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
    margin: 0 0 40px;
}

.slider__blockText p {
    font-size: 16px;
    color: #000;
    margin: 0 0 30px;
}

.slider__blockText a {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    border-radius: 40px;
    padding: 2px 22px;
}


.slider__blockText a:hover {
    background-color: #3f3f3f;
    border: 2px solid #3f3f3f;
}

.slider__block2 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: 100px;
}

.slider__blockImg2 {
    background: url("/images/pc2.jpg") no-repeat center;
    background-size: contain;
    width: 51%;
    height: 100%;
    border-radius: 24px 0 0 24px;
}

.slider__blockText {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 40px;
}

.slider__blockText div {
    padding: 5px 25px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    border-radius: 40px;
    border: 2px solid #000;
    transition: .3s ease-out;
    text-decoration: none;
}

.slider__blockText div:hover {
    opacity: .8;
    transition: .3s ease-out;
}

@media (max-width: 730px) {
    .swiper {
        padding: 0 15px !important;
        margin: 20px 0;
        height: 50vw;
    }
	
	.slider__blockText{
		display:none;
	}
	
    .slider__block1,
    .slider__block2 {
        gap: 20px;
    }

    .slider__blockText h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .slider__blockText p {
        font-size: 10px;
        margin: 0 0 20px;
    }

    .slider__blockText a {
        font-size: 10px;
        line-height: 20px;
        font-weight: 800;
        border-radius: 40px;
        padding: 2px 10px;
    }
}