/* === HEADER === */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #AE040B;
  padding: 20px 0;
  z-index: 100;
}

@media (min-width: 768px) {
  .header {
    padding: 23px 0;
  }
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo img {
  height: 40px;
  width: auto;
  max-width: 165px;
}

@media (min-width: 768px) {
  .header__logo img {
    max-width: 201px;
  }
}

/* === BURGER === */
.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 200;
}

@media (min-width: 768px) {
  .burger {
    width: 37px;
    height: 29px;
  }
}

.burger .line {
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* === ACTIVE BURGER === */
.burger.active .line:nth-child(1) {
  transform: rotate(45deg) translateY(13px);
}

.burger.active .line:nth-child(2) {
  opacity: 0;
}

.burger.active .line:nth-child(3) {
  transform: rotate(-45deg) translateY(-13px);
}

.burger.active .line {
  background: #AE040B;
}

/* === MOBILE MENU === */
.mobileMenu {
  position: fixed;
  inset: 0;
  background: #AE040B;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 150;
}

.mobileMenu.active {
  display: flex;
  background: #fff;
  opacity: 1;
  pointer-events: auto;
}

.mobileMenu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mobileMenu__list a {
  color: black;
  text-decoration: none;
  transition: opacity 0.3s ease;

}

.mobileMenu__list a:hover {
  opacity: 0.7;
}


footer{
    display: none;
}


.section-step1{
    position: relative;
    overflow: hidden;
    height: 100svh;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 20px;
    margin-top: 0 !important;
    background: url('../images/section-top.png') center/cover no-repeat;
}

.section-step1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  filter: blur(4px);
  transform: scale(1.05); 
  z-index: 1;
}

/* Темний оверлей */
.section-step1::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
  z-index: 2;
}

body{
    color: #1D1D1D;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.frm_forms.frm_style_formidable-style.with_frm_style {

    margin: 0;
    width: 100%;
    max-width: 100%;
}


.section-step1 .frm_pos_top.frm_section_spacing,
.frm_rootline_group{
    display: none;
}



.section-step1 .frm_form_field{
    position: relative;
    z-index: 3;
}

.section-step2 p,
.section-step2 h2{
    position: relative;
    z-index: 4;
}



.section-step2 h2,
.section-step1 .frm_form_field h2{
    margin-top: 0 !important;
    padding-top: 8%;
    color: white;
    font-size: 48px;
    margin-bottom: 60px !important;
}



.section-step2{
    flex-direction: column;
    align-items: center;
  
}

.section-step1 .form-field {
    margin-bottom: 0px !important;
}






.section-step1 .frm_radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.section-step1 .frm_radio {
    position: relative;
}

.section-step1 .frm_radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    width: 364px;
    height: 370px;
    padding: 20px;
    border-radius: 29px;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
    transition: .25s;
    background: #fff;
    color: #AE040B;
    user-select: none; 
}

/* Активна картка */
.section-step1 .frm_radio label:has(input[type="radio"]:checked) {
    background: #AE040B;
    color: #fff;
}


    /* .section-step1 .frm_radio label {
        width: 364px;
        height: 370px;
        font-size: 24px;
    } */


/* Контейнер */
.section-step1 .frm_opt_container {
    display: flex !important;
    gap: 20px !important;
    justify-content: center;
}


.with_frm_style .frm_submit {
    display: flex;
    gap: 20px;
    position: fixed;
    bottom: 15%;
    z-index: 3;
    transform: translateX(-50%);
    left: 50%;
   
    flex-direction: column-reverse;
}


.with_frm_style .frm_form_fields > fieldset {
    padding: 0;
}

.page-id-17 p{
    margin: 0;
}



.with_frm_style .frm_submit button{
    color: white;
    height: 70px !important;
    margin: 0 auto !important;
    border-radius: 12px !important; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 408px;
    text-transform: uppercase;
    font-size: 16px !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    transition: all .2s ease-in;

}



.with_frm_style .frm_submit button.frm_prev_page{
    background: url('../images/btn-arrow-down.svg') 99.5% 50%/contain no-repeat !important;
    background-size: 62px 62px !important;
    border: 2px solid #fff !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}


.with_frm_style .frm_submit button{
    background: url('../images/btn-arrow.svg') 99.5% 50%/contain no-repeat !important;
    background-size: 62px 62px !important;
    background-color: #AE040B !important;
    border: 2px solid #AE040B !important;

}

.with_frm_style .frm_submit button:hover{
    opacity: .8;
}

.section-step1 .table-bord{
    position: relative;
    z-index: 4;
    width: 540px;
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 15%;
}

.section-step1 .table-bord p{
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 20px;
    padding: 10px 0;
    padding-left: 60px;
    font-weight: 500;
    text-align: left !important;
    background: url('../images/cheked.svg') 0% 50%/contain no-repeat !important;
     background-size: 52px 52px !important;
}



.section-step1 .table-bord p:last-child{
    margin-bottom: 0;
}

.section-step3{
     position: relative;
    overflow: hidden;
    height: 100svh;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 20px;
    margin-top: 0 !important;
    background: url('../images/logo2.png') 99.5% 50%/contain no-repeat !important;
    background-color: #fff;
}


.with_frm_style input[type=text], 
.with_frm_style input[type=password], 
.with_frm_style input[type=email], 
.with_frm_style input[type=number], 
.with_frm_style input[type=url], 
.with_frm_style input[type=tel], 
.with_frm_style input[type=phone], 
.with_frm_style input[type=search], 
.with_frm_style select, 
.with_frm_style textarea, 
.frm_form_fields_style, 
.with_frm_style .frm_scroll_box .frm_opt_container, 
.frm_form_fields_active_style, 
.frm_form_fields_error_style, 
.with_frm_style .frm-card-element.StripeElement, 
.with_frm_style .frm_slimselect.ss-main {
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    height: 64px;
    background-color: transparent !important;
}

.with_frm_style input[type=text]:focus, 
.with_frm_style input[type=password]:focus, 
.with_frm_style input[type=email]:focus, 
.with_frm_style input[type=number]:focus, 
.with_frm_style input[type=url]:focus, 
.with_frm_style input[type=tel]:focus, 
.with_frm_style input[type=phone]:focus, 
.with_frm_style input[type=search]:focus, 
.with_frm_style select:focus, 
.with_frm_style textarea:focus, 
.frm_form_fields_style:focus, 
.with_frm_style .frm_scroll_box .frm_opt_container:focus, 
.frm_form_fields_active_style:focus, 
.frm_form_fields_error_style:focus, 
.with_frm_style .frm-card-element.StripeElement:focus, 
.with_frm_style .frm_slimselect.ss-main:focus {
    border: 1px solid #AE040B !important;
    box-shadow: none !important;
}

.with_frm_style input[type=text]::placeholder, 
.with_frm_style input[type=password]::placeholder, 
.with_frm_style input[type=email]::placeholder, 
.with_frm_style input[type=number]::placeholder, 
.with_frm_style input[type=url]::placeholder, 
.with_frm_style input[type=tel]::placeholder, 
.with_frm_style input[type=phone]::placeholder, 
.with_frm_style input[type=search]::placeholder, 
.with_frm_style select::placeholder, 
.with_frm_style textarea::placeholder, 
.frm_form_fields_style::placeholder, 
.with_frm_style .frm_scroll_box .frm_opt_container::placeholder, 
.frm_form_fields_active_style::placeholder, 
.frm_form_fields_error_style::placeholder, 
.with_frm_style .frm-card-element.StripeElement::placeholder, 
.with_frm_style .frm_slimselect.ss-main::placeholder {
    color: #939393;
    font-size: 16px;
    font-weight: 500;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
    border-top: 1px solid transparent !important;
}

.section-step3 .frm_primary_label{
    font-size: 14px;
    font-weight: 600;
}

.with_frm_style select{
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23667085' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 1380px) {
    .section-step1 .frm_radio label {
        width: 260px;
        height: 264px;
        border-radius: 16px;
        font-size: 16px;
    }

    .with_frm_style .frm_submit {
        bottom: 60px;
    }

    .with_frm_style .frm_submit button {
        min-width: 408px;
    }

    .section-step2 h2{
        padding-top: 0%;
    }

    .section-step3 h2{
        font-size: 36px;
        color: #1d1d1d;
        text-align: left;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .section-step3{
        position: absolute;
        width: 100% !important;
        top: 0;
        left: 0;
        height: 100vh;


    }

        

}

@media (min-width: 1100px) and (max-width: 1439px) {


    .with_frm_style .frm_submit {
        bottom: 30px;
    }

    .with_frm_style .frm_submit button {
        min-width: 408px;
    }

    .section-step2 h2,
    .section-step1 .frm_form_field h2 {
        padding-top: 8% !important;
        margin-bottom: 40px !important;
    }

    .section-step3{
        background: none !important;
        background-color: #fff;
    }

    .section-step3 h2{
        font-size: 48px;
        color: #1d1d1d;
        text-align: left;
        margin-top: 60px;
        margin-bottom: 35px;
    }


    .section-step3{
        position: absolute;
        width: 50% !important;
        top: 0;
        left: 0;
        height: 100vh;
        padding: 0 10%;
        background: none !important;
    }

    .section-step3.section-step4{
        width: 35% !important;
    }

        
    .right-block{
        position: absolute;
        width: 50%;
        top: 0;
        right: 0;
        height: 100vh;
        background: url('../images/section-top.png') center/cover no-repeat !important;
    }

    .right-block2{
        background: url('../images/step4.png') center/cover no-repeat !important;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .with_frm_style .frm_submit {
        bottom: 60px;
    }

    .section-step3 h2{
        font-size: 48px;
        color: #1d1d1d;
        text-align: left;
        margin-top: 60px;
        margin-bottom: 30px;
    }


    .section-step3{
        position: absolute;
        width: 50% !important;
        top: 0;
        left: 0;
        height: 100vh;
        padding: 0 10%;
        background: none !important;
    }

    .section-step3.section-step4{
        width: 35% !important;
    }

        
    .right-block{
        position: absolute;
        width: 50%;
        top: 0;
        right: 0;
        height: 100vh;
        background: url('../images/section-top.png') center/cover no-repeat !important;

    }
        .right-block2{
        background: url('../images/step4.png') center/cover no-repeat !important;
    }
}

@media (min-width: 1920px) and (max-width: 2500px) {
    .with_frm_style .frm_submit {
        bottom: 10%;
    }

    .section-step1 .frm_radio label {
        width: 324px;
        height: 330px;
        border-radius: 29px;
        font-size: 24px;
    }
    .with_frm_style .frm_submit button {
        min-width: 408px;
    }

    .section-step2 h2,
    .section-step1 .frm_form_field h2 {
        padding-top: 10%;
        margin-bottom: 80px !important;
    }

    .section-step3 h2{
        font-size: 48px;
        color: #1d1d1d;
        text-align: left;
        margin-top: 60px;
        margin-bottom: 30px;
    }


    .section-step3{
        position: absolute;
        width: 50% !important;
        top: 0;
        left: 0;
        height: 100vh;
        padding: 0 10%;
        background: none !important;
    }

    .section-step3.section-step4{
        width: 35% !important;
    }
        
    .right-block{
        position: absolute;
        width: 50%;
        top: 0;
        right: 0;
        height: 100vh;
        background: url('../images/section-top.png') center/cover no-repeat !important;
    }
        .right-block2{
        background: url('../images/step4.png') center/cover no-repeat !important;
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .section-step2 h2,
    .section-step1 .frm_form_field h2 {
        padding-top: 175px;
        font-size: 36px;
        margin-bottom: 40px !important;
    }

    .section-step2 h2{
        padding-top: 0%;
    }

    .section-step1 .frm_radio label {
        width: 160px;
        height: 164px;
        border-radius: 16px;
        font-size: 14px;
    }

    .with_frm_style .frm_submit {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
        bottom: 20px;
    }

    .with_frm_style .frm_submit button{
        height: 62px !important;
        min-width: 370px;
        width: 100% !important;
    }

    .with_frm_style .frm_submit button{
        background: url('../images/btn-arrow.svg') 99.5% 50%/contain no-repeat !important;
        background-size: 54px 54px !important;
        background-color: #AE040B !important;
    }

    .with_frm_style .frm_submit button.frm_prev_page{
        background: url('../images/btn-arrow-down.svg') 99.5% 50%/contain no-repeat !important;
        background-size: 54px 54px !important;
         background-color: rgba(0, 0, 0, 0.7) !important;
    
    }

    .section-step1 .table-bord{
        width: calc(100% - 45px);
        margin-bottom: 50%;
    }

    .section-step1 .table-bord p{
        font-size: 20px;
        background: url('../images/cheked.svg') 0% 50%/contain no-repeat !important;
        background-size: 42px 42px !important;
        margin-bottom: 10px;
    }


    .section-step3 h2{
        font-size: 36px;
        color: #1d1d1d;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .section-step3 .frm_primary_label{
        font-size: 12px;
        font-weight: 600;
    }

    .section-step3 .frm_form_field{
        margin-bottom: 15px !important;
    }

    .with_frm_style input[type=text], 
    .with_frm_style input[type=password], 
    .with_frm_style input[type=email], 
    .with_frm_style input[type=number], 
    .with_frm_style input[type=url], 
    .with_frm_style input[type=tel], 
    .with_frm_style input[type=phone], 
    .with_frm_style input[type=search], 
    .with_frm_style select, 
    .with_frm_style textarea, 
    .frm_form_fields_style, 
    .with_frm_style .frm_scroll_box .frm_opt_container, 
    .frm_form_fields_active_style, 
    .frm_form_fields_error_style, 
    .with_frm_style .frm-card-element.StripeElement, 
    .with_frm_style .frm_slimselect.ss-main {
        height: 56px;
    }

    .right-block{
        display: none;
    }

    .section-step5 h2{
        margin-top: 85px;
    }

    .section-step5{
        padding-bottom: 200px;
    }
}


@media (min-width: 320px) and (max-width: 419px) {
    .section-step2 h2,
    .section-step1 .frm_form_field h2 {
        padding-top: 35%;
        font-size: 36px;
        margin-bottom: 40px !important;
    }

    .section-step2 h2{
        padding-top: 0%;
    }

    .section-step1 .frm_radio label {
        width: 130px;
        height: 133px;
        font-size: 14px;
        border-radius: 16px;
    }

    .with_frm_style .frm_submit {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
        bottom: 20px;
    }

    .with_frm_style .frm_submit button{
        min-width: 350px;
        height: 62px !important;
        width: 100% !important;
    }

    .with_frm_style .frm_submit button{
        background: url('../images/btn-arrow.svg') 99.5% 50%/contain no-repeat !important;
        background-size: 54px 54px !important;
        background-color: #AE040B !important;
    }

    .with_frm_style .frm_submit button.frm_prev_page{
        background: url('../images/btn-arrow-down.svg') 99.5% 50%/contain no-repeat !important;
        background-size: 54px 54px !important;
         background-color: rgba(0, 0, 0, 0.7) !important;
    }

    .section-step1 .table-bord{
        width: calc(100% - 45px);
        margin-bottom: 50%;
    }

    .section-step1 .table-bord p{
        font-size: 20px;
        background: url('../images/cheked.svg') 0% 50%/contain no-repeat !important;
        background-size: 42px 42px !important;
        margin-bottom: 10px;
    }


    .section-step3 h2{
        font-size: 36px;
        color: #1d1d1d;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .section-step3 .frm_primary_label{
        font-size: 12px;
        font-weight: 600;
    }

    .section-step3 .frm_form_field{
        margin-bottom: 15px !important;
    }

    .with_frm_style input[type=text], 
    .with_frm_style input[type=password], 
    .with_frm_style input[type=email], 
    .with_frm_style input[type=number], 
    .with_frm_style input[type=url], 
    .with_frm_style input[type=tel], 
    .with_frm_style input[type=phone], 
    .with_frm_style input[type=search], 
    .with_frm_style select, 
    .with_frm_style textarea, 
    .frm_form_fields_style, 
    .with_frm_style .frm_scroll_box .frm_opt_container, 
    .frm_form_fields_active_style, 
    .frm_form_fields_error_style, 
    .with_frm_style .frm-card-element.StripeElement, 
    .with_frm_style .frm_slimselect.ss-main {
        height: 56px;
    }

    .right-block{
        display: none;
    }

    .section-step4{
        padding-bottom: 200px;
    }

    .section-step5 h2{
        margin-top: 75px;
    }

    .section-step5{
        padding-bottom: 200px;
    }
}





/* new style */

.form-step.active{
    display: flex;
}

.form-step{
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
}

.form-step-9,
.form-step-1,
.form-step-2{
    overflow: hidden;
    height: 100svh;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(6px);
  transform: scale(1.05);
}

.hero-bg .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 0 10px;
  top: 5%;
}

.content .title {
   margin: 0;
   font-size: 48px;
   font-weight: 700;
   margin-bottom: 60px;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #AE040B;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 29px;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  border: 2px solid transparent;
}

.card input {
  display: none;
}

.card input:checked + span {
  background: #AE040B;
  color: #fff;
  border-color: #AE040B;
}

.card span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 29px;
  background: #fff;
  color: #AE040B;
  width: 364px;
  height: 370px;
  font-size: 24px;
  font-weight: 700;
  padding: 30px;
  box-sizing: border-box;
  transition: 0.3s;
  text-transform: uppercase;
}

.card:hover span {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

.btns-wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* кнопка */
.sub-thank,
.continue-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  height: 70px;
  max-width: 408px;
  width: 100%;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 2px;
  border-radius: 12px;
  cursor: pointer;
  transition: .3s;
  margin: 0 auto;
 
  text-decoration: none;
  box-sizing: border-box;
  text-transform: uppercase;
}

.gray-btn{
  border: 2px solid #616161;
  color: #616161;
}

.sub-thank span,
.continue-btn span{
    display: block;
    margin: auto;
    font-size: 16px;
    font-weight: 700;
}

.sub-thank{
    margin: 0;
    max-width: 100%;
}

.sub-thank,
.next-btn{
    background-color: #AE040B;
    border: 2px solid #AE040B
}

.continue-btn:hover {
  background: #fff;
  color: #000;
}

.lists-block{
    padding: 30px;
    max-width: 570px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: white;
    margin-bottom: 60px;
}

.lists-block ul{
    padding: 0;
}

.lists-block ul li{
    position: relative;
    list-style: none;
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 20px;
    padding-left: 60px;
    font-weight: 500;
    text-align: left;
    background: url('../images/cheked.svg') 0% 50%/contain no-repeat !important;
    background-size: 52px 52px !important;
    height: 52px;
    display: flex;
    align-items: center;
}






/* Wrapper with two sides */
.create-wrapper {
  display: flex;
  width: 100%;
}

/* === LEFT SIDE === */
.form-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
}

.form-side .continue-btn{
    max-width: 100%;
}

.form-inner {
  max-width: 420px;
  width: 100%;
  height: 100%;
}

.title-2{
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

.create-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.create-form input[type="text"],
.create-form input[type="email"],
.create-form input[type="password"],
.create-form input[type="tel"] {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: none;
  transition: 0.3s;
  margin-bottom: 20px;
}

.password-field {
  position: relative;
}

.password-field .toggle-pass {
  position: absolute;
  right: 12px;
  top: 36px;
  cursor: pointer;
  font-size: 16px;
  color: #888;
}

.terms {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0 0 20px;
  gap: 10px;
}

.form-inputs{
    display: flex;
    flex-direction: column;
}

.form-inputs div{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-inputs div .pass-class{
    margin-bottom: 10px;
}


.form-inner textarea,
.form-inner select,
.form-inner input {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 64px;
    background-color: transparent;
    font-size: 16px;
    color: #1d1d1d;
    padding: 0 12px;
    box-sizing: border-box;
    appearance: none;           
    -webkit-appearance: none;  
    -moz-appearance: none;      
    background: transparent;   
    background-image: none; 
}

.form-inner textarea{
    resize: none;
    padding: 15px;
    max-height: 170px;
    min-height: 100px;
}

.form-inner textarea::placeholder{
    color: rgba(0, 0, 0, 0.4);
}

.form-inner select {
  background: url('../images/arrow-right.svg') 96% 50%/contain no-repeat !important;
  background-repeat: no-repeat;
  background-size: 22px !important;
}

.form-inner label{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.form-inner input::placeholder {
   color: #939393;
   font-size: 16px;
}

.form-inner textarea:focus,
.form-inner input:focus,
.form-inner select:focus {
  border-color: #AE040B;
  outline: none;
}


.terms input[type="checkbox"] {
  appearance: none;             /* Прибирає стандартний вигляд */
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 2px solid #ccc;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s ease;
}

/* При наведенні */
.terms input[type="checkbox"]:hover {
  border-color: #ae040b66;
}

/* Коли вибрано */
.terms input[type="checkbox"]:checked {
  border-color: #AE040B;
  background-color: #AE040B;
}

/* Додамо галочку */
.terms input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

/* Лейбл */
.terms label {
  margin-left: 10px;
  font-size: 16px;
  color: #1d1d1d;
  line-height: 1.4;
  cursor: pointer;
}
💡


.input-search {
  position: relative;
}

.input-search input {
  width: 100%;
  border: 2px solid transparent;
   border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.input-search input:focus {
  border-color: #AE040B;
}

.input-search .search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 18px;
  cursor: pointer;
}

.dropdown {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #AE040B;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 5;
}

.dropdown li {
  padding: 12px 16px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: 0.2s;
}

.dropdown li:hover {
  background: #AE040B;
  color: #fff;
}

.terms label {
  flex: 1;
  margin: 0;
  font-weight: 400;
  color: rgba(1, 1, 1, .5);
}

.terms a {
  color: #AE040B;
  font-weight: 600;
  text-decoration: none;
}

.signin-text a:hover,
.terms a:hover {
  text-decoration: underline;
}


.pass-class{
    position: relative;
}

.pass-class .toggle-pass{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.signin-text a,
.terms a {
  color: #AE040B;
  text-decoration: none;
  font-weight: 600;
}

.signin-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
    font-weight: 400;
  color: rgba(1, 1, 1, .5);
}


/* === RIGHT SIDE === */
.image-side {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.form-step-1,
.form-step-2{
    /* height: 100svh; */
    /* padding-top: 3%; */
}

.form-step-3,
.form-step-4,
.form-step-5,
.form-step-6,
.form-step-8,
.form-step-7{
    margin-top: 85px;
}

.mini-logo svg{
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}

.form-step-3 .form-inner-2 .title-2{
    text-align: center;
}

.form-step-3 .form-inner-2 hr{
   border: 1px solid rgba(0, 0, 0, 0.4);
   margin-top: 50px;
   margin-bottom: 30px;
}

.form-step-3 .form-inner-2 .acount-btns{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.form-step-3 .form-inner-2 .acount-btns button{
    background: none;
    outline: none;
    border: none;
}

.form-step-3 .form-inner-2 .text-forgot{
    margin: 0;
    text-align: right;
    margin-bottom: 20px;
}



.steps-decor{
    display: flex;
    gap: 6px;
}

.steps-decor span{
    height: 4px;
    width: 32px;
    border-radius: 2px;
    background-color: #E6E6E6;
    margin-bottom: 40px;
}

.steps-decor span.bg-red{
    background-color: #AE040B;
}


.toggle-pass{
    cursor: pointer;
}

.toggle-pass svg {
  transition: opacity 0.2s ease;
}

.toggle-pass.active svg {
  opacity: 0.6; 
}

.form-step-8,
.form-step-4,
.form-step-7,
.form-step-6,
.form-step-5{
    overflow: hidden;
}

.form-step-8 .form-inner,
.form-step-4 .form-inner,
.form-step-7 .form-inner,
.form-step-6 .form-inner,
.form-step-5 .form-inner{
    padding-top: 150px;
}


.form-step-3 .image-side,
.form-step-8 .image-side,
.form-step-4 .image-side,
.form-step-7 .image-side,
.form-step-6 .image-side,
.form-step-5 .image-side {

    width: 50%;
    height: auto;
    min-height: 100vh;
}


.form-step-3 .image-side img,
.form-step-8 .image-side img,
.form-step-4 .image-side img,
.form-step-7 .image-side img,
.form-step-6 .image-side img,
.form-step-5 .image-side img{
    min-height: 100vh;
}


.form-step-8 .form-side,
.form-step-4 .form-side,
.form-step-7 .form-side,
.form-step-6 .form-side,
.form-step-5 .form-side {
    width: 50%;
}



/* .form-step-8 .btns-wrap, */
.form-step-7 .btns-wrap,
.form-step-6 .btns-wrap,
.form-step-5 .btns-wrap{
    position: relative;
    margin-top: 40px;
    bottom: auto;
}

.form-step-8 .btns-wrap{
    position: relative;
}

.img-wrap-up {
    width: 124px;
    height: 124px;
    margin: 0 !important;
}

.text-up{
    text-transform: uppercase;
    color: #AE040B;
    font-weight: 700;
    font-size: 14px;
}

.form-step-6 .form-inner .img-wrap-up-text label{
    font-size: 22px;
}

.wrap-select{
    padding: 20px 30px;
    border-radius: 12px;
    background-color: #F6F6F6;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 40px; 
    justify-items: center;
}

.wrap-select .element{
    cursor: pointer;
}

.wrap-select .element div{
    background-color: rgba(174, 4, 11, .44);
    width: 70px;
    height: 70px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.wrap-select .element.active div{
    background-color: rgba(174, 4, 11, 1);
}

.wrap-select .element div img{
    width: 100%;
    height: 100%;
}

.wrap-select .element p{
    color: #1D1D1D;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.title-3{
    margin: 0;
    color: #AE040B;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.text-description{
    margin: 0;
    color: #1D1D1D;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
}

.process-wrap{
    position: relative;
}

.wrap-select-two {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.group {
  background: #fdf6f6;
  padding: 20px 25px;
  border-radius: 14px;
}

.group h3 {
  margin: 0 0 15px;
  font-size: 22px;
  color: #1d1d1d;
}

.group .element {
  display: flex !important;
  align-items: center;
  width: fit-content;
  justify-content: center;
  padding: 5px 10px;
  background: #DB9194;
  border-radius: 8px;
  color: white;
  margin: 0 !important;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.el-wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 5px;
    margin: 0 !important;
}

.group .element.active {
  background: #C24248;
}

.progress {
  position: absolute;
  top: -40px;
  right: 10px;
}

.circle {
  width: 70px;
  height: 70px;
}

.circle-bg {
  fill: none;
  stroke: rgba(174, 4, 11, .26);
  stroke-width: 3.8;
  /* background-color: rgba(174, 4, 11, .26);; */
}

.circle-progress {
  fill: none;
  stroke: #ae040b;
  stroke-width: 3.8;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: stroke-dasharray 0.3s ease;
}

.circle-text {
  fill: #000;
  font-size: 0.4em;
  text-anchor: middle;
}

.form-step-9{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.form-step-9 .content{
    width: 100%;
}

.form-step-9 .lists-block{
    max-width: 587px;
    width: 100%;
    padding: 30px 80px;
}

.form-step-9 .lists-block .img-wrap{
    width: 180px;
    height: 180px;
    margin: auto;
    margin-bottom: 40px;
}

.form-step-9 .lists-block .img-wrap img{
    width: 100%;
    height: 100%;
}

.form-step-9 .lists-block h3{
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1D1D1D;
}

.form-step-9 .lists-block p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
     color: #1D1D1D;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .form-inner {
        max-width: 700px;
    }

    .form-step-3, .form-step-4, .form-step-5, .form-step-6, .form-step-7, .form-step-8{
        margin-top: 185px;
    }

    .form-step-3-2 .form-inner{
        margin-top: -244px !important;
        max-width: 100%;
    }

    .form-step-8,
    .form-step-7,
    .form-step-6,
    .form-step-5,
    .form-step-4 {
        padding-bottom: 40px;
    }
}


@media (min-width: 1201px) and (max-width: 1439px) {
    .card span {
        width: 261px;
        height: 261px;
        font-size: 18px;
    }

    .content .title {
        font-size: 40px;
        margin-bottom: 30px;
    }


    .form-step-1, .form-step-2, .form-step-9{
        padding: 5% 0;
        padding-top: 10%;
    }



}


@media  (max-width: 819px) {
    .card span {
        width: 300px;
        height: 304px;
    }

}


@media  (max-width: 767px) {
    .content .title {
        font-size: 36px;
        margin-bottom: 45px;
    }

    .form-step-9 .lists-block h3{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .form-step-9 .lists-block p{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .form-step-9 .lists-block .img-wrap{
        width: 80px;
        height: 80px;
        margin: auto;
        margin-bottom: 20px;
    }

    .form-step-9 .lists-block {
        padding: 20px 20px;
        max-width: 90%;
    }

    .group h3 {
        font-size: 20px;
    }

    .group .element {
        padding: 4px 10px;
        font-size: 12px;
    }

    .wrap-select .element div p{
        font-size: 14px;
    }

    .title-3{
        font-size: 22px;
    }

    .text-description{
        font-size:18px;
        margin-bottom: 0;
    }

    .wrap-select{
        background-color: #fff;
    }

    .img-wrap-up {
        width: 90;
        height: 90px;
    }

    .mini-logo{
        display: none;
    }

    .wrap-select {
        padding: 20px 10px;
        gap: 20px 25px;
    }

    .card span {
        width: 195px;
        height: 199px;
        font-size: 14px;
        border-radius: 16px;
         padding: 20px;
    }

    .cards {
        gap: 10px;
        margin-bottom: 0px;
    }

    .btns-wrap{
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .sub-thank,
    .continue-btn{
        font-size: 14px;
        height: 62px;
    }

    .form-step-8 .btns-wrap{
        margin-top: 20px;
    }
    .form-step-7 .btns-wrap,
    .form-step-6 .btns-wrap,
    .form-step-5 .btns-wrap{
        margin-top: 30px;
    }


    .form-step-8 .form-inner,
    .form-step-4  .form-inner,
    .form-step-7  .form-inner,
    .form-step-6  .form-inner,
    .form-step-5 .form-inner {
        padding: 0px 0;
    }

    .sub-thank svg,
    .continue-btn svg{
       width: 55px;
       height: 55px;
    }

    .content {
        top: 0%;
    }

    .lists-block{
        border-radius: 16px;
        margin-bottom: 0px;
    }

    .lists-block ul li {
        font-size: 20px;
        margin-bottom: 15px;
        padding-left: 60px;
        background: url(../images/cheked.svg) 0% 50% / contain no-repeat !important;
        background-size: 42px 42px !important;
        height: 42px;
    }

    .form-step-8,
    .form-step-7,
    .form-step-6,
    .form-step-5,
    .form-step-4 ,
    .form-step-3 {
        padding: 0 15px;
        padding-bottom: 70px;
    }

    .form-step-3, .form-step-4, .form-step-5 {
        margin-top: 125px;
    }

    .title-2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 45px;
    }

    .form-inner label {
        font-size: 12px;
    }

    .form-inner select,
    .form-inner input{
        height: 60px;
       
    }

    .form-inputs div{
        margin-bottom: 15px;
    }


    .form-step-3-2 .form-inner-2{
        padding-bottom: 0;
    }
}

@media  (max-width: 414px) {
    .card span {
        width: 168px;
        height: 173px;
        padding: 14px;
    }

  
    .form-step-4 .continue-btn{
        max-width: 90%;
    }

    .cards {
        margin-bottom: 40px;
    }

    .content {
        height: 100%;
    }

    /* .cont-wrap{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    } */

    .lists-block{
        padding: 15px;
    }


    .form-step-2  .content .title {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .content {
        top: 25%;
    }

    
}

@media  (max-width: 390px){

    .form-step-8,
    .form-step-7,
    .form-step-6,
    .form-step-5,
    .form-step-3, 
    .form-step-4 {
        margin-top: 125px;
    }
}

html{
    margin: 0 !important;
}

@media  (max-width: 1200px) {
    .image-side{
        display: none;
    }

    /* .form-step-8 .form-inner,
    .form-step-7 .form-inner, */
    .form-step-6 .form-inner,
    .form-step-5 .form-inner,
    .form-step-3 .form-inner,
    .form-step-4 .form-inner{
        background: url('../images/logo2.png') 50% 50%/contain no-repeat !important;
        background-color: #fff;
    }

    .form-step-3 .form-inner-2 hr{
        border-top: 1px solid rgba(0, 0, 0, 0.4);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .form-step-3 .form-inner-2 .text-forgot {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 30px;

    }

    .form-step-3-2{
        margin-top: 90px;
        padding: 0;
        padding-bottom: 30px;
    }

    .form-step-3-2 .create-wrapper{
        flex-direction: column-reverse;
       
    }

    .form-step-3-2 .form-inner{
        padding: 0 15px;
        border-radius: 30px;
        padding-top: 40px;
        margin-top: -32px;
        position: relative;
        z-index: 1;
        background: url(../images/logo2.png) 50% 50% / contain no-repeat !important;
        background-color: #fff !important;
        background-size: 120% !important;
    
    }

    .form-step-3-2 .image-side{
        display: block;
    }

    .steps-decor{
        display: none;
    }
}




@media  (min-width: 1201px) {
    .create-wrapper {
        align-items: center;
    }

    .form-step-3 .create-wrapper,
    .form-step-8 .create-wrapper,
    .form-step-4 .create-wrapper,
    .form-step-7 .create-wrapper,
    .form-step-6 .create-wrapper,
    .form-step-5 .create-wrapper {
        align-items: stretch;
    }

    .form-step-3 .form-side{
        padding: 40px 0;
    }
}

.wrap-select-two input,
.wrap-select input{
    display: none;
}

.wrap-select input:checked + div {
    background-color: rgba(174, 4, 11, 1);
}


.wrap-select-two .element label,
.wrap-select-two .element p{
    margin: 0;
    cursor: pointer;
}

.wrap-select-two .element:has(input:checked) {
    background: #C24248;
}