*,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#BreadcrumbList,
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal
}

body {
    font-family: Raleway, sans-serif
}

html{
    scroll-behavior: smooth !important;
}

body,
html {
    margin: 0 !important
}

.big-bg.active {
    opacity: 1;
    visibility: visible
}

.big-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 9999999;
    opacity: 0;
    visibility: hidden
}

input {
    border-radius: 0 !important
}

:root {
    --main-color: #2E6B75;
    --dark-color: #2D2D2D;
    --light-color: #fff
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

*,
html *,
html :after,
html :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.stop,
html.stop {
    position: relative;
    height: 100%
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    text-decoration: none
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    margin: .5208vw;
    background: 0 0;
    width: 0
}

body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
    display: none
}

body::-webkit-scrollbar-track-piece,
html::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, .15)
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    margin: .5208vw;
    background: rgba(0, 0, 0, .75);
    border-radius: .1563vw
}

.container {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 10;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 95.83333vw;
    margin: auto;
}

.swiper {
    width: 100%;
    height: 100%
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999999;
    background: #fff;
    padding: 1.30208vw 0;
}

.header .btn{
    display: none;
}

.header .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header img {
    width: 11.97917vw;
    height: auto;
}

.header .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.60417vw;
}

.header .list a {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    text-align: center;
    color: #384146;
    transition: 0.3s;
}

.header .list a:hover {
    color: #1B84FF;
}

.base-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0.83333vw;
    border-radius: 0.52083vw;
    padding: 0vw 0.57292vw 0 0.9375vw;
    background: #00b4fa;
    height: 2.86458vw;
    cursor: pointer;
    min-width: 13.5vw;
}

.base-btn p {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.83333vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #fff;
    margin-top: -0.15625vw;
    flex-grow: 1;
    text-align: center;
}

.base-btn .arrow {
    width: 1.71875vw;
    height: 1.71875vw;
    border-radius: 0.3125vw;
    background: #1D4055;
    position: relative;
    overflow: hidden;
}

.base-btn .arrow:before,
.base-btn .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.71875vw;
    height: 1.71875vw;
    background: url(../img/base-btn-arrow.svg) center center no-repeat;
    background-size: cover;
    transform: translate(0, -50%);
    transition: 0.3s;
}

.base-btn .arrow:after {
    left: -100%;
}

.base-btn:hover .arrow:before,
.base-btn:hover .arrow:after {
    margin-left: 1.71875vw;
}

.b1 {
    margin-top: 8.59375vw;
}

.b1 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.04167vw;
}

.b1.thank .container{
    grid-template-columns: 1fr;
    display: flex;
}

.b1 .left {
    background: #f6f6f9;
    border-radius: 1.66667vw;
    width: 47.39583vw;
    height: 40.36458vw;
    padding: 3.125vw 1.71875vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.b1 .left h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 4.375vw;
    line-height: 80%;
    color: #1d4055;
}

.b1 .left .desc {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #384146;
    margin-top: 2.60417vw;
    max-width: 31.25vw;
}

.b1 .left .sub-desc {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 0.83333vw;
    color: #1b84ff;
    margin-top: 1.04167vw;
    padding-left: 1.45833vw;
    position: relative;
}

.b1 .left .sub-desc:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.04167vw;
    height: 0.98958vw;
    background: url(../img/b1-sub-desc-btn.svg) center center no-repeat;
    background-size: cover;
    transform: translate(0, -50%);
}

.b1 .left .flags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 1.5625vw;
    margin-top: 2.60417vw;
}

.b1 .left .flags img {
    width: 2.60417vw;
    height: 2.60417vw;
    margin-left: 0.52083vw;
}

.b1 .left .flags img:first-child {
    margin: 0;
}

.b1 .left .flags p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.72917vw;
    line-height: 120%;
    color: #384146;
    max-width: 8.33333vw;
}

.b1 .left .btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 1.04167vw;
}

.white-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.83333vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #1d4055;
    width: 13.48958vw;
    height: 2.86458vw;
    background: #fff;
    border-radius: 0.52083vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.white-btn p {
    margin-top: -0.15625vw;
}

.b1 .right {
    border-radius: 1.66667vw;
    background: #00b4fa;
    position: relative;
    overflow: hidden;
}

.b1 .right .img {
    width: 47.39583vw;
    height: 40.36458vw;
    background: url(../img/b1-desc.png) center center no-repeat;
    background-size: cover;
}

.b1 .roll-lines {
    display: flex;
    flex-direction: column;
    grid-gap: 0.5208vw;
    width: 100%;
    height: 5.8333vw;
    position: relative;
    margin-bottom: 6.25vw;
    position: absolute;
    top: 1.5625vw;
}

.b1 .roll-lines .line {
    margin: 0;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 60s linear infinite sbs-anim;
    animation: 60s linear infinite sbs-anim;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
    grid-gap: 1.04167vw;
    padding-right: 1.04167vw;
}

.b1 .roll-lines .line.l2 {
    -webkit-animation: 60s linear infinite sbs-anim;
    animation: 60s linear infinite reverse sbs-anim;
    top: 4.47917vw;
}

@-webkit-keyframes sbs-anim {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes sbs-anim {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.b1 .roll-lines .line .p {
    height: 3.4375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.05208vw solid rgba(255, 255, 255, 0.1);
    border-radius: 0.83333vw;
    padding: 0 1.82292vw;
    backdrop-filter: blur(1.04167vw);
    box-shadow: 0 0.41667vw 2.1875vw 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.14);
}

.b1 .roll-lines .line p {
    white-space: nowrap;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #fff;
    margin-top: -0.15625vw;
}

.b1.thank .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.b1.thank .left h1 {
    max-width:800px;
    text-align: center;
}

.b1.thank .left .desc{
    text-align: center;
    max-width: 600px;
}
.b1.thank .left .btns{
    margin-top: 2.60417vw;
}

.b2 {
    padding-top: 8.33333vw;
}

.b2 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.04167vw;
}

.b2 h2,
.b3 h2,
.b4 h2,
.b6 h2,
.b7 h2,
.b8 h2,
.b10 h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 3.33333vw;
    color: #1d4055;
}

.b2 h2 strong,
.b3 h2 strong,
.b4 h2 strong,
.b6 h2 strong,
.b7 h2 strong,
.b8 h2 strong,
.b10 h2 strong {
    font-weight: 700;
}

.b2 .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b2 .left .desc {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #384146;
    margin-top: 1.5625vw;
    max-width: 31.25vw;
}

.b2 .down a {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1D4055;
}

.b2 .down .soc,
.b4 .down .soc {
    display: flex;
    margin-bottom: 0.52083vw;
    grid-gap: 0.52083vw;
}

.b2 .down .soc a,
.b4 .down .soc a {
    width: 2.34375vw;
    height: 2.34375vw;
    display: block;
    background: #071437;
    border-radius: 50%;
}

.b2 .down .soc a.tg,
.b4 .down .soc a.tg {
    background: url(../img/b6-tg.svg) center center no-repeat;
    background-size: cover;
}

.b2 .down .soc a.viber,
.b4 .down .soc a.viber {
    background: url(../img/b6-viber-1.svg) center center no-repeat;
    background-size: cover;
}

.b2 .down .soc a.wa,
.b4 .down .soc a.wa {
    background: url(../img/b6-wa.svg) center center no-repeat;
    background-size: cover;
}

.b2 .down .soc a.inst,
.b4 .down .soc a.inst {
    background: url(../img/b6-inst.svg) center center no-repeat;
    background-size: cover;
}

.b2 .right {
    border-radius: 1.66667vw;
    min-height: 29.0625vw;
    background: #f6f6f9;
    padding: 1.5625vw;
}

.b2 .mob {
    display: none
}

.b2 .right .nav {
    display: flex;
    grid-gap: 0.52083vw;
    width: 100%;
    margin-bottom: 2.34375vw;
}

.b2 .right .nav span {
    border-radius: 1.5625vw;
    height: 0.26042vw;
    background: #fff;
    flex-grow: 1;
    transition: 0.3s;
}

.b2 .right .nav span.active {
    background: #00b4fa;
}

.b2 .right .num {
    display: flex;
    align-items: center;
    grid-gap: 1.04167vw;
}

.b2 .right .num span {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.04167vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
}

.b2 .right .num p {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.35417vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
}

.b2 .right .head {
    margin-top: 0.52083vw;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.66667vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
}

.b2 .right .ans {
    margin-top: 2.34375vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.78125vw;
}

.b2 .right .ans .an {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 1.5625vw;
    border-radius: 1.25vw;
    padding: 0 1.30208vw;
    background: #fff;
    width: 100%;
    height: 3.69792vw;
    cursor: pointer;
    transition: 0.3s;
}

.b2 .right .ans .an p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.35417vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
    margin-top: -0.15625vw;
    transition: 0.3s;
}

.b2 .right .ans .an span {
    width: 1.04167vw;
    height: 1.04167vw;
    border: 0.10417vw solid #1D4055;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
}

.b2 .right .ans .an span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.57292vw;
    height: 0.57292vw;
    background: #1D4055;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0;
}

.b2 .right .ans .an.active span:before {
    opacity: 1;
}

.b2 .right .ans .an:hover {
    background: #00b4fa;
}

.b2 .right .ans .an:hover span {
    border-color: #fff;
}

.b2 .right .ans .an:hover p {
    color: #fff;
}

.b2 .right .ans .an:hover span:before {
    background: #fff;
}

.b2 .right .q {
    display: none;
}

.b2 .right .q.active {
    display: flex;
    flex-direction: column;
}

.b2 .right .form,
.b6 .form ,
.form-results.base-popup .container-form .cont .form{
    display: flex;
    flex-direction: column;
    grid-gap: 0.78125vw;
    margin-top: 2.34375vw;
    max-width: 26.04167vw;
}

.b2 .right .form input,
.b6 .form input,
.form-results.base-popup .container-form .cont .form input{
    border-radius: 0.52083vw !important;
    border: #fff;
    height: 2.86458vw;
    padding: 0.72917vw;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: #1d4055;
    outline: none;
    border-style: solid;
    border-width: 0.1vw;
    transition: 0.3s;
}

.b2 .right .form input.error,
.b6 .form input.error,
.form-results.base-popup .container-form .cont .form input.error{
    border-color:  red;
}

.b2 .right .form input::-webkit-input-placeholder,
.b6 .form input::-webkit-input-placeholder,
.form-results.base-popup .container-form .cont .form input::-webkit-input-placeholder{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: #384146;
}

.b2 .right .form input::-moz-placeholder,
.b6 .form input::-moz-placeholder,
.form-results.base-popup .container-form .cont .form input::-moz-placeholder{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: #384146;
}

.b2 .right .form input:-ms-input-placeholder,
.b6 .form input:-ms-input-placeholder,
.form-results.base-popup .container-form .cont .form input:-ms-input-placeholder{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: #384146;
}

.b2 .right .form input::-ms-input-placeholder,
.b6 .form input::-ms-input-placeholder,
.form-results.base-popup .container-form .cont .form input::-ms-input-placeholder{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: #384146;
}

.b2 .right .form input::placeholder,
.b6 .form input::placeholder,
.form-results.base-popup .container-form .cont .form input::placeholder{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: #384146;
}

.b2 .right .form .form-desc,
.b6 .form .form-desc,
.form-results.base-popup .container-form .cont .form .form-desc{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 0.625vw;
    color: rgba(29, 64, 85, 0.5);
    text-align: center;
    margin-top: -0.52083vw;
    padding: 0 2.08333vw;
}

.b3 {
    padding-top: 6.35417vw;
}

.b3 h2 {
    margin: auto;
}

.b3 .h2-desc {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    text-align: center;
    color: #384146;
    max-width: 55.46875vw;
    margin: auto;
    margin-top: 1.5625vw;
}

.b3 .cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.04167vw;
    margin-top: 2.08333vw;
    padding: 1.04167vw;
    border: 0.05208vw solid #e4e4e4;
    border-radius: 1.66667vw;
}

.b3 .left {
    border-radius: 1.25vw;
    background: url(../img/b3-img.png) center center no-repeat;
    background-size: cover;
    position: relative;
}

.b3 .left .p,
.b6 .right .p,
.b7 .p {
    position: absolute;
    bottom: 1.04167vw;
    left: 1.04167vw;
    width: fit-content;
    border: 0.05208vw solid rgba(255, 255, 255, 0.1);
    border-radius: 0.83333vw;
    padding: 0 1.82292vw;
    backdrop-filter: blur(1.04167vw);
    box-shadow: 0 0.41667vw 2.1875vw 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.14);
    height: 3.4375vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b3 .left p,
.b6 .right .p p,
.b7 .p p {
    white-space: nowrap;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #fff;
    margin-top: -0.15625vw;
}

.b3 .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.04167vw;
}

.b3 .right .box {
    border-radius: 1.25vw;
    padding: 1.5625vw;
    background: #eff5fc;
}

.b3 .right .box img {
    width: 1.875vw;
    height: 1.875vw;
}

.b3 .right .box h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.35417vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
    margin-top: 1.5625vw;
}

.b3 .right .box h3 span {
    font-size: 0.9375vw;
    display: block;
    margin-top: -0.15625vw;
}

.b3 .right .box p {
    margin-top: 0.52083vw;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.83333vw;
    line-height: 120%;
    color: #384146;
}

.b3 .right .box.trigger {
    background: #00b4fa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b3 .right .box.trigger h3 {
    color: #fff;
    margin-top: 0;
}

.b3 .right .box.trigger .base-btn {
    background: #fff;
}

.b3 .right .box.trigger .base-btn p {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.83333vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
    margin-top: 0;
}

.b4 {
    /* margin-top: 9.375vw; */
}

.b4 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.04167vw;
}

.b4 .up p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #384146;
    margin-top: 1.5625vw;
    max-width: 39.32292vw;
}

.b4 {
    padding-top: 4.16667vw;
}

.b4 .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.b4 .up {
    flex-grow: 1;
}

.b4 .left .stick {
    position: sticky;
    top: 10.41667vw;
}

.b4 .down {
    margin-top: 5.20833vw;
    display: flex;
    align-items: center;
    grid-gap: 0.52083vw;
    align-items: center;
}

.b4 .left .down .soc {
    margin: 0;
}

.b4 .r {
    display: flex;
    flex-direction: row;
    grid-gap: 2.60417vw;
}

.b4 .r .row {
    background: #EFF5FC;
    width: 0.15625vw;
    height: 100%;
    border-radius: 15.625vw;
    position: relative;
}

.b4 .r .row span {
    display: block;
    width: 100%;
    height: 20.83333vw;
    background: #00b4fa;
    position: sticky;
    top: 5.20833vw;
    border-radius: 15.625vw;
}

.b4 .right {
    display: flex;
    flex-direction: column;
    gap: 6.25vw;
}

.b4 .right .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0.25;
    transition: 0.3s;
}

.b4 .right .box.mob {
    display: none;
}

.b4 .right .box.vis {
    opacity: 1;
}

.b4 .right .box img {
    width: 3.38542vw;
    height: 3.38542vw;
}

.b4 .right .box h3 {
    margin-top: 2.34375vw;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2.1875vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
}

.b4 .right .box .desc {
    margin-top: 1.04167vw;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #384146;
    max-width: 31.25vw;
}

.b5 {
    padding-top: 9.375vw;
}

.b5 .cont {
    border-radius: 1.66667vw;
    padding: 3.125vw 1.5625vw;
    background: #00b4fa;
    display: flex;
    justify-content: space-between;
    grid-gap: 1.04167vw;
}

.b5 .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 37.76042vw;
}

.b5 .cont h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 3.33333vw;
    color: #fff;
}

.b5 .left p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #fff;
}

.b5 .right {
    flex-grow: 1;
    display: flex;
    grid-gap: 1.04167vw;
}

.b5 .right .box {
    background: #fff;
    border-radius: 1.25vw;
    padding: 1.5625vw;
    min-width: 25.72917vw;
}

.b5 .right .box .h3 {
    display: flex;
    align-items: center;
    grid-gap: 1.04167vw;
}

.b5 .right .box .h3 h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2.1875vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
}

.b5 .right .box .h3 img {
    width: 2.08333vw;
    height: 2.08333vw;
}

.b5 .right .box .h3-desc {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.83333vw;
    color: #384146;
    margin-top: 0.52083vw;
}

.b5 .right .box .price {
    margin-top: 2.91667vw;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2.1875vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
}

.b5 .right .box .price-desc {
    margin-top: 0.46875vw;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 0.83333vw;
    color: #1b84ff;
    padding-left: 1.45833vw;
    position: relative;
}

.b5 .right .box .price-desc:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.04167vw;
    height: 0.98958vw;
    background: url(../img/b1-sub-desc-btn.svg) center center no-repeat;
    background-size: cover;
    transform: translate(0, -50%);
}

.b5 .right .box ul {
    display: flex;
    flex-direction: column;
    margin-top: 2.91667vw;
    grid-gap: 0.625vw;
}

.b5 .right .box ul li {
    position: relative;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 0.83333vw;
    color: #1d4055;
    padding-left: 1.04167vw;
}

.b5 .right .box ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.78125vw;
    height: 0.57292vw;
    background: url(../img/b5-li.svg) center center no-repeat;
    transform: translate(0, -50%);
    background-size: cover;
}

.b5 .right .box .btn-box {
    margin-top: 2.91667vw;
    display: flex;
    grid-gap: 0.72917vw;
    align-items: center;
}

.b5 .right .box .btn-box .btn-desc {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 0.625vw;
    color: rgba(29, 64, 85, 0.5);
}

.b5 .right .box:nth-child(2) {
    background: #1d4055;
}

.b5 .right .box:nth-child(2) .h3 h3,
.b5 .right .box:nth-child(2) .h3-desc,
.b5 .right .box:nth-child(2) .price,
.b5 .right .box:nth-child(2) ul li {
    color: #fff;
}

.b5 .right .box:nth-child(2) .price-desc,
.b5 .right .box:nth-child(2) .btn-box .btn-desc {
    color: rgba(255, 255, 255, 0.5);
}

.b5 .right .box:nth-child(2) .price-desc:before {
    background: url(../img/b1-sub-desc-btn-dark.svg) center center no-repeat;
    background-size: cover;
}

.b6 {
    padding-top: 1.04167vw;
}

.b6 .cont {
    border-radius: 1.66667vw;
    background: #f6f6f9;
    padding: 3.125vw 1.5625vw;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    grid-gap: 1.04167vw;
    overflow: hidden;
}

.b6 .h2-desc {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #384146;
    margin-top: 1.5625vw;
    max-width: 37.23958vw;
}

.b6 .form {
    margin-top: 4.6875vw;
    max-width: 42.70833vw;
    flex-direction: row;
    flex-wrap: wrap;
}

.b6 .form .form-desc {
    flex-grow: 1;
    padding: 0;
    margin-top: -0.26042vw;
    text-align: left;
}

.b6 .form input {
    flex-grow: 1;
}

.b6 .right {
    position: relative;
    width: 48.95833vw;
}

.b6 .right.v2 {
    background: url(../img/b6-v2-bg.png) center center no-repeat;
    background-size: cover;
    border-radius: 1.25vw;
}

.b6 .right img {
    position: absolute;
    width: 47.44792vw;
    height: auto;
    right: 0;
    bottom: -3.125vw;
}

.b6 .right .p {
    position: absolute;
    left: inherit;
    bottom: inherit;
}

.b6 .right .p p {
    color: #384146;
}

.b6 .right.v2 .p {
    top: inherit;
    bottom: 1.04167vw;
    left: 1.04167vw;
}

.b6 .right.v2 .p p {
    color: #fff;
}

.b6 .right .p1 {
    right: 30vw;
    top: 1.82292vw;
}

.b6 .right .p2 {
    right: 33.77083vw;
    top: 10.41667vw;
}

.b6 .right .p3 {
    right: 0.21875vw;
    top: 16.63542vw;
}

.b6 .right .p4 {
    right: -0.88542vw;
    top: 6.97917vw;
}

.b7 {
    padding-top: 9.375vw;
}

.b7 .container {
    display: grid;
    grid-template-columns: 39.32292vw 1fr;
    grid-gap: 9.11458vw;
    ;
}

.b7 .left {
    position: relative;
    border-radius: 1.25vw;
    overflow: hidden;
}

.b7 .left img {
    width: 100%;
    height: auto;
}

.b7 .left .p {
    position: absolute;
    bottom: 1.5625vw;
    left: 1.5625vw;
}

.b7 .h2-desc {
    margin-top: 1.5625vw;
    max-width: 45.57292vw;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #384146;
}

.b7 .list {
    margin-top: 2.08333vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 7.8125vw;
    grid-row-gap: 1.97917vw;
    max-width: 29.6875vw;
}

.b7 .list .box {
    display: flex;
    flex-direction: column;
}

.b7 .list .box .head {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 3.75vw;
    line-height: 110%;
    color: #1d4055;
}

.b7 .list .box .head span {
    font-size: 1.5625vw;
    margin: 0;
    line-height: normal;
}

.b7 .list .box .desc {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.72917vw;
    color: #384146;
    line-height: 110%;
}

.b8 {
    padding-top: 8.33333vw;
}

.b8 .up {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.b8 .up .nav {
    display: flex;
    align-items: center;
    grid-gap: 0.52083vw;
}

.b8 .up .nav svg {
    width: 2.60417vw;
    height: 2.60417vw;
    cursor: pointer;
}

.b8 .up .nav .btn:first-child {
    transform: rotate(180deg);
}

.b8 .up .nav .btn svg rect {
    transition: 0.3s;
}

.b8 .up .nav .btn.swiper-button-disabled svg rect {
    fill: #F6F6F9;
}

.b8 .swiper {
    width: 95.83333vw;
    margin-top: 2.08333vw;
}

.b8 .swiper .swiper-slide {
    border-radius: 1.25vw;
    padding: 1.5625vw;
    width: 20.83333vw;
    height: 29.94792vw;
    background: #f6f6f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}

.b8 .swiper .swiper-slide .dialog {
    display: flex;
    flex-direction: column;
    grid-gap: 0.67708vw;
    width: 100%;
}

.b8 .swiper .swiper-slide .dialog .text {
    display: flex;
    flex-direction: row;
    grid-gap: 0.26042vw;
    align-items: flex-end;
}

.b8 .swiper .swiper-slide .dialog .text .img {
    width: 1.5625vw;
    height: 1.5625vw;
    min-width: 1.5625vw;
    min-height: 1.5625vw;
    background: url(../img/dialog-client.svg) center center no-repeat;
    background-size: cover;
}

.b8 .swiper .swiper-slide .dialog .text.t-eclore .img {
    background: url(../img/dialog-eclore.svg) center center no-repeat;
    background-size: cover;
}

.b8 .swiper .swiper-slide .dialog .text p {
    display: block;
    border-radius: 0.83333vw;
    padding: 0.36458vw 0.625vw;
    max-width: 15.10417vw;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.83333vw;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #000;
    opacity: 0.9;
    background: #e9e9eb;
    position: relative;
}

.b8 .swiper .swiper-slide .dialog .text p:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.26042vw;
    width: 0.88542vw;
    height: 0.88542vw;
    background: url(../img/dialog-arrow-client.svg) center center no-repeat;
    background-size: cover;
    transform: scale(-1, 1);
}

.b8 .swiper .swiper-slide .dialog .text.t-eclore p {
    color: #fff;
    background: #00b4fa;
}

.b8 .swiper .swiper-slide .dialog .text.t-eclore p:before {
    left: inherit;
    right: -0.26042vw;
    background: url(../img/dialog-arrow-eclore.svg) center center no-repeat;
    background-size: cover;
    transform: none;
}

.b8 .swiper .swiper-slide .dialog .text.t-eclore {
    flex-direction: row-reverse;
    justify-content: end;
    width: 100%;
}

.b8 .swiper .swiper-slide img {
    border-radius: 0.67708vw;
    width: 100%;
}

.b8 .swiper .swiper-slide .bottom {
    width: 100%;
}

.b8 .swiper .swiper-slide .bottom .line {
    display: block;
    width: 100%;
    height: 0.05208vw;
    background: #E4E4E4;
    margin-bottom: 1.30208vw
}

.b8 .swiper .swiper-slide .bottom .img-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0.52083vw;
    border-radius: 1.04167vw;
    padding: 0.20833vw 0.3125vw;
    background: #e9e9eb;
    margin: 1.30208vw 0;
    cursor: pointer;
    transition: 0.3s;
}

.b8 .swiper .swiper-slide .bottom .img-btn p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 0.625vw;
    color: #8e9faa;
}

.b8 .swiper .swiper-slide .bottom .img-btn p svg {
    width: 0.78125vw;
    height: 0.78125vw;
}

.b8 .swiper .swiper-slide .bottom .img-btn:hover {
    background: #1D4055
}

.b8 .swiper .swiper-slide .name {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.66667vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
}

.b8 .swiper .swiper-slide .desc {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.72917vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #384146;
    margin-top: 0.26042vw;
}

.b8 .google {
    background: url(../img/b8-1-desc.png) center center no-repeat !important;
    background-size: cover !important;
}

.b8 .google.mob {
    display: none;
}

.b8 .google img {
    height: 3.125vw;
    width: auto;
}

.b8 .google .head {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 4.27083vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #fff;
}

.b8 .swiper .google .desc,
.b8 .google .desc {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.66667vw;
    color: #fff;
    margin-top: 1.04167vw;
}

.b9 {
    padding-top: 8.33333vw;
}

.b9 .cont {
    border-radius: 1.66667vw;
    padding: 3.125vw 1.5625vw;
    background: #00b4fa;
    display: grid;
    grid-gap: 1.04167vw;
    grid-template-columns: 1fr 45.83333vw;
}

.b9 .cont .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b9 .cont h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 3.33333vw;
    color: #fff;
}

.b9 .cont h2 strong {
    font-weight: 700;
}

.b9 .cont .up p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #fff;
    margin-top: 1.5625vw;
    max-width: 37.23958vw;
}

.b9 .cont .down {
    display: flex;
    flex-direction: column;
    grid-gap: 0.57292vw;
}

.b9 .cont .down svg {
    width: 1.5625vw;
    height: 1.5625vw;
}

.b9 .cont .down p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 1.04167vw;
    color: rgba(255, 255, 255, 0.7);
}

.b9 .right {
    display: flex;
    flex-direction: column;
    grid-gap: 1.04167vw;
}

.b9 .right .box {
    display: flex;
    align-items: center;
    gap: 1.5625vw;
    border-radius: 1.25vw;
    padding: 1.5625vw;
    width: 100%;
    height: 8.33333vw;
    background: #fff;
}

.b9 .right .box img {
    width: 5.20833vw;
    height: 5.20833vw;
}

.b9 .right .box h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2.1875vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
}

.b9 .right .box p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #384146;
    margin-top: 0.78125vw;
}

.b9 .cont .down.mob {
    display: none;
    ;
}

.b10 {
    padding-top: 8.33333vw;
}

.b10 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.04167vw;
}

.b10 .h2-desc {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    color: #384146;
    max-width: 39.32292vw;
    margin-top: 1.5625vw;
}

.b10 .nav-btns {
    display: flex;
    align-items: center;
    grid-gap: 0.67708vw;
    margin-bottom: 0.52083vw;
}

.b10 .nav-btns .row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 0.67708vw;
}

.b10 .nav-btns .item {
    border-radius: 1.25vw;
    padding: 0.88542vw 1.5625vw 1.04167vw;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.35417vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
    background: #eff5fc;
    white-space: nowrap;
}

.b10 .nav-btns .item.active {
    color: #fff;
    background: #00b4fa;
}

.b10 .box {
    display: none;
}

.b10 .box.active {
    display: flex;
    flex-direction: column;
    gap: 0.52083vw;
}

.b10 .box .line {
    padding: 1.04167vw;
    /* border: 0.05208vw solid #414141; */
    border-right: none;
    border-left: none;
    border-bottom: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #eff5fc;
    border-radius: 1.25vw;
}

.b10 .box .head {
    min-height: 2.1875vw;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.b10 .box .head h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.35417vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1d4055;
}

.b10 .box .close {
    min-width: 2.1875vw;
    min-height: 2.1875vw;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url(../img/b10-close.svg) center center no-repeat;
    background-size: cover;
    width: 2.1875vw;
    height: 2.1875vw;
}

.b10 .box .line.active .close {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b10 .box .text {
    position: relative
}

.b10 .box .text .p {
    position: absolute;
    margin-top: 0.78125vw;
    padding-top: 0.78125vw;
    padding-bottom: 1.04167vw;
    max-width: 39.375vw;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.83333vw;
    line-height: 120%;
    color: #384146;
}

.b10 .more {
    margin-top: 0.52083vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background: #1D4055;
    border-radius: 1.25vw;
    padding: 0.98958vw 1.04167vw;
}

.b10 .more .head {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.35417vw;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #fff;
}

.footer {
    margin-top: 3.125vw;
}

.footer .container {
    border-top: 0.05208vw solid #E4E4E4;
    padding: 1.30208vw 0;
    flex-direction: row;
    align-items: center;
}

.footer img {
    height: 3.64583vw;
    width: auto;
}

.footer .list a {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    text-align: center;
    color: #384146;
}

.menu{
    display: none;
}


@media(max-width:700px) {
    .header {
        top: 0;
        padding: 2.5641vw;
        width: 90vw;
        border-radius: 24px;
        left: 5vw;
        top: 5vw;
    }
    
    .base-btn {
        gap: 4.10256vw;
        border-radius: 2.5641vw;
        padding: 0vw 2.82051vw 0 4.61538vw;
        height: 14.10256vw;
    }
    
    .base-btn p {
        font-size: 4.10256vw;
        margin-top: -0.76923vw;
    }
    
    .base-btn .arrow {
        width: 8.46154vw;
        height: 8.46154vw;
        border-radius: 1.53846vw;
    }
    
    .base-btn .arrow:before,
    .base-btn .arrow:after {
        width: 8.46154vw;
        height: 8.46154vw;
    }
    
    .base-btn:hover .arrow:before,
    .base-btn:hover .arrow:after {
        margin-left: 8.46154vw;
    }
    
    .container {
        max-width: 94.87179vw;
    }
    
    .header .list,
    .header .btn-box {
        display: none;
    }
    
    .header img {
        width: 25vw;
    }
    
    .b1 {
        margin-top: 25.64103vw;
        margin-top: 2.564105vw;
    }

    .b1.thank{
        /* min-height: 75vh; */
        flex-grow: 1;
        display: flex;
        justify-content: stretch;
        align-items: stretch;
        position: relative;
    }

    .b1.thank .left{
        height: 100%;
    }
    .b1.thank .container{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .b1 .container {
        grid-template-columns: 1fr;
        grid-gap: 2.5641vw;
    }
    
    .b1 .left {
        height: fit-content;
        width: 100%;
        padding: 5.12821vw;
        border-radius: 8.20513vw;
        padding-top: 22vw;
    }
    
    .b1 .white-btn {
        display: none;
    }

    .b1.thank .white-btn{
        display: flex;
        font-size: 4.10256vw;
        width: 100%;
        height: auto;
        border-radius: 2.5641vw;
        padding: 0vw 2.82051vw 0 4.61538vw;
        height: 14.10256vw;
    }
    .b1.thank .left .btns{
        flex-direction: column;
        grid-gap: 2.56vw;
        margin-top: 15vw;
    }
    
    .b1 .left h1 {
        font-size: 11.79487vw;
    }
    
    .b1 .left .desc {
        font-size: 3.58974vw;
        margin-top: 5.12821vw;
        max-width: none;
    }
    
    .b1 .left .sub-desc {
        font-size: 3.58974vw;
        padding-left: 5.89744vw;
        margin-top: 2.5641vw;
    }
    
    .b1 .left .sub-desc:before,
    .b5 .right .box .price-desc:before {
        width: 4.10256vw;
        height: 4.10256vw;
    }
    
    .b1 .left .flags {
        margin-top: 5.12821vw;
        grid-gap: 7.69231vw;
    }
    
    .b1 .left .flags p {
        font-size: 3.58974vw;
        max-width: 41.02564vw;
    }
    
    .b1 .left .flags img {
        width: 10vw;
        height: 10vw;
        margin-left: 2.5641vw;
    }
    
    .b1 .left .btns {
        margin-top: 9vw;
        width: 100%;
    }
    
    .b1 .base-btn {
        width: 100%;
    }
    
    .b1 .right {
        height: 105vw;
        border-radius: 8.20513vw;
    }
    
    .b1 .roll-lines .line .p,
    .b3 .left .p,
    .b6 .right .p,
    .b7 .p {
        border-radius: 2.5641vw;
        padding: 3.07692vw 4.10256vw;
        backdrop-filter: blur(5.12821vw);
        box-shadow: 0 2.05128vw 10.76923vw 0 rgba(0, 0, 0, 0.1);
        height: 10vw;
    }
    
    .b1 .roll-lines .line .p p,
    .b3 .left .p p,
    .b6 .right .p p,
    .b7 .p p {
        font-size: 3.58974vw;
        margin-top: -0.51282vw
    }
    
    .b1 .roll-lines .line {
        grid-gap: 2.5641vw;
        padding-right: 2.5641vw;
    }
    
    .b1 .roll-lines {
        top: 2.5641vw;
        z-index: 9;
    }
    
    .b1 .roll-lines .line.l2 {
        top: 12.82051vw
    }
    
    .b1 .right .img {
        height: 102.05128vw;
        bottom: 0;
        top: inherit;
        width: 120.51282vw;
        position: absolute;
        left: -23.07692vw;
    }
    
    .b2 {
        padding-top: 20.51282vw;
    }
    
    .b2 h2,
    .b3 h2,
    .b4 h2,
    .b6 h2,
    .b7 h2,
    .b8 h2,
    .b10 h2 {
        font-size: 7.17949vw;
    }
    
    .b2 .container {
        grid-template-columns: 1fr;
        grid-gap: 5.12821vw;
    }
    
    .b2 .down {
        display: none;
    }
    
    .b2 .right {
        padding: 5.12821vw;
        border-radius: 8.20513vw;
        min-height: 0;
    }
    
    .b2 .right .nav span {
        height: 1.28205vw;
        border-radius: 7.69231vw;
    }
    
    .b2 .right .nav {
        grid-gap: 2.5641vw;
        margin-bottom: 10.25641vw;
    }
    
    .b2 .right .num p {
        font-size: 4.61538vw;
    }
    
    .b2 .right .num span {
        font-size: 4.10256vw;
    }
    
    .b2 .right .num {
        grid-gap: 2.5641vw;
    }
    
    .b2 .right .head {
        font-size: 5.64103vw;
        margin-top: 2.5641vw;
    }
    
    .b2 .right .ans {
        grid-gap: 2.5641vw;
        margin-top: 10.25641vw;
    }
    
    .b2 .right .ans .an {
        padding: 0 3.84615vw;
        grid-gap: 3.84615vw;
        height: 12.82051vw;
        border-radius: 2.5641vw;
    }
    
    .b2 .right .ans .an p {
        font-size: 4.61538vw;
        margin-top: -0.76923vw
    }
    
    .b2 .right .ans .an span {
        width: 3.84615vw;
        height: 3.84615vw;
    }
    
    .b2 .right .ans .an span:before {
        width: 2.05128vw;
        height: 2.05128vw;
    }
    
    .b2 .right .form input,
    .b6 .form input,
    .form-results.base-popup .container-form .cont .form input{
        font-size: 4.10256vw;
        height: 14.10256vw;
        padding: 3.58974vw;
        border-radius: 2.5641vw !important;
        border-width: 0.5vw;
    }
    
    .b2 .right .form input::-webkit-input-placeholder,
    .b6 .form input::-webkit-input-placeholder,
    .form-results.base-popup .container-form .cont .form input::-webkit-input-placeholder{
        font-size: 4.10256vw;
    }
    
    .b2 .right .form input::-moz-placeholder,
    .b6 .form input::-moz-placeholder,
    .form-results.base-popup .container-form .cont .form input::-moz-placeholder{
        font-size: 4.10256vw;
    }
    
    .b2 .right .form input:-ms-input-placeholder,
    .b6 .form input:-ms-input-placeholder,
    .form-results.base-popup .container-form .cont .form input:-ms-input-placeholder{
        font-size: 4.10256vw;
    }
    
    .b2 .right .form input::-ms-input-placeholder,
    .b6 .form input::-ms-input-placeholder,
    .form-results.base-popup .container-form .cont .form input::-ms-input-placeholder{
        font-size: 4.10256vw;
    }
    
    .b2 .right .form input::placeholder,
    .b6 .form input::placeholder,
    .form-results.base-popup .container-form .cont .form input::placeholder{ 
        font-size: 4.10256vw;
    }
    
    .b2 .right .form .form-desc,
    .b6 .form .form-desc,
    .form-results.base-popup .container-form .cont .form .form-desc{
        font-size: 2.5641vw;
        padding: 0;
        margin-top: -2.5641vw;
    }

    .form-results.base-popup .container-form .cont .form .form-desc{
        font-size: 2.2vw;
        margin-top: 0;
    }
    
    .b2 .right .form,
    .b6 .form ,
    .form-results.base-popup .container-form .cont .form{
        grid-gap: 2.5641vw;
        max-width: none;
        margin-top: 10.25641vw;
    }
    
    .b2 .mob {
        margin-top: 5.12821vw;
    }
    
    .b2 .mob,
    .b2 .mob .down {
        display: flex;
        flex-direction: row;
        grid-gap: 0;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .b2 .down .soc,
    .b4 .down .soc {
        grid-gap: 2.5641vw;
        margin: 0;
    }
    
    .b2 .down .soc a,
    .b4 .down .soc a {
        width: 7.69231vw;
        height: 7.69231vw;
    }
    
    .b3 {
        padding-top: 20.51282vw;
    }
    
    .b2 .left .desc,
    .b3 .h2-desc {
        margin-top: 2.5641vw;
        font-size: 3.58974vw;
        max-width: none;
    }
    
    .b3 .left {
        display: none;
    }
    
    .b3 .cont {
        padding: 0;
        border: none;
        grid-template-columns: 1fr;
        margin-top: 10.25641vw;
    }
    
    .b3 .right {
        grid-template-columns: 1fr;
        grid-gap: 2.5641vw;
    }
    
    .b2 .down a {
        font-size: 7.69vw;
    }
    
    .b3 .right .box {
        padding: 5.12821vw;
        border-radius: 6.15385vw;
        flex-direction: row;
        display: flex;
        grid-gap: 5.12821vw;
        align-items: flex-start;
    }
    
    .b3 .right .box img {
        width: 6.41026vw;
        height: 6.41026vw;
    }
    
    .b3 .right .box h3 {
        margin-top: 0;
        font-size: 5.12821vw;
    }
    
    .b3 .right .box h3 span {
        font-size: 4.10256vw;
    }
    
    .b3 .right .box p {
        margin-top: 2.5641vw;
        font-size: 3.58974vw;
    }
    
    .b3 .right .box.trigger h3 {
        font-size: 5.64103vw;
    }
    
    .b3 .right .box.trigger {
        grid-gap: 6.41026vw;
    }
    
    .b3 .right .box.trigger .base-btn p {
        font-size: 4.10256vw;
    }
    
    .b4 .container {
        grid-template-columns: 1fr;
        grid-gap: 10.25641vw;
    }
    
    .b4 {
        padding-top: 20.51282vw;
    }
    
    .b4 .up p {
        font-size: 3.58974vw;
        margin-top: 2.5641vw;
        max-width: none;
    }
    
    .b4 .down {
        display: none;
    }
    
    .b4 .r {
        grid-gap: 5.12821vw;
    }
    
    .b4 .right .box img {
        width: 11.53846vw;
        height: 11.53846vw;
    }
    
    .b4 .right .box h3 {
        font-size: 5.64103vw;
        margin-top: 0;
        min-height: 11.53846vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .b4 .right .box .desc {
        font-size: 3.58974vw;
        margin-top: 2.5641vw;
        max-width: none;
        grid-column-start: 1;
        grid-column-end: 3;
        line-height: 120%;
    }
    
    .b4 .right {
        grid-gap: 12.82051vw;
    }

    .b4 .right .box{
        display: grid;
        grid-template-columns: 11.53846vw 1fr;
        grid-column-gap: 2.5641025641vw;
    }
    
    .b4 .r .row,
    .b4 .r .row span {
        width: 0.76923vw;
        border-radius: 25.64103vw;
    }
    
    .b4 .r .row span {
        height: 51.28205vw;
        top: 90vw;
    }
    
    .b5 {
        padding-top: 20.51282vw;
    }
    
    .b4 .right .box.mob {
        display: block;
    }
    
    .b5 .container,
    .b6 .container {
        max-width: none;
    }
    
    .b5 .cont,
    .b6 .cont {
        border-radius: 8.20513vw;
        padding: 5.12821vw 2.5641vw;
        flex-direction: column;
        grid-gap: 10.25641vw;
    }
    
    .b5 .left {
        max-width: none;
    }
    
    .b5 .cont h2 {
        font-size: 7.17949vw;
        max-width: 80vw;
        text-align: center;
        margin: auto;
    }
    
    .b5 .left p {
        display: none;
    }
    
    .b5 .right {
        flex-direction: column;
        grid-gap: 5.12821vw;
    }
    
    .b5 .right .box {
        min-width: 0;
        border-radius: 6.15385vw;
        padding: 5.12821vw;
    }
    
    .b5 .right .box .h3 img {
        width: 7.69231vw;
        height: 7.69231vw;
    }
    
    .b5 .right .box .h3 h3 {
        font-size: 6.15385vw;
    }
    
    .b5 .right .box .h3 {
        grid-gap: 2.5641vw;
    }
    
    .b5 .right .box .h3-desc {
        font-size: 3.07692vw;
        margin-top: 2.5641vw;
    }
    
    .b5 .right .box .price {
        font-size: 8.20513vw;
        margin-top: 12.82051vw;
    }
    
    .b5 .right .box .price-desc {
        font-size: 3.58974vw;
        padding-left: 5.12821vw;
        margin-top: 2.05128vw;
    }
    
    .b5 .right .box ul li {
        font-size: 3.58974vw;
        padding-left: 4.35897vw;
    }
    
    .b5 .right .box ul {
        grid-gap: 2.05128vw;
        margin-top: 12.82051vw;
    }
    
    .b5 .right .box ul li:before {
        width: 3.07692vw;
        height: 2.30769vw;
    }
    
    .b5 .right .box .btn-box {
        flex-direction: column;
        width: 100%;
        grid-gap: 2.5641vw;
        margin-top: 12.82051vw;
    }
    
    .b5 .right .box .btn-box .btn-desc {
        font-size: 3.07692vw;
    }
    
    .b5 .right .box .btn-box .base-btn {
        width: 100%;
    }
    
    .b5 .right .box .btn-box .btn-desc br {
        display: none;
    }
    
    .b6 {
        padding-top: 2.5641vw;
    }
    
    .b6 .cont {
        padding-bottom: 87.17949vw;
        grid-gap: 0;
    }
    
    .b6 .cont.v2 {
        padding-bottom: 5.12821vw;
    }
    
    .b6 h2 {
        text-align: center;
    }
    
    .b6 .h2-desc {
        font-size: 3.58974vw;
        margin-top: 2.5641vw;
        text-align: center;
        max-width: none;
    }
    
    .b6 .form{
        margin-top: 10.25641vw;
        max-width: none;
    }
    
    .b6 .form .base-btn {
        width: 100%;
    }
    
    .b6 .right {
        width: 100%;
        position: inherit;
    }
    
    .b6 .right img {
        height: 69.23077vw;
        width: 119.23077vw;
        object-fit: cover;
        bottom: inherit;
        bottom: 0;
    }
    
    .b6 .right .p4 {
        right: inherit;
        /* left: 2.5641vw; */
        top: inherit;
        bottom: 62.82051vw;
        right: 1.28205vw;
        top: inherit;
        bottom: 51.28205vw;
        right: 1.28205vw;
        top: inherit;
        bottom: 7.69231vw;
    }
    
    .b6 .right .p3 {
        right: 1.28205vw;
        top: inherit;
        bottom: 51.28205vw;
        right: inherit;
        left: 2.5641vw;
        top: inherit;
        bottom: 64.82051vw;
    }
    
    .b6 .right .p2 {
        right: 9.5641vw;
        top: inherit;
        bottom: 25.07692vw;
    }
    
    .b6 .right .p1 {
        right: 4.28205vw;
        top: inherit;
        bottom: 43.69231vw;
    }
    
    .b6 .form .form-desc {
        margin-top: 0;
        text-align: center;
    }
    
    .b7 {
        padding-top: 20.51282vw;
    }
    
    .b7 .container {
        grid-template-columns: 1fr;
        grid-gap: 10.25641vw;
    }
    
    .b7 .h2-desc {
        font-size: 3.58974vw;
        margin-top: 2.5641vw;
        text-align: center;
        max-width: none;
    }
    
    .b7 .list .box .head {
        font-size: 14.10256vw;
    }
    
    .b7 .list .box .head span {
        font-size: 7.69231vw;
    }
    
    .b7 .list .box .desc {
        font-size: 3.07692vw;
    }
    
    .b7 .list {
        grid-gap: 2.5641vw;
        grid-row-gap: 10.25641vw;
        margin-top: 10.25641vw;
        max-width: none;
    }
    
    .b7 .left {
        order: 10;
        border-radius: 6.15385vw;
        padding-bottom: 9vw;
        background: #00B4FA;
    }
    
    .b7 h2 {
        text-align: center;
    }
    
    .b7 .left .p {
        bottom: 5.12821vw;
        left: 5.12821vw;
    }
    
    .b8 {
        padding-top: 20.51282vw;
    }
    
    .b8 .swiper {
        width: 100vw;
        padding-left: 2.5641vw;
        padding-right: 2.5641vw;
    }
    
    .b8 .up .nav svg {
        width: 11.53846vw;
        height: 11.53846vw;
    }
    
    .b8 .up .nav {
        grid-gap: 2.5641vw;
    }
    
    .b8 .swiper .swiper-slide {
        width: 76.92308vw;
        min-height: 120vw;
        border-radius: 6.15385vw;
        padding: 5.12821vw;
        height: fit-content;
    }
    
    .b8 .swiper .swiper-slide img {
        border-radius: 3.33333vw;
    }
    
    .b8 .swiper .swiper-slide .bottom {}
    
    .b8 .swiper .swiper-slide .bottom .img-btn {
        grid-gap: 2.5641vw;
        border-radius: 5.12821vw;
        padding: 1.02564vw 1.53846vw;
        margin: 5.12821vw 0;
    }
    
    .b8 .swiper .swiper-slide .bottom .line {
        margin-bottom: 5.12821vw;
    }
    
    .b8 .swiper .swiper-slide .bottom .img-btn p {
        font-size: 3.07692vw;
    }
    
    .b8 .swiper .swiper-slide .bottom .img-btn p svg {
        width: 3.84615vw;
        height: 3.84615vw;
    }
    
    .b8 .swiper .swiper-slide .dialog {
        grid-gap: 3.33333vw;
    }
    
    .b8 .swiper .swiper-slide .dialog .text {
        grid-gap: 1.28205vw;
    }
    
    .b8 .swiper .swiper-slide .dialog .text .img {
        width: 7.69231vw;
        height: 7.69231vw;
        min-width: 7.69231vw;
        min-height: 7.69231vw;
    }
    
    .b8 .swiper .swiper-slide .dialog .text p {
        border-radius: 4.10256vw;
        padding: 1.79487vw 3.07692vw;
        max-width: 74.35897vw;
        font-weight: 400;
        font-size: 3.5vw;
        line-height: 125%;
    }
    
    .b8 .swiper .swiper-slide .dialog .text p:before {
        left: -1.28205vw;
        width: 4.35897vw;
        height: 4.35897vw;
    }
    
    .b8 .swiper .swiper-slide .dialog .text.t-eclore p:before {
        right: -1.28205vw;
    }
    
    .b8 .swiper .swiper-slide .name {
        font-size: 5.64103vw;
    }
    
    .b8 .swiper .swiper-slide .desc {
        margin-top: 1.28205vw;
        font-size: 3.58974vw;
    }
    
    .b8 .container,
    .b9 .container,
    .b10 .container {
        max-width: none;
    }
    
    .b8 .up {
        padding: 0 2.5641vw;
    }
    
    .b8 .google.mob {
        display: flex;
        max-width: 94.87179vw;
        margin: auto;
        margin-top: 5.12821vw;
        border-radius: 6.15385vw;
        flex-direction: column;
        width: 100%;
        padding: 5.12821vw;
        height: 64.10256vw;
        justify-content: space-between;
        background: url(../img/b8-1-mob.png) center center no-repeat !important;
        background-size: cover !important;
    }
    
    .b8 .swiper .google {
        display: none;
    }
    
    .b8 .google img {
        height: 10.25641vw;
        width: auto;
    }
    
    .b8 .google .head {
        font-size: 18.46154vw;
    }
    
    .b8 .google .down {
        display: flex;
        align-items: center;
        grid-gap: 7.17949vw;
    }
    
    .b8 .swiper .google .desc,
    .b8 .google .desc {
        font-size: 6.66667vw;
    }
    
    .b9 {
        padding-top: 20.51282vw;
    }
    
    .b9 .cont h2 {
        font-size: 7.17949vw;
    }
    
    .b9 .cont .up p {
        font-size: 3.58974vw;
        margin-top: 2.5641vw;
        max-width: none;
    }
    
    .b9 .cont .down {
        display: none;
    }
    
    .b9 .cont .down.mob {
        display: flex;
        flex-direction: row;
        grid-gap: 2.05128vw;
        align-items: center;
    }
    
    .b9 .cont {
        grid-template-columns: 1fr;
        border-radius: 8.20513vw;
        padding: 7.69231vw 2.5641vw;
        grid-gap: 10.25641vw;
    }
    
    .b9 .right {
        grid-gap: 2.5641vw;
    }
    
    .b9 .right .box {
        padding: 5.12821vw;
        border-radius: 6.15385vw;
        height: fit-content;
        align-items: flex-start;
        gap: 5.12821vw;
    }
    
    .b9 .right .box img {
        width: 11.53846vw;
        height: 11.53846vw;
    }
    
    .b9 .right .box h3 {
        font-size: 5.12821vw;
    }
    
    .b9 .right .box p {
        font-size: 3.58974vw;
        margin-top: 2.5641vw;
    }
    
    .b9 .cont .down p {
        font-size: 3.58974vw;
    }
    
    .b9 .cont .down svg {
        width: 5.12821vw;
        height: 5.12821vw;
    }
    
    .b6 .right.v2 {
        height: 71.79487vw;
        margin-top: 10.25641vw;
        border-radius: 6.15385vw;
        position: relative;
    }
    
    .b6 .right.v2 .p {
        bottom: 2.5641vw;
        left: 2.5641vw;
    }
    
    .b10 .container {
        grid-template-columns: 1fr;
        grid-gap: 10.25641vw;
    }
    
    .b10 .h2-desc {
        font-size: 3.58974vw;
        margin-top: 2.5641vw;
        max-width: none;
    }
    
    .b10 {
        padding-top: 20.51282vw;
    }
    
    .b10 .nav-btns {
        margin-bottom: 2.5641vw;
    }
    
    .b10 .nav-btns .item {
        font-size: 4.61538vw;
        padding: 2.05128vw 5.12821vw 2.5641vw;
        border-radius: 4.10256vw;
    }
    
    .b10 .nav-btns .row {
        grid-gap: 2.5641vw;
        max-width: 100vw;
        overflow: auto;
        padding: 0 2.5641vw;
    }
    
    .b10 .left {
        padding-left: 2.5641vw;
    }
    
    .b10 .box {
        margin: 0 2.5641vw;
        grid-gap: 2.5641vw;
    }
    
    .b10 .box.active {
        grid-gap: 2.5641vw;
    }
    
    .b10 .more {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 5.12821vw;
        max-width: 94.87179vw;
        margin: auto;
        margin-top: 2.5641vw;
        grid-gap: 2.5641vw;
        border-radius: 4.10256vw;
    }
    
    .b10 .more .head {
        font-size: 5.12821vw;
    }
    
    .b10 .base-btn {
        width: 100%;
    }
    
    .b10 .box .head h3 {
        font-size: 4.61538vw;
    }
    
    .b10 .box .line {
        padding: 5.12821vw;
        border-radius: 4.10256vw;
    }
    
    .b10 .box .close {
        width: 6.66667vw;
        height: 6.66667vw;
        min-width: 6.66667vw;
        min-height: 6.66667vw;
    }
    
    .b10 .box .text .p {
        font-size: 3.58974vw;
        margin-top: 3.84615vw;
        padding-top: 3.84615vw;
        padding-bottom: 5.12821vw;
        max-width: none;
    }
    
    .footer .container {
        flex-direction: column;
        grid-gap: 5.12821vw;
        border-top: 0.25641vw solid #E4E4E4;
        padding: 6.41026vw 0;
    }
    
    .footer .btn-box {
        display: none;
    }
    
    .footer img {
        height: 12.82051vw;
    }
    
    .footer .list a {
        font-size: 3.58974vw;
    }
    
    .footer {
        margin-top: 15.38462vw;
    }

    .b1.thank .left h1{
        font-size: 8vw;
        margin-top: 0;
    }

    .header .btn{
        display: block;
        position: relative;
        background: #00b4fa;
        width: 11.53vw;
        height: 11.53vw;
        border-radius: 3.58vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        grid-gap: 1.28vw;
        padding: 2.56vw;
    }

    .header .btn span{
        width: 100%;;
        height: 0.51vw;
        background: #f6f6f9;
        display: block;
    }
    .header .btn span:last-child{
        width: 75%;
    }

    .header .btn span.close{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00b4fa;
        border-radius: 14px;
        transition: 0.3s;
        opacity: 0;
    }

    .header .btn.close span.close{
        opacity: 1;
    }

    .header .btn span.close:before,
    .header .btn span.close:after{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5.12vw;
        height: 0.51vw;
        background: #f6f6f9;
        transform: translate(-50%, -50%) rotate(45deg);
    } 

    .header .btn span.close:after{
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .menu {
        display: flex;
        flex-direction: column;
        width: 90vw;
        position: fixed;
        top: 5.12821vw;
        left: 5vw;
        z-index: 999999;
        background: #fff;
        padding: 2.5641vw;
        border-radius: 6.15385vw;
        padding-top: 14vw;
        transition: 0.3s;
        max-height: 0;
        overflow: hidden;
    }

    .menu.active{
        max-height: 500px;
        padding-top: 17.94872vw;
    }
    
    .menu .list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 4.10256vw;
        padding: 8.97436vw;
        border-top: 0.25641vw solid #E4E4E4;
    }
    
    .menu .list a {
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        font-size: 4.61538vw;
        text-align: center;
        color: #384146;
    }

    .big-bg{
        z-index: 99999;
    }

}
