.column-3, .column-4 {display:none;}


.field-error{
    border-color: red !important;
}

.form-messages{
    color: red;
    margin-bottom: 10px;
}
.contact-success{
    margin-bottom: 30px;
}

.skiptranslate {
    display: none !important;
}


.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}


.language {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
}





.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}
