*,
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;
    max-width: 700px;
}

html {
    scroll-behavior: smooth !important;
}

body,
html {
    margin: 0 !important;
    background: #000000;
    overflow: hidden !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(0.11574vw);
    backdrop-filter: blur(0.51282vw);
    z-index: 997;
    opacity: 0;
    visibility: hidden
}

.modal.active ~ .big-bg {
    z-index: 9999;
}

input {
    border-radius: 0 !important
}

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

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

*,
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: 610.26px;
    margin: auto;
    align-items: flex-start;
    height: 100%;
}

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

.b0 .nav {
    position: absolute;
    top: 62.82px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    backdrop-filter: blur(5.38px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30.51px;
    width: 308.72px;
    height: 62.82px;
    display: flex;
    align-items: center;
}

.b0 .nav .slide {
    flex-grow: 1;
    height: 44.87px;
    border-radius: 30.51px;
    border: 1.79px solid #FFE100;
    position: relative;
}

.b0 .nav .slide span {
    display: block;
    position: absolute;
    left: 1.79px;
    top: 50%;
    background: #FFE100;
    width: 35.9px;
    height: 35.9px;
    border-radius: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
}

.b0 .nav.courier .slide span {
    left: 52.5px;
}

.b0 .nav .taxi {
    width: 129.23px;
    height: 61.03px;
    position: relative;
}

.b0 .nav .taxi:before,
.b0 .nav .taxi:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.b0 .nav .taxi:before {
    background: url(../img/b1-nav-1.svg) center center no-repeat;
    background-size: cover;
}

.b0 .nav .taxi:after {
    opacity: 0;
    background: url(../img/b1-nav-1-active.svg) center center no-repeat;
    background-size: cover;
}

.b0 .nav.taxi .taxi:after {
    opacity: 1;
}

.b0 .nav .courier {
    width: 86.15px;
    height: 61.03px;
    position: relative;
}

.b0 .nav .courier:before,
.b0 .nav .courier:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.b0 .nav .courier:before {
    background: url(../img/b1-nav-2.svg) center center no-repeat;
    background-size: cover;
}

.b0 .nav .courier:after {
    opacity: 0;
    background: url(../img/b1-nav-2-active.svg) center center no-repeat;
    background-size: cover;
}

.b0 .nav.courier .courier:after {
    opacity: 1;
}

.b0 {
    z-index: 9;
}

.b0 svg {
    height: 43.08px;
    width: auto;
    position: absolute;
    top: 80.5px;
    left: 46.67px;
}

.b0 .lang {
    top: 80.5px;
    right: 46.67px;
    position: absolute;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 19.74px;
    backdrop-filter: blur(7.18px);
    background: rgba(255, 255, 255, 0.1);
    padding: 7.18px 14.36px;
    border-radius: 12.56px;
    cursor: pointer;
    width: 71.79px;
    text-align: center;
}

.b0 .lang a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 32.31px;
    color: #fff;
    display: none;
}

.b0 .lang a.active {
    color: #ffe400;
    display: block;
}

.b0 .lang:hover a {
    display: block;
}


.b1 {
    padding-top: 20px;
}

.b1,
.b2,
.b3,
.b4 {
    display: flex;
    background: #000;
    min-height: 100vh;
    height: fit-content;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: calc(50% - 350px);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    overflow: auto;
    max-height: 100vh;
    min-height: 100%;
    max-height: 100%;
    max-width: 700px;
}

.b1.active,
.b2.active,
.b3.active,
.b4.active {
    opacity: 1;
    visibility: visible;
}

.b1 img {
    width: 700px;
    height: auto;
    position: relative;
    display: block;
}

.b1 .container,
.b2 .container,
.b3 .container {
    margin-top: 0;
    height: fit-content;
}

.b1 h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 57.44px;
    color: #fff;
    margin-top: 17.95px;
}

.b1 .desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 26.92px;
    color: #fff;
    margin-top: 25.13px;
}

.b1 .plugs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 53.85px;
    grid-row-gap: 14.36px;
    width: 100%;
    margin: 68.21px 0;
}

.b1 .plugs .item {
    position: relative;
    border-radius: 43.08px;
    min-height: 152.56px;
    background: rgba(255, 255, 255, 0.02);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 26.92px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b1 .plugs .item:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.79px;
    border-radius: inherit;
    background: linear-gradient(135deg, #fff 0%, #272727 40%, #272727 60%, #fff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.b1 .btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 34.1px;
    color: #000;
    border-radius: 48.46px;
    width: 450.51px;
    height: 95.13px;
    cursor: pointer;
    background: #ffe100;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 89.6px;
}

.b2 .up,
.b3 .up ,
.b4 .up{
    margin-top: 35.9px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.b2 .up img,
.b3 .up img,
.b4 .up img{
    height: 80.77px;
}

.b2 .up .btn,
.b3 .up .btn,
.b4 .up .btn{
    width: 32.31px;
    height: 32.31px;
    background: url(../img/b2-arrow.svg) center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.b2 .up .btn:last-child,
.b3 .up .btn:last-child ,
.b4 .up .btn:last-child{
    opacity: 0;
}

.b2 h2,
.b3 h2,
.b4 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 57.44px;
    line-height: 94%;
    color: #fff;
    margin-top: 129.23px;
}

.b2 .desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 26.92px;
    color: #fff;
    margin-top: 25.13px;
}

.b2 .swiper {
    margin-top: 75.38px;
}

.b2 .swiper .item {
    border-radius: 53.85px;
    width: 455.9px;
    height: 561.79px;
    background: rgba(255, 255, 255, 0.02);
    position: relative;
    padding: 34.1px 19.74px;
    overflow: hidden;
    position: relative;
}

    .safe-zone {
        float: right;
        width: 195px;
        height: 100%;
        shape-outside: polygon(100% 0%, 100% 35%, 0% 35%, 0% 100%, 100% 100%);
        /* background: rgba(255, 0, 0, 0.2); */
    }

.b2 .swiper .swiper-slide:nth-child(1) .item {
    background: url(../img/b2-1-2.webp) center center no-repeat;
    background-size: cover;
}

.b2 .swiper .swiper-slide:nth-child(2) .item {
    background: url(../img/b2-2.webp) center center no-repeat;
    background-size: cover;
}

.b2 .swiper .swiper-slide:nth-child(3) .item {
    background: url(../img/b2-3.webp) center center no-repeat;
    background-size: cover;
}

.b2 .swiper .swiper-slide:nth-child(4) .item {
    background: url(../img/b2-4.webp) center center no-repeat;
    background-size: cover;
}

.b2 .swiper .swiper-slide {
    width: 500.77px;
}

.b2 .swiper .item:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.79px;
    border-radius: inherit;
    background: linear-gradient(135deg, #fff 0%, #272727 40%, #272727 60%, #fff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.b2 .swiper .item h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 37.69px;
    color: #fff;
}

.b2 .swiper .item p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 23.33px;
    color: #a6a6a6;
    margin-top: 10.77px;
    line-height: 120%;
}

.b2 .swiper .swiper-slide:first-child .item p {
    /* max-width: 233.33px; */
}

.b2 .swiper .swiper-slide:nth-child(2) .item p {
    /* max-width: 251.28px; */
}

.b2 .swiper .item .num {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 62.82px;
    color: #000;
    border-radius: 26.92px 0 0 0;
    width: 93.33px;
    height: 87.95px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(179.49px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.b2 .swiper {
    padding: 0 48.46px;
    width: 700px;
    min-height: 567px;
    height: fit-content;
}

.b2 .c2,
.b3 form .bot {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30.51px;
    margin-top: 96.92px;
    flex-direction: row;
    margin-bottom: 89.6px;
}

.b2 .c2 .btn, .b3 form .bot button {
    font-family: "Abhaya Libre SemiBold", sans-serif;
    font-weight: 600;
    font-size: 34.1px;
    color: #000;
    border-radius: 48.46px;
    padding: 25.13px 32.31px 23.33px;
    background: #ffe100;
    cursor: pointer;
    border: none;
}

.b2 .c2 a,
.b3 form .bot a {
    width: 82.56px;
    height: 82.56px;
    background: url(../img/b2-call.svg) center center no-repeat;
    background-size: cover;
}

.b2 .b2-slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 34.1px;
    gap: 10.77px;
}

.b2 .b2-slider-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 25.13px;
    height: 25.13px;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}

.b2 .b2-slider-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.b3 .container {
    justify-content: space-between;
    height: 100%;
    min-height: 100vh;
}

.b3 h2 {
    text-align: center;
}

.b3 .cont {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.b3 .desc {
    width: 100%;
    margin-top: 14.36px;
    font-family: "Abel", sans-serif;
    font-weight: 400;
    font-size: 19.74px;
    text-align: center;
    color: #a6a6a6;
}

.b3 form {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 26.92px;
    margin-top: 41.28px;
}

.b3 form input {
    background: #fff;
    border: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000;
    transition: 0.3s;
    width: 100%;
    border-radius: 62.22px !important;
    height: 79.72px;
    padding: 0 19.44px;
    font-size: 33.06px;
}

.b3 form .bot {
    margin-top: 0;
    margin: 0;
}

.b3 form input.error {
    background: #FFB2B2;
}

.b3 .form-desc {
    margin-top: 129.23px;
    font-family: "Abel", sans-serif;
    font-weight: 400;
    font-size: 19.74px;
    text-align: center;
    color: #a6a6a6;
    margin-bottom: 89.74px;
}

.b3 .form-desc a {
    color: #ffe100;
}


.b1:before,
.b2:before,
.b3:before {
    content: '';
    position: absolute;
    top: 140.9px;
    right: 44.87px;
    width: 7.18px;
    height: 263.97px;
    z-index: 999;
    background: url(../img/b1-before-1.svg) center center no-repeat;
    background-size: cover;
}

.b2:before {
    background: url(../img/b2-before-1.svg) center center no-repeat;
    background-size: cover;
}

.b3:before {
    background: url(../img/b3-before-1.svg) center center no-repeat;
    background-size: cover;
}
.b4 .cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: red; */
}

.b4 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ffe508;
    width: 100%;
    text-align: center;
    margin: 0;
}

.b4 .p1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.b4 .p2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    margin-top: 68px;
    position: relative;
    color: #fff;
}

.b4 .p2:before {
    content: '';
    position: absolute;
    top: -32px;
    left: 50%;
    width: 280px;
    background: #4E4E4E;
    ;
    height: 1px;
    transform: translate(-50%, 0);
}

.b4 .p2 span {
    color: #ffe508;
}

.b4 .line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 58.33px;
    gap: 38.89px;
    margin-top: 13px;
}

.b4 .line a {
    width: 46.67px;
    height: 46.67px;
}

.b4 .line a.it {
    background: url(../img/it.svg) center center no-repeat;
    background-size: cover;
}

.b4 .line a.tt {
    background: url(../img/tt.svg) center center no-repeat;
    background-size: cover;
}

.b4 .line a.in {
    background: url(../img/in.svg) center center no-repeat;
    background-size: cover;
}

.b4 .line a.tg {
    background: url(../img/tg.svg) center center no-repeat;
    background-size: cover;
}

.b4 .line a.wa {
    background: url(../img/wa.svg) center center no-repeat;
    background-size: cover;
}

.b4 .line a.yt {
    background: url(../img/yt.svg) top center no-repeat;
    background-size: cover;
}

.b4 .p3 {
    margin-top: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
}


@media(max-width: 700px){
    
    .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: 87.17949vw;
        margin: auto;
        align-items: flex-start;
        height: 100%;
    }
    
    .swiper {
        width: 100%;
        height: 100%
    }

    .b0 {
        z-index: 9;
    }
    
    .b0 svg {
        height: 6.15385vw;
        width: auto;
        position: absolute;
        top: 11.5vw;
        left: 6.66667vw;
    }
    
    .b0 .lang {
        top: 11.5vw;
        right: 6.66667vw;
        position: absolute;
        cursor: pointer;
        flex-direction: column;
        display: flex;
        align-items: center;
        gap: 2.82051vw;
        backdrop-filter: blur(1.02564vw);
        background: rgba(255, 255, 255, 0.1);
        padding: 1.02564vw 2.05128vw;
        border-radius: 1.79487vw;
        cursor: pointer;
        width: 10.25641vw;
        text-align: center;
    }
    
    .b0 .lang a {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 4.61538vw;
        color: #fff;
        display: none;
    }
    
    .b0 .lang a.active {
        color: #ffe400;
        display: block;
    }
    
    .b0 .lang:hover a {
        display: block;
    }


    
    
    .b0 .nav {
        position: absolute;
        top: 8.97436vw;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 10;
        backdrop-filter: blur(0.76923vw);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4.35897vw;
        width: 44.10256vw;
        height: 8.97436vw;
        display: flex;
        align-items: center;
    }
    
    .b0 .nav .slide {
        flex-grow: 1;
        height: 6.41026vw;
        border-radius: 4.35897vw;
        border: 0.25641vw solid #FFE100;
        position: relative;
    }
    
    .b0 .nav .slide span {
        display: block;
        position: absolute;
        left: 0.25641vw;
        top: 50%;
        background: #FFE100;
        width: 5.12821vw;
        height: 5.12821vw;
        border-radius: 50%;
        transform: translate(0, -50%);
        transition: 0.3s;
    }
    
    .b0 .nav.courier .slide span{
        left: 7.5vw;
    }
    
    .b0 .nav .taxi {
        width: 18.46154vw;
        height: 8.71795vw;
        position: relative;
    }
    
    .b0 .nav .taxi:before,
    .b0 .nav .taxi:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }
    
    .b0 .nav .taxi:before {
        background: url(../img/b1-nav-1.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b0 .nav .taxi:after {
        opacity: 0;
        background: url(../img/b1-nav-1-active.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b0 .nav.taxi .taxi:after {
        opacity: 1;
    }
    
    .b0 .nav .courier {
        width: 12.30769vw;
        height: 8.71795vw;
        position: relative;
    }
    
    .b0 .nav .courier:before,
    .b0 .nav .courier:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }
    
    .b0 .nav .courier:before {
        background: url(../img/b1-nav-2.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b0 .nav .courier:after {
        opacity: 0;
        background: url(../img/b1-nav-2-active.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b0 .nav.courier .courier:after {
        opacity: 1;
    }
    
    .b1{
        padding-top: 20px;
    }
    .b1,
    .b2,
    .b3,
    .b4 {
        display: flex;
        background: #000;
        min-height: 100vh;
        height: fit-content;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.3s;
        visibility: hidden;
        width: 100%;
        overflow: auto;
        max-height: 100vh;
        min-height: 100%;
        max-height: 100%;
        max-width: none;
    }
    
    .b1.active,
    .b2.active,
    .b3.active,
    .b4.active {
        opacity: 1;
        visibility: visible;
    }
    
    
    .b1 img {
        width: 100vw;
        height: auto;
        position: relative;
        display: block;
    }
    
    .b1 .container,
    .b2 .container,
    .b3 .container {
        margin-top: 0;
        height: fit-content;
    }
    
    .b1 h1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 8.20513vw;
        color: #fff;
        margin-top: 2.5641vw;
    }
    
    .b1 .desc {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 3.84615vw;
        color: #fff;
        margin-top: 3.58974vw;
    }
    
    .b1 .plugs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 7.69231vw;
        grid-row-gap: 2.05128vw;
        width: 100%;
        margin: 9.74359vw 0;
    }
    
    .b1 .plugs .item {
        position: relative;
        border-radius: 6.15385vw;
        min-height: 21.79487vw;
        background: rgba(255, 255, 255, 0.02);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 3.84615vw;
        text-align: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .b1 .plugs .item:before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 0.25641vw;
        border-radius: inherit;
        background: linear-gradient(135deg, #fff 0%, #272727 40%, #272727 60%, #fff 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }
    
    .b1 .btn {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 4.87179vw;
        color: #000;
        border-radius: 6.92308vw;
        width: 64.35897vw;
        height: 13.58974vw;
        cursor: pointer;
        background: #ffe100;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 12.8vw;
    }
    
    .b2 .up,
    .b3 .up,
    .b4 .up{
        margin-top: 5.12821vw;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }
    
    .b2 .up img,
    .b3 .up img,
    .b4 .up img{
        height: 11.53846vw;
    }
    
    .b2 .up .btn,
    .b3 .up .btn,
    .b4 .up .btn{
        width: 4.61538vw;
        height: 4.61538vw;
        background: url(../img/b2-arrow.svg) center center no-repeat;
        background-size: cover;
        cursor: pointer;
        padding: 0;
    }
    
    .b2 .up .btn:last-child,
    .b3 .up .btn:last-child,
    .b4 .up .btn:last-child{
        opacity: 0;
    }
    
    .b2 h2,
    .b3 h2,
    .b4 h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 8.20513vw;
        line-height: 94%;
        color: #fff;
        margin-top: 18.46154vw;
    }
    
    .b2 .desc {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 3.84615vw;
        color: #fff;
        margin-top: 3.58974vw;
    }
    
    .b2 .swiper {
        margin-top: 10.76923vw;
    }
    
    .b2 .swiper .item {
        border-radius: 7.69231vw;
        width: 65.12821vw;
        height: 80.25641vw;
        background: rgba(255, 255, 255, 0.02);
        position: relative;
        padding: 4.87179vw 2.82051vw;
        overflow: hidden;
    }
    
    .b2 .swiper .swiper-slide:nth-child(1) .item {
        background: url(../img/b2-1-2.webp) center center no-repeat;
        background-size: cover;
    }
    
    .b2 .swiper .swiper-slide:nth-child(2) .item {
        background: url(../img/b2-2.webp) center center no-repeat;
        background-size: cover;
    }
    
    .b2 .swiper .swiper-slide:nth-child(3) .item {
        background: url(../img/b2-3.webp) center center no-repeat;
        background-size: cover;
    }
    
    .b2 .swiper .swiper-slide:nth-child(4) .item {
        background: url(../img/b2-4.webp) center center no-repeat;
        background-size: cover;
    }
    
    .b2 .swiper .swiper-slide {
        width: 71.53846vw;
    }
    
    .b2 .swiper .item:before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 0.25641vw;
        border-radius: inherit;
        background: linear-gradient(135deg, #fff 0%, #272727 40%, #272727 60%, #fff 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

    .safe-zone {
          float: right;
          width: 32vw;  /* Ширина розовой зоны (примерно половина) */
          height: 100%;  /* Высота на весь блок для контроля потока */
          
          /* Координаты полигона:
             100% 0% -> верхний правый угол (зона здесь "нулевая")
             100% 35% -> точка, где зона все еще прижата вправо (текст идет на всю ширину)
             0% 35% -> резкий скачок влево (начало розового прямоугольника)
             0% 100% -> левый нижний угол зоны
             100% 100% -> правый нижний угол зоны
          */
          shape-outside: polygon(100% 0%, 100% 35%, 0% 35%, 0% 100%, 100% 100%);
          
          /* Чтобы визуально проверить зону, раскомментируй: */
          /* background: rgba(255, 0, 0, 0.2); */
        }
    
    .b2 .swiper .item h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 5.38462vw;
        color: #fff;
    }
    
    .b2 .swiper .item p {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 3.33333vw;
        color: #a6a6a6;
        margin-top: 1.53846vw;
        line-height: 120%;
    }
    
    .b2 .swiper .swiper-slide:first-child .item p {
        /* max-width: 33.33333vw; */
    }
    
    .b2 .swiper .swiper-slide:nth-child(2) .item p {
        /* max-width: 35.89744vw; */
    }
    
    .b2 .swiper .item .num {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 8.97436vw;
        color: #000;
        border-radius: 3.84615vw 0 0 0;
        width: 13.33333vw;
        height: 12.5641vw;
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(25.64103vw);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        right: 0;
        display: none;
    }
    
    .b2 .swiper {
        padding: 0 6.92308vw;
        width: 100vw;
        min-height: 81vw;
        height: fit-content;
    }
    
    .b2 .c2,
    .b3 form .bot {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4.35897vw;
        margin-top: 13.84615vw;
        flex-direction: row;
        margin-bottom: 12.8vw;
    }
    
    .b2 .c2 .btn, .b3 form .bot button {
        font-family: "Abhaya Libre SemiBold", sans-serif;
        font-weight: 600;
        font-size: 4.87179vw;
        color: #000;
        border-radius: 6.92308vw;
        padding: 3.58974vw 4.61538vw 3.33333vw;
        background: #ffe100;
        cursor: pointer;
        border: none;
        /* padding: 0; */
    }
    
    .b2 .c2 a,
    .b3 form .bot a {
        width: 11.79487vw;
        height: 11.79487vw;
        background: url(../img/b2-call.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b2 .b2-slider-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4.87179vw;
        gap: 1.53846vw;
    }
    
    .b2 .b2-slider-pagination .swiper-pagination-bullet {
        margin: 0 !important;
        width: 3.58974vw;
        height: 3.58974vw;
        background: rgba(255, 255, 255, 0.3);
        transition: 0.3s;
    }
    
    .b2 .b2-slider-pagination .swiper-pagination-bullet-active {
        background: #fff;
    }
    
    .b3 .container, .b4 .container {
        justify-content: space-between;
        height: 100%;
        min-height: 100vh;
    }
    
    .b3 h2 {
        text-align: center;
    }
    
    .b3 .cont {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .b3 .desc {
        width: 100%;
        margin-top: 2.05128vw;
        font-family: "Abel", sans-serif;
        font-weight: 400;
        font-size: 2.82051vw;
        text-align: center;
        color: #a6a6a6;
    }
    
    .b3 form {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 3.84615vw;
        margin-top: 5.89744vw;
    }
    
    .b3 form input {
        background: #fff;
        border: none;
        outline: none;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000;
        transition: 0.3s;
        width: 100%;
        border-radius: 8.88889vw !important;
        height: 11.38889vw;
        padding: 0 2.77778vw;
        font-size: 4.72222vw;
    }
    
    .b3 form .bot {
        margin-top: 0;
        margin: 0;
    }
    
    .b3 form input.error {
        background: #FFB2B2;
    }
    
    .b3 .form-desc {
        margin-top: 18.46154vw;
        font-family: "Abel", sans-serif;
        font-weight: 400;
        font-size: 2.82051vw;
        text-align: center;
        color: #a6a6a6;
        margin-bottom: 12.82051vw;
    }
    
    .b3 .form-desc a {
        color: #ffe100;
    }
    
    .b4 {
        
    }
    
    .b1:before,
    .b2:before,
    .b3:before {
        content: '';
        position: absolute;
        top: 30.76923vw;
        right: 6.41026vw;
        width: 1.02564vw;
        height: 37.94vw;
        z-index: 999;
        background: url(../img/b1-before-1.svg) center center no-repeat;
        background-size: cover;
        border-radius: 1.28vw;
    }
    
    .b2:before {
        background: url(../img/b2-before-1.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b3:before {
        background: url(../img/b3-before-1.svg) center center no-repeat;
        background-size: cover;
    }


    .b4 .cont{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background: red; */
    }
    .b4 h2{
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 40px;
        color: #ffe508;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .b4 .p1{
        font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 20px;
text-align: center;
color: #fff;
        margin-top: 8px;
    }
    .b4 .p2{
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 17px;
        text-align: center;
        margin-top: 68px;
        position: relative;
        color: #fff;
    }
    .b4 .p2:before{
        content: '';
        position: absolute;
        top: -32px;
        left: 50%;
        width: 280px;
        background: #4E4E4E;;
        height: 1px;
        transform: translate(-50%, 0);
    }
    .b4 .p2 span{
        color: #ffe508;
    }
    .b4 .line {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8.33333vw;
        gap: 5.55556vw;
        margin-top: 13px;
    }
    
    .b4 .line a {
        width: 6.66667vw;
        height: 6.66667vw;
    }

    .b4 .line a.it {
        background: url(../img/it.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b4 .line a.tt {
        background: url(../img/tt.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b4 .line a.in {
        background: url(../img/in.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b4 .line a.tg {
        background: url(../img/tg.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b4 .line a.wa {
        background: url(../img/wa.svg) center center no-repeat;
        background-size: cover;
    }
    
    .b4 .line a.yt {
        background: url(../img/yt.svg) top center no-repeat;
        background-size: cover;
    }
    .b4 .p3{
        margin-top: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        color: #fff;
    }
}