.smart-captcha {
margin: 15px;
}
.callback {
display: flex;
color: $color-primary-grey;
white-space: nowrap;
a {
position: relative;
display: flex;
align-items: center;
margin: 0 40px 0 0;
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 19px;
@include media('tablet-l') {
margin-right: 30px;
}
svg.icon {
order: -1;
display: inline-block;
width: 24px;
height: 24px;
margin-right: 10px;
}
}
}