@import url(reset.css);

.butWrap{
  width: 100%;
  box-sizing: border-box;
}
.linkButton{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    min-width: 0;
    line-height: 1.67;
    border: none;
    border-radius: 0;
    padding: 10px 26px;
    box-sizing: border-box;
    background: #653da5;
    color: #fff;
    width: 100%;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    outline: 0;
    transition: all ease-out .3s;
    position: relative;
}
.linkButton:hover {
  box-shadow: 0 4px 8px #7b7b7b;
  transition: .2s;
  zoom:1.005;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}
/*Доп запросы*/
@media only screen and (max-width : 680px) {}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 486px) {}
@media only screen and (max-width : 380px) {}
