.ava-block {

  display: flex;

  align-items: center;

  gap: 5px;

  margin-bottom: 15px;

}



.ava-block img {

  margin-bottom: 0 !important;

  max-width: 61px;

}



.ava-block p {

  margin-bottom: 0 !important;

}

.prod-link {

  color: #e70000 !important;

}

.double-block {

  display: flex;

  gap: 12px;

  margin: 20px auto;

  align-items: flex-start;

}



.double-block img {

  width: 40%;

  object-fit: contain;

  margin-bottom: 0;

  max-height: 400px;

}



.double-block p {

  margin-bottom: 0;

}





html {

  scroll-behavior: smooth;

}

.formix {

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  padding: 20px;

box-shadow: 0 0 8px 0 rgba(128, 128, 128, 0.29);

  max-width: 80%;

  margin: 20px auto;

  border-radius: 20px;

}
.formix h2{
  text-align: center;
}


.prod-link {

  font-weight: 600 !important;

  color: red !important;

  text-decoration: underline !important;

}



html {

  overflow-x: hidden;

}



.button-wrap {

  box-shadow: 0 0 0 0 #e7000039;

  border-radius: 20px;

  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);

  display: block;



  transition: all .3s;

  background: #e70000;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#f72210", GradientType=1);

  text-align: center;

  width: 80%;

  text-transform: uppercase;

  text-align: center;

  margin: 15px auto;

  color: white !important;

  font-style: normal;

  font-weight: bold;

  font-size: 25px;



  text-decoration: none;

  border-radius: 10px;

  padding: 13px 15px;



}



.button-wrap:hover {

  color: white !important;

  animation: none;



}



@keyframes pulse {

  to {

    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
  }

}



@media(max-width:600px) {

  .button-wrap {

    width: 100%;

  }
}











@media(max-width:767px) {

  .double-block {

    flex-direction: column;



  }



  .double-block img {

    width: 100%;

    max-height: 400px;

  }

}