

/*-------------------wrap_header redesign----------------------*/
.wrap_header.redesign {
    padding-top: 92px;
    position: relative;
    width: 100%;
    height: unset;
    /* background: purple; */
}
/* .wrap_header.redesign header {
    position: relative;
} */
.wrap_header.redesign .header_bg::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.4); */
    background: linear-gradient(105deg, rgba(10, 60, 71, 0.72) 0%, rgba(10, 60, 71, 0.4) 50%, rgba(10, 60, 71, 0.55) 100%);
}
.wrap_header.redesign .header_bg_in {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    /* filter: brightness(0.6); */
}
@media only screen and (min-width:1100px) {
    .wrap_header.redesign {
        padding-top: 105px;
    }
}

/*-------------------wrap_header redesign end----------------------*/

/*-------------------header redesign----------------------*/
.wrap_header.redesign.white_header header {
    background: white;
}
.wrap_header.redesign.white_header header .wrap .h_logo a {
    background: none;
    padding: 4px;
}
.wrap_header.redesign.white_header header .mob_menu.show .h_logo a {
    background: var(--light-green);
}
.wrap_header.redesign.white_header header .wrap .h_hamburger .hamb_wrap span {
    background: var(--alt-text-dark);
}
@media only screen and (min-width:1100px) {
    .wrap_header.redesign.white_header header .mob_menu .h_menu ul li a {
        color: var(--alt-text-dark);
    }
    .wrap_header.redesign.white_header header .mob_menu .h_menu ul li a:hover {
        color: var(--alt-main-btn-color-hover);
    }
    .wrap_header.redesign.white_header header .mob_menu .h_dop .h_phones .item a {
        color: var(--alt-text-dark);
    }
    .wrap_header.redesign.white_header header .mob_menu .h_dop .h_phones .item a:hover {
        color: var(--alt-main-btn-color-hover);
    }
    .wrap_header.redesign.white_header header .wrap .mob_menu .h_dop .h_setting .in select, header .wrap .mob_menu.show .h_dop .h_setting .in select {
        color: var(--alt-text-dark);
        font-size: 14px;
        font-weight: 500;
        border: 1px solid var(--alt-input-focus);
        transition: 0.2s;
        background: white;
    }
    /* .wrap_header.redesign.white_header header .wrap .mob_menu .h_dop .h_setting .in select, header .wrap .mob_menu.show .h_dop .h_setting .in select:hover {
        background: var(--light-green);
    } */
}
/*-------------------header redesign end----------------------*/

/*-------------------hero2----------------------*/
.redesign .hero2 {
    /* padding-top: 92px; */
    /* height: calc(100% - 92px); */
    /* height: 100%; */
    /* background: blue; */
    /* padding-bottom: 50px; */
    font-family: "Manrope", sans-serif;
    position: relative;
}
/* .redesign .hero2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(105deg, rgba(10, 60, 71, 0.72) 0%, rgba(10, 60, 71, 0.4) 50%, rgba(10, 60, 71, 0.55) 100%);
    z-index: 1;
} */
.redesign .hero2 .wrap {
    position: relative;
    z-index: 2;
    padding: 32px 16px;
    /* height: 100%; */
    /* display: grid;
    grid-template-rows: 0.45fr 0.55fr; */
    /* display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center; */
}
.redesign .hero2 .wrap .hero_h1 {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}
.redesign .hero2 .wrap .hero_h1 .sup_text {
    position: relative;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    padding: 8px 16px;
    animation-delay: 0.05s;
    animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}
.redesign .hero2 .wrap .hero_h1 .sup_text span {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: var(--alt-input-focus);
    border-radius: 50%;
    animation: pulse-animation 3s infinite;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    flex: none;
}
@keyframes pulse-animation {
    0% {
      /* box-shadow: 0 0 0 0px rgba(255, 197, 64, 0.8); */
      box-shadow: 0 0 0 0px var(--alt-input-focus);
    }
    30% {
      box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
      }
  }
.redesign .hero2 .wrap .hero_h1 .sup_text::before {
    /* position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    z-index: -1; */
}
@keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
.redesign .hero2 .wrap .hero_h1 h1 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: white;
    /* text-transform: uppercase; */
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.2); */
    margin: 32px 0;
}
.redesign .hero2 .wrap .hero_h1 h1 span {
    /* font-weight: 700;
    text-transform: uppercase; */
    color: var(--main-basic-color);
}
.redesign .hero2 .wrap .hero_h1 .sub_text {
    color: white;
    margin-top: 30px;
    max-width: 620px;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 40px;
}
.redesign .hero2 .wrap .start {
    width: 100%;
    /* max-width: 600px; */
    /* padding: 15px; */
    /* border-radius: 10px; */
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.redesign .hero2 .wrap .start .wrap_start_form {
    width: 100%;
    /* max-width: 600px; */
    padding: 20px;
    /* border-radius: 10px; */
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.redesign .hero2 .wrap .start form {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.redesign .hero2 .wrap .start form .form_item {
    position: relative;
}
.redesign .hero2 .wrap .start form .form_item span.capt {
    display: block;
    /* color: #5C979E; */
    color: var(--alt-text-label);
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
}
.redesign .hero2 .wrap .start form .form_item select {
    min-height: 50px;
}
.redesign .hero2 .wrap .start form .form_item select,
.redesign .hero2 .wrap .start form .form_item input {
    width: 100%;
    border: 2px solid var(--alt-main-border);
    border-radius: 14px;
    color: var(--alt-text-dark);
    font-family: "Manrope", sans-serif;
    transition: 0.2s;
}
.redesign .hero2 .wrap .start form .form_item select:focus,
.redesign .hero2 .wrap .start form .form_item input:focus,
.redesign .hero2 .wrap .start form .form_item select:hover,
.redesign .hero2 .wrap .start form .form_item input:hover {
    border-color: var(--alt-input-focus);
}
.redesign .hero2 .wrap .start form .form_item select option:disabled {
    color: lightgray;
}
.redesign .hero2 .wrap .start form .form_item select option span {
    font-size: 14px;
}
.redesign .hero2 .wrap .start form .form_item.warning select {
    /* position: relative; */
    border-bottom: 1px solid var(--main-btn-color);
}
/* .hero .wrap .start form .form_item.warning::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon_warning_red.png) no-repeat;
    background-size: contain;
    border-bottom: 5px;
    right: 16px;
} */
.redesign .hero2 .wrap .start form .form_item.warning .warning_label {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: inline-block;
    color: var(--main-btn-color);
    font-size: 14px;
}
/* .hero .wrap .start form .form_item.warning .warning_label::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon_warning_red.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
} */
.redesign .hero2 .wrap .start form button {
    width: 100%;
    border-radius: 50px;
    min-height: 50px;
    box-shadow: 0 8px 16px rgb(244 122 91 / 40%);
}
.redesign .hero2 .wrap .start form button:hover {
    background: var(--alt-main-btn-color-hover);
    box-shadow: 0 8px 8px rgb(244 122 91 / 40%);
}

.redesign .hero2 .wrap .start .wrap_start_form .wrap_not_need_visa {
    padding-top: 35px;
    display: none;
}
.redesign .hero2 .wrap .start .wrap_start_form .wrap_not_need_visa p {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-btn-color);
}
@media only screen and (min-width:768px) {
    .redesign .hero2 {
        /* height: 70vh; */
    }
    .redesign .hero2 .wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 48px 32px;
    }
    .redesign .hero2 .wrap .hero_h1 .sup_text {
        padding: 10px 16px;
    }
    .redesign .hero2 .wrap .hero_h1 h1 {
        font-size: 60px;
        /* color: var(--main-basic-color); */
    }
    .redesign .hero2 .wrap .hero_h1 h1 span {
        /* color: white; */
    }
    .redesign .hero2 .wrap .hero_h1 .sub_h1 {
        margin-top: 50px;
        font-size: 22px;
    }
    .redesign .hero2 .wrap .start .wrap_start_form {
        max-width: unset;
        width: unset;
        /* background: white; */
        /* background: var(--light-green); */
        padding: 24px;
    }
    .redesign .hero2 .wrap .start form {
        
        max-width: unset;
        display: grid;
        gap: 20px;
        grid-template-columns: 0.37fr 0.37fr 0.26fr;
        align-items: flex-end;
    }
    .redesign .hero2 .wrap .start form .form_item select,
    .redesign .hero2 .wrap .start form .form_item input {
        width: 180px;
    }
}
@media only screen and (min-width:1100px) {
    .redesign .hero2 .wrap {
        padding: 140px 96px;
    }
}
/*-------------------hero2 end----------------------*/

