.lang-switcher {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999999;
    display: flex;
    gap: 8px;
}

.lang-switcher a {
    display: inline-block;
    min-width: 42px;
    padding: 8px 12px;
    border-radius: 22px;
    background: rgba(62, 69, 76, 0.92);
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.lang-switcher a.active,
.lang-switcher a:hover {
    background: #9c1421;
}

.footer-socials {
    margin-top: 66px;
}

.flash-message {
    margin-bottom: 24px;
    padding: 16px 20px;
    border-radius: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}

.flash-success {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff;
    color: #fff;
}

.flash-error {
    background: rgba(156, 20, 33, 0.2);
    border: 2px solid #f2d03b;
    color: #fff;
}

.flash-error p + p {
    margin-top: 8px;
}

.contact-form-grid textarea,
.contact-form-grid input {
    color: #fff;
}

.contact-form-grid {
    margin-top: 14px;
}

.contact-form-grid [class*="col-"] {
    margin-top: 22px !important;
}

.contact-form-grid label {
    margin-top: 0 !important;
}

.contact-form-grid textarea::placeholder,
.contact-form-grid input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form-grid label input,
.contact-form-grid label textarea {
    border-color: rgba(255, 255, 255, 0.55);
}

.contact-form-grid label input {
    padding-top: 28px;
    padding-bottom: 28px;
}

.contact-form-grid label textarea {
    margin-top: 0 !important;
    min-height: 240px;
    height: 240px;
    padding-top: 28px;
    padding-bottom: 28px;
}

#map-evolutis iframe {
    display: block;
}

.marked-list li .list-pill {
    font-size: 13px;
    text-transform: uppercase;
    color: #3e454c;
    display: inline-block;
    position: relative;
    border-radius: 40px;
    border: 3px solid #939598;
    padding: 18px 5px 15px 40px;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: -0.4px;
    cursor: default;
}

.marked-list li .list-pill::before {
    content: '\f14a';
    position: absolute;
    left: 20px;
    top: 17px;
    font-weight: 400;
    font-size: 15px;
    font-family: "FontAwesome";
    color: #f2d03b;
}

.second_col .list2 li .list-pill::before {
    color: #9c1421;
}

@media (max-width: 991px) {
    .footer-socials {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .contact-form-grid {
        margin-top: 6px;
    }

    .contact-form-grid [class*="col-"] {
        margin-top: 16px !important;
    }
}
