.empty_field {
    border: 1px solid red !important;
}

#rec220532243 input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec220532243 input::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec220532243 input:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec220532243 input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec220532243 textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec220532243 textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec220532243 textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec220532243 textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

.t-form__alertbox-bottom {
    display: none;
    margin: 10px 0;
}

#rec220532243 .t-input__vis-ph {
    color: #000000;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.gdpr_txt {
    margin-left: 10px;
}

input[type="checkbox"] {
    margin: 0;
    border: 1px solid red;
    cursor: pointer;
    outline: none;
    border-radius: 0;
}

.gdpr_cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.cookie_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cookie_btn {
    background: #ff5c33;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
}

.cookie_popup {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 600px;
    height: 600px;
    max-width: 90%;
    max-height: 70%;
    transform: translate(-50%, -50%);
    padding: 30px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    display: none;
    z-index: 1000;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /* background: #aaa; */
}

.popup_close span {
    /* transition: 0.3s; */
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
}

.popup_close:hover span {
    background: #f00;
}

.popup_close span:first-child {
    transform: rotate(45deg);
    top: 9px;
}

.popup_close span:last-child {
    transform: rotate(-45deg);
    top: 9px;
}

h2, h3{
    margin: 20px 0;
}

p{
    margin-bottom: 20px;
}

.t526__bgimg {
    filter: grayscale(1);
}




