/*baner*/

.swiper-container {
  width: 100%;
}
.card-image{
  width: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3rem;
  font-family: Arial, sans-serif;
}

/* Кнопки навигации (в правом нижнем углу) */
.swiper-button-next,
.swiper-button-prev {
  color: white;
  right: 30px;
  left: auto;
  bottom: 30px;
  top: auto;
}

.swiper-button-prev {
   transition: all 300ms ease-out;
  box-shadow: 1px 2px 5px 0px #838383b2;

  border-radius: 50%;

  background-color: #d9d9d980;

  background-image: url(../img/icon/lef.png) !important;

  width: 40px !important;
  height: 40px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #fff;
  box-shadow: 1px 2px 5px 0px #838383b2;
   transition: all 300ms ease-out;
}
.swiper-button-prev:hover {
  background-image: url(../img/icon/Vectorlh.png) !important;
}
.swiper-button-next:hover {
  background-image: url(../img/icon/Vectorrh.png) !important;
}

.swiper-button-next {
   transition: all 300ms ease-out;
  box-shadow: 1px 2px 5px 0px #838383b2;

  border-radius: 50%;
  background-color: #d9d9d980;
  background-image: url(../img/icon/riig.png) !important;

  width: 40px !important;
  height: 40px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}
.swiper-button-prev {
  right: 80px;
}

/* Пагинация (точки в левом нижнем углу) */
.swiper-pagination {
  left: 0 !important;
  display: flex;
  bottom: 30px;
  top: auto;
  width: auto;
}

.swiper-pagination-bullet {
  box-shadow: 1px 2px 5px 0px #838383b2;

  width: 0.75rem;
  height: 0.75rem;
  background: white;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #e30016;
  opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 2.5rem !important;
  padding-left: 1.3rem;
}

/*baner end*/
h2{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
/*catalog*/
.catalog__grid {
   
    display: grid;
    grid-gap: 2.9rem;
    grid-template-areas:
        "b1 b2 b3 b4"
        "b5 b5 b6 b4";
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      grid-template-rows: 265px 265px; 
}
.catalog__grid-block1 {
    grid-area: b1;
}
.catalog__grid-block2 {
    grid-area: b2;
}
.catalog__grid-block3 {
    grid-area: b3;
}
.catalog__grid-block4 {
    grid-area: b4;
}
.catalog__grid-block5 {
    grid-area: b5;
}
.catalog__grid-block6 {
    grid-area: b6;
}
[class^="catalog__grid-block"] {
        overflow: hidden;
    cursor: pointer;
   padding: 1.9rem 1rem;
     position: relative;
    background: #EFEFEF;
box-shadow: 1px 2px 5px 0px #838383B2;
border-radius: .63rem;

}
.catalog__grid-block1 p,.catalog__grid-block2 p,.catalog__grid-block3 p,.catalog__grid-block4 p,.catalog__grid-block5 p,.catalog__grid-block6 p {
position: absolute; 
    font-size: 1.25rem;
    font-weight: 700;
letter-spacing: 0%;
font-family: "Manrope-Bold", sans-serif;
}
.catalog__grid-block1 img,.catalog__grid-block2 img,.catalog__grid-block3 img,.catalog__grid-block4 img,.catalog__grid-block5 img,.catalog__grid-block6 img {
position: absolute; 
    overflow: hidden;

}
.catalog__grid-block1 img{
position: absolute;
    overflow: hidden;
    right: 0%;
    top: 0%;
    transition: all 300ms linear;
}
.catalog__grid-block2 img{
  position: absolute;
    overflow: hidden;
       right: 0%;
    top: 0%;
    transition: all 300ms linear;
}
.catalog__grid-block3 img{
  position: absolute;
    overflow: hidden;
      right: 0%;
    top: 0%;
    transition: all 300ms linear;
}
.catalog__grid-block4 img{
 position: absolute;
    overflow: hidden;
      right: 0%;
    top: 0%;
    z-index: 2;
    transition: all 300ms linear;
}
.catalog__grid-block4 img:nth-child(2){
position: absolute;
    overflow: hidden;
       right: 0%;
    top: 0%;
    z-index: 1;
    transition: all 300ms linear;
}
.catalog__grid-block5 img{
    position: absolute;
    overflow: hidden;
    right: 0%;
    top: 0%;
    z-index: 2;
    transition: all 300ms linear;
}
.catalog__grid-block6 img{
    position: absolute;
    overflow: hidden;
right: 0%;
    top: 0%;
    z-index: 2;
    transition: all 300ms linear;
}
.catalog__grid-block6 img:hover,.catalog__grid-block5 img:hover,.catalog__grid-block1 img:hover,.catalog__grid-block2 img:hover,.catalog__grid-block3 img:hover,.catalog__grid-block4 img:hover
 {
       transition: all 300ms linear;
    transform: scale(1.1);
}
.catalog__grid-block4:hover .ar{
  transition: all 300ms linear;
    transform: scale(1.1);
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
.catalog__grid-block5 img
 {
    right: -20%;
}
.catalog__grid-block1 img {

    top: 26%;
 
}
.catalog__grid-block4 img:nth-child(2)
 {
    top: 28%;

}
.catalog__grid {
    grid-gap: 2rem;

}
}
/*catalog end*/
/*yotmy*/
.yotmy__grid{
display: grid;
grid-template-columns: 1fr 1fr 1.1fr;
    gap: 2.3rem;
    justify-items: stretch;
    justify-content: space-between;
}
.yotmy__grid-block{
display: flex;
flex-direction: column;
row-gap: .8rem;
justify-content: center;
}

.yotmy__grid-block img{
filter: drop-shadow(1px 2px 5px  rgba(131, 131, 131, 0.7));
}
.yotmy__grid-block h3{
    text-align: left;
    font-size: 1.5rem;
font-weight: 700;
color: #E30016;
}
.yotmy__grid-block h3 b{
    font-family: "Manrope-bold", sans-serif;
    font-size: 2rem;

}
.yotmy__grid-block div{
    display: flex;
        align-items: center;
    gap: .7rem;
}
.yotmy__grid-block p{
 font-size: .875rem;
}
/*yotmy end*/




.white-gradient {
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

@keyframes scroll {
  0% { 
    transform: translateX(0); 
  }
  100% { 
    transform: translateX(calc(-10px * 150));
  }
}

.slider {
  background: white;
 box-shadow: 1px 2px 20px -5px rgba(0, 0, 0, .125);
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.partner img{


  max-width: 7.5rem;
    max-height: 7.5rem;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  content: "";
  height: 10rem;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
  width: calc(10px * 42);
  gap: 2rem;
}

.slider .slide {
display: flex;
    height: 10rem;
     max-width: 7.5rem;
    width: 100%;
    align-items: center;
    align-items: center;
    justify-content: center;
}

.cat-pad {
	    padding-bottom: 5rem;
}