.header__title h1,.sel,body {
    font-family: neuzeit-grotesk,sans-serif
}

body {
    background: #e1e1e1
}

h1,h2,h3,h4,h5,h6 {
    font-family: ivyora-display,sans-serif
}

.header__container,.header__cta {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0
}

.header__cta,h1#top_title {
    display: none
}

input:not([type=checkbox]) {
    font-size: 18px;
    line-height: 22px
}

.step.input-container label span,div#prevBtn p {
    font-size: 16px
}

.header__cta .btn {
    background-color: #040b85!important;
    color: #fff!important
}

.header__logo {
    -webkit-transform: translate(0,-50%) scale(1.2);
    transform: translate(0,-50%) scale(1.2);
    top: 52%;
    left: -20px;
    position: absolute
}

.header__cta .btn span {
    color: #41d9b0!important
}

.header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__title h1 {
    font-size: 16px;
    text-align: right;
    font-weight: 700;
    line-height: 18px
}

.header__title i {
    font-style: normal;
    color: #41d9b0
}

.header__title b {
    color: #040b85;
    display: block
}

.reviews img {
    display: block;
    margin-inline:auto;
    margin-block:30px;
    max-width: 215px;
    width: 100%;
}

footer.footer {
    margin-top: 20px
}

body::before {
    top: 0;
    left: 0
}

div#progress {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

#progressBar {
    background-color: #040b85
}

.sel {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    background: #fff;
    border-radius: 34px;
    padding: 11px 21px 11px 62px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.sel::after {
    content: " ";
    position: absolute!important;
    left: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #d9d9d9;
    border-radius: 50%;
    border: 2px solid #bebebe
}

.step h3,input:not([type=checkbox]),label span,label.checkbox-input,label.checkbox-input a,select {
    color: #0f0f0f
}

body.loadingDone #calculator-wrapper {
    overflow: visible
}

.calc_content {
    background: rgba(0,0,0,0);
    border-radius: 0;
    height: 100%!important;
    padding: 0 0 30px;
}

div#calculator-wrapper {
    width: min(100% - 40px,592px);
    padding: 35px 0 0;
    overflow: visible!important;
    background: rgba(0,0,0,0);
    max-width: 650px
}

main {
    width: 100%;
    min-height: 600px
}

#submit-btn,.next-btn {
    background: #41d9b0;
    border-radius: 36px
}

input:not([type=checkbox]),select {
    background-color: #fff;
    border-radius: 35px
}

.sel.active:after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') center/100% no-repeat #41d9b0;
    border: 0
}

.sel.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    background: #D4FAEF;
}

div#prevBtn {
    width: 100%;
    height: 60px;
    background: #fff;
    left: 0;
    top: 5px;
    border-radius: 50vh;
    max-width: 340px;
    padding-left: 55px;
    display: flex;
    align-items: center;
    padding-right: 20px
}

div#prevBtn p {
    color: #000;
    white-space: nowrap;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

div#prevBtn::after {
    width: 38px;
    height: 38px;
    top: 50%;
    left: 27px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(0deg);
    background-image:url(/wp-content/uploads/2025/07/back-btn-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

span.to-label {
    padding-inline:10px;padding-block:0;background: #fff;
    color: #000;
    font-size: 14px;
    -webkit-transform: translate(-20px,-48px);
    transform: translate(-20px,-48px)
}
.inputBox {
    max-width: 100%;
}
label.checkbox-input.inputBox,label.checkbox-input.inputBox a {
    font-size: 14px;
    line-height: 20px
}

label.checkbox-input.inputBox {
    padding-left: 40px
}

label.checkbox-input.inputBox input {
    max-width: 24px;
    max-height: 24px;
    border-radius: 7px;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -webkit-appearance: auto;
    -moz-appearance: initial;
    appearance: auto
}

input[type=checkbox] {
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.inputBox input {
    caret-color: #000
}

.step h3 {
    text-align: left;
    font-size: 2rem;
    line-height: 1.25;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

select.phoneSelect {
    padding-left: 12px
}

.sel span {
    font-size: 20px;
    line-height: 22px
}

.sel img {
    margin-bottom: -16px
}

.ys-desktop-title {
    text-align: center;
    display: none
}
.question-button-step > .button-container {
    gap: 8.5px;
}
.step {
    padding-top: 0px;
}
.step:not(:first-child) {
    padding-top: 80px;
}
@media(min-width: 700px) {
    .reviews img {
        margin-block:17px;
    }

    body {
        padding-top: 115px;
    }
    div#progress {
        margin-top: 24px;
        width: 90%;
    }
    .header__cta,.header__title {
        display: none
    }

    footer.footer {
        margin-top: 50px
    }

    .ys-desktop-title {
        display: block;
        text-align: center;
        margin-bottom: 55px
    }

    .ys-desktop-title h1,.ys-desktop-title h1 i {
        font-size: 2.5rem;
        line-height: 1.3;
        font-style: normal
    }

    .ys-desktop-title h1 b {
        background-color: #040b85;
        color: #fff;
        padding: 9px 60px;
        border-radius: 22px;
        font-size: 18px;
        line-height: 30px;
        font-family: neuzeit-grotesk,sans-serif;
        font-weight: 400
    }

    .step h3 {
        padding: 0;
        padding-right: 125px;
    }

    .calc_content {
        padding: 20px 20px 20px;
    }

    div#calculator-wrapper {
        padding: 50px 40px 40px;
        background: rgba(242,242,242,.78)
    }

    div#prevBtn {
        top: 24px;
        left: 20px;
    }

    .header {
        background: 0 0;
        box-shadow: none
    }

    .header__container.container {
        padding: 20px 0 0
    }

    body header.ys-header {
        padding: 0;
        min-height: auto;
        position: absolute;
    }

    .header__logo {
        position: relative!important;
        left: auto;
        right: auto;
        margin: auto;
        transform: translateX(0)
    }
}

#calculator-wrapper::after {
    background-image: url(/wp-content/uploads/2025/06/logo.svg)
}
