.main-button{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.uk-button.button {
  display: flex;
  gap:10px;
  font-size: 18px;
  font-weight: 600;
}

.uk-button.button svg {
  width:15px;
  height;15px;
}

button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.3s linear;
  white-space: normal;
  padding: 12px 36px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index:1;
   margin-right:40px;
  margin-bottom:40px;
  background-color:4A3AFF;
  
}

.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
    font-size: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 18px;
  font-weight:600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .1s ease-in-out;
    transition-property: all;
  transition-property: color,background-color,border-color;
}

.uk-button.uk-button-extra-small{
    padding: 7px 14px !important;
    font-size: 12px;
}
.uk-button.uk-button-extra-small svg{
  height: 12px;
  width: 12px;
}

button.uk-button-small{
  padding: 10px 20px;
  font-size: 16px;
}

button.uk-button-small svg{
  height: 14px;
  width: 14px;
}

button.uk-button-large{
  padding:16px 36px;
  font-size: 20px;
}

button.uk-button_medium{
  padding:12px 28px;
  font-size: 18px;
}

button.button_medium svg{
  height: 16px;
  width: 16px;
}

button.uk-button-small img{
  width: 16px;
}

button.button_medium img{
  width: 20px;
}




button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

@media screen and (max-width: 768px) { 
   button {
     margin:20px;
    padding: 5px 10px !important;
    font-size: 14px;
  }
    button.uk-button-small{
     margin:20px;
    padding: 3px 8px;
    font-size: 12px;
  }
    button.uk-button-large{
    padding:8px 12px !important;
    font-size: 16px;
     margin:20px;
  }

  

  button.button_medium svg{
  height: 14px;
  width: 14px;
}
button.uk-button-small svg{
  height: 12px;
  width: 12px;
}

  }


