.slider__main-big .slider-block .mouse {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 161px;
  text-decoration: none;
  width: 40px;
  display: block;
  margin: 0 0 0 -20px;
  text-align: right;
  z-index: 9;
}
.slider__main-big .slider-block .mouse::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/images/mouse-ones.svg) no-repeat center center;
  bottom: -55px;
  left: 0px;
  
}
.slider-block.slider--jumil .slider-list .swiper-slide .info_block {
  top: 60%;
}
.slider-block.slider--jumil .slider-list .swiper-slide .info_block img{
    max-width: 398px;
    margin: unset;
    height: auto;
    max-height: 133px;
}
.slider__main-big .slider-block .mouse::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 11px;
  background: url(/images/mouse-vector.svg) no-repeat center center;
  bottom: -80px;
  left: 10px;
  animation: MoveUpDown2 1.5s linear infinite;
  margin: 0;
 
}
@keyframes MoveUpDown2 {
  0%,
  100% {
    bottom: -80px;
  }
  50% {
    bottom: -90px;
  }
}
@-webkit-keyframes MoveUpDown2 {
  0%,
  100% {
    bottom: -80px;
  }
  50% {
    bottom: -90px;
  }
}

/**/
.history__jumil--box{
    display: flex;
    justify-content: space-between;
}
.history--photo img{
    max-width: 809px;
    max-height: 400px;
    border-radius: 10px;
    object-fit: cover;
}
.history--btn{
    display: flex;
    padding: 15px 38px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: fit-content;
}
.history--btn:hover{
      color: #1E303E;
      border-color: #fff;
      background: #fff;
}
.header--Jumil{
    display: inline-block;
    color:  #FFF;
    font-family: "Russo One";
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}
.history--headers p{
    color: #BBB;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}
.history--headers{
    margin-bottom: 40px;
}
.history--description span{
    display: inline-block;
    margin-bottom: 20px;
    color:  #FFF;
    font-family: "Russo One";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.history--description p {
    color: #BBC0C5;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width:789px;
    margin-bottom: 40px;
}
/**/


/**/

.different--header{
    display: inline-block;
    color:  #FFF;
    font-family: "Russo One";
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    margin-bottom: 40px;
}
.different--content-top{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}
.different--content-bottom{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.different--item__header{
    color:  #FFF;
    font-family: "Russo One";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: inline-block;
    margin-bottom: 10px;
}
.different--item__description p{
    color:  #BBB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

/**/


/**/

.technique__header{
    display: inline-block;
    color:  #FFF;
    text-align: center;
    font-family: "Russo One";
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 40px;
}


.technique__list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: 32px;
  margin-bottom: 15px;
}

.technique__item{
    display: flex;
    padding: 20px 20px 30px 20px;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: .3s;
}

.technique__item:hover{
    background-color:#fff;
    color: #1E303E;
}
.technique__item:hover .technique__item--header,.technique__item:hover .technique__description p{
    color: #1E303E;
}
.technique__item:hover .technique__more{
    color: #1AADE3;
}

.technique__item--image img{
    max-height: 244px;
    object-fit: cover;
}

.technique__item--header{
    color:  #FFF;
    font-family: "Russo One";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
}
.technique__description p {
    color:  #EDF5F3;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin:0;
}
.technique__more{
    text-decoration: underline
}
.technique__more:hover{
    text-decoration: none;
}

.technique__item--infromation{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.block__load__more{
    display: flex;
    justify-content: center;
}

/**/


/*media*/

@media(max-width:1300px){
    .history--photo img{
        max-width: 100%;
        
    }
}

@media(max-width:1024px){
    
    /**/
    .history__jumil--box{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .history--photo img{
        max-height: 100%;
    }
    
    
    /**/
    
    .different--content-top{
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    /**/
    
    .technique__list{
      grid-template-columns: repeat(2,1fr);
      gap: 20px;
    }
    
    /**/
    
}

@media(max-width:767px){
    
.slider-block.slider--jumil .slider-list .swiper-slide .info_block {
  top: 25%;
}

.slider-block.slider--jumil .slider-list .swiper-slide .info_block img{
    width: 240px;
    height: 80px;
    margin: unset;
    max-height: 133px;
}
    
    .main_group.history__jumil-group{
        margin: 0;
    }
    
    .main_group.technique__jumil-group{
        margin: 50px 0;
    }
    .main_group.different__jumil-group{
        margin: 50px 0;
    }
    
    .header--Jumil{
        font-size: 25px!important;
    }
    .history--headers p{
        font-size: 15px;
    }
    
    .history--description span{
        font-size: 18px!important;
    }
    
    .history--description p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .history--headers{
        margin-bottom: 20px;
    }
    span.different--header{
        font-size: 25px!important;
    }
    .different--item__header{
        font-size: 22px!important;
    }
    .different--item__description p{
        font-size: 17px;
    }
    
    .technique__header{
        font-size: 25px!important;
        margin-bottom:15px;
    }
    
    .technique__item{
        padding: 20px;
    }
    .technique__item--header{
        font-size: 22px!important;
    }
    .technique__description p{
        font-size: 15px;
    }
    .technique__item--image{
        margin-bottom: 15px;
    }
    
    /**/
    
    .different--content-top{
        grid-template-columns:1fr;
    }
    
    /**/
    
    .technique__list{
      grid-template-columns:1fr;
    }
    
    /**/
    
    .different--content-bottom{
        grid-template-columns:1fr;
    }
    
}

@media(max-width:575px){
    
    .slider__main-big  .slider-block.slider--jumil{
    height: auto;
    min-height: auto;
}
    
    .slider-block.slider--jumil .slider-list img{
        height:600px;
    }
    
    
.slider__main-big .slider-block .mouse {
    display: none;
}
    
    
    
}