.page-template-template-bvc .top-banner {
    min-height: 434px;
    background-color: #f8f8f8;
}
.page-template-template-bvc .banner-content {
    margin-bottom: 0;
}
.bvc-main {
    padding-top: 32px;
}
.bvc-main .text-col {
    padding-top: 0;
}

.bvc-intro p {  
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1.25em;
}

.bvc-intro p:first-child {
    color: #014256;
}

.bvc-intro ul {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 1.25em;
    padding-left: 2em;
}

.bvc-intro.bvc-interpretation-note p {
    font-size: 16px;
    line-height: 20px;
}

.bvc-intro.bvc-interpretation-note ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.25em;
    padding-left: 2em;
}

.bvc-disclaimer {
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
}
    
.bvc [x-cloak] { display: none !important; }

.bvc-form-wrap {
    padding: 0;
    border-radius: 12px;
    box-shadow: 0px 4px 16px -8px rgba(0, 0, 0, 0.25);
    border: none;
    transition: all 0.2s ease;
}

.bvc-form-step_content {
    padding: 40px 48px;
}

.bvc-results-wrap {
    margin-top: 44px;
    margin-bottom: 44px;
}

.bvc .step-counter {
    border-bottom: 1px solid #F47422;
    padding-top: 40px;
    padding-left: 18px;
}

.bvc .step-counter > span {
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 30px 10px;
    border-bottom: 5px solid #F47422;
    color: #014256;
    text-transform: uppercase;
    position: relative;
}

.bvc .step-counter > span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 8px solid #f47422;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -14px;
}

.bvc-form-wrap h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}

.bvc-form-wrap h3 + p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.bvc .form-check-input:checked {
    background-color: #014256;
    border-color: #014256;
}

.bvc .standard-btn:not(.orange-btn) {
    background: #fff;
}
.bvc .standard-btn:not(.orange-btn):hover {
    background: #014256;
}
.bvc .standard-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.bvc-buttons-wrapper {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.bvc fieldset {
    border: none;
    display: block;
    margin-top: 56px;
}

.bvc legend {
    color: #014256;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 400;
}

.bvc .form-label {
    font-weight: 700;
    margin-left: 12px;
    margin-bottom: 4px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.02em;
}

.bvc .form-control, .bvc .form-select {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 27.5px 28px;
    transition: border-color 0.2s ease;
    font-weight: bold;
}

.bvc .form-control:focus, .bvc .form-select:focus {
    border-color: #014256;
    box-shadow: 0 0 0 0.2rem rgba(1, 66, 86, 0.1);
}

.bvc .alert-info {
    background-color: #d6f0f7;
    border-color: #b8e6f0;
    color: #014256;
}

.bvc .alert-info--bulb {
    display: flex;
    flex-direction: row;
}

.bvc .alert-info--bulb > svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 12px;
 }

.bvc .display-4 {
    color: #014256 !important;
    font-weight: 900;
}

.bvc .form-check-label {
    margin-left: 0.5rem;
    line-height: 1.5;
}

.bvc .input-group-text {
    border-right: none;
    padding: 24.5px 12px;
}

.bvc .input-group-text + input {
    border-width: 1px;
}

.radio-group-horiz {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.radio-group-horiz .form-check {
    margin-bottom: 0;
    aspect-ratio: 138 / 120;
    position: relative;
    overflow: hidden;
    width: calc(25% - 12px);
    min-width: 102px;
    height: 120px;
}

.radio-group-horiz .form-check input {
    position: absolute;
    opacity: 0;
}

.radio-group-horiz .form-check label {
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}

.radio-group-horiz .form-check label::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 70px;
    bottom: 25px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: white;
    border: 1px solid #014256;
    transition: all 0.2s ease;
    transform: translateX(-50%);
}

.radio-group-horiz .form-check input:checked + label::after {
    background: #F47422;
    border: 4px solid #014256;
}

.radio-group-horiz .form-check input:checked + label {
    background: rgba(244, 116, 34, 0.1);
    border: 1px solid #F47422;
}

.radio-group-horiz .form-check label span {
    position: absolute;
    top: 32px;
    left: 16px;
    right: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.radio-group-vert {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-group-vert .form-check {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.radio-group-vert .form-check input {
    position: absolute;
    opacity: 0;
}

.radio-group-vert .form-check label {
    width: 100%;
    padding-left: 68px;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-right: 16px;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    margin-left: 0;
}

.radio-group-vert .form-check label span {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.radio-group-vert .form-check label::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: white;
    border: 1px solid #014256;
    transition: all 0.2s ease;
    transform: translateY(-50%);
}

.radio-group-vert .form-check input:checked + label::after {
    background: #F47422;
    border: 4px solid #014256;
}

.radio-group-vert .form-check input:checked + label {
    background: rgba(244, 116, 34, 0.1);
    border: 1px solid #F47422;
}

.check-group-vert {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.check-group-vert .form-check {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.check-group-vert .form-check input {
    position: absolute;
    opacity: 0;
}

.check-group-vert .form-check label {
    width: 100%;
    padding-left: 68px;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-right: 16px;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    margin-left: 0;
}

.check-group-vert .form-check label span {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.check-group-vert .form-check label::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background: white;
    border: 1px solid #014256;
    transition: all 0.2s ease;
    transform: translateY(-50%);
}

.check-group-vert .form-check input:checked + label::after {
    background-color: #F47422;
    background-image: url('/wp-content/themes/vk/assets/img/icons/checkbox-checked.svg');
    background-size: calc(100% + 4px);
    background-position: -2px -2px;
    border: 1px solid #014256;
}

.check-group-vert .form-check input:checked + label {
    background: rgba(244, 116, 34, 0.1);
    border: 1px solid #F47422;
}

.bvc .text-muted {
    color: #6c757d !important;
    font-style: italic;
}

@media screen and (min-width: 1024px) {
    .bvc-sidebar {
        padding-right: 64px;
    }
    #bvc {
        position: relative;
        top: calc(-294px - 32px);
        z-index: 10;
    }

    .bvc-disclaimer {
        margin-top: 64px;
    }
}

@media (max-width: 768px) {
    .bvc .d-flex.gap-3 {
        flex-direction: column;
        gap: 1rem !important;
    }
    
    .bvc .btn {
        width: 100%;
    }
}