
body{
    line-height: 1.2;
    font-family: 'BoundedRegular', sans-serif;
    padding-top: 7.468rem;
    background: #EEF0F1;
}
.logo{
    display: block;
    width: 10.438rem;
}
.container{
    width: 80rem;
}
header {
    padding: 1.8rem 0;
    transition: all 0.35s;
    background: #EEF0F1;
}
header.shadow{
    padding: 0.3rem 0;
}
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    font-size: 0.875rem;
    border-radius: 10px;
    padding: 0 1.65rem;
    font-family: 'BoundedRegular', sans-serif;
    background: #000;
    color: white;
    transition: all 0.35s;
}
.btn:hover{
    background: #165B9D;
    color: white;
}
.btn.min_width{
    min-width: 19rem;
}
.btn img{
    width: 1.5rem;
    margin-left: 0.9rem;
    transition: all 0.35s;
}
.btn.bold{
    font-family: 'BoundedBold', sans-serif;
}
.btn.blue{
    background: #165B9D;
    color: white;
}
.btn.blue:hover{
    background: #000000;
    color: white;
}
.btn.white{
    border: 1px solid #949191;
    background: white;
    color: black;
}
.btn.white:hover{
    background: rgba(19, 156, 78, 0.50);
    color: white;
}
.btn.white:hover img{
    filter: brightness(0) invert(1);
}
.lang_flex a{
    color: rgba(19, 156, 78, 0.50);
}
.lang_flex a:not(.active):hover{
    color: rgba(19, 156, 78, 1);
}
.lang_flex a:hover, .lang_flex a.active{
    color: #165B9D;
}
.content{
    font-family: 'BoundedLight', sans-serif;
}
b, strong{
    font-family: 'BoundedBold', sans-serif;
}
.lang_flex span{
    margin: 0 0.2rem;
    color: rgba(19, 156, 78, 0.50);
}
.lang_flex{
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-right: 1.2rem;
    margin-left: 1.4rem;
}
.socials a{
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.5rem;
}
.socials a:hover{
    opacity: 0.5;
}
.menu{
    margin-left: 2.8rem;
    font-size: 0.75rem;
}
.menu a{
    display: inline-block;
}
.menu a:not(:last-child){
    margin-right: 1.2rem;
}
.section_title{
    line-height: 1;
    font-size: 2.625rem;
    margin-bottom: 2rem;
}
.section_title span{
    background:linear-gradient(90deg, #165B9D 0%, #139C4E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box1 {
    padding-top: 5.8rem;
    padding-bottom: 5.6rem;
    position: relative;
}
.section_text{
    font-size: 1.25rem;
    margin-bottom: 4.7rem;
}
.box1_btns .btn{
    padding: 0;
    width: 19rem;
    margin-right: 1.4rem;
}
.box1_row{
    position: relative;
    z-index: 1;
}
.box1_img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39.375rem;
}
.quiz{
    background-image: url("../img/quiz.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 2.2rem 3.3rem;
    position: relative;
    overflow: hidden;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.quiz_success.factive .quiz_success_img img{
    animation: rotateInDownLeft 1s;
}

.quiz_success.factive .quiz_title{
    animation: bounceInLeft 1s;
}
.quiz_success.factive .quiz_anons{
    animation: bounceInRight 1s;
}
.quiz_success{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/quiz.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 2.2rem 3.3rem;
    z-index: 3;
}
.quiz_success_flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 1;
}
.quiz_success_img{
    width: 44.75rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.quiz_title{
    font-size: 2rem;
    margin-bottom: 1.1rem;
    color: #165B9D;
}
.quiz_steps{
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
    font-family: BoundedSemiBold, sans-serif;
}
.light{
    font-family: BoundedLight, sans-serif;
}
.back_btn{
    margin-right: 1rem;
}
.back_btn img{
    margin: 0;
    margin-right: 0.8rem;
}
.success_quiz_btn img{
    margin: 0;
    margin-right: 0.8rem;
    filter: brightness(0) invert(1);
}
.quiz_form_row .result p{
    font-size: 0.9rem;
    margin: 0.5rem 0;
}
.result{
    font-size: 0.9rem;
}
.q_item_title{
    margin-bottom: 1rem;
}
.q_item_title2{
    font-family: BoundedSemiBold, sans-serif;
    margin-bottom: 1rem;
}
.quiz_label{
    font-family: BoundedLight, sans-serif;
    border: 1px solid #165B9D;
    background-color: rgba(255,255,255,0.7);
    height: 3.125rem;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    font-size: 0.875rem;
}
.quiz_label input[type="radio"]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #165B9D;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -0.1rem;
}
.quiz_label input[type="radio"]:after{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    content: "";
    background: black;
    transition: all 0.35s;
    opacity: 0;
}
.quiz_label input[type="radio"]:checked:after{
    opacity: 1;
}


.quiz_label input[type="checkbox"]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #165B9D;
    border-radius: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -0.1rem;
}
.quiz_label input[type="checkbox"]:after{
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    content: "";
    background-image: url("../img/check2.png");
    background-size: 100% 100%;
    transition: all 0.35s;
    opacity: 0;
}
.quiz_label input[type="checkbox"]:checked:after{
    opacity: 1;
}


.quiz_label span{
    width: calc(100% - 1rem);
    padding-left: 0.7rem;
}
.quiz_form_row .mb_30, .quiz_form_row .form-group{
    margin-bottom: 0.7rem;
}

#box-2{
    padding-bottom: 5rem;
}
.border_img{
    border-radius: 20px;
    overflow: hidden;
}
#box-3{
    padding-top: 2.6rem;
    padding-bottom: 1.3rem;
    background: white;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.10);
}
.section_tag{
    border: 1px solid rgba(19, 156, 78, 0.50);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-weight: 300;
    font-size: 0.875rem;
    font-family: BoundedLight, sans-serif;
    padding: 0.3rem 0.6rem;
    color: #165B9D;
    background: white;
    margin-bottom: 1.7rem;
}
.section_tag img{
    width: 1.5rem;
}
.section_tag span{
    border-left: 1px solid rgba(19, 156, 78, 0.50);
    padding: 0.2rem 0;
    margin-left: 0.6rem;
    padding-left: 0.6rem;
}
.section_title.sm{
    font-size: 2rem;
    margin-bottom: 1.3rem;
}
.about_check_item{
    display: flex;
    align-items: center;
    font-family: 'BoundedSemiBold', sans-serif;
}
.about_check_item img{
    width: 1.875rem;
}
.about_check_item span{
    width: calc(100% - 1.875rem);
    padding-left: 0.6rem;
}
#box-4 {
    padding-top: 5rem;
}
.preim_item{
    display: flex;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
}
.preim_img{
    width: 33.875rem;
}
.preim_text{
    width: calc(100% - 33.875rem);
    padding: 1rem 3.7rem;
}
.preim_title{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
    color: #165B9D;
}
.preim_text .content ul{
    margin-bottom: 0;
}
.preim2{
    flex-direction: row-reverse;
}
.preim2 .preim_img{
    width: 31.25rem;
}
.preim2 .preim_text{
    width: calc(100% - 31.25rem);
}
.preims_row .mb_30{
    margin-bottom: 2rem;
}
.preim_item.single{
    height: 100%;
    display: block;
}
.preim_item.single .preim_text{
    width: 100%;
    padding: 2rem 3.7rem;
}
#box-5{
    padding-top: 3.5rem;
    padding-bottom: 3.7rem;
}
.section_title i{
    font-style: normal;
    color: #949191;
}
.prod_item{
    background: #FFF;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.9rem 1.2rem;
}
.prod_img{
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.8rem;
}
.prod_title{
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
}
.prod_item .content{
    font-size: 0.875rem;
    font-family: 'BoundedRegular', sans-serif;
}
.prod_bottom{
    margin-top: 3rem;
}
.prod_bottom .btn{
    padding: 0;
    min-width: 17.8rem;
}

.box6{
    background: white;
    border-radius: 20px;
}
.box6_text{
    padding: 1.9rem 1.8rem;
    padding-right: 0;
}

.step_item{
    padding-left: 2.3rem;
    padding-bottom: 1.8rem;
    position: relative;
}
.step_item:last-child{
    padding-bottom: 0;
    margin-bottom: 1rem;
}
.step_title{
    font-size: 1.25rem;
    color: #165B9D;
}
.step_text{
    font-family: BoundedLight, sans-serif;
}
.box6_btn .btn{
    min-width: 24rem;
}
.box6_line{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.box6_dot{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #165B9D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box6_dot_box{
    background: linear-gradient(90deg, #165B9D 0%, #139C4E 100%);
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}
.box6_line_box{
    width: 1px;
    background: #165B9D;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 1rem);
}
#box-7{
    padding-top: 5rem;
}
.team_item{
    border-radius: 20px;
    border: 1px solid rgba(19, 156, 78, 0.30);
    background: #FFF;
    overflow: hidden;
}
.team_img{
    border-radius: 20px;
    overflow: hidden;
    height: 23rem;
}
.team_title{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.team_position{
    color: #165B9D;
    font-family: BoundedLight, sans-serif;
    margin-bottom: 0.8rem;
}
.team_text .content{
    font-size: 0.875rem;
    color: #949191;
}
.team_text{
    padding-top: 1.5rem;
    padding-right: 1rem;
}
.box7_row > .mob_full{
    margin-bottom: 1.9rem;
}
.cert_item{
    display: block!important;
    border-radius: 20px;
    overflow: hidden;
    height: 17.625rem;
    background: white;
}
.cert_slider .slick-list{
    margin: 0 -10px;
}
.cert_slider .slick-slide > div{
    padding: 0 10px;
}
#box-8{
    padding-top: 2.8rem;
    padding-bottom: 4.9rem;
}
.part_white{
    padding: 3.8rem 0;
    background: white;
}
.part_item{
    height: 3.875rem;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.part_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.part_slider .slick-slide > div{
    padding: 0 10px;
}
.part_btn{
    margin-top: 1.8rem;
}

#box-10 {
    padding-top: 5rem;
}
.form_box{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 2.5rem 3.8rem;
    padding-bottom: 2.2rem;
}
.form_box .section_title{
    color: white;
}
.form_box_row{
    position: relative;
    z-index: 1;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.form_box .btn{
    min-width: 23.8rem;
}
.form-group {
    margin-bottom: 0.65rem;
}
.form-control{
    border: 1px solid #165B9D;
    background: rgba(255,255,255,0.7);
    height: 3.125rem;
    padding: 0 1rem;
    font-family: BoundedLight, sans-serif;
    border-radius: 10px;
    font-size: 0.875rem;
    width: 100%;
}
.slick-slide:not(.slick-active) a{
    pointer-events: none;
}
select.form-control{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select_icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 1.5rem;
}
.form-control::placeholder{
    color: #949191;
}
.policy{
    font-size: 0.75rem;
    font-family: BoundedLight, sans-serif;
    margin-bottom: 1.4rem;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
#box-11 {
    padding-top: 5rem;
}
.map{
    border-radius: 20px;
    overflow: hidden;
    height: 27.2rem;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
.cont_item:not(:last-child){
    margin-bottom: 1.45rem;
}
.cont_title{
    font-size: 1.25rem;
    color: #165B9D;
    margin-bottom: 0.4rem;
}
.cont_text{
    font-family: BoundedLight, sans-serif;
}
.soc_item{
    display: inline-block;
    margin-right: 1rem;
    font-size: 2.6rem;
    color: rgba(19, 156, 78, 0.50);
}
.soc_item:hover{
    color: rgba(19, 156, 78, 1);
}
.footer_logo{
    display: block;
    width: 19.063rem;
}
footer{
    padding-top: 4.3rem;
    padding-bottom: 2rem;
}
.footer_menu{
    list-style-type: none;
    margin: 0;
    font-size: 0.875rem;
    font-family: BoundedLight, sans-serif;
}
.footer_menu li:not(:last-child){
    margin-bottom: 2.8rem;
}
.footer_menu li a{
    display: inline-flex;
    align-items: center;
}
.footer_menu li a img{
    width: 0.875rem;
    margin-left: 0.5rem;
}
.f2{
    margin-left: -1rem;
}
.license{
    color: #165B9D;
    font-family: 'BoundedRegular', sans-serif;
}
.footer_conts .cont_item:not(:last-child){

}
.footer_conts .cont_title{
    font-family: BoundedSemiBold, sans-serif;
    color: black;
    font-size: 1rem;
}
.fc2 {
    width: calc(100% + 1.5rem);
    margin-left: -1.3rem;
}
.footer_bottom{
    border-top: 1px solid rgba(19, 156, 78, 0.30);
    margin-top: 2rem;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: BoundedLight, sans-serif;
    font-size: 0.8rem;
}
.cont_item a:hover{
    color: rgba(19, 156, 78, 1);
}
.none{
    pointer-events: none;
}
.page{
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.quiz_item{
    min-height: 14.375rem;
}
.quiz_item.factive{
    animation: fadeInUp 0.5s;
}
.quiz_item:not(.factive){
    display: none;
}
.back_btn{
    display: none;
}
.back_btn.factive{
    display: inline-flex;
}
.q_item_title.error{
    color: red;
    animation: shakeX 1s;
}
.girl{
    position: absolute;
    width: 31.1rem;
    right: 8.6rem;
    bottom: 0;
}
.hero_percent{
    position: absolute;
    width: 18.3rem;
    right: 0;
    top: 0;
}
.dots_row{
    margin-top: 2rem;
}
.dot_item{
    background: white;
    border-radius: 15px;
    padding: 1rem 1rem;
    display: block;
    height: 100%;
    font-size: 0.85rem;
}
.dot_item p{
    margin-bottom: 0.5rem;
}
.dot_item span{
    font-family: 'BoundedLight', sans-serif;
}