@font-face {
    font-display: swap;
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),url("../fonts/SFProDisplay-Regular.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),url("../fonts/SFProDisplay-Medium.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"),url("../fonts/SFProDisplay-Semibold.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),url("../fonts/SFProDisplay-Bold.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"),url("../fonts/SFProDisplay-Heavy.ttf") format("truetype")
}

.header {
    padding: 10px 0px;
    border-bottom: 1px solid #d3d3d5;
    background: #efefef
}

@media(max-width: 768px) {
    .header {
        padding:10.5px 0px
    }
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px
}

.header__left {
    display: flex;
    align-items: center;
    column-gap: 14px
}

@media(max-width: 768px) {
    .header__left {
        column-gap:10px
    }
}

.header__content {
    display: flex;
    align-items: center;
    column-gap: 11px;
    padding: 3px 10px;
    border-radius: 6px;
    background: #ebe7e7
}

@media(max-width: 768px) {
    .header__content {
        padding:2px 10px;
        column-gap: 10px
    }
}

.header__content-img {
    display: block;
    max-width: 102px;
    width: 100%;
    height: auto;
    object-fit: contain;
    min-width: 0
}

@media(max-width: 768px) {
    .header__content-img {
        max-width:73px
    }
}

.header__logo {
    display: block;
    max-width: 119px;
    height: auto
}

@media(max-width: 768px) {
    .header__logo {
        max-width:80px
    }
}

.header__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    min-width: 0
}

.header__info {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal
}

@media(max-width: 768px) {
    .header__info {
        font-size:10px
    }
}

.header__text {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal
}

@media(max-width: 768px) {
    .header__text {
        font-size:10px;
        text-align: right
    }
}

* {
    margin: 0;
    box-sizing: border-box
}

ul {
    list-style: none;
    padding-left: 0
}

a {
    text-decoration: none;
    color: inherit
}

input:focus-visible::placeholder {
    font-size: 0
}

button {
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    border: none;
    background-color: rgba(0,0,0,0)
}

html {
    scroll-behavior: smooth
}

main {
    overflow: hidden
}

body {
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 122%;
    color: #1d1d1f;
    background-color: #fff;
    -webkit-font-smoothing: antialiased
}

@media(max-width: 1024px) {
    body {
        font-size:16px
    }
}

@media(max-width: 768px) {
    body {
        font-size:14px;
        line-height: normal
    }
}

body.no-scroll {
    overflow: hidden
}

.h1 {
    font-family: "SF Pro Display",sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    color: #1d1d1f
}

@media(max-width: 1024px) {
    .h1 {
        font-size:52px
    }
}

@media(max-width: 768px) {
    .h1 {
        font-size:40px
    }
}

.h1 span {
    color: #0071e3
}

.h2 {
    font-family: "SF Pro Display",sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    color: #1d1d1f
}

@media(max-width: 1024px) {
    .h2 {
        font-size:34px
    }
}

@media(max-width: 768px) {
    .h2 {
        font-size:30px
    }
}

.h2 span {
    color: #0071e3
}

.h3 {
    font-family: "SF Pro Display",sans-serif;
    font-size: 22px;
    line-height: normal;
    font-weight: 600
}

@media(max-width: 1024px) {
    .h3 {
        font-size:20px
    }
}

@media(max-width: 768px) {
    .h3 {
        font-size:18px
    }
}

.h3 span {
    color: #0071e3
}

.h4 {
    font-family: "SF Pro Display",sans-serif;
    font-size: 20px;
    color: #1d1d1f;
    font-weight: 600;
    line-height: 140%
}

@media(max-width: 1024px) {
    .h4 {
        font-size:20px
    }
}

@media(max-width: 768px) {
    .h4 {
        font-size:20px
    }
}

.h4 span {
    color: #0071e3
}

.container {
    width: 1320px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media(max-width: 768px) {
    .container {
        padding-left:20px;
        padding-right: 20px
    }
}

.tooltip-wrapper {
    position: relative
}

.tooltip-wrapper:hover .tooltip-text {
    opacity: 1;
    visibility: visible
}

.tooltip-wrapper .tooltip-text {
    position: absolute;
    padding: 20px;
    border-radius: 10px;
    border: .5px solid rgba(0,0,0,.06);
    background: linear-gradient(0deg, rgba(226, 226, 226, 0.35) 0%, rgba(226, 226, 226, 0.35) 100%),hsla(0,0%,100%,0);
    box-shadow: 0 .5px 1px .5px hsla(0,0%,100%,.5) inset,0 2px 4px 0 rgba(0,0,0,.15),0 8px 15px 6px rgba(0,0,0,.18);
    backdrop-filter: blur(40.7742271423px);
    z-index: 3;
    color: rgba(29,29,31,.7);
    font-family: "SF Pro Display",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: max-content;
    max-width: 320px;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

@media(max-width: 768px) {
    .tooltip-wrapper .tooltip-text {
        max-width:280px;
        padding: 10px;
        font-size: 12px;
        line-height: 16px;
        width: auto
    }
}

.footer {
    padding: 14px 0;
    border-top: 1px solid #ebe7e7;
    background: #fafafc
}

.footer__container {
    display: flex;
    justify-content: center
}

.footer__list {
    display: flex;
    align-items: center;
    column-gap: 19px
}

@media(max-width: 768px) {
    .footer__list {
        column-gap:10px
    }
}

.footer__item {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 19px
}

@media(max-width: 768px) {
    .footer__item {
        column-gap:10px
    }
}

.footer__item::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(29,29,31,.7);
    display: inline-block
}

@media(max-width: 768px) {
    .footer__item::before {
        height:14px
    }
}

.footer__item:first-child::before {
    display: none
}

.footer__item-link {
    color: rgba(29,29,31,.7);
    font-family: "SF Pro Display",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media(max-width: 768px) {
    .footer__item-link {
        font-size:10px;
        line-height: normal
    }
}

.hero-popup {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: rgba(0,0,0,.34);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
    padding-left: 20px;
    padding-right: 20px
}

.hero-popup.active {
    opacity: 1;
    visibility: visible
}

.hero-popup__inner {
    max-width: 709px;
    width: 100%;
    background: #fff;
    padding: 72.5px 60px;
    border-radius: 22px;
    box-shadow: 0 30px 30px 0 rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: space-between;
    position: relative
}

@media(max-width: 768px) {
    .hero-popup__inner {
        padding:34px 60px 82px 60px;
        max-width: 550px
    }
}

@media(max-width: 575px) {
    .hero-popup__inner {
        align-items:flex-end;
        justify-content: center;
        padding: 34px 26px 82px 19px
    }
}

@media(max-width: 480px) {
    .hero-popup__inner {
        column-gap:12px
    }
}

.hero-popup__close {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    cursor: pointer
}

.hero-popup__box {
    position: relative;
    overflow: hidden
}

.hero-popup__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 22px;
    background: #fff;
    z-index: 2
}

.hero-popup__banner {
    position: relative;
    box-shadow: 0 4px 24px 0 rgba(51,51,51,.34)
}

.hero-popup__image {
    position: relative;
    max-width: 100%;
    min-width: 0;
    z-index: 2
}

@media(max-width: 575px) {
    .hero-popup__image {
        max-height:161px
    }
}

.hero-popup__stop {
    display: block;
    position: absolute;
    top: -78px;
    right: -121px;
    z-index: 1
}

@media(max-width: 768px) {
    .hero-popup__stop {
        max-width:83px;
        width: 100%;
        height: auto;
        top: -20px;
        right: -79px
    }
}

@media(max-width: 575px) {
    .hero-popup__stop {
        right:-5px;
        bottom: 100%;
        top: unset
    }
}

.hero-popup__content {
    position: relative;
    z-index: 3;
    padding: 22px 23px 27px 23px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width: 768px) {
    .hero-popup__content {
        padding:15px 10px;
        min-width: 176px
    }
}

.hero-popup__figure {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #0071e3;
    border-radius: 22px;
    z-index: 1;
    pointer-events: none
}

.hero-popup__uptitle {
    color: #141010;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    display: block;
    background: #ffef80;
    padding: 2px 10px;
    margin-bottom: 12px
}

@media(max-width: 768px) {
    .hero-popup__uptitle {
        font-size:18px;
        line-height: 26px;
        margin-bottom: 5px
    }
}

.hero-popup__percent {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 12px
}

@media(max-width: 768px) {
    .hero-popup__percent {
        margin-bottom:5px
    }
}

.hero-popup__percent-title {
    color: #ff4554;
    font-family: "SF Pro Display",sans-serif;
    font-size: 106px;
    font-weight: 700;
    line-height: 75px
}

@media(max-width: 768px) {
    .hero-popup__percent-title {
        font-size:61px;
        line-height: 43px
    }
}

.hero-popup__percent-symbol {
    color: #ff4554;
    font-family: "SF Pro Display",sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 42px
}

@media(max-width: 768px) {
    .hero-popup__percent-symbol {
        font-size:45px;
        line-height: 32px
    }
}

.hero-popup__percent-text {
    color: #ff4554;
    font-family: "SF Pro Display",sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 2px
}

@media(max-width: 768px) {
    .hero-popup__percent-text {
        font-size:15px
    }
}

.hero-popup__percent-description {
    color: #ff4554;
    font-family: "SF Pro Display",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal
}

@media(max-width: 768px) {
    .hero-popup__percent-description {
        font-size:10px;
        line-height: 14px;
        white-space: nowrap
    }
}

.hero-popup__subtitle {
    color: #1d1d1f;
    font-family: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 21px
}

@media(max-width: 768px) {
    .hero-popup__subtitle {
        font-size:12px;
        line-height: normal;
        margin-bottom: 9px
    }
}

.hero-popup__buttons {
    padding-top: 35px;
    border-top: 2px dashed #0071e3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

@media(max-width: 768px) {
    .hero-popup__buttons {
        padding-top:42px
    }
}

.hero-popup__buttons-link {
    color: #fff;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 39.5px;
    border-radius: 500px;
    background: #0071e3;
    margin-bottom: 10px
}

@media(max-width: 768px) {
    .hero-popup__buttons-link {
        font-size:12px;
        line-height: normal;
        margin-bottom: 8px;
        padding: 11px 22px
    }
}

.hero-popup__buttons-text {
    color: #141010;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

@media(max-width: 768px) {
    .hero-popup__buttons-text {
        font-size:10px;
        line-height: 14px
    }
}

.hero-popup__buttons-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #0071e3;
    background: #fff
}

.hero-popup__buttons-circle--left {
    position: absolute;
    left: -45px;
    top: -24px
}

@media(max-width: 768px) {
    .hero-popup__buttons-circle--left {
        left:-38px
    }
}

.hero-popup__buttons-circle--right {
    position: absolute;
    right: -45px;
    top: -24px
}

@media(max-width: 768px) {
    .hero-popup__buttons-circle--right {
        right:-38px
    }
}

.hero-popup__button-close {
    color: #0071e3;
    font-family: "SF Pro Display",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    border: none
}

@media(max-width: 768px) {
    .hero-popup__button-close {
        font-size:12px;
        line-height: normal
    }
}

@media(max-width: 768px) {
    .hero-popup__button-close.desktop {
        display:none
    }
}

.hero-popup__button-close.mobile {
    display: none
}

@media(max-width: 768px) {
    .hero-popup__button-close.mobile {
        display:inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 46px
    }
}

.b_b0 {
    min-height: 704px;
    position: relative;
    display: flex
}

@media(max-width: 768px) {
    .b_b0 {
        min-height:589px
    }
}

.b_b0__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
    pointer-events: none;

}

.b_b0__bg--desktop {
    display: block
}

@media(max-width: 768px) {
    .b_b0__bg--desktop {
        display:none
    }
}

.b_b0__bg--mobile {
    display: none
}

@media(max-width: 768px) {
    .b_b0__bg--mobile {
        display:block;
        object-position: top;
        margin-top: 66px;
    }
}

.b_b0__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 100%);
    z-index: 2;
    pointer-events: none
}

.b_b0__container {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: stretch;
    padding-right: 64px;
    padding-bottom: 110px
}

@media(max-width: 1024px) {
    .b_b0__container {
        padding-right:0px
    }
}

@media(max-width: 768px) {
    .b_b0__container {
        justify-content:center;
        padding-bottom: 0px
    }
}

.b_b0__content {
    max-width: 497px;
    width: 100%
}

@media(max-width: 768px) {
    .b_b0__content {
        display:flex;
        flex-direction: column;
        margin-top: 288px;
    }
}

.b_b0__title {
    color: #fff;
    font-family: "SF Pro Display",sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .b_b0__title {
        font-size:40px;
        line-height: 44px
    }
}

.b_b0__link {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 27px;
    background: #0071e3;
    border-radius: 500px;
    transition: all 0.3s;
}
.b_b0__link:hover {
    text-decoration: none;
    transform: translate(0, -3px);
}

@media(max-width: 768px) {
    .b_b0__link {
        font-size:14px;
        line-height: 20px;
        padding: 12px 22px;
        margin: 0 auto
    }
}

.b_b2 {
    padding: 100px 0px 0px 0px;
    background: linear-gradient(180deg, #ADE4FC 0%, #F5F6F7 62.88%, #F5F5F7 87.9%)
}

@media(max-width: 768px) {
    .b_b2 {
        padding-top:38px
    }
}

.b_b2__container {
    width: 1060px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.b_b2__badge {
    position: absolute;
    top: -50px;
    right: -50px;
    display: block;
    max-width: 106px;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.b_b2__badge:hover { 
    transform: scale(1.2);
}

@media(max-width: 1250px) {
    .b_b2__badge {
        right:20px
    }
}

@media(max-width: 768px) {
    .b_b2__badge {
        max-width:57px;
        top: 85px
    }
}

.b_b2__title {
    text-align: center;
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b2__title {
        margin-bottom:25px
    }
}

.b_b2__content {
    display: flex;
    align-items: center;
    column-gap: 34px;
    width: 100%
}

@media(max-width: 768px) {
    .b_b2__content {
        flex-direction:column-reverse;
        row-gap: 34px
    }
}

.b_b2__image {
    display: block;
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    min-width: 0;
    object-fit: contain
}

.b_b2__text {
    display: flex;
    flex-direction: column;
    flex: 0 0 391px
}

@media(max-width: 1024px) {
    .b_b2__text {
        flex:0 0 315px
    }
}

@media(max-width: 880px) {
    .b_b2__text {
        flex:0 0 255px
    }
}

@media(max-width: 768px) {
    .b_b2__text {
        flex:unset;
        width: 100%
    }
}

.b_b2__text-list {
    display: flex;
    flex-direction: column;
    row-gap: 26px
}

@media(max-width: 768px) {
    .b_b2__text-list {
        row-gap:10px
    }
}

.b_b2__text-item {
    display: flex;
    column-gap: 19px
}

@media(max-width: 768px) {
    .b_b2__text-item {
        align-items:center;
        column-gap: 12px
    }
}

@media(max-width: 768px) {
    .b_b2__text-item:nth-child(1) {
        padding-right:65px;
        align-items: flex-start
    }
}

@media(max-width: 768px) {
    .b_b2__text-item:nth-child(2) br:nth-of-type(1) {
        display:block
    }
}

@media(max-width: 768px) {
    .b_b2__text-item br {
        display:none
    }
    .b_b2__text-item .openedText br {
        display:block
    }
}

.b_b2__text-item a {
    color: #0071e3;
    font-weight: 600
}

.b_b2__text-item span {
    text-decoration: underline
}

.b_b2__text-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: rgba(0,113,227,.16)
}
.openText {
    color: #0071e3;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}
.openedText {
    display: none;
    position: absolute;
    width: 295px;
    border: 1px solid black;
    background: #ffffff;
    padding: 10px;
}
.closeText {
    text-decoration: none;
    color: #0071e3;
    cursor: pointer;
}
@media(max-width: 768px) {
    .b_b2__text-item-icon {
        min-width:34px;
        min-height: 34px;
        width: 34px;
        height: 34px
    }
}

.b_b2__text-item-icon svg,.b_b2__text-item-icon img {
    display: block;
    max-width: 30px;
    width: 100%;
    height: auto
}

@media(max-width: 768px) {
    .b_b2__text-item-icon svg,.b_b2__text-item-icon img {
        max-width:24px
    }
}

.b_b2__text-link {
    color: #0071e3;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

@media(max-width: 768px) {
    .b_b2__text-link {
        font-size:14px;
        line-height: normal;
        margin: 0 auto
    }
}

.b_b1 {
    padding-top: 48px;
    padding-bottom: 25px;
    background: #ffef80;
    position: relative;
    z-index: 3;
    transform: rotate(-2deg);
    margin-bottom: -35px;
    margin-top: -135px;
    width: 101%;
    margin-left: -5px
}

@media(max-width: 880px) {
    .b_b1 {
        margin-left:-10px;
        width: 103%
    }
}

@media(max-width: 768px) {
    .b_b1 {
        margin-top:-11px;
        width: 105%;
        padding-top: 40px;
        margin-bottom: -13px
    }
}

.b_b1__overlay {
    position: absolute;
    height: 100%;
    width: 36.5%;
    background: #fefadb;
    z-index: -1;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 50%, calc(100% - 80px) 100%, 0 100%)
}

@media(max-width: 940px) {
    .b_b1__overlay {
        width:33%
    }
}

@media(max-width: 880px) {
    .b_b1__overlay {
        width:100%;
        height: 42%;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 50% 100%, 0 calc(100% - 50px))
    }
}

@media(max-width: 768px) {
    .b_b1__overlay {
        height:47%;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 53% 100%, 53% 100%, 0 calc(100% - 25px))
    }
}

.b_b1__badge {
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    transform: translateX(-50%);
    top: -33px
}

@media(max-width: 768px) {
    .b_b1__badge {
        max-width:165px;
        left: calc(50% + 15px);
        top: -25px
    }
}

.b_b1__container {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between
}

@media(max-width: 880px) {
    .b_b1__container {
        flex-direction:column;
        row-gap: 50px
    }
}

.b_b1__left {
    padding-left: 74px;
    margin-top: -20px
}

@media(max-width: 1024px) {
    .b_b1__left {
        padding-left:40px
    }
}

@media(max-width: 940px) {
    .b_b1__left {
        padding-left:15px
    }
}

@media(max-width: 880px) {
    .b_b1__left {
        padding-left:0px
    }
}

@media(max-width: 768px) {
    .b_b1__left {
        padding-left:50px;
        margin-top: 0px
    }
}

.b_b1__left-title {
    color: #141010;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17.6px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px
}

@media(max-width: 768px) {
    .b_b1__left-title {
        margin-bottom:10px
    }
}

.b_b1__left-list {
    display: flex;
    flex-direction: column;
    row-gap: 7px
}

.b_b1__left-item {
    display: flex;
    align-items: center;
    column-gap: 8px
}

.b_b1__left-item svg {
    display: block
}

.b_b1__left-item-text {
    color: #141010;
    font-family: "SF Pro Display",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.b_b1__inner {
    display: flex;
    column-gap: 40px
}

@media(max-width: 1024px) {
    .b_b1__inner {
        column-gap:20px
    }
}

@media(max-width: 880px) {
    .b_b1__inner {
        flex-direction:column;
        align-items: center;
        row-gap: 8px
    }
}

.b_b1__center {
    display: flex;
    align-items: center;
    column-gap: 12px
}

.b_b1__center-title {
    color: #ff4554;
    font-family: "SF Pro Display",sans-serif;
    font-size: 136px;
    font-weight: 700;
    line-height: 96px
}

@media(max-width: 768px) {
    .b_b1__center-title {
        font-size:100px;
        line-height: 70px
    }
}

.b_b1__center-percent {
    color: #ff4554;
    font-family: "SF Pro Display",sans-serif;
    font-size: 77px;
    font-weight: 800;
    line-height: 54px;
    margin-bottom: 5px
}

@media(max-width: 768px) {
    .b_b1__center-percent {
        display:inline-block;
        font-size: 60px;
        line-height: 42px
    }
}

.b_b1__center-text {
    color: #ff4554;
    font-family: "SF Pro Display",sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media(max-width: 768px) {
    .b_b1__center-text {
        font-size:24px
    }
}

.b_b1__center-description {
    color: #ff4554;
    font-family: "SF Pro Display",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal
}

@media(max-width: 768px) {
    .b_b1__center-description {
        font-size:14px
    }
}

.b_b1__right {
    padding-top: 10px;
    padding-right: 162px
}

@media(max-width: 1250px) {
    .b_b1__right {
        padding-right:100px
    }
}

@media(max-width: 1150px) {
    .b_b1__right {
        padding-right:40px
    }
}

@media(max-width: 1050px) {
    .b_b1__right {
        padding-right:0px
    }
}

.b_b1__right-text {
    color: #141010;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px
}

@media(max-width: 768px) {
    .b_b1__right-text {
        font-size:14px;
        line-height: 16px;
        margin-bottom: 9px;
        text-align: center
    }
}

.b_b1__right-text span {
    color: #ff4554;
    font-weight: 700
}

.b_b1__right-link {
    display: inline-block;
    color: #fff;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 62px;
    background: #0071e3;
    border-radius: 500px
}

@media(max-width: 768px) {
    .b_b1__right-link {
        font-size:14px;
        line-height: 22px;
        padding: 8px 92px
    }
}

.b_b3 {
    padding: 80px 0px
}

@media(max-width: 768px) {
    .b_b3 {
        padding:40px 0px
    }
}

.b_b3__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b3__title {
    margin-bottom: 12px
}

@media(max-width: 768px) {
    .b_b3__title {
        font-size:22px;
        font-weight: 600;
        line-height: normal
    }
}

.b_b3__description {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b3__description {
        font-size:14px;
        line-height: normal;
        margin-bottom: 24px
    }
}

.b_b3__content {
    display: flex;
    align-items: center;
    column-gap: 80px;
    padding: 42px 99px 42px 42px;
    border-radius: 28px;
    background: #f5f5f7;
    width: 100%
}

@media(max-width: 1200px) {
    .b_b3__content {
        padding:30px
    }
}

@media(max-width: 1024px) {
    .b_b3__content {
        column-gap:20px
    }
}

@media(max-width: 768px) {
    .b_b3__content {
        padding:13px
    }
}

.b_b3__images-list {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media(max-width: 880px) {
    .b_b3__images-list {
        display:none
    }
}

.b_b3__images-list img {
    display: block;
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    min-width: 0;
    object-fit: contain;
    border-radius: 12px;
    transition: opacity 1s ease-in-out
}

.b_b3__images-list img.active {
    max-height: 1000px;
    opacity: 1;
    visibility: visible
}

.b_b3__list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    flex: 0 0 350px
}

@media(max-width: 1024px) {
    .b_b3__list {
        flex:0 0 300px
    }
}

@media(max-width: 880px) {
    .b_b3__list {
        flex:unset;
        width: 100%
    }
}

@media(max-width: 768px) {
    .b_b3__list {
        row-gap:8px
    }
}

.b_b3__item.active .b_b3__item-arrow {
    transform: translateY(-50%) rotate(180deg)
}

.b_b3__item.active .b_b3__item-content {
    max-height: 1000px
}

.b_b3__item-info {
    display: flex;
    align-items: center;
    column-gap: 22px;
    padding: 18px 0px;
    border-bottom: 1.5px solid #d3d3d5;
    position: relative;
    cursor: pointer
}

@media(max-width: 768px) {
    .b_b3__item-info {
        column-gap:14px;
        padding: 12.5px 0px
    }
}

.b_b3__item-number {
    width: 49px;
    height: 49px;
    min-width: 49px;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #d3d3d5;
    background: #fff
}

@media(max-width: 768px) {
    .b_b3__item-number {
        width:40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px
    }
}

.b_b3__item-number span {
    color: rgba(29,29,31,.34);
    font-family: "SF Pro Display",sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: normal
}

@media(max-width: 768px) {
    .b_b3__item-number span {
        font-size:22px
    }
}

.b_b3__item-uptitle {
    color: #0071e3;
    font-family: "SF Pro Display",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 2px
}

@media(max-width: 768px) {
    .b_b3__item-uptitle {
        font-size:12px;
        line-height: normal
    }
}

.b_b3__item-title {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: normal
}

@media(max-width: 768px) {
    .b_b3__item-title {
        font-size:18px;
        line-height: 22px
    }
}

.b_b3__item-arrow {
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s ease-in-out
}

@media(max-width: 768px) {
    .b_b3__item-arrow {
        display:block;
        max-width: 14px;
        width: 100%;
        height: auto;
        right: 3px
    }
}

.b_b3__item-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1s ease-in-out
}

.b_b3__item-inner {
    margin-top: 16px
}

.b_b3__item-inner p {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px
}

@media(max-width: 768px) {
    .b_b3__item-inner p {
        line-height:16px
    }
}

.b_b3__item-inner p strong {
    font-weight: 700
}

.b_b3__item-inner p a {
    color: #0071e3;
    font-weight: 700
}

.b_b3__item-image {
    display: none
}

@media(max-width: 880px) {
    .b_b3__item-image {
        display:block;
        width: 100%;
        height: auto;
        max-width: 100%;
        border-radius: 12px;
        margin-top: 13px
    }
}

.b_b4 {
    padding-bottom: 80px
}
.b_b4__item-swiper li { max-height: 295px; }
li.swiper-slide.b_b4__item-slide:before {
    content: "";
    position: absolute;
    top: calc(100% - 70px);
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, #ffffffad, white);
    display: block;
    z-index: 1;
}
@media(max-width: 768px) {
    .b_b4 {
        padding-bottom:40px
    }
}

.b_b4__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 40px;
    border-radius: 28px;
    background: #f5f5f7
}

@media(max-width: 1024px) {
    .b_b4__inner {
        padding-left:20px;
        padding-right: 20px
    }
}

@media(max-width: 768px) {
    .b_b4__inner {
        padding:38px 13px 13px 13px
    }
}

.b_b4__title {
    text-align: center;
    margin-bottom: 12px
}

.b_b4__description {
    color: #1d1d1f;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b4__description {
        font-size:14px;
        line-height: 18px;
        margin-bottom: 25px
    }
}

.b_b4__list {
    max-width: 942px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

@media(max-width: 880px) {
    .b_b4__list {
        max-width:100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px
    }
}

.b_b4__item {
    padding: 30px 16px 0px 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ADE4FC 0%, #FFF 62.88%, #FFF 87.9%);
    min-width: 0;
    overflow: hidden;
    position: relative
}

@media(max-width: 768px) {
    .b_b4__item {
        padding:16px
    }
}

.b_b4__item-image {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1.01)
}

.b_b4__item-uptitle {
    color: #0071e3;
    font-family: "SF Pro Display",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 14.5px;
    margin-bottom: 2px
}

@media(max-width: 1024px) {
    .b_b4__item-uptitle {
        padding-left:0px
    }
}

.b_b4__item-slide {
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

.b_b4__item-title {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding-left: 14.5px;
    margin-bottom: 26px
}

@media(max-width: 1024px) {
    .b_b4__item-title {
        padding-left:0px
    }
}

@media(max-width: 768px) {
    .b_b4__item-title {
        font-size:18px;
        margin-bottom: 14px
    }
}

.b_b4__item-control {
    position: absolute;
    right: 0;
    bottom: 17px;
    width: 50%;
    z-index: 1;
    padding: 0px 38px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px
}

@media(max-width: 768px) {
    .b_b4__item-control {
        padding:0px 16px
    }
}

.b_b4__item-control .swiper-pagination {
    position: static;
    width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 11px;
    width: auto !important
}

.b_b4__item-control .swiper-pagination .swiper-pagination-bullet {
    padding: 0 !important;
    margin: 0 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background: rgba(29,29,31,.4);
    opacity: 1;
    transition: background .3s ease-in-out
}

.b_b4__item-control .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000
}

.b_b4__item-link {
    display: flex;
    align-items: center;
    column-gap: 6px;
    color: #0071e3;
    font-family: "SF Pro Display",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    bottom: 11px;
    left: 24px;
    z-index: 1
    
}

.b_b4__item-link svg {
    display: block
}

.b_b5 {
    padding-bottom: 80px
}

@media(max-width: 768px) {
    .b_b5 {
        padding-bottom:40px
    }
}

.b_b5__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b5__title {
    text-align: center;
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b5__title {
        margin-bottom:25px
    }
}

.b_b5__inner {
    width: 100%;
    padding: 55px 20px;
    border-radius: 28px;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .b_b5__inner {
        padding:13px
    }
}

.b_b5__list {
    max-width: 812px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px
}

@media(max-width: 768px) {
    .b_b5__list {
        grid-template-columns:repeat(1, 1fr);
        row-gap: 13px;
        grid-auto-rows: unset
    }
}

.b_b5__item {
    padding: 23px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b5__item-image {
    display: block;
    max-width: 120px;
    width: 100%;
    height: auto;
    margin-bottom: 22px
}

@media(max-width: 768px) {
    .b_b5__item-image {
        max-width:86px
    }
}

.b_b5__item-description {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center
}

.b_b5__content {
    display: flex;
    align-items: center;
    column-gap: 20px;
    width: 100%
}

@media(max-width: 768px) {
    .b_b5__content {
        flex-direction:column;
        row-gap: 14px;
        width: 100%
    }
}

.b_b5__content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 34px;
    border-radius: 28px;
    background: #f5f5f7;
    column-gap: 10px
}

@media(max-width: 768px) {
    .b_b5__content-item {
        flex:unset;
        width: 100%;
        padding: 18px
    }
}

@media(max-width: 575px) {
    .b_b5__content-item {
        flex-direction:column;
        row-gap: 14px
    }
}

.b_b5__content-item-inner {
    max-width: 359px;
    width: 100%
}

@media(max-width: 575px) {
    .b_b5__content-item-inner {
        max-width:100%
    }
}

.b_b5__content-item-title {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px
}

.b_b5__content-item-text {
    margin-bottom: 8px
}

.b_b5__content-item-link {
    color: #0071e3;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
    position: relative;
    cursor: pointer;
}

.certificate-popover {
    color: #1d1d1f;
    position: absolute;
    top: 100%;
    left: -150px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 0;
    min-width: 350px;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    margin-bottom: 10px;
    width: max-content;
}
@media (max-width: 1508px) {
    .gkv-popover { left: 0 }
}
@media (max-width: 1180px) {
    .tuv-popover { left: unset; right: 0 }
}
@media (max-width: 560px) {
    .gkv-popover, .tuv-popover { width: auto; min-width: unset }
}
.popover-content {
    padding: 20px;
    background: white;
    border-radius: 8px;
    overflow-y: auto;
}
.popover-content p {
    margin: 0 0 12px 0;
    color: #013048;
}
.b_b5__content-item-link:hover  .certificate-popover {
    display: block;
    visibility: unset;
    opacity: 1;
} 
@media(max-width: 768px) {
    .b_b5__content-item-link {
        font-size:14px;
        line-height: 18px
    }
}

.b_b5__content-item-wrapper {
    max-width: 149px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 575px) {
    .b_b5__content-item-wrapper {
        max-width:110px;
        height: 94px
    }
}

.b_b5__content-item-wrapper img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain;
    min-width: 0
}

.b_b6 {
    margin-bottom: 80px
}

@media(max-width: 768px) {
    .b_b6 {
        margin-bottom:40px
    }
}

.b_b6__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b6__title {
    text-align: center;
    margin-bottom: 12px
}

.b_b6__description {
    color: #1d1d1f;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b6__description {
        font-size:14px;
        line-height: 18px
    }
}

.b_b6__inner {
    padding: 55px;
    border-radius: 28px;
    background: #f5f5f7;
    width: 100%;
    position: relative
}

@media(max-width: 768px) {
    .b_b6__inner {
        padding:34px 13px
    }
}

.b_b6__banner {
    display: block;
    position: absolute;
    top: -64px;
    right: -33px;
    max-width: 130px;
    width: 100%;
    height: auto
}

@media(max-width: 1324px) {
    .b_b6__banner {
        right:0
    }
}

@media(max-width: 1024px) {
    .b_b6__banner {
        max-width:80px
    }
}

@media(max-width: 768px) {
    .b_b6__banner {
        max-width:55px;
        right: 13px;
        top: -25px;
        z-index: 2
    }
}

.b_b6__swiper {
    max-width: 794px !important;
    width: 100% !important;
    overflow: visible !important
}

@media(max-width: 768px) {
    .b_b6__swiper {
        margin-bottom:25px !important
    }
}

.b_b6__item {
    position: relative
}

@media(max-width: 768px) {
    .b_b6__item {
        display:flex !important;
        flex-direction: column !important;
        align-items: center !important;
        row-gap: 12px !important
    }
}

.b_b6__item.swiper-slide-active img {
    opacity: 1
}

.b_b6__item.swiper-slide-active .b_b6__item-text {
    opacity: 1
}

.b_b6__item:nth-child(1) .b_b6__item-text--left {
    max-width: 200px;
    width: 100%;
    bottom: 161px;
    left: -142px;
    padding: 12px 5px
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(1) .b_b6__item-text--left {
        left:-100px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(1) .b_b6__item-text--left {
        left:-50px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(1) .b_b6__item-text--left {
        left:-20px
    }
}

.b_b6__item:nth-child(1) .b_b6__item-text--right {
    max-width: 235px;
    width: 100%;
    bottom: 187px;
    right: -178px;
    padding: 12px 5px
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(1) .b_b6__item-text--right {
        right:-120px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(1) .b_b6__item-text--right {
        right:-60px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(1) .b_b6__item-text--right {
        right:-30px
    }
}

.b_b6__item:nth-child(2) .b_b6__item-text--left {
    max-width: 200px;
    width: 100%;
    top: 17px;
    left: -142px;
    padding: 24px 5px
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(2) .b_b6__item-text--left {
        left:-100px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(2) .b_b6__item-text--left {
        left:-50px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(2) .b_b6__item-text--left {
        left:-20px
    }
}

.b_b6__item:nth-child(2) .b_b6__item-text--right {
    max-width: 222px;
    width: 100%;
    bottom: 62px;
    right: -179px;
    padding: 23px 5px
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(2) .b_b6__item-text--right {
        right:-120px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(2) .b_b6__item-text--right {
        right:-60px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(2) .b_b6__item-text--right {
        right:-30px
    }
}

.b_b6__item:nth-child(3) .b_b6__item-text--left {
    max-width: 242px;
    width: 100%;
    top: 17px;
    left: -178px;
    padding: 12px 21px;
    text-align: left
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(3) .b_b6__item-text--left {
        left:-120px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(3) .b_b6__item-text--left {
        left:-50px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(3) .b_b6__item-text--left {
        left:-20px
    }
}

.b_b6__item:nth-child(3) .b_b6__item-text--right {
    max-width: 300px;
    width: 100%;
    bottom: 61px;
    right: -154px;
    padding: 12px 24px
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(3) .b_b6__item-text--right {
        right:-120px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(3) .b_b6__item-text--right {
        right:-60px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(3) .b_b6__item-text--right {
        right:-30px
    }
}

.b_b6__item:nth-child(4) .b_b6__item-text--right {
    max-width: 248px;
    width: 100%;
    top: 133px;
    right: -178px;
    padding: 12px
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(4) .b_b6__item-text--right {
        right:-120px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(4) .b_b6__item-text--right {
        right:-60px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(4) .b_b6__item-text--right {
        right:-30px
    }
}

.b_b6__item:nth-child(5) .b_b6__item-text--left {
    max-width: 240px;
    width: 100%;
    top: 0;
    left: -178px;
    padding: 12px
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(5) .b_b6__item-text--left {
        left:-120px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(5) .b_b6__item-text--left {
        left:-50px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(5) .b_b6__item-text--left {
        left:-20px
    }
}

.b_b6__item:nth-child(5) .b_b6__item-text--right {
    max-width: 240px;
    width: 100%;
    bottom: 82px;
    right: -178px;
    padding: 12px
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(5) .b_b6__item-text--right {
        right:-120px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(5) .b_b6__item-text--right {
        right:-60px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(5) .b_b6__item-text--right {
        right:-30px
    }
}

.b_b6__item:nth-child(6) .b_b6__item-text--right {
    max-width: 240px;
    width: 100%;
    top: 175px;
    right: -178px;
    padding: 12px 24px
}

@media(max-width: 1230px) {
    .b_b6__item:nth-child(6) .b_b6__item-text--right {
        right:-120px
    }
}

@media(max-width: 1120px) {
    .b_b6__item:nth-child(6) .b_b6__item-text--right {
        right:-60px
    }
}

@media(max-width: 1024px) {
    .b_b6__item:nth-child(6) .b_b6__item-text--right {
        right:-30px
    }
}

.b_b6__item-text {
    color: #1d1d1f;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    background: #e2e5e6;
    border-radius: 58px;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 2
}

@media(max-width: 768px) {
    .b_b6__item-text {
        position:static;
        margin: 0 auto;
        font-size: 12px;
        line-height: 16px;
        text-align: center !important;
        padding: 12px !important
    }
}

.b_b6__item-text span.tip {
    color: #0071e3;
    font-weight: 600;
    text-decoration-line: underline;
    position: relative;
    cursor: pointer;
}
.b_b6__item-text span.tip:hover .tip-text { 
    position: absolute;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px;
    width: 250px;
    font-size: 16px;
    color:#1d1d1f;
    display: block!important;
    border-radius: 5px;
}
.b_b6__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    cursor: grab
}

.b_b6__bottom {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px
}

@media(max-width: 768px) {
    .b_b6__bottom {
        margin-top:auto;
        row-gap: 23px
    }
}

.b_b6__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 768px) {
    .b_b6__buttons {
        flex-direction:column;
        justify-content: center;
        row-gap: 16px
    }
}

.b_b6__pagination {
    width: auto !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex;
    align-items: center;
    column-gap: 16px
}

@media(max-width: 768px) {
    .b_b6__pagination {
        position:static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        column-gap: 8px
    }
}

.b_b6__pagination .swiper-pagination-bullet {
    padding: 0 !important;
    margin: 0 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px;
    background: rgba(29,29,31,.4) !important;
    opacity: 1 !important;
    transition: all 1s ease
}

@media(max-width: 768px) {
    .b_b6__pagination .swiper-pagination-bullet {
        width:5px !important;
        height: 5px !important
    }
}

.b_b6__pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #1d1d1f !important;
    width: 32px !important
}

@media(max-width: 768px) {
    .b_b6__pagination .swiper-pagination-bullet-active {
        width:24px !important
    }
}

.b_b6__navigation {
    display: flex;
    align-items: center;
    column-gap: 18px;
    padding-right: 70px
}

@media(max-width: 1200px) {
    .b_b6__navigation {
        padding-right:0px
    }
}

@media(max-width: 768px) {
    .b_b6__navigation {
        column-gap:12px
    }
}

.b_b6__navigation-prev,.b_b6__navigation-next {
    cursor: pointer;
    opacity: .5;
    transition: all .3s ease
}

@media(max-width: 768px) {
    .b_b6__navigation-prev,.b_b6__navigation-next {
        max-width:25px;
        max-height: 25px
    }
}

.b_b6__navigation-prev:not(.b_b6__navigation-prev.swiper-button-disabled,.b_b6__navigation-next.swiper-button-disabled),.b_b6__navigation-next:not(.b_b6__navigation-prev.swiper-button-disabled,.b_b6__navigation-next.swiper-button-disabled) {
    opacity: 1
}

.b_b6__navigation svg {
    display: block;
    border-radius: 50%;
    background: #dfdee3
}

.b_b6__btn {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 22px;
    background: #0071e3;
    border-radius: 500px;
    transition: all 0.3s;
}
.b_b6__btn:hover {
    text-decoration: none;
    transform: translate(0, -3px);
}
@media(max-width: 768px) {
    .b_b6__btn {
        font-size:14px;
        line-height: 20px;
        padding: 12px 22px
    }
}

.b_b7 {
    padding: 55px 0px;
    margin-bottom: 80px;
    background: linear-gradient(180deg, #ADE4FC 0%, #F5F6F7 62.88%, #F5F5F7 87.9%);
    overflow: hidden
}

@media(max-width: 768px) {
    .b_b7 {
        padding:34px 0px;
        margin-bottom: 40px
    }
}

.b_b7__title {
    text-align: center;
    margin-bottom: 28px
}

@media(max-width: 768px) {
    .b_b7__title {
        margin-bottom:25px
    }
}

.b_b7__swiper {
    max-width: 386px !important;
    width: 100% !important
}

.b_b7__item.swiper-slide-active img {
    opacity: 1
}

.b_b7__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    cursor: grab
}

.b_b7__content {
    position: relative
}

@media(max-width: 880px) {
    .b_b7__content {
        display:flex;
        flex-direction: column;
        align-items: center;
        row-gap: 16px
    }
}

.b_b7__info {
    position: absolute
}

@media(max-width: 880px) {
    .b_b7__info {
        position:static;
        left: unset;
        top: unset;
        transform: unset;
        right: unset;
        bottom: unset;
        margin: 0 auto
    }
}

.b_b7__info--left {
    max-width: 252px;
    width: 100%;
    top: 0;
    left: calc(50% - 248px);
    transform: translateX(-50%)
}

@media(max-width: 880px) {
    .b_b7__info--left {
        left:unset;
        top: unset;
        transform: unset;
        right: unset;
        bottom: unset
    }
}

.b_b7__info--right {
    max-width: 265px;
    width: 100%;
    bottom: 14px;
    left: calc(50% + 305px);
    transform: translateX(-50%)
}

@media(max-width: 880px) {
    .b_b7__info--right {
        left:unset;
        top: unset;
        transform: unset;
        right: unset;
        bottom: unset
    }
}

.b_b7__info-title {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 12px
}

@media(max-width: 880px) {
    .b_b7__info-title {
        text-align:center
    }
}

@media(max-width: 768px) {
    .b_b7__info-title {
        font-size:40px;
        line-height: 42px
    }
}

.b_b7__info-text {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

@media(max-width: 880px) {
    .b_b7__info-text {
        text-align:center
    }
}

@media(max-width: 768px) {
    .b_b7__info-text {
        font-size:14px;
        line-height: normal
    }
}

.b_b7__bottom {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 12px
}

@media(max-width: 880px) {
    .b_b7__bottom {
        row-gap:17px;
        margin-top: 30px;
        display: none
    }
}

.b_b7__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 880px) {
    .b_b7__buttons {
        flex-direction:column;
        justify-content: center;
        row-gap: 16px
    }
}

.b_b7__pagination {
    width: auto !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex;
    align-items: center;
    column-gap: 16px
}

@media(max-width: 880px) {
    .b_b7__pagination {
        position:static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        column-gap: 8px
    }
}

.b_b7__pagination .swiper-pagination-bullet {
    padding: 0 !important;
    margin: 0 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px;
    background: rgba(29,29,31,.4) !important;
    opacity: 1 !important;
    transition: all 1s ease
}

@media(max-width: 768px) {
    .b_b7__pagination .swiper-pagination-bullet {
        width:5px !important;
        height: 5px !important
    }
}

.b_b7__pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #1d1d1f !important;
    width: 32px !important
}

@media(max-width: 768px) {
    .b_b7__pagination .swiper-pagination-bullet-active {
        width:24px !important
    }
}

.b_b7__navigation {
    display: flex;
    align-items: center;
    column-gap: 18px
}

@media(max-width: 768px) {
    .b_b7__navigation {
        column-gap:12px
    }
}

.b_b7__navigation-prev,.b_b7__navigation-next {
    cursor: pointer;
    opacity: .5;
    transition: all .3s ease
}

@media(max-width: 768px) {
    .b_b7__navigation-prev,.b_b7__navigation-next {
        max-width:25px;
        max-height: 25px
    }
}

.b_b7__navigation-prev:not(.b_b7__navigation-prev.swiper-button-disabled,.b_b7__navigation-next.swiper-button-disabled),.b_b7__navigation-next:not(.b_b7__navigation-prev.swiper-button-disabled,.b_b7__navigation-next.swiper-button-disabled) {
    opacity: 1
}

.b_b7__navigation svg {
    display: block;
    border-radius: 50%;
    background: #dfdee3
}

.b_b7__btn {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 22px;
    background: #0071e3;
    border-radius: 500px
}

@media(max-width: 768px) {
    .b_b7__btn {
        font-size:14px;
        line-height: 20px;
        padding: 12px 22px
    }
}

.b_b8 {
    padding: 60px 0px;
    background: #9adefb;
    position: relative
}

@media(max-width: 768px) {
    .b_b8 {
        padding:34px 0px
    }
}

.b_b8__container {

}

.b_b8__swiper {
    padding: 0px 81px !important;
    position: relative;
    margin-bottom: 26px
}

@media(max-width: 768px) {
    .b_b8__swiper {
        padding:0px !important
    }
}

.b_b8__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46%;
    background: #66c6f0;
    clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0%, 0% 30%)
}

@media(max-width: 768px) {
    .b_b8__overlay {
        height:50%;
        clip-path: polygon(0 100%, 100% 100%, 100% 20%, 50% 0%, 0% 20%)
    }
}

@media(max-width: 480px) {
    .b_b8__overlay {
        height:57%
    }
}

.b_b8__swiper-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    left: 0;
    z-index: 2
}

@media(max-width: 768px) {
    .b_b8__swiper-buttons.swiper-buttons-desktop {
        display:none
    }
}

.b_b8__swiper-buttons.swiper-buttons-mobile {
    display: none
}

@media(max-width: 768px) {
    .b_b8__swiper-buttons.swiper-buttons-mobile {
        display:flex;
        top: unset;
        transform: unset;
        bottom: 0
    }
}

.b_b8__swiper-button-prev,.b_b8__swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    background: #cdeefd;
    cursor: pointer;
    transition: all 1s ease-in-out
}

@media(max-width: 768px) {
    .b_b8__swiper-button-prev,.b_b8__swiper-button-next {
        width:25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px
    }
}

@media(max-width: 768px) {
    .b_b8__swiper-button-prev svg,.b_b8__swiper-button-next svg {
        max-width:8px;
        height: auto
    }
}

.b_b8__swiper-button-prev svg path,.b_b8__swiper-button-next svg path {
    transition: all 1s ease-in-out
}

.b_b8__swiper-button-prev:not(.b_b8__swiper-button-prev.swiper-button-disabled,.b_b8__swiper-button-next.swiper-button-disabled),.b_b8__swiper-button-next:not(.b_b8__swiper-button-prev.swiper-button-disabled,.b_b8__swiper-button-next.swiper-button-disabled) {
    background: #0071e3
}

.b_b8__swiper-button-prev:not(.b_b8__swiper-button-prev.swiper-button-disabled,.b_b8__swiper-button-next.swiper-button-disabled) svg path,.b_b8__swiper-button-next:not(.b_b8__swiper-button-prev.swiper-button-disabled,.b_b8__swiper-button-next.swiper-button-disabled) svg path {
    fill: #fff
}

.b_b8__swiper-button-prev svg {
    margin-left: -4px
}

@media(max-width: 768px) {
    .b_b8__swiper-button-prev svg {
        margin-left:-2px
    }
}

.b_b8__swiper-button-next svg {
    margin-right: -4px
}

@media(max-width: 768px) {
    .b_b8__swiper-button-next svg {
        margin-right:-2px
    }
}

.b_b8__item {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important
}

.b_b8__item.swiper-slide-active .b_b8__item-inner {
    opacity: 1
}

.b_b8__item.swiper-slide-active .b_b8__item-info {
    opacity: 1
}

.b_b8__item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    margin-bottom: 18px;
    gap: 9px;
    flex-wrap: wrap
}

@media(max-width: 768px) {
    .b_b8__item-info {
        margin-bottom:20px
    }
}

.b_b8__item-info p {
    color: #141010;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500
}

@media(max-width: 768px) {
    .b_b8__item-info p {
        font-size:14px;
        line-height: 16px
    }
}

.b_b8__item-inner {
    padding: 12px;
    background: #fff;
    border-radius: 28px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: stretch;
    display: flex;
    flex-direction: column
}

@media(max-width: 768px) {
    .b_b8__item-inner {
        padding:10px
    }
}

.b_b8__item-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px
}

@media(max-width: 768px) {
    .b_b8__item-video {
        margin-bottom:14px
    }
}

.b_b8__item-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none
}

.b_b8__item-video-mute {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.b_b8__item-text {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b8__item-title {
    color: #141010;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px
}

@media(max-width: 768px) {
    .b_b8__item-title {
        font-size:16px;
        line-height: 20px
    }
}

@media(max-width: 768px) {
    .b_b8__item-title br {
        display:none
    }
}

.b_b8__item-name {
    color: #5f5f5f;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 11px
}

@media(max-width: 768px) {
    .b_b8__item-name {
        font-size:14px;
        line-height: normal;
        padding-left: 30px;
        padding-right: 30px
    }
}

.b_b8__item-contact {
    padding: 6px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 7px;
    background: #fbef94
}

@media(max-width: 768px) {
    .b_b8__item-contact {
        padding:4px 10px
    }
}

.b_b8__item-contact-icon {
    display: block
}

@media(max-width: 768px) {
    .b_b8__item-contact-icon {
        max-width:19px;
        width: 100%;
        height: auto
    }
}

.b_b8__item-contact-text {
    color: #141010;
    font-family: "SF Pro Display",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

@media(max-width: 768px) {
    .b_b8__item-contact-text {
        font-size:12px;
        line-height: normal
    }
}

.b_b8__control {
    max-width: 825px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 37px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .b_b8__control {
        padding:0px
    }
}

.b_b8__control-button-prev {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 30px;
    z-index: 1
}

@media(max-width: 768px) {
    .b_b8__control-button-prev {
        display:none
    }
}

.b_b8__control-button-next {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 30px;
    z-index: 1
}

@media(max-width: 768px) {
    .b_b8__control-button-next {
        display:none
    }
}

.b_b8__control-list {
    display: flex;
    column-gap: 15px;
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
    margin-bottom: 8px;
    -ms-overflow-style: none
}

.b_b8__control-list::-webkit-scrollbar {
    display: none
}

@media(max-width: 768px) {
    .b_b8__control-list {
        column-gap:6px;
        margin-bottom: 14px
    }
}

.b_b8__control-list .item {
    max-width: 138px;
    min-width: 138px;
    width: 100%;
    cursor: pointer
}

@media(max-width: 768px) {
    .b_b8__control-list .item {
        max-width:94px;
        min-width: 94px
    }
}

.b_b8__control-list .item.active .item__image {
    opacity: 1;
    filter: brightness(1) contrast(1)
}

.b_b8__control-list .item .item__image {
    width: 100%;
    height: 83px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 5px;
    opacity: .5;
    filter: brightness(1.1) contrast(1.1);
    transition: all 1s ease-in-out
}

@media(max-width: 768px) {
    .b_b8__control-list .item .item__image {
        height:57px
    }
}

.b_b8__control-list .item .item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.b_b8__control-list .item .item__name {
    color: #141010;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    word-break: break-all
}

.b_b8__control-hand {
    align-self: center
}

@media(max-width: 786px) {
    .b_b8__control-hand {
        max-width:34px;
        width: 100%;
        height: auto
    }
}
.top-video {
    padding-top: 0%;
    padding-bottom: 0 !important;
    margin: 0% auto 50px auto !important;
}
.top_video_wraper {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.top-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}
.top-video .muteIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 92.359122%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    cursor: pointer;
}
.top-video .muteIcon img {
    display: none;
    width: calc(98% / 11.28);
}
.top-video .muteIcon.playerIsMuted img {
    display: block;
}
.top_video_logos, .top_video_logos_wrapper {
    display: flex;
    align-items: center;
    text-align: center;
}
.top_video_logos {
    margin: 10px auto 0 auto;
    max-width: 646px;
}
.top_video_logos p { font-size: 20px; font-weight: 600; line-height: 1
 }
.top_video_logos_wrapper img {
    vertical-align: middle;
    margin-left: 20px;
}

.b_b9 {
    padding-top: 80px
}

@media(max-width: 610px) {
    .top_video_logos { flex-direction: column; gap: 10px; }
}
@media(max-width: 400px) {
    .top_video_logos_wrapper { gap: 10px; }
    .top_video_logos_wrapper img { margin-left: 0; max-width: 100%}
}
@media(max-width: 768px) {
    .b_b9 {
        padding-top:40px
    }
}

.b_b9__inner {
    padding: 55px 0px;
    border-radius: 28px;
    background: #f5f5f7;
    position: relative
}

@media(max-width: 768px) {
    .b_b9__inner {
        padding:32px 0px
    }
}

.b_b9__badge {
    display: block;
    position: absolute;
    max-width: 223px;
    width: 100%;
    height: auto;
    top: 32px;
    right: 32px
}
.bf-incontent { margin-top: -54px;
    margin-bottom: -71px;
    position: relative;
    z-index: 3;
 }
@media(max-width: 1000px) {
    .bf-incontent { margin-bottom: -30px; margin-top: -10px; }
}
@media(max-width: 860px) {
    .b_b9__badge {
        max-width:190px;
        top: -61px;
        right: 20px
    }
    .b_b9__badge img { max-width: 100% }
}
@media(max-width: 768px) {
    .b_b9__badge {
        max-width:124px;
        top: 32px;
        right: 00px
    }

}

@media(max-width: 575px) {
    .b_b9__badge {
        top:125px;
        right: 13px;
        z-index: 2
    }
}

.b_b9__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px
}

@media(max-width: 768px) {
    .b_b9__top {
        padding:0px 13px
    }
}

.b_b9__title {
    margin-bottom: 12px;
    text-align: center
}

.b_b9__description {
    text-align: center;
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b9__description {
        font-size:14px;
        line-height: normal;
        margin-bottom: 25px
    }
}

.b_b9__center {
    padding-left: 55px
}

@media(max-width: 768px) {
    .b_b9__center {
        padding-left:13px
    }
}

.b_b9__swiper {
    padding-right: 55px !important
}

@media(max-width: 768px) {
    .b_b9__swiper {
        padding-right:13px !important
    }
}

.b_b9__item {
    max-width: 729px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    column-gap: 32px !important;
    padding: 28px 13px 28px 28px;
    background: #fff;
    border-radius: 28px
}

@media(max-width: 768px) {
    .b_b9__item {
        padding:18px;
        column-gap: 24px !important
    }
}

@media(max-width: 575px) {
    .b_b9__item {
        flex-direction:column;
        row-gap: 12px
    }
}

.b_b9__item-image {
    max-width: 226px;
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden
}

@media(max-width: 575px) {
    .b_b9__item-image {
        max-width:100%;
        height: 300px
    }
}

@media(max-width: 480px) {
    .b_b9__item-image {
        height:270px
    }
}

@media(max-width: 380px) {
    .b_b9__item-image {
        height:210px
    }
}

.b_b9__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.b_b9__item-inner {
    max-width: 430px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: stretch
}

@media(max-width: 575px) {
    .b_b9__item-inner {
        max-width:100%
    }
}

.b_b9__item-text {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ebe7e7
}

@media(max-width: 575px) {
    .b_b9__item-text {
        padding-bottom:16px;
        margin-bottom: 16px
    }
}

.b_b9__item-text-wrapper {
    max-height: 156px;
    overflow: auto;
    padding-right: 21px
}

@media(max-width: 575px) {
    .b_b9__item-text-wrapper {
        padding-right:17px
    }
}

.b_b9__item-text-wrapper::-webkit-scrollbar {
    width: 5px
}

.b_b9__item-text-wrapper::-webkit-scrollbar-track {
    background: #ecedee
}

.b_b9__item-text-wrapper::-webkit-scrollbar-thumb {
    background-color: #0071e3;
    border-radius: 10px
}

.b_b9__item-description {
    color: rgba(29,29,31,.8);
    font-family: "SF Pro Display",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px
}

@media(max-width: 768px) {
    .b_b9__item-description {
        font-size:16px;
        line-height: normal
    }
}

.b_b9__item-info {
    margin-top: auto
}

.b_b9__item-name {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px
}

@media(max-width: 768px) {
    .b_b9__item-name {
        font-size:14px;
        line-height: normal
    }
}

.b_b9__item-position {
    color: #777779;
    font-family: "SF Pro Display",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

@media(max-width: 768px) {
    .b_b9__item-position {
        font-size:12px;
        line-height: normal
    }
}

.b_b9__bottom {
    padding-left: 55px;
    padding-right: 55px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px
}

@media(max-width: 768px) {
    .b_b9__bottom {
        padding-left:13px;
        padding-right: 13px;
        margin-top: 19px;
        row-gap: 17px
    }
}

.b_b9__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 768px) {
    .b_b9__buttons {
        flex-direction:column;
        justify-content: center;
        row-gap: 16px
    }
}

.b_b9__pagination {
    width: auto !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex;
    align-items: center;
    column-gap: 16px
}

@media(max-width: 768px) {
    .b_b9__pagination {
        position:static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        column-gap: 8px
    }
}

.b_b9__pagination .swiper-pagination-bullet {
    padding: 0 !important;
    margin: 0 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px;
    background: rgba(29,29,31,.4) !important;
    opacity: 1 !important;
    transition: all .3s ease
}

@media(max-width: 768px) {
    .b_b9__pagination .swiper-pagination-bullet {
        width:5px !important;
        height: 5px !important
    }
}

.b_b9__pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #1d1d1f !important;
    width: 32px !important
}

@media(max-width: 768px) {
    .b_b9__pagination .swiper-pagination-bullet-active {
        width:24px !important
    }
}

.b_b9__navigation {
    display: flex;
    align-items: center;
    column-gap: 18px
}

@media(max-width: 768px) {
    .b_b9__navigation {
        column-gap:12px
    }
}

.b_b9__navigation-prev,.b_b9__navigation-next {
    cursor: pointer;
    opacity: .5;
    transition: all .3s ease
}

@media(max-width: 768px) {
    .b_b9__navigation-prev,.b_b9__navigation-next {
        max-width:25px;
        max-height: 25px
    }
}

.b_b9__navigation-prev:not(.b_b9__navigation-prev.swiper-button-disabled,.b_b9__navigation-next.swiper-button-disabled),.b_b9__navigation-next:not(.b_b9__navigation-prev.swiper-button-disabled,.b_b9__navigation-next.swiper-button-disabled) {
    opacity: 1
}

.b_b9__navigation svg {
    display: block;
    border-radius: 50%;
    background: #dfdee3
}

.b_b9__btn {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 22px;
    background: #0071e3;
    border-radius: 500px
}

@media(max-width: 768px) {
    .b_b9__btn {
        font-size:14px;
        line-height: 20px;
        padding: 12px 22px
    }
}

.b_b10 {
    padding: 80px 0px
}

@media(max-width: 1024px) {
    .b_b10 {
        padding:40px 0px
    }
}

.b_b10__container {
    display: flex;
    align-items: center;
    column-gap: 20px
}

@media(max-width: 1024px) {
    .b_b10__container {
        flex-direction:column;
        row-gap: 20px
    }
}

@media(max-width: 768px) {
    .b_b10__container {
        row-gap:12px
    }
}

.b_b10__content {
    max-width: 679px;
    width: 100%;
    min-width: 0;
    padding: 45px;
    border-radius: 20px;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    align-self: stretch
}

@media(max-width: 1024px) {
    .b_b10__content {
        max-width:100%
    }
}

@media(max-width: 768px) {
    .b_b10__content {
        padding:34px 13px;
        column-gap: 32px
    }
}

.b_b10__title {
    font-family: "SF Pro Display",sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 12px
}

@media(max-width: 768px) {
    .b_b10__title {
        font-size:40px;
        line-height: 44px
    }
}

.b_b10__description {
    color: #444;
    font-family: "SF Pro Display",sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 768px) {
    .b_b10__description {
        font-size:14px
    }
}

.b_b10__image {
    display: block;
    max-width: min(150px,100%);
    width: auto;
    height: auto;
    min-width: 0;
    flex-shrink: 1;
    object-fit: contain
}

.b_b10__list {
    max-width: 561px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px
}

@media(max-width: 1024px) {
    .b_b10__list {
        max-width:100%
    }
}

@media(max-width: 768px) {
    .b_b10__list {
        gap:12px
    }
}

.b_b10__item {
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f5f5f7;
    padding: 14px
}

@media(max-width: 768px) {
    .b_b10__item {
        min-height:66px
    }
}

.b_b10__item img {
    display: block;
    max-width: 173px;
    max-height: 87px;
    height: auto;
    object-fit: contain
}

@media(max-width: 768px) {
    .b_b10__item img {
        max-width:96px;
        max-height: 52px
    }
}

.b_b11 {
    padding: 55px 0px 0px 0px;
    background: #f5f5f7
}

.b_b11__container {
    width: 1060px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b11__title {
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b11__title {
        margin-bottom:25px
    }
}

.b_b11__content {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 34px
}

@media(max-width: 768px) {
    .b_b11__content {
        flex-direction:column-reverse;
        row-gap: 34px
    }
}

.b_b11__image {
    display: block;
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    min-width: 0;
    object-fit: contain
}

.b_b11__info {
    display: flex;
    flex-direction: column;
    flex: 0 0 368px
}

@media(max-width: 880px) {
    .b_b11__info {
        flex:0 0 290px
    }
}

@media(max-width: 768px) {
    .b_b11__info {
        flex:unset;
        max-width: 243px;
        width: 100%
    }
}

.b_b11__info-title {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px
}

@media(max-width: 768px) {
    .b_b11__info-title {
        font-size:16px;
        margin-bottom: 10px
    }
}

.b_b11__info-list {
    display: flex;
    flex-direction: column;
    row-gap: 26px
}

@media(max-width: 768px) {
    .b_b11__info-list {
        row-gap:10px
    }
}

.b_b11__info-item {
    display: flex;
    column-gap: 19px
}

@media(max-width: 768px) {
    .b_b11__info-item {
        column-gap:10px
    }
}

.b_b11__info-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: rgba(0,113,227,.16)
}

@media(max-width: 768px) {
    .b_b11__info-item-icon {
        min-width:34px;
        min-height: 34px;
        width: 34px;
        height: 34px
    }
}

.b_b11__info-item-icon svg,.b_b11__info-item-icon img {
    display: block;
    max-width: 30px;
    width: 100%;
    height: auto
}

@media(max-width: 768px) {
    .b_b11__info-item-icon svg,.b_b11__info-item-icon img {
        max-width:24px
    }
}

.b_b13 {
    padding: 80px 0px
}

@media(max-width: 768px) {
    .b_b13 {
        padding:40px 0px
    }
}

.b_b13__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b13__title {
    text-align: center;
    margin-bottom: 12px
}

.b_b13__description {
    color: #1d1d1f;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b13__description {
        font-size:14px;
        line-height: normal;
        margin-bottom: 25px
    }
}

.b_b13__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 55px 20px;
    background: #f5f5f7;
    border-radius: 28px
}

@media(max-width: 768px) {
    .b_b13__inner {
        padding:13px 13px 34px 13px
    }
}

.b_b13__content {
    max-width: 792px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b13__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .b_b13__list {
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 12px
    }
}

.b_b13__item {
    background: #fff;
    padding: 22px 18px;
    min-height: 198px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #ebe7e7;
    position: relative
}

@media(max-width: 768px) {
    .b_b13__item {
        min-height:unset;
        row-gap: 7px;
        padding: 18px;
        border-bottom: 1px solid #ebe7e7
    }
}

.b_b13__item:nth-child(1) {
    border-radius: 12px 0 0 12px
}

@media(max-width: 768px) {
    .b_b13__item:nth-child(1) {
        border-radius:12px 12px 0 0
    }
}

.b_b13__item:nth-child(1) .b_b13__item-title {
    margin-right: -7px
}

.b_b13__item:nth-child(3) {
    border-radius: 0 12px 12px 0;
    border-right: none
}

@media(max-width: 768px) {
    .b_b13__item:nth-child(3) {
        border-radius:0 0 12px 12px;
        border-bottom: none
    }
}

.b_b13__item:nth-child(3) .b_b13__item-banner {
    width: 125px;
    height: 125px;
    min-height: 125px;
    min-width: 125px;
    border-radius: 95px;
    background: #f83558;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -62px;
    bottom: -42px
}

@media(max-width: 1024px) {
    .b_b13__item:nth-child(3) .b_b13__item-banner {
        min-width:74px;
        min-height: 74px;
        width: 74px;
        height: 74px;
        right: 0
    }
}

@media(max-width: 768px) {
    .b_b13__item:nth-child(3) .b_b13__item-banner {
        bottom:-16px
    }
}

.b_b13__item:nth-child(3) .b_b13__item-banner-title {
    color: #fff;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
}

@media(max-width: 1024px) {
    .b_b13__item:nth-child(3) .b_b13__item-banner-title {
        font-size:24px;
        line-height: normal
    }
}

.b_b13__item:nth-child(3) .b_b13__item-banner-text {
    color: #fff;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px
}

@media(max-width: 1024px) {
    .b_b13__item:nth-child(3) .b_b13__item-banner-text {
        font-size:14px;
        line-height: normal
    }
}

.b_b13__item-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebe7e7
}

@media(max-width: 768px) {
    .b_b13__item-heading {
        padding:0;
        border: none
    }
}

.b_b13__item-title {
    color: #1d1d1f;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px
}

@media(max-width: 768px) {
    .b_b13__item-title {
        font-size:18px;
        line-height: normal
    }
}

.b_b13__item-tooltip svg {
    display: flex
}

.b_b13__item-select {
    cursor: pointer;
    color: rgba(0,0,0,.85);
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 8px;
    padding-right: 37px;
    border-radius: 5px;
    box-shadow: 0 .5px 2.5px 0 rgba(0,0,0,.3),0 0 0 .5px rgba(0,0,0,.05);
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/b_b13/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 25px;
    background-color: #fff
}

.b_b13__item-select:focus {
    outline: none
}

.b_b13__item-amount {
    color: rgba(29,29,31,.34);
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: line-through;
    margin-bottom: 4px;
    text-decoration-color: rgba(29,29,31,.34)
}

@media(max-width: 768px) {
    .b_b13__item-amount {
        font-size:16px;
        line-height: normal
    }
}

.b_b13__item-price {
    color: #1d1d1f;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
}

@media(max-width: 768px) {
    .b_b13__item-price {
        font-size:30px;
        line-height: 36px
    }
}

.b_b13__subtitle {
    color: #1d1d1f;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .b_b13__subtitle {
        font-size:14px;
        line-height: normal;
        margin-bottom: 12px
    }
}

.b_b13__text {
    color: #1d1d1f;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .b_b13__text {
        font-size:14px;
        line-height: normal
    }
}

.b_b13__link {
    color: #fff;
    text-align: center;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 27px;
    background: #0071e3;
    border-radius: 500px
}
.btn-hover { transition: all 0.3s; }
.btn-hover:hover { text-decoration: none;
    transform: translate(0, -3px); 
}
@media(max-width: 768px) {
    .b_b13__link {
        font-size:14px;
        line-height: 20px;
        padding: 12px 22px
    }
}

.b_b14 {
    padding: 55px 0px 0px 0px;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #ADE4FC 0%, #F5F6F7 62.88%, #F5F5F7 87.9%)
}

@media(max-width: 768px) {
    .b_b14 {
        padding:101px 0px 0px 0px
    }
}

.b_b14__container {
    width: 1060px
}

.b_b14__heading {
    border-radius: 10px;
    background: linear-gradient(91deg, #29B6E9 0%, #003F81 100%);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.16);
    padding: 30px 30px 30px 55px;
    display: flex;
    align-items: center;
    column-gap: 30px;
    position: relative;
    margin-bottom: 50px
}

@media(max-width: 880px) {
    .b_b14__heading {
        padding-right:215px
    }
}

@media(max-width: 768px) {
    .b_b14__heading {
        padding:20px 16px
    }
}

@media(max-width: 550px) {
    .b_b14__heading {
        column-gap:8px
    }
}

.b_b14__heading-img {
    display: block;
    max-width: 126px;
    width: 100%;
    height: auto
}

@media(max-width: 768px) {
    .b_b14__heading-img {
        max-width:102px
    }
}

.b_b14__heading-separator {
    display: block;
    width: 2px;
    height: 84px;
    background: #fff
}

.b_b14__heading-content {
    max-width: 341px
}

@media(max-width: 768px) {
    .b_b14__heading-content {
        max-width:100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.b_b14__heading-text {
    color: #fff;
    font-family: "SF Pro Display",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px
}

@media(max-width: 768px) {
    .b_b14__heading-text {
        font-size:12px;
        line-height: normal;
        text-align: center
    }
}

.b_b14__heading-link {
    color: #fff;
    font-family: "SF Pro Display",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 7.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}
.tuev-container-new-toolTipContainer {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    width: 483px;
    max-width: 98%;
    height: fit-content;
    left: 10%;
    margin-top: 10px;
    
    list-style-type: none;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 9px;
    padding: 5px 0 10px 0;
}
.b_b14__heading-link:hover + .tuev-container-new-toolTipContainer { display: block }
.tuev-container-new-toolTipContainer>li {
    font-size: 15px;
    color: #000;
    line-height: 1.2em;
    width: fit-content;
    max-width: 90%;
    margin: 10px auto 10px auto;
}

@media(max-width: 768px) {
    .b_b14__heading-link {
        text-align:center;
        font-size: 12px;
        line-height: normal
    }
}

.b_b14__heading-badge {
    display: block;
    position: absolute;
    right: 55px;
    top: 50%;
    width: 183px;
    transform: translateY(-50%)
}

@media(max-width: 1024px) {
    .b_b14__heading-badge {
        right:20px
    }
}

@media(max-width: 768px) {
    .b_b14__heading-badge {
        max-width:76px;
        width: 100%;
        height: auto;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        top: -67px
    }
}

.b_b14__info {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b14__title {
    text-align: center;
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b14__title {
        margin-bottom:34px
    }
}

.b_b14__content {
    display: flex;
    align-items: center;
    column-gap: 34px;
    width: 100%
}

@media(max-width: 768px) {
    .b_b14__content {
        flex-direction:column-reverse;
        row-gap: 34px
    }
}

.b_b14__image {
    display: block;
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    min-width: 0;
    object-fit: contain
}

.b_b14__text {
    display: flex;
    flex-direction: column;
    flex: 0 0 391px
}

@media(max-width: 1024px) {
    .b_b14__text {
        flex:0 0 315px
    }
}

@media(max-width: 880px) {
    .b_b14__text {
        flex:0 0 255px
    }
}

@media(max-width: 768px) {
    .b_b14__text {
        flex:unset;
        width: 100%
    }
}

.b_b14__text-title {
    color: #1d1d1f;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px
}

@media(max-width: 768px) {
    .b_b14__text-title {
        text-align:center;
        font-size: 16px
    }
}

.b_b14__text-list {
    display: flex;
    flex-direction: column;
    row-gap: 26px;
    margin-bottom: 18px
}

@media(max-width: 768px) {
    .b_b14__text-list {
        flex-direction:row;
        justify-content: center;
        column-gap: 19px
    }
}

.b_b14__text-item {
    display: flex;
    align-items: center;
    column-gap: 19px
}

@media(max-width: 768px) {
    .b_b14__text-item {
        flex-direction:column;
        row-gap: 10px;
        align-items: flex-start;
        max-width: 94px;
        width: 100%
    }
}

.b_b14__text-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: rgba(0,113,227,.16)
}

@media(max-width: 768px) {
    .b_b14__text-item-icon {
        min-width:34px;
        min-height: 34px;
        width: 34px;
        height: 34px
    }
}

.b_b14__text-item-icon svg,.b_b14__text-item-icon img {
    display: block;
    max-width: 30px;
    width: 100%;
    height: auto
}

@media(max-width: 768px) {
    .b_b14__text-item-icon svg,.b_b14__text-item-icon img {
        max-width:24px
    }
}

.b_b14__text-link {
    color: #0071e3;
    font-family: "SF Pro Display",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

@media(max-width: 768px) {
    .b_b14__text-link {
        font-size:14px;
        line-height: normal;
        margin: 0 auto
    }
}

.b_b15 {
    padding: 65px 0px;
    background: #fafafc
}

@media(max-width: 768px) {
    .b_b15 {
        padding:34px 0px
    }
}

.b_b15__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b15__title {
    margin-bottom: 45px
}

@media(max-width: 768px) {
    .b_b15__title {
        margin-bottom:24px
    }
}

.b_b15__form {
    display: flex;
    align-items: center;
    column-gap: 18px;
    padding: 5px 5px 5px 20px;
    border-radius: 36px;
    border: 1px solid rgba(29,29,31,.5);
    margin-bottom: 12px;
		background:#fff;
}

@media(max-width: 768px) {
    .b_b15__form {
        padding:0px;
        border: none;
        flex-direction: column;
        row-gap: 10px;
        width: 100%;
        margin-bottom: 18px
    }
}

.b_b15__form input {
    border: none;
    color: #000;
    font-family: "SF Pro Display",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    padding: 0;
    width: 200px;
}

@media(max-width: 768px) {
    .b_b15__form input {
        max-width:100%;
        width: 100%;
        padding: 12px 14px;
        border: 1px solid rgba(29,29,31,.5);
        border-radius: 36px;
        font-size: 14px;
        line-height: 16px
    }
}

.b_b15__form input::placeholder {
    color: #000
}

.b_b15__form input:focus {
    outline: none
}

.b_b15__form button {
    color: #fff;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 36.5px;
    border-radius: 500px;
    background: #0071e3;
    white-space: nowrap
}

@media(max-width: 768px) {
    .b_b15__form button {
        width:100%;
        font-size: 14px;
        line-height: 20px;
        padding: 12px;
        width: 100%
    }
}

.b_b15__text {
    margin-bottom: 12px;
    font-weight: 500
}

@media(max-width: 768px) {
    .b_b15__text {
        line-height:20px;
        margin-bottom: 10px
    }
}

.b_b15__text:last-child {
    margin-bottom: 0
}

.b_b15__link {
    color: #fff;
    font-family: "SF Pro Display",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 27.5px;
    border-radius: 500px;
    background: #29b5e8;
    margin-bottom: 14px
}

@media(max-width: 768px) {
    .b_b15__link {
        font-size:14px;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: center
    }
}
