.swal-button{
background-color:#f2877d !important;
font-size:16px;
border:none !important;
}

.swal-button:hover {
background-color:#e16164 !important;
}

.swal-button:focus {
box-shadow: 0px 0px 0px 1px white, 
0px 0px 0px 3px white  !important;
}

.swal-button--cancel, .swal-button--close {
color: #777;
background-color: #efefef !important;
}

.swal-button--cancel:hover, .swal-button--close:hover {
background-color: #e8e8e8 !important;
}

.white-popup {
position: relative;
background: #FFF;
padding: 25px;
width: auto;
max-width: 500px;
margin: 20px auto;
}

#callback label {
font-size:14px;
font-weight:bold;
}

#callback label span {
display:none;
font-weight:normal;
font-size:12px;
}

#callback label.error span {
display:inline;
}

.error_form_input {
color:red;
}

.cookie_accept_block {
font-size:13px;
line-height:16px;
background-color:#333;
color:#bbb;
display: inline-block;
margin: 0px auto;
position: fixed;
z-index: 100;
bottom: 10px;
right: 10px;
left:10px;
max-width:850px;
opacity:0.9;
padding: 10px 15px;
border-radius: 10px;
}

.cookie_accept_block_button {
padding: 7px 12px;
font-size: 13px;
line-height:16px;
background-color: #fe4c50;
color: #fff;
text-decoration: none;
font-weight: 700;
border-radius: 10px;
display: inline-block;
}