footer .footer-contact-text span {
    color: #002e5a;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
}
button {
    cursor: pointer;
}
.call_to_action_img img {
    width: 537px;
    height: 440px;
    display: block;
    position: absolute;
    left: -67px;
    top: -32px;
}
span.error_name.error {
    font-size: small;
}
.llcnCH>div>a {
    display: none !important;
}
.grecaptcha-badge {
    display: none !important;
}

.thank-container {
    padding: 120px 0 180px 0;
}
.thank-icon {
    width: 100px;
    margin: 0 auto;
}
.thank-container h2, .thank-container h1 {
    color: #003b9e;
    font-size: 72px;
    text-align: center;
    margin: 15px 0 7px 0;
}
.thank-container p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
}
.thank-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.thank-social li {
    padding: 0 10px;
}
.thank-social li a {
    width: 45px;
    height: 45px;
    background: #e1e1e1;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration:none;
}
.thank-social li a i.fa {
    color: #3d3d3d;
    font-size: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.thank-social li a:hover {
    background: #003b9e;
}
.thank-social li a:hover i.fa {
    color: #fff;
}


@media screen and (max-width: 575px){
    .thank-container h2 {
        line-height: 60px;
        font-size: 60px;
        margin: 18px 0;
    }
}

/* banner H2 virsraksts */
.head-text__title-h2 {
    color: #FEFEFE;
    font-family: 'univia-pro', sans-serif;
    font-size: 40px; 
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.work-subtitle {
    color: #FEFEFE;
    font-size: 20px; 
    font-weight: 400; 
    margin-top: -10px; 
    margin-bottom: 50px; 
}