.wrapper {
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 119px;
}

.path {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 30px;

    color: rgba(0, 0, 0, 0.50);
}

.path .pagename {
    all: unset;
    font-size: 13px;
    line-height: 18px;
}

.path .pagename.active {
    font-weight: 600;
}

.banner_block {
    display: flex;
    position: relative;
}

.banner_block {
    display: grid;
    grid-template-columns: 1fr 450px;
    padding: 0 60px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;

    align-items: center;
    width: 100%;
    height: 430px;
    margin-top: 50px;
    border-radius: 20px;
}

.banner_block .info .title {
    font-size: 64px;
    font-weight: 700;
}

.banner_block .info .description {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.banner_block .info .button {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;

    font-size: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 20px;

    margin-top: 15px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 5px 6px 29px 2px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;

    cursor: pointer;
    transition: all .3s ease-in-out;
}

.banner_block .info .button:hover {
    scale: .98;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.07);
}

.banner_block .img_wrapper {
    display: flex;
    position: absolute;
    top: -75px;
    right: 0;
    z-index: -1;
}

.under_banner {
    display: none;
    margin: 20px auto 0;
    justify-content: center;
}

.under_banner input {
    all: unset;
    padding: 22px 25px;

    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;

    border-radius: 10px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);

    cursor: pointer;
}

.we_block {
    margin-top: 140px;
}

.we_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.we_block .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 60px;
}

.we_block .list .item {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 35px;
    box-sizing: border-box;

    border-radius: 20px;
    background: #FFF;

    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);
}

.we_block .list .item .icon {
    width: 70px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    border: 1px solid #FFF;
    background: var(--1, linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
    box-sizing: border-box;
}

.we_block .list .item .info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.we_block .list .item .info .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}

.we_block .list .item .info .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.franchise_block {
    overflow: hidden;
    margin-top: 140px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    box-sizing: border-box;
    position: relative;

    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);
}

.franchise_block .info {
    display: flex;
    flex-direction: column;
    padding: 60px 30px 60px 20px;
    align-self: start;
}

.franchise_block .info>.title {
    font-size: 48px;
    font-weight: 700;
    line-height: 40px;
}

.franchise_block .info .description {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.franchise_block .info .description:last-child {
    margin-top: 45px;
}

.franchise_block .info .list {
    margin-top: 30px;
    padding-left: 40px;
}

.franchise_block .info .list>.title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}

.franchise_block .info .list .items {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.franchise_block .info .list .items .item {
    display: flex;
    gap: 25px;
    align-items: center;
}

.franchise_block .info .list .items .item .bullet {
    width: 10px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #2D6FEF;
    flex-shrink: 0;
}

.franchise_block .info .list .items .item .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.franchise_block .img_wrapper {
    position: relative;
}

.franchise_block .img_wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cycle_block {
    margin-top: 140px;
}

.cycle_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.cycle_block .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

    margin-top: 48px;
}

.cycle_block .description .bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;

    margin-bottom: 6px;
}

.cycle_block .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 42px;

    margin-top: 45px;
}

.cycle_block .list .item {
    padding: 25px 15px 25px 42px;

    border-radius: 20px;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);
}

.cycle_block .list .item .title {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.cycle_block .list .item .title .icon {
    width: 104px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;

    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #FFF;
    background: var(--1, linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
}

.cycle_block .list .item .title .text {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.cycle_block .list .item .content {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
}

.wishes_block {
    margin-top: 140px;
}

.wishes_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.wishes_block>.description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

    margin-top: 48px;
}

.wishes_block .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 125px;
    margin-top: 48px;
}

.wishes_block .list .item {
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-template-rows: 130px 1fr;
    padding: 5px 20px 25px 25px;
}


.wishes_block .list .item .icon {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wishes_block .list .item .text {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    align-items: center;
}

.wishes_block .list .item .content {
    font-size: 18px;
    line-height: 24px;
    grid-column: span 2;
}

.order_block {
    margin-top: 140px;
}

.order_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.order_block .progress_bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.order_block .progress_bar .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;

    position: relative;
}

.order_block .progress_bar .item .bullet {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    box-sizing: border-box;
    margin-top: 70px;

    background: var(--1, linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);

    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    line-height: 20px;
    flex-shrink: 0;
}

.order_block .progress_bar .item .bullet::after {
    content: "";
    position: absolute;
    height: 5px;
    width: calc(100%);
    background-color: #0050EC;
    transform: translate(50%, 0);
    z-index: -1;
}

.order_block .progress_bar .item:last-child .bullet::after {
    all: unset;
}

.order_block .progress_bar .item .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.order_block .progress_bar .item .info .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.order_block .progress_bar .item .info .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.order_consultation {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 60px 20px 50px;
    margin-top: 140px;

    border-radius: 20px;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);
}

.order_consultation .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.order_consultation .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 2px;
}

.order_consultation .fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr)) calc(100vw / 1920 * 340);
    height: 70px;
    gap: 20px;
}

.order_consultation .fields input {
    all: unset;
}

.order_consultation .fields .field {
    height: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;

    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.30);

    font-size: 18px;
    line-height: 24px;
}

.order_consultation .fields .button {
    text-align: center;
    width: 100%;
    box-sizing: border-box;

    border-radius: 10px;
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0050EC 0%, #0050EC 100%);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
    padding: 0 20px;

    color: var(--white, #FAFAFA);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.order_consultation .fields .button:hover {
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0D81EC 0%, #20A5CF 100%);
}

.wpcf7-response-output {
    text-align: center !important;
    color: #dc3232 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 4px;
}

.fields p:last-child {
    position: relative;
    display: flex;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.wpcf7-response-output {
    margin-top: 4px !important;
}

.order_consultation .wpcf7-response-output {
    display: none;
}

.order_consultation_mobile {

    display: none;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.order_consultation_mobile>.title {
    font-size: 32px;
    font-weight: 700;
}

.order_consultation_mobile>.subtitle {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.order_consultation_mobile input {
    all: unset;
    margin-top: 30px;
    padding: 25px 42px;

    color: var(--white);
    font-size: 20px;
    line-height: 20px;

    border-radius: 10px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);

    cursor: pointer;
}