.servises{
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 75px;
    box-sizing: border-box;
}
.servises_h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
}

#allUslug .servises_h2 {
    margin-bottom: 50px;
}

.servises_box{
    border-radius: 20px;
}
.servises_box_mini{
    background: linear-gradient(144.28deg, #f1dde1 1.29%, #cddbf1 93.49%, #E3EEFF 100.5%);
    padding-left: 30px;
    width: 95%;
    padding-top: 19px;
    max-height: 100px;
    overflow:hidden ;
    transition: 300ms;

}
.servises_box_mini:first-child{
    border-radius: 20px 20px 0px 0px;
}
.servises_box_mini:last-child{
    border-radius: 0px 0px 20px 20px;
}
.servises_box_mini:hover{
   
    max-height: 180px;
}
.servises_box_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.servises_box_number{
    width: 30px;
    height: 20px;
    left: 475px;
    top: 2908px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0068AF;
}
.servises_box_text{
    width: 800px;
    height: 42px;
    left: 595px;
    top: 2908px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #111111;
    padding-left: 15px;
}
.servises_box_mini_button{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #111111;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 15px 25px;
    gap: 10px;
    /* position: absolute; */
    width: 221px;
    height: 51px;
    left: 595px;
    top: 3139px;
    border: 1px solid #111111;
    border-radius: 55px;
    background: none;
    cursor: pointer;
    transition: 0.3s;
}
.servises_box_mini_button:hover{
    color:#fff;
    background:#0068AF;
}
.box_button{
    display: flex;
    align-items: center;
    padding-left: 145px;
    padding-top: 33px;
    padding-bottom: 20px;
}

.servises_box_mini:hover .plys span {
    transform: rotate(90deg);
  }
  .servises_box_mini:hover .plys span:last-child {
    left: 50%;
    right: 50%;
  }
.plys {
    color: #0068AF;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 1.5em;
    position: relative;
  }
  
  .plys span {
    position: absolute;
    transition: 300ms;
    background: #0068AF;
    border-radius: 1px;
  }
  
  .plys span:first-child {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
  }
  
  .plys span:last-child {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
  }
  .white{
    background: linear-gradient(144.28deg, #F3E7E9 1.29%, #E3EEFF 97.49%, #E3EEFF 97.5%);
  }

.servises_left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.servises_left_text_b{
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111111;
}
.servises_left_text{
    padding-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #747474;
}
.servises_left_text_box{
    position: sticky;
    top: 100px;
    padding-top: 80px;
    width: 311px;
}

