.custom-button {
    background-color: #42BAE0; /* Цвет фона кнопки */
    text-align: center; /* Выравнивание текста по центру */
    text-decoration: none; /* Убираем подчеркивание */
    clip-path: polygon(7% 0, 100% 0, 100% 30%, 100% 70%, 93% 100%, 0 100%, 0 30%); /* Скошенные углы */
    transition: background-color 0.3s; /* Плавный переход для цвета фона */
}

.custom-button:hover {
    background-color: #2098BF; /* Цвет фона при наведении (на 2 тона темнее) */
}

.custom-button2 {
    background-color: #D9F1F9; /* Цвет фона кнопки */
    text-align: center; /* Выравнивание текста по центру */
    text-decoration: none; /* Убираем подчеркивание */
    clip-path: polygon(7% 0, 100% 0, 100% 30%, 100% 70%, 93% 100%, 0 100%, 0 30%); /* Скошенные углы */
    transition: background-color 0.3s; /* Плавный переход для цвета фона */
}

.custom-button2:hover {
    background-color: #FFFFFF; /* Цвет фона при наведении */
}
.custom-button3 {
  background-color: #FFFFFF; /* Цвет фона кнопки */
    text-align: center; /* Выравнивание текста по центру */
    text-decoration: none; /* Убираем подчеркивание */
    clip-path: polygon(7% 0, 100% 0, 100% 30%, 100% 70%, 93% 100%, 0 100%, 0 30%); /* Скошенные углы */


}
.custom-button4 {
   background-color: #D9F1F9; /* Цвет фона кнопки */
    text-align: center; /* Выравнивание текста по центру */
    text-decoration: none; /* Убираем подчеркивание */
    clip-path: polygon(7% 0, 100% 0, 100% 30%, 100% 70%, 93% 100%, 0 100%, 0 30%); /* Скошенные углы */
  
}

@media (max-width: 767px) {
  .custom-button3 {
    clip-path: polygon(
     6% 0%,
      100% 0%,
      100% 20%,
      100% 85%,
      94% 100%,
      0% 100%,
      0% 15%
    ) !important;
  }
  
  .custom-button4 {
    clip-path: polygon(
     6% 0%,
      100% 0%,
      100% 20%,
      100% 85%,
      94% 100%,
      0% 100%,
      0% 15%
    ) !important;
  }
}

/* кнопка в формах */
.t-btnflex.t-btnflex_type_submit {
    background-color: #42BAE0; /* Цвет фона кнопки */
    text-align: center; /* Выравнивание текста по центру */
    text-decoration: none; /* Убираем подчеркивание */
    clip-path: polygon(5% 0, 100% 0, 100% 30%, 100% 70%, 95% 100%, 0 100%, 0 30%); /* Скошенные углы */
    transition: background-color 0.3s; /* Плавный переход для цвета фона */
}
/* кнопка в кейчах */
.t-btnflex.t-btnflex_type_button {
    background-color: #42BAE0; /* Цвет фона кнопки */
    text-align: center; /* Выравнивание текста по центру */
    text-decoration: none; /* Убираем подчеркивание */
    clip-path: polygon(7% 0, 100% 0, 100% 30%, 100% 70%, 93% 100%, 0 100%, 0 30%); /* Скошенные углы */
    transition: background-color 0.3s; /* Плавный переход для цвета фона */
}

.t527 .t-section__bottomwrapper {
    margin-top: 40px;
}


 /* растояние межку иконкой и текстом в преимуществах */
.t844__img {
    margin-bottom: 0px; 
    
}

@media screen and (max-width: 960px) {
    .t844__col {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 960px) {
    .t844 .t-heading {
        margin-bottom: 5px;
    }
}



