*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

ul[role=list], ol[role=list] {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img, picture, svg, video, canvas {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
}

input, button, textarea, select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        transition: none;
    }
}
body, html {
    height: 100%;
    scroll-behavior: smooth;
}

.container {
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
}

* {
    font-family: "Roboto", sans-serif;
}

body {
    background-color: #EFF2F5;
}

ul,li {
    margin: 0;
    padding: 0;
}

div {
    background-color: #FFFFFF;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

p {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    p {
        margin-bottom: 5px;
    }
}

.bold {
    font-weight: bold;
}

.gradient-icon {
    background: linear-gradient(90deg, #B07908 0%, #C19325 8.1%, #DDBD53 22.32%, #EED66F 33.29%, #F4E07A 39.61%, #EFD873 44.19%, #D5B354 68.25%, #C69C41 87.71%, #C0943A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.orange-txt {
   color: #996515;
}

.content {
    position: relative;
}

.header {
    border-bottom: 2px solid #009A63;
}

.caption {
    display: flex;
    justify-content: center;
}

.btn-colored {
    background: linear-gradient(90deg, #B07908 0%, #C19325 8.1%, #DDBD53 22.32%, #EED66F 33.29%, #F4E07A 39.61%, #EFD873 44.19%, #D5B354 68.25%, #C69C41 87.71%, #C0943A 100%);
    display: block;
    max-width: 260px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding: 13px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.btn-black {
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    min-height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.btn-colored.full-w {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .btn-colored.full-w, .btn-black{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.flex-ul li {
    display: flex;
    gap: 10px;
}

.flex-ul-default li {
    display: flex;
    gap: 10px;
}

.flex-ul-default li div {
    margin-top: -3px;
}


.flex-ul li div {
    margin-top: -3px;
    background: transparent;
    display: flex;
    flex-direction: column;
}

.progress-bar-box {
    background-color: #D1D5DB!important;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 32px;
    display: flex;
}

.progress-bar-box #progress-bar {
    width: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #163860;
    color: white;
    font-size: 14px;
    height: 100%;
    transition: width 0.1s ease-in-out;
}

.tab-title {
    display: flex;
    flex-direction: column;
    text-align: center;
}


.tab {
    width: 100%;
}

.tab .inner {
    width: 100%;
}

.tab-btns-box {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
}



.tab-btn ,.submit {
    border: 1px solid #009A63;
    border-radius: 6px;
    background-color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    color: #062460;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 18px;
}

.submit {
    align-items: center!important;
}


.tab-btn:hover,.tab-btn:active ,.submit:hover,.submit:active{
    background-color: #009A63;
    color: #ffffff;
}

#form-wrap {
    background-color: #F9FAFB;
}

#form-wrap div {
    background: transparent;
}

form input {
    font-size: 18px;
    border: 1px solid #BDBDBD;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
}

.input-box {
    margin: 0 0 20px;
}

form input::placeholder {
    color: #BDBDBD;
}

.footer{
    background: #EFF2F5;
}

.footer div {
    background: inherit;
}

.footer a{
    text-decoration: none;
    color: #996515;
}


#form-wrap {
    padding: 60px 10px;
}

.form-title {
    text-align: center;
}

.form-title .title{
    margin-bottom: 30px;
    font-size: 34px;
}

.form-title .subtitle{
   display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 19px;
    line-height: 110%;
}

.progress-bar-box {
    width: 100%;
    margin: 25px auto; ;
}

.tab-btns-box .tab-btn {
    max-width: 240px;
}

.tab-btns-box {
    margin: 20px 0;
}

.tab-title {
    margin-bottom: 20px;
}

.tab-title .title {
    font-size: 21px;
    line-height: 130%;
    font-weight: 700;
    text-align: center;
}

.tab-title .sub-title {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}

.header .logo {
    max-width: 220px;
}


@media screen and (max-width: 768px) {

    #form-wrap {
        padding: 60px 10px;
    }

    .form-title {
        text-align: center;
    }

    .form-title .title{
       margin-bottom: 30px;
        font-size: 28px;
        font-weight: bold;

    }

    .form-title .subtitle{
        font-size: 16px;
        line-height: 110%;
        font-weight: bold;
    }

    .progress-bar-box {
        width: 100%;
        margin: 25px auto; ;
    }

    .tab-btns-box .tab-btn {
        max-width: 145px;
    }

    .tab-btn {
        display: block;
        width: 100%;
        padding: 20px;
        font-size: 18px;
    }

    .tab-btns-box {
        margin: 20px 0;
    }

    .tab-title {
        margin-bottom: 20px;
        gap:0;
    }

    .tab-title h4 {
        font-size: 20px;
    }

    .tab-title .title {
        font-size: 21px;
        line-height: 130%;
        font-weight: 700;
        text-align: center;
    }

    .tab-title .sub-title {
        font-size: 16px;
        line-height: 130%;
        text-align: center;
    }

    .header .logo {
        max-width: 180px;
    }

}

#popup-form {
    /*transition: transform .3s ease;*/
    /*transform: translateX(-100%);*/
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    /*top: 0;*/
    /*left: 0;*/
    background-color: #F9FAFB;;
}

.input-error {
    margin: 5px auto;
    color: red;
    text-align: center;
    font-size: 14px;
}

#response-message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
    text-align: left;
    font-size: 14px;
}

#response-message.failure {
    color: red;
}

#response-message.success {
    color: green;
}

/*#popup-form.active-form {*/
/*    transform: translateX(0);*/
/*}*/


.text-logo {
    color:#072360;
    font-size: 32px;
    font-weight: 900;
    display: flex;
    gap: 8px;
}

@media screen and (max-width: 768px) {
    .text-logo {
        font-size: 22px;
    }
}