/*
Theme Name: Land-drschein
Version: 1.0
Author: Vitalii Zdykharskyi
Description: Custom theme by Digitouch
*/
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-response-output {color: orange;}
input.wpcf7-not-valid {
    border: 1px solid red !important;
    border-bottom: 2px solid red !important;
}
header .custom-container {
    max-width: 1140px;
}
.callback-header {
    padding: 9px 14px 10px 11px;
    border-radius: 4px;
    background-color: #171a23;
    width: 190px;
    height: 54px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
}

.callback-header .img-icon {
    width: 30px;
}

.callback-header .info-text p {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: unset;
    padding: unset;
}

.callback-header .info-text a {
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: left;
    color: #ecba1c;
}

.callback-header .info-text {display: flex;flex-wrap: wrap;flex-direction: column;align-items: flex-start;}
.contact-mobile {
    display: none;
}
@media (max-width: 768px) {
    .contact-mobile {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        background-color: #0a0a0a;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9999;
    }

    .contact-mobile .item-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 0 0 33%;
        padding: 10px 0 5px;
    }

    .contact-mobile .item-box img {
        max-width: 23px;
        margin-bottom: 5px;
    }

    .contact-mobile .item-box span {
        color: white;
        font-size: 14px;
    }

    .contact-mobile .item-box:nth-child(2) {
        border-left: 1px solid #f1f4fa;
        border-right: 1px solid #f1f4fa;
    }

    footer {
        padding-bottom: 60px;
    }
}