.v2-footer {
    background: #00274D;
    padding: 30px 0;
}

.v2-footer-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.v2-footer-title p {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.v2-footer-text {
    font-size: 14px;
    line-height: 17px;
    color: #FFF;
    font-weight: 300;
    text-align: center;
    max-width: 950px;
    margin: 0 auto 16px;
}

.v2-footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.v2-footer-info-item {
    border-right: 1px solid #fff;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.v2-footer-info-item:last-child {
    border-right: none;
}

.v2-footer-info-item a, .v2-footer-info-item p {
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    font-weight: 300;
}

.v2-footer-info-item a {
    text-decoration: underline;
}

.v2-footerbar {
    background: #fff;
    padding: 20px 0;
}

.v2-footerbar .v2-copyrights {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v2-footerbar .v2-copyrights p,
.v2-footerbar .v2-copyrights a {
    color: #000;
}

.v2-phone-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
}

#vverh.v2-phone-trigger {
    background: #0063A8;
    border: none;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}

#email.v2-email-trigger {
    background: #0063A8;
    border: none;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}

.v2-feedback-modal {
    width: 600px !important;
    background: #2B5C91 !important;
    padding: 24px !important;
    margin-top: 10px !important;
}

.v2-feedback-modal .v2-feedback-title {
    text-align: center;
    margin-bottom: 18px;
}

.v2-feedback-modal .v2-feedback-title h2 {
    color: #FF9800;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}

.v2-feedback-modal .v2-feedback-title p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.v2-feedback-modal .v2-feedback-modal-form input,
.v2-feedback-modal .v2-feedback-modal-form textarea {
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    margin-top: 6px !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.v2-feedback-modal .v2-feedback-modal-form textarea {
    /*height: 100px !important;*/
    padding-top: 9px !important;
}

.v2-feedback-modal .v2-feedback-modal-form  .ajax-loader {
    display: none;
}

.v2-feedback-modal .v2-feedback-modal-form .wpcf7-not-valid-tip {
    font-size: 10px;
}

.v2-feedback-modal .v2-feedback-modal-form input::placeholder,
.v2-feedback-modal .v2-feedback-modal-form textarea::placeholder{
    color: #B0B0B0 !important;
}

.v2-feedback-modal .v2-feedback-modal-form .file_upload_wrapper > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    margin-top: 12px;
}

.v2-feedback-modal .v2-feedback-modal-form .file_upload_wrapper > div button {
    background: #fff !important;
    color: #4D4D4D !important;
    border-right: 6px !important;
    font-size: 14px !important;
    line-height: 17px !important;
    border: none !important;
    box-shadow: none !important;
}

.v2-feedback-modal .v2-feedback-modal-form .file_upload_wrapper > div div {
    font-size: 14px !important;
    line-height: 17px !important;
    color: #FFF;
    font-weight: 200;
}

.v2-feedback-modal .v2-feedback-modal-form .file_upload_wrapper > div p {
    display: none;
}

.v2-feedback-modal .v2-feedback-modal-form input[type="submit"] {
    width: 100%;
    background: #fff !important;
    color: #0063A8 !important;
    border: 1px solid #0063A8 !important;
    padding: 12px !important;
    font-size: 16px !important;
    line-height: 19px !important;
}

.v2-feedback-modal > a, .v2-phones-modal > a {
    right: 8px !important;
    top: 32px !important;
    font-size: 16px !important;
    background: inherit !important;
}

.v2-phones-modal {
    background: #2B5C91 !important;
    width: 880px !important;
    margin-top: 10px !important;
    padding: 36px 18px !important;
}

.v2-phones-modal .v2-phones-modal-content {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    margin-top: 0 !important;
}

.v2-phones-modal .v2-phones-modal-content > div {
    width: 50%;
    text-align: center;
}
.v2-phones-modal .v2-phones-modal-content > div > hr {
    margin: 12px 0;
}