.btn-primary {
 font-size:20px;
color: #ffffff;
background-color: #2C0093;
    border-color: #2C0093;
}

.alert{
    position: fixed;
    bottom: 30px;
}
.alertText{
color: red;
font-size: 18px;
}

/*.var1{
    width: 22px;
    height: 22px;
}*/
.custom-select {
    height: 44px;
}

.block-var1{
/*color: #ffcc01;
    font-size: 23px; */
}

.contact .form-block-strim input, .contact .form-block-strim textarea {
    border-radius: 0;
    border: 1px solid #151515;
}

.custom-select {
    border-radius: 0;
    border: 1px solid #151515;
}

@media(max-width: 550px){

.alert {
    top: 30px !important;
    bottom: inherit;
}

}