body, button, input, textarea {
    font-family: Inter,sans-serif;
}

body {
    margin: 0;
    position: relative;
}

header {
    position: relative;
}

main {
    position: relative;
    z-index: 1;
}

.hidden {
    display: none;
}

.navbar {
    padding: 20px 0 25px;
}

.pagebody::before {
    content: "";
    width: 100%;
    height: 410px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fafafb;
}

.topright_block p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #373737;
    display: flex;
    align-items: center;
}

.hero_popup_section_inner {
    max-width: 973px;
    background: #fff;
    box-shadow: 0 0 36px rgb(0 0 0 / 8%);
    border-radius: 16px;
    margin: 0 auto;
    overflow: hidden;
}

.hero_popup_content_box h1 {
    font-size: 42px;
    line-height: 1;
    color: #373737;
    font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
    margin: 0 0 20px;
}

.hero_popup_content_box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #6c6c6c;
    margin: 0 0 40px;
}

.img-logo {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}

.hero_popup_content_box {
    padding: 50px 10px 50px 60px;
}

.hero_popup_section_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.hero_popup_section_form_col, .hero_popup_section_image_col {
    width: calc(50% - 15px);
}

@media only screen and (min-width: 768px) {
.hero_popup_image {
    min-height: 460px;
}
}

.hero_popup_image {
    position: relative;
    display: flex;
}

.hero_popup_image img, .radius_shape {
    max-width: 100%;
}

.radius_shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
.popup_image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
}

.hero_popup_image img, .radius_shape {
    max-width: 100%;
}

.step {
    display: none;
}

/* .active {
    display: block;
} */

.select2-container {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%!important;
    min-height: 40px;
    text-align: left;
    color: #35495e;
    font-family: inherit;
    font-size: 16px;
    touch-action: manipulation;
}
.select2-container .select2-selection--single {
    height: 40px;
    padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #adadad;
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #41b883;
}

.select2-container .select2-selection--single {
    border: 1px solid #e8e8e8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}