.nohrd-geoprice {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 12px 0;
}

.nohrd-geoprice__button {
    align-items: center;
    background: #fff;
    border: 1px solid #111;
    border-radius: 6px;
    color: #111 !important;
    display: inline-flex;
    font-weight: 400;
    gap: 12px;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 17px 28px;
    text-decoration: none;
    text-transform: none;
}

.nohrd-geoprice__button:not(.nohrd-geoprice__button--target) {
    gap: 8px;
}

.nohrd-geoprice__cta-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.nohrd-geoprice__button:hover,
.nohrd-geoprice__button:focus {
    background: #e9e9e9;
    border-color: #111;
    color: #111 !important;
    text-decoration: none;
}

.nohrd-geoprice__button-flag {
    border: 1px solid rgba(0, 0, 0, .18);
    display: block;
    flex: 0 0 auto;
    height: auto;
}

.nohrd-geoprice__button-search {
    font-size: 20px;
    line-height: 1;
}

.nohrd-geoprice-listing__link {
    color: #111;
    display: inline-block;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.nohrd-geoprice-listing__link:hover,
.nohrd-geoprice-listing__link:focus {
    color: #111;
    text-decoration: underline;
}

.nohrd-geoprice__target-link {
    align-items: center;
    color: #111;
    display: inline-flex;
    font-size: 13px;
    gap: 8px;
    line-height: 1.2;
    text-decoration: none;
}

.nohrd-geoprice__target-link:hover,
.nohrd-geoprice__target-link:focus {
    color: var(--main-color, #111);
    text-decoration: underline;
}

.nohrd-geoprice__net-price {
    color: #222;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    gap: 2px;
    line-height: 1.25;
}

.nohrd-geoprice__net-price strong {
    font-size: 18px;
    font-weight: 600;
}

.nohrd-geoprice__net-price-value {
    align-items: center;
    display: inline-flex;
    gap: 16px;
}

.nohrd-geoprice__net-price-info {
    align-items: center;
    background: transparent;
    border: 0;
    color: #222 !important;
    cursor: help;
    display: inline-flex;
    font-size: 24px;
    height: 28px;
    justify-content: center;
    line-height: 1;
    min-height: 0;
    padding: 0;
    position: relative;
    width: 28px;
}

.nohrd-geoprice__net-price-info:hover,
.nohrd-geoprice__net-price-info:focus,
.nohrd-geoprice__net-price-info:active {
    background: transparent;
    border: 0;
    color: #111 !important;
}

.nohrd-geoprice__net-price-info:focus {
    outline: 1px solid #111;
    outline-offset: 2px;
}

.nohrd-geoprice__net-price-info::after {
    background: #111;
    border-radius: 3px;
    bottom: 50%;
    color: #fff;
    content: attr(data-tooltip);
    display: block;
    font-size: 12px;
    font-weight: 400;
    left: calc(100% + 12px);
    line-height: 1.35;
    max-width: 260px;
    min-width: 220px;
    opacity: 0;
    padding: 8px 10px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    transform: translateY(50%);
    transition: opacity .15s ease;
    visibility: hidden;
    white-space: normal;
    z-index: 20;
}

.nohrd-geoprice__net-price-info::before {
    border: 6px solid transparent;
    border-right-color: #111;
    content: "";
    display: block;
    left: calc(100% + 1px);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .15s ease;
    visibility: hidden;
    z-index: 21;
}

.nohrd-geoprice__net-price-info:hover::after,
.nohrd-geoprice__net-price-info:focus::after,
.nohrd-geoprice__net-price-info:hover::before,
.nohrd-geoprice__net-price-info:focus::before {
    opacity: 1;
    visibility: visible;
}

.nohrd-geoprice__net-price small {
    color: #666;
    font-size: 11px;
}

@media (max-width: 767px) {
    .nohrd-geoprice__net-price-info::after {
        bottom: auto;
        left: auto;
        max-width: min(260px, calc(100vw - 40px));
        min-width: min(220px, calc(100vw - 40px));
        right: 0;
        top: calc(100% + 10px);
        transform: none;
    }

    .nohrd-geoprice__net-price-info::before {
        border-bottom-color: #111;
        border-right-color: transparent;
        left: auto;
        right: 8px;
        top: calc(100% - 1px);
        transform: none;
    }
}

.nohrd-geoprice ~ .splitpay-clickable-price,
.nohrd-geoprice ~ #bread-btn-render,
.nohrd-geoprice ~ #bread-btn-cntnr {
    display: none !important;
}

.nohrd-geoprice-contact-head {
    margin: 24px 0 28px;
}

.nohrd-geoprice-contact {
    margin-bottom: 48px;
}

.nohrd-geoprice-contact__form {
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    padding: 24px;
}

.nohrd-geoprice-contact__row {
    row-gap: 16px;
}

.nohrd-geoprice-contact__fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nohrd-geoprice-contact__fields label,
.nohrd-geoprice-contact__comment {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nohrd-geoprice-contact__fields span,
.nohrd-geoprice-contact__comment span {
    color: #333;
    font-size: 13px;
    font-weight: 600;
}

.nohrd-geoprice-contact__fields input,
.nohrd-geoprice-contact__fields select,
.nohrd-geoprice-contact__comment textarea {
    background: #fff;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.nohrd-geoprice-contact__comment textarea {
    min-height: 100%;
    resize: vertical;
}

.nohrd-geoprice-contact__fields input[readonly] {
    background: #eee;
    color: #555;
}

.nohrd-geoprice-contact .frc-captcha {
    margin-top: 18px;
}

.nohrd-geoprice-contact__submit {
    background: var(--main-color, #111);
    border: 1px solid var(--main-color, #111);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    margin-top: 22px;
    min-height: 44px;
    padding: 12px 24px;
    text-transform: uppercase;
}

.nohrd-geoprice-contact__submit:hover,
.nohrd-geoprice-contact__submit:focus {
    background: var(--main-color, #333);
    border-color: var(--main-color, #333);
    color: #fff;
}

.nohrd-geoprice-contact .frc-captcha + .nohrd-geoprice-contact__submit,
.nohrd-geoprice-contact__submit {
    display: inline-flex;
}
