.to_partnery{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    gap:1px;
    align-items: flex-end;
    background: linear-gradient(180deg, #00ADE9 0%, #01B1EA 29.36%, #00AFE8 47.58%, #00A4E3 100%);
    margin-bottom: -72px!important;
}

.b_left_partnery {
    display:block;
    width:40%;
     overflow: hidden; 
    position: relative;
 /*  background-image: url('img/topfon3.jpg'); 
   background-size:contain;
      background-position: center;
      background-repeat: no-repeat;*/
}
.b_left_partnery img{
  object-fit: contain; /* Заполняем контейнер */
  /*  object-position: left; Показываем левую часть */
    width:100%;
}


.b_right_partnery {
    width:60%;
    max-width: 922px;
   /* margin-right: 10%;*/
   color:#ffffff;
   padding-right: 10px;
}

.b_right_partnery_1{
    margin:26px 0px;
}


.b_right_partnery h1{
   font-family: Manrope;
font-weight: 500;
font-size: 42px;
line-height: 56px;
text-transform: uppercase;
}

.b_partnery_punkt{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
align-items: center; 
width: 580px;
height: 62px;
opacity: 1;
border:1px solid;
border-color:#ffffff;
border-radius: 8px;
border-width: 1px;
margin:10px 0px;
}


.b_partnery_punkt_nomer{
 display:flex;
 justify-content: center;
 align-items: center;
 width:62px;   
 height: 62px;
font-family: Manrope;
font-weight: 300;
font-size: 55px;
line-height: 55px;

}

.b_partnery_punkt_text{
    font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 24px;
}


.personal_link{
    display:flex;
    justify-content: center;
    align-items: center;
    width:302px;
    height:61px;
    background-color: #ffffff;
    color: #111111;
    font-family: Manrope;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: center;
border-radius: 30px;

}

.b_right_partnery_3{
    margin-top:40px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 40px;
}


.b_right_partnery_3_text{
   font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 16px; 
line-height: 24px; 
text-transform: uppercase;

}

.documnets__item{
    font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 24px;
color:#ffffff;
}


.documnets__item:before {
    content: "•"; 
    margin-right: 8px;
}




@media (max-width: 768px) {
   .to_partnery{
      background-image:unset;
      background: linear-gradient(180deg, #00ADE9 0%, #01B1EA 29.36%, #00AFE8 47.58%, #00A4E3 100%);
      flex-direction: column-reverse;
   }

   .b_right_partnery {
    width:100%;
    margin-right: 0px;
   }

 .b_right_partnery_1,.b_right_partnery_2{
        padding:15px;
 }

.b_right_partnery_3{
    margin-top:40px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding:15px;
    padding-bottom: 40px;
    
}

.b_right_partnery_3_doc{
     margin-top:20px;
}

.b_partnery_punkt{
    width:unset;
}

.b_right_partnery_3_button{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:40px;
}

.b_left_partnery {
    display:block;
    width:100%;
}



}

@media (max-width: 1200px) and (min-width: 769px) {
   .b_right_partnery_3{
        flex-direction: column;
}


.b_right_partnery_3_button{
    margin-top:24px;    
}



}