

.header {
    padding-top: 21px;
    padding-bottom: 21px;
    background: #fff
}

.header__container {
    display: flex
}

.header__logo {
    display: flex;
    align-self: start
}

.header__logo img {
    display: block;
    max-width: 127px;
    width: 100%;
    height: auto
}

* {
    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
}

body {
    font-family: "Urbanist",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 143%;
    color: #4b3d3d;
    background-color: #fcfafa;
    -webkit-font-smoothing: antialiased
}

@media(max-width: 1024px) {
    body {
        font-size:16px
    }
}

@media(max-width: 768px) {
    body {
        font-size:16px
    }
}

body.no-scroll {
    overflow: hidden
}

.h1 {
    font-family: "Urbanist",sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 100%;
    color: #141010
}

@media(max-width: 1024px) {
    .h1 {
        font-size:52px
    }
}

@media(max-width: 768px) {
    .h1 {
        font-size:52px
    }
}

.h1 span {
    color: #ff4554
}

.h2 {
    font-family: "Urbanist",sans-serif;
    font-size: 52px;
    line-height: 120%;
    font-weight: 800;
    color: #141010
}

@media(max-width: 1024px) {
    .h2 {
        font-size:46px
    }
}

@media(max-width: 768px) {
    .h2 {
        font-size:40px
    }
}

.h2 span {
    color: #ff4554
}

.h3 {
    font-family: "Urbanist",sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 800;
    color: #fff
}

@media(max-width: 1024px) {
    .h3 {
        font-size:36px
    }
}

@media(max-width: 768px) {
    .h3 {
        font-size:32px
    }
}

.h3 span {
    color: #ff4554
}

.h4 {
    font-family: "Urbanist",sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 137.5%
}

@media(max-width: 1024px) {
    .h4 {
        font-size:32px
    }
}

@media(max-width: 768px) {
    .h4 {
        font-size:32px
    }
}

.h4 span {
    color: #ff4554
}
.bl_inline {
    display: inline-block;
}
.bg_lightgreen {
    background: #dfeeda;
}
.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
    }
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000
}

.footer__container {
    display: flex;
    justify-content: space-between;
    column-gap: 20px
}

@media(max-width: 768px) {
    .footer__container {
        flex-direction:column;
        align-items: center;
        row-gap: 90px
    }
}

.footer__logo {
    max-width: 172px;
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 34px
}

.footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

@media(max-width: 768px) {
    .footer__content {
        display:flex;
        flex-direction: column;
        align-items: center
    }
}

.footer__menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px
}

@media(max-width: 768px) {
    .footer__menu {
        justify-content:center;
        row-gap: 10px
    }
}

.footer__menu-item {
    padding-right: 19px;
    position: relative
}

.footer__menu-item:last-child {
    padding-right: 0
}

.footer__menu-item:last-child::before {
    display: none
}

.footer__menu-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #ecedf0
}

.footer__menu-link {
    color: #ecedf0;
    font-family: "Urbanist",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.footer__info {
    max-width: 301px;
    width: 100%
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    margin-bottom: 33px
}

.footer__list-item img {
    display: block;
    max-width: 58px;
    width: 100%;
    height: auto
}

.footer__description {
    color: #fff;
    font-family: "Urbanist",sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 130%
}

.footer__description a {
    text-decoration: underline
}

.b_b0 {
    background: #ff4554;
    overflow: hidden;
    position: relative
}

.b_b0__container {
    min-height: 528px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

@media(max-width: 880px) {
    .b_b0__container {
        min-height:1021px;
        padding-top: 215px;
        align-items: flex-start;
        justify-content: flex-start
    }
}

.b_b0__icon {
    z-index: 2;
    position: absolute;
    top: 15px;
    right: 65px;
    width: 81px;
}

@media(max-width: 880px) {
    .b_b0__icon {
        right:20px
    }
}

.b_b0__content {
    max-width: 460px;
    width: 100%;
    margin-right: 120px;
    z-index: 1
}

@media(max-width: 1250px) {
    .b_b0__content {
        margin-right:40px
    }
}

@media(max-width: 1024px) {
    .b_b0__content {
        margin-right:0px
    }
}

@media(max-width: 880px) {
    .b_b0__content {
        display:flex;
        flex-direction: column-reverse;
        row-gap: 19px
    }
}

.b_b0__uptitle {
    color: #fff;
    font-family: "Urbanist",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 19px
}

@media(max-width: 880px) {
    .b_b0__uptitle {
        margin-bottom:0
    }
}

@media(max-width: 768px) {
    .b_b0__uptitle {
        font-size:16px;
        line-height: 22px
    }
}

.b_b0__title {
    color: #fff
}

.b_b0__symbol {
    position: absolute
}

.b_b0__symbol--desktop {
    top: 0;
    height: 100%;
    width: auto;
    right: -360px
}

@media(max-width: 880px) {
    .b_b0__symbol--desktop {
        display:none
    }
}

.b_b0__symbol--mobile {
    display: none
}

@media(max-width: 880px) {
    .b_b0__symbol--mobile {
        display:block;
        left: 50%;
        transform: translateX(-50%);
        top: -300px;
        width: 100%;
        height: auto
    }
}

@media(max-width: 768px) {
    .b_b0__symbol--mobile {
        top:-220px
    }
}

@media(max-width: 575px) {
    .b_b0__symbol--mobile {
        top:-75px
    }
}

.b_b0__image {
    position: absolute
}

.b_b0__image--desktop {
    top: 0;
    height: 101%;
    width: 53.2%;
    object-fit: cover;
    left: -20px;
    clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%)
}

@media(min-width: 1820px) {
    .b_b0__image--desktop {
        width:50%
    }
}

@media(max-width: 1250px) {
    .b_b0__image--desktop {
        width:45%;
        clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%)
    }
}

@media(max-width: 880px) {
    .b_b0__image--desktop {
        display:none
    }
}

.b_b0__image--mobile {
    display: none
}

@media(max-width: 880px) {
    .b_b0__image--mobile {
        display:block;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: auto;
        max-height: 60%;
        object-position: top;
        object-fit: cover;
        clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0 100%, 0 30%)
    }
}

.b_b2 {
    padding: 92px 0px 20px 0px
}

.b_b2__content {
    margin-bottom: 42px;
    position: relative
}

.b_b2__title {
    text-align: center;
    margin-bottom: 14px
}

.b_b2__description {
    color: #141010;
    text-align: center;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.b_b2__icons {
    display: flex;
    align-items: center;
    column-gap: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.badge { position: relative; }
.badge:hover > span {display: block; }
.badge > span {
	display: none;
    position: absolute;
    left: 0;
    border: 1px solid #000;
    padding: 13px 8px;
    background: #FFF;
    width: max-content;
}
.badge > span i { font-style: normal; }
@media(max-width: 1024px) {
    .b_b2__icons {
        display:none
    }
}

.b_b2__icon {
    display: block;
    max-width: 135px;
    width: 100%;
    height: auto;
    object-fit: contain
}

.b_b2__form {
    display: flex;
    column-gap: 30px
}

@media(max-width: 991px) {
    .b_b2__form {
        flex-direction:column;
        row-gap: 20px
    }
}

.b_b2__form-tabs {
    max-width: 255px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 2px
}

@media(max-width: 991px) {
    .b_b2__form-tabs {
        max-width:100%
    }
}

.b_b2__form-substep {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 5px 4px 40px
}

.b_b2__form-item {
    color: #141010;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    cursor: pointer;
    padding: 8px 5px 8px 22px;
    transition: all .3s ease-in-out
}

.b_b2__form-item.active {
    background: #ff4554;
    color: #fff;
    padding-top: 21px;
    padding-bottom: 21px
}

.b_b2__form-item:hover {
    background: #ff4554;
    color: #fff
}

.b_b2__form-inner {
    max-width: 830px;
    width: 100%
}

.b_b2__form-progress {
    width: 100%;
    min-height: 21px;
    background: #ece6e6
}

.b_b2__form-progress-inner {
    min-height: 21px;
    width: 25%;
    background: #ff4554;
    transition: width 1s linear
}

.b_b2__form-content {
    background: #fff;
    padding: 40px
}

@media(max-width: 768px) {
    .b_b2__form-content {
        padding:30px 20px
    }
}

.b_b2__form-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    min-height: 467px
}

@media(max-width: 768px) {
    .b_b2__form-list {
        min-height:547px
    }
}

.b_b2__form-step {
    display: none
}

.b_b2__form-step.active {
    display: block
}

.b_b2__form-step .title {
    color: #141010;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .b_b2__form-step .title {
        margin-bottom:25px
    }
}

.b_b2__form-step.first .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 27px
}

@media(max-width: 768px) {
    .b_b2__form-step.first .inner {
        grid-template-columns:1fr;
        row-gap: 27px
    }
}

.b_b2__form-step.first label {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
    padding: 25.5px 26px 25.5px 16px;
    border: 1px solid #dedede;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.b_b2__form-step.first label input {
    display: none
}

.b_b2__form-step.first label span {
    display: flex;
    align-items: center;
    column-gap: 16px;
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px
}

.b_b2__form-step.first label span::before {
    content: "";
    display: block;
    min-width: 18px;
    min-height: 18px;
    border: 1px solid #dedede;
    transition: border-color .3s ease-in-out
}

.b_b2__form-step.first label:has(input:checked) {
    background: #f3f1f1
}

.b_b2__form-step.first label:has(input:checked) span::before {
    border-color: #141010;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.5 4.1L2.78571 6.5L8.5 0.5' stroke='%23141010' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%
}

.b_b2__form-step.second .list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 25px
}

.b_b2__form-step.second .list label {
    display: block;
    padding-left: 6px
}

@media(max-width: 768px) {
    .b_b2__form-step.second .list label {
        padding-left:0
    }
}

.b_b2__form-step.second .list label input {
    display: none
}

.b_b2__form-step.second .list label span {
    display: flex;
    align-items: center;
    column-gap: 16px;
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

@media(max-width: 768px) {
    .b_b2__form-step.second .list label span {
        font-size:17px
    }
}

.b_b2__form-step.second .list label span::before {
    content: "";
    display: block;
    min-width: 18px;
    min-height: 18px;
    border: 1px solid #dedede;
    transition: border-color .3s ease-in-out
}

.b_b2__form-step.second .list label:has(input:checked) span::before {
    border-color: #141010;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.5 4.1L2.78571 6.5L8.5 0.5' stroke='%23141010' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%
}

.b_b2__form-step.second .subtitle {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px
}

.b_b2__form-step.second textarea {
    width: 100%;
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    min-height: 119px;
    padding: 5px;
    border: 1px solid #dedede
}

@media(max-width: 768px) {
    .b_b2__form-step.second textarea {
        font-size:17px
    }
}

.b_b2__form-step.third .tip {
    background: #f6f6f6;
    padding: 20px;
    display: flex;
    column-gap: 10px;
    margin-bottom: 25px
}

@media(max-width: 768px) {
    .b_b2__form-step.third .tip {
        padding:15px;
        flex-direction: column;
        row-gap: 10px
    }
}

.b_b2__form-step.third .tip__title {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap
}

.b_b2__form-step.third .tip__description {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px
}

.b_b2__form-step.third .subtitle {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.b_b2__form-step.third .list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 10px
}

.b_b2__form-step.third .list label {
    display: block;
    padding-left: 6px
}

.b_b2__form-step.third .list label input {
    display: none
}

.b_b2__form-step.third .list label span {
    display: flex;
    align-items: center;
    column-gap: 16px;
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

@media(max-width: 768px) {
    .b_b2__form-step.third .list label span {
        font-size:17px
    }
}

.b_b2__form-step.third .list label span::before {
    content: "";
    display: block;
    min-width: 18px;
    min-height: 18px;
    border: 1px solid #dedede;
    transition: border-color .3s ease-in-out
}

.b_b2__form-step.third .list label:has(input:checked) span::before {
    border-color: #141010;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.5 4.1L2.78571 6.5L8.5 0.5' stroke='%23141010' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%
}

.b_b2__form-step.fourth .list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 18px
}

.b_b2__form-step.fourth .list li {
    width: calc(50% - 9px)
}

@media(max-width: 575px) {
    .b_b2__form-step.fourth .list li {
        width:100%
    }
}

.b_b2__form-step.fourth .list li:nth-child(5),.b_b2__form-step.fourth .list li:nth-child(8),.b_b2__form-step.fourth .list li:nth-child(9) {
    width: 100%
}

.b_b2__form-step.fourth .list li label {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.b_b2__form-step.fourth .list li label span {
    color: #5f5f5f;
    font-family: "Urbanist",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px
}

.b_b2__form-step.fourth .list li label input {
    width: 100%;
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    min-height: 68px;
    padding: 12px 6px;
    border: 1px solid #d3caca
}

.b_b2__form-step.fourth .list li label input::placeholder {
    color: rgba(95,95,95,.5)
}

.b_b2__form .review-hint {
    color: #5f5f5f;
    font-family: "Urbanist",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    column-gap: 6px
}

.b_b2__form .review-hint svg {
    flex-shrink: 0
}

.b_b2__form .review-section {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 25px
}

.b_b2__form .review-section:first-of-type {
    margin-top: 0
}

.b_b2__form .review-block p {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 12px;
    border: 1px solid #d3caca;
    margin-bottom: -1px;
    transition: background .2s
}

.b_b2__form .review-block p:hover {
    background: #f5f5f5
}

.b_b2__form .review-block p:first-child {
    border-radius: 4px 4px 0 0
}

.b_b2__form .review-block p:last-child {
    border-radius: 0 0 4px 4px;
    margin-bottom: 0
}

.b_b2__form .review-block p span {
    font-weight: 600;
    color: #ff4554
}

.b_b2__form .review-privacy {
    margin-top: 30px
}

.b_b2__form .review-privacy label {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
    cursor: pointer
}

.b_b2__form .review-privacy label input[type=checkbox] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #ff4554
}

.b_b2__form .review-privacy label span {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.b_b2__form-buttons {
    margin-top: auto;
    display: flex;
    align-items: center;
    column-gap: 63px;
    justify-content: flex-end;
    position: relative
}

@media(max-width: 768px) {
    .b_b2__form-buttons {
        column-gap:20px
    }
}

.b_b2__form-button.next-button,.b_b2__form-button.submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    background: #ff4554;
    color: #fff;
    font-family: "Urbanist",sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    max-width: 230px;
    width: 100%;
    padding: 21px 5px
}

.b_b2__form-button.next-button:disabled,.b_b2__form-button.submit-button:disabled {
    background: #858784;
    cursor: not-allowed
}

@media(max-width: 768px) {
    .b_b2__form-button.next-button,.b_b2__form-button.submit-button {
        max-width:100%;
        flex: 1
    }
}

.b_b2__form-button.next-button {
    display: none
}

.b_b2__form-button.next-button.active {
    display: flex
}

.b_b2__form-button.prev-button {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-decoration-line: underline;
    display: none
}

@media(max-width: 768px) {
    .b_b2__form-button.prev-button {
        flex:1
    }
}

.b_b2__form-button.prev-button.active {
    display: inline-block
}

.b_b2__form-button.submit-button {
    display: none
}

.b_b2__form-button.submit-button.active {
    display: flex
}

.b_b2__form-button-image {
    position: absolute;
    bottom: 0;
    right: 262px;
    display: none
}

@media(max-width: 768px) {
    .b_b2__form-button-image {
        right:unset;
        left: 0;
        bottom: 91px
    }
}

.b_b2__form-button-image.active {
    display: block
}

.b_b1 {
    margin: 0px 0px 92px 0px;
    background-color: #f3f1f1
}

.b_b1__container {
    padding-top: 87px;
    padding-bottom: 80px;
    position: relative
}

.b_b1__arrow {
    position: absolute;
    left: 325px;
    bottom: -134px;
    z-index: 1
}

@media(max-width: 1200px) {
    .b_b1__arrow {
        left:220px
    }
}

@media(max-width: 880px) {
    .b_b1__arrow {
        bottom:-115px;
        left: 80px
    }
}

.b_b1__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 54px;
    row-gap: 30px;
    padding: 0px 106.5px
}

@media(max-width: 1200px) {
    .b_b1__list {
        padding:0
    }
}

@media(max-width: 1024px) {
    .b_b1__list {
        column-gap:30px
    }
}

@media(max-width: 880px) {
    .b_b1__list {
        display:flex;
        flex-direction: column;
        row-gap: 31px
    }
}

@media(max-width: 880px) {
    .b_b1__item:nth-child(1) {
        order:3
    }
}

@media(max-width: 880px) {
    .b_b1__item:nth-child(2) {
        order:1
    }
}

@media(max-width: 880px) {
    .b_b1__item:nth-child(3) {
        order:2
    }
}

.b_b1__item-image {
    display: block;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px
}

.b_b1__item-title {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.b_b1__item-description {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

@media(max-width: 768px) {
    .b_b1__item-description {
        padding-right:39px
    }
}

.b_b1__item-description span {
    display: inline-block;
    background: #ffef80;
    font-weight: 700
}

.b_b3 {
    padding: 20px 0px 45px 0px
}

@media(max-width: 768px) {
    .b_b3 {
        padding:45px 0px
    }
}

.b_b3__container {
    display: flex;
    justify-content: center
}

.b_b3__inner {
    background: #f3f1f1;
    padding: 40px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    max-width: 1115px;
    width: 100%
}

@media(max-width: 1024px) {
    .b_b3__inner {
        flex-direction:column;
        row-gap: 60px
    }
}

@media(max-width: 768px) {
    .b_b3__inner {
        padding:40px 39px
    }
}

.b_b3__content {
    display: flex;
    align-items: center;
    column-gap: 20px;
    max-width: 770px;
    width: 100%;
    justify-content: space-between
}

@media(max-width: 1024px) {
    .b_b3__content {
        flex-direction:column;
        row-gap: 60px
    }
}

.b_b3__text {
    max-width: 504px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b3__text p {
    color: #141010;
    text-align: center;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

@media(max-width: 768px) {
    .b_b3__text br {
        display:none
    }
}

.b_b3__title {
    color: #000;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 800
}

.b_b3__banner {
    display: block;
    max-width: 171px;
    width: 100%;
    height: auto;
    object-fit: contain
}

.b_b3__hand {
    display: block;
    max-width: 147px;
    width: 100%;
    height: auto;
    object-fit: contain
}

.b_b4 {
    padding: 45px 0px 90px 0px
}

.b_b4__title {
    text-align: center;
    margin-bottom: 93px
}

.b_b4__list {
    display: flex;
    flex-direction: column;
    row-gap: 56px;
    padding-left: 87px;
    padding-right: 87px
}

@media(max-width: 1200px) {
    .b_b4__list {
        padding:0px
    }
}

@media(max-width: 768px) {
    .b_b4__list {
        row-gap:66px
    }
}

.b_b4__item {
    padding: 34px;
    border: 1px solid #d3caca;
    display: flex;
    align-items: center;
    column-gap: 49px;
    justify-content: space-between;
    position: relative
}

@media(max-width: 1024px) {
    .b_b4__item {
        column-gap:30px
    }
}

@media(max-width: 768px) {
    .b_b4__item {
        flex-direction:column;
        row-gap: 40px;
        padding: 30px 15px 40px 15px
    }
}

.b_b4__item:nth-child(1) .b_b4__item-icon {
    top: -53px
}

@media(max-width: 768px) {
    .b_b4__item:nth-child(1) .b_b4__item-icon {
        max-width:91px;
        max-height: 89px;
        object-fit: contain;
        top: -38px
    }
}

.b_b4__item:nth-child(2) .b_b4__item-icon {
    top: -36px
}

@media(max-width: 768px) {
    .b_b4__item:nth-child(2) .b_b4__item-icon {
        max-width:91px;
        max-height: 89px;
        object-fit: contain;
        top: -38px
    }
}

.b_b4__item-number {
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
    max-width: 71px;
    max-height: 71px;
    min-width: 71px;
    min-height: 71px;
    z-index: 1
}

.b_b4__item-img {
    display: block;
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    min-width: 0;
    object-fit: contain
}

@media(max-width: 768px) {
    .b_b4__item-img {
        flex:unset;
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center
    }
}

@media(max-width: 575px) {
    .b_b4__item-img {
        height:400px
    }
}

@media(max-width: 480px) {
    .b_b4__item-img {
        height:283px
    }
}

.b_b4__item-content {
    flex: 0 0 499px
}

@media(max-width: 1024px) {
    .b_b4__item-content {
        flex:0 0 350px
    }
}

@media(max-width: 768px) {
    .b_b4__item-content {
        flex:unset;
        width: 100%
    }
}

.b_b4__item-title {
    color: #000;
    margin-bottom: 22px
}

.b_b4__item-icon {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: -53px
}

@media(max-width: 768px) {
    .b_b4__item-icon {
        right:0px
    }
}

.b_b4__item-description {
    padding-right: 5px
}

.b_b4__item-description>* {
    margin-bottom: 20px
}

.b_b4__item-description>*:last-child {
    margin-bottom: 0
}

.b_b4__item-description strong {
    font-weight: 700
}

.b_b4__item-description span {
    color: #ff4554;
    font-weight: 700;
    text-decoration: none;
}

.b_b4__item-description a {
    text-decoration: none
}

.b_b4__item-description ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.b_b4__item-description ul li {
    padding-left: 34px;
    position: relative
}

.b_b4__item-description ul li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjYxOSA4LjI1ODQ3TDguODQ5NjcgMTguMjUyNkM4LjgwMzkxIDE4LjMxNTIgOC43NTA1MyAxOC4zNjYgOC42ODk1MiAxOC40MDUxQzguNjI4NTEgMTguNDQ0MiA4LjU1OTg3IDE4LjQ3OTQgOC40ODM2MSAxOC41MTA3QzguNDIyNiAxOC41NDIgOC4zNTc3OCAxOC41NjE1IDguMjg5MTQgMTguNTY5M0M4LjIyMDUgMTguNTc3MSA4LjE0ODA1IDE4LjU4MTEgOC4wNzE3OSAxOC41ODExQzcuOTk1NTMgMTguNTgxMSA3LjkyMzA4IDE4LjU3NzEgNy44NTQ0NCAxOC41NjkzQzcuNzg1OCAxOC41NjE1IDcuNzIwOTggMTguNTQyIDcuNjU5OTcgMTguNTEwN0M3LjU4MzcxIDE4LjQ3OTQgNy41MTUwNyAxOC40NDQyIDcuNDU0MDYgMTguNDA1MUM3LjM5MzA1IDE4LjM2NiA3LjMzOTY2IDE4LjMxNTIgNy4yOTM5MSAxOC4yNTI2TDMuMTUyODIgMTQuMDA2M0MzLjA5MTgxIDEzLjk1OTQgMy4wNDIyNCAxMy45MDQ2IDMuMDA0MTEgMTMuODQyMUMyLjk2NTk4IDEzLjc3OTUgMi45MzE2NiAxMy43MDkxIDIuOTAxMTYgMTMuNjMwOUMyLjg3MDY1IDEzLjU2ODMgMi44NTE1OSAxMy41MDE5IDIuODQzOTYgMTMuNDMxNUMyLjgzNjMzIDEzLjM2MTEgMi44MzI1MiAxMy4yODY4IDIuODMyNTIgMTMuMjA4NkMyLjgzMjUyIDEzLjEzMDQgMi44MzYzMyAxMy4wNTYxIDIuODQzOTYgMTIuOTg1N0MyLjg1MTU5IDEyLjkxNTQgMi44NzA2NSAxMi44NDg5IDIuOTAxMTYgMTIuNzg2M0MyLjkzMTY2IDEyLjcwODEgMi45NjU5OCAxMi42Mzc4IDMuMDA0MTEgMTIuNTc1MkMzLjA0MjI0IDEyLjUxMjYgMy4wOTE4MSAxMi40NTc5IDMuMTUyODIgMTIuNDExQzMuMTk4NTggMTIuMzY0IDMuMjUxOTcgMTIuMzE3MSAzLjMxMjk4IDEyLjI3MDJDMy4zNzM5OSAxMi4yMjMzIDMuNDM1IDEyLjE5MiAzLjQ5NjAxIDEyLjE3NjRDMy41NzIyNyAxMi4xNDUxIDMuNjQ0NzIgMTIuMTIxNiAzLjcxMzM2IDEyLjEwNkMzLjc4MTk5IDEyLjA5MDMgMy44NTQ0NCAxMi4wODI1IDMuOTMwNzEgMTIuMDgyNUMzLjk5MTcyIDEyLjA4MjUgNC4wNjAzNSAxMi4wOTAzIDQuMTM2NjIgMTIuMTA2QzQuMjEyODggMTIuMTIxNiA0LjI4MTUyIDEyLjE0NTEgNC4zNDI1MyAxMi4xNzY0QzQuNDAzNTQgMTIuMTkyIDQuNDY0NTUgMTIuMjIzMyA0LjUyNTU2IDEyLjI3MDJDNC41ODY1NyAxMi4zMTcxIDQuNjQ3NTggMTIuMzY0IDQuNzA4NTkgMTIuNDExTDguMDcxNzkgMTUuODU5NkwxNy4wNjMyIDYuNjYzMTdDMTcuMTU0NyA2LjU1MzY4IDE3LjI2OTEgNi40NzE1NyAxNy40MDY0IDYuNDE2ODNDMTcuNTQzNyA2LjM2MjA5IDE3LjY4ODYgNi4zMzQ3MiAxNy44NDExIDYuMzM0NzJDMTcuOTc4NCA2LjMzNDcyIDE4LjExNTYgNi4zNjIwOSAxOC4yNTI5IDYuNDE2ODNDMTguMzkwMiA2LjQ3MTU3IDE4LjUxMjIgNi41NTM2OCAxOC42MTkgNi42NjMxN0MxOC43MTA1IDYuNzU3MDEgMTguNzg2NyA2Ljg3NDMxIDE4Ljg0NzggNy4wMTUwN0MxOC45MDg4IDcuMTU1ODMgMTguOTM5MyA3LjMwNDQyIDE4LjkzOTMgNy40NjA4MkMxOC45MzkzIDcuNjAxNTggMTguOTA4OCA3Ljc0MjM0IDE4Ljg0NzggNy44ODMxMUMxOC43ODY3IDguMDIzODcgMTguNzEwNSA4LjE0ODk5IDE4LjYxOSA4LjI1ODQ3WiIgZmlsbD0iI0ZGNDU1NCIvPgo8L3N2Zz4K");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.b_b5 {
    padding: 78px 0px 85px 0px;
    background: #f6f6f6
}

@media(max-width: 768px) {
    .b_b5 {
        padding:90px 0px
    }
}

.b_b5__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 76px;
    row-gap: 40px
}

@media(max-width: 1024px) {
    .b_b5__list {
        gap:50px
    }
}

@media(max-width: 768px) {
    .b_b5__list {
        flex-direction:column;
        align-items: center;
        gap: 76px
    }
}

.b_b5__item img {
    display: block;
    max-width: 245px;
    max-height: 245px;
    width: 100%;
    height: auto
}

@media(max-width: 768px) {
    .b_b5__item img {
        max-width:221px;
        max-height: 221px
    }
}

.b_b6 {
    padding: 0px 0px 45px 0px
}

.b_b6__container {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between
}

@media(max-width: 1024px) {
    .b_b6__container {
        flex-direction:column;
        padding-left: 0px;
        padding-right: 0px
    }
}

@media(max-width: 768px) {
    .b_b6__container {
        padding-left:0px;
        padding-right: 0px
    }
}

.b_b6__image {
    max-width: 512px;
    width: 100%
}

@media(max-width: 1024px) {
    .b_b6__image {
        max-width:100%;
        margin-bottom: 40px
    }
}

.b_b6__image img {
    display: block;
    width: 100%;
    height: 100%
}

.b_b6__content {
    max-width: 620px;
    width: 100%
}

@media(max-width: 1024px) {
    .b_b6__content {
        max-width:100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(max-width: 768px) {
    .b_b6__content {
        padding-left:20px;
        padding-right: 20px
    }
}

.b_b6__title {
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .b_b6__title {
        line-height:1
    }
}

.b_b6__description {
    color: #4b3d3d;
    font-family: "Urbanist",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    max-width: 513px
}

@media(max-width: 1024px) {
    .b_b6__description {
        max-width:100%
    }
}

.b_b6__description p {
    margin-bottom: 23px
}

.b_b6__description p:last-child {
    margin-bottom: 0
}

.b_b6__description strong {
    font-weight: 700
}

.b_b7 {
    padding: 80px 0px;
    margin: 45px 0px;
    background-color: #ff4554
}

@media(max-width: 768px) {
    .b_b7 {
        padding:90px 0px
    }
}

.b_b7__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 63.5px;
    row-gap: 30px;
    padding: 0px 97px
}

@media(max-width: 1200px) {
    .b_b7__list {
        padding:0
    }
}

@media(max-width: 1024px) {
    .b_b7__list {
        column-gap:30px
    }
}

@media(max-width: 880px) {
    .b_b7__list {
        display:flex;
        flex-direction: column;
        row-gap: 31px
    }
}

.b_b7__item-image {
    display: block;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 8px
}

.b_b7__item-title {
    color: #fff;
    font-family: "Urbanist",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.b_b7__item-description {
    color: #fff;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

@media(max-width: 768px) {
    .b_b7__item-description {
        padding-right:39px
    }
}

.b_b8 {
    padding: 45px 0px
}

@media(max-width: 768px) {
    .b_b8 {
        padding-bottom:25px
    }
}

.b_b8__container {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    align-items: flex-start
}

@media(max-width: 1024px) {
    .b_b8__container {
        flex-direction:column;
        row-gap: 30px
    }
}

.b_b8__title {
    flex: 1
}

@media(max-width: 1024px) {
    .b_b8__title {
        flex:unset
    }
}

@media(max-width: 768px) {
    .b_b8__title {
        line-height:1
    }
}

.b_b8__faq {
    flex: 1
}

@media(max-width: 1024px) {
    .b_b8__faq {
        flex:unset
    }
}

.b_b8__faq-item--primary {
    border-bottom: 1px solid #dedede
}

.b_b8__faq-item--primary:first-child {
    border-top: 1px solid #dedede
}

.b_b8__faq-item--primary.active .b_b8__faq-item-title::after {
    transform: translateY(-50%) rotate(-180deg)
}

.b_b8__faq-item--primary.active .b_b8__faq-item--secondary {
    max-height: 2000px
}

.b_b8__faq-item--secondary {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.5s;
    padding-left: 42px
}

.b_b8__faq-item-title {
    display: block;
    padding: 16px 20px 16px 0px;
    color: #000;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer
}

@media(max-width: 768px) {
    .b_b8__faq-item-title {
        line-height:25px
    }
}

.b_b8__faq-item-title::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjgxMTggOEwyMC45MDU5IDE2TDE0LjgxMTggMjRIOUwxNS4wOTQxIDE2TDkgOEgxNC44MTE4Wk0yNi44MzUzIDhIMjEuMjExOEwxOC44MTE4IDExLjE1TDIxLjcwNTkgMTQuOTI1TDI3IDhIMjYuODM1M1pNMjEuNzA1OSAxNy4wNzVMMTguODM1MyAyMC44NUwyMS4yMTE4IDI0SDI3TDIxLjcwNTkgMTcuMDc1WiIgZmlsbD0iI0ZGNDU1NCIvPgo8L3N2Zz4K");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.b_b8__faq-item-title::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNSAyLjVMOC41IDE1LjVNOC41IDE1LjVMMTUgOS4zNjExMU04LjUgMTUuNUwyIDkuMzYxMTEiIHN0cm9rZT0iI0ZGNDU1NCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: transform 1.5s
}

.b_b8__faq-item .item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.b_b8__faq-item .item:last-child {
    border-bottom: none
}

.b_b8__faq-item .item__title {
    color: #000;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    position: relative;
    padding-right: 30px;
    cursor: pointer
}

.b_b8__faq-item .item__title::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNSAyLjVMOC41IDE1LjVNOC41IDE1LjVMMTUgOS4zNjExMU04LjUgMTUuNUwyIDkuMzYxMTEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: transform 1.5s
}

.b_b8__faq-item .item.active .item__title::after {
    transform: translateY(-50%) rotate(-180deg)
}

.b_b8__faq-item .item.active .item__content {
    margin-top: 16px;
    max-height: 2000px
}

@media(max-width: 768px) {
    .b_b8__faq-item .item.active .item__content {
        margin-top:15px
    }
}

.b_b8__faq-item .item__content {
    transition: max-height 1.5s,margin-top 1.5s;
    max-height: 0px;
    overflow: hidden
}

.b_b8__faq-item .item__content p {
    color: #000;
    font-family: "Urbanist",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%
}

.b_b8__faq-item .item__content ul {
    color: #000;
    font-family: "Urbanist",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

.b_b8__faq-item .item__content ul li {
    list-style: inside
}

.b_b8__faq-item .item__content ul p {
    margin-bottom: 10px
}

.b_b8__faq-item .item__content ul p:last-child {
    margin-bottom: 0
}

.b_b8__faq-item .item__content ol {
    color: #000;
    font-family: "Urbanist",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

.b_b8__faq-item .item__content ol p {
    margin-bottom: 10px
}

.b_b8__faq-item .item__content ol p:last-child {
    margin-bottom: 0
}

.b_b8__faq-item .item__content a {
    text-decoration: underline
}

.b_b8__faq-item .item__content strong {
    font-weight: 700
}

.b_b8__faq-item .item__content>* {
    margin-bottom: 20px
}

.b_b8__faq-item .item__content>*:last-child {
    margin-bottom: 0
}

.b_b9 {
    margin-top: 45px;
    padding-top: 80px;
    padding-bottom: 29px;
    position: relative;
    overflow: hidden
}

@media(max-width: 768px) {
    .b_b9 {
        padding-top:90px;
        margin-top: 25px;
        padding-bottom: 90px
    }
}

.b_b9__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b_b9__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 42px
}

@media(max-width: 768px) {
    .b_b9__text {
        margin-bottom:30px
    }
}

.b_b9__uptitle {
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 8px
}

@media(max-width: 768px) {
    .b_b9__uptitle {
        align-items:flex-start
    }
}

.b_b9__uptitle svg {
    display: flex;
    min-width: 32px
}

.b_b9__uptitle-text {
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

@media(max-width: 768px) {
    .b_b9__uptitle-text {
        text-align:center
    }
}

.b_b9__uptitle-text span {
    color: #ff4554
}

.b_b9__title {
    text-align: center
}

.b_b9__title span {
    color: #ff4554
}

.b_b9__content {
    display: flex;
    align-items: center;
    column-gap: 60px;
    justify-content: space-between;
    margin-bottom: 41px
}

@media(max-width: 1024px) {
    .b_b9__content {
        column-gap:20px
    }
}

@media(max-width: 768px) {
    .b_b9__content {
        flex-direction:column;
        align-items: center;
        row-gap: 30px;
        margin-bottom: 30px
    }
}

.b_b9__image {
    display: block;
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    min-width: 0;
    object-fit: contain
}

.b_b9__list {
    flex: 0 0 410px;
    display: flex;
    flex-direction: column;
    row-gap: 9px
}

@media(max-width: 1024px) {
    .b_b9__list {
        flex:0 0 350px
    }
}

@media(max-width: 768px) {
    .b_b9__list {
        flex:unset;
        max-width: 400px
    }
}

.b_b9__list-item {
    padding-right: 33px;
    color: #141010;
    font-family: "Urbanist",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    column-gap: 10px
}

@media(max-width: 768px) {
    .b_b9__list-item {
        padding-right:0
    }
}

.b_b9__list-item strong {
    font-weight: 700
}

.b_b9__list-item::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjExOSA4LjI1ODQ3TDkuMzQ5NjcgMTguMjUyNkM5LjMwMzkxIDE4LjMxNTIgOS4yNTA1MyAxOC4zNjYgOS4xODk1MiAxOC40MDUxQzkuMTI4NTEgMTguNDQ0MiA5LjA1OTg3IDE4LjQ3OTQgOC45ODM2MSAxOC41MTA3QzguOTIyNiAxOC41NDIgOC44NTc3OCAxOC41NjE1IDguNzg5MTQgMTguNTY5M0M4LjcyMDUgMTguNTc3MSA4LjY0ODA1IDE4LjU4MTEgOC41NzE3OSAxOC41ODExQzguNDk1NTMgMTguNTgxMSA4LjQyMzA4IDE4LjU3NzEgOC4zNTQ0NCAxOC41NjkzQzguMjg1OCAxOC41NjE1IDguMjIwOTggMTguNTQyIDguMTU5OTcgMTguNTEwN0M4LjA4MzcxIDE4LjQ3OTQgOC4wMTUwNyAxOC40NDQyIDcuOTU0MDYgMTguNDA1MUM3Ljg5MzA1IDE4LjM2NiA3LjgzOTY2IDE4LjMxNTIgNy43OTM5MSAxOC4yNTI2TDMuNjUyODIgMTQuMDA2M0MzLjU5MTgxIDEzLjk1OTQgMy41NDIyNCAxMy45MDQ2IDMuNTA0MTEgMTMuODQyMUMzLjQ2NTk4IDEzLjc3OTUgMy40MzE2NiAxMy43MDkxIDMuNDAxMTYgMTMuNjMwOUMzLjM3MDY1IDEzLjU2ODMgMy4zNTE1OSAxMy41MDE5IDMuMzQzOTYgMTMuNDMxNUMzLjMzNjMzIDEzLjM2MTEgMy4zMzI1MiAxMy4yODY4IDMuMzMyNTIgMTMuMjA4NkMzLjMzMjUyIDEzLjEzMDQgMy4zMzYzMyAxMy4wNTYxIDMuMzQzOTYgMTIuOTg1N0MzLjM1MTU5IDEyLjkxNTQgMy4zNzA2NSAxMi44NDg5IDMuNDAxMTYgMTIuNzg2M0MzLjQzMTY2IDEyLjcwODEgMy40NjU5OCAxMi42Mzc4IDMuNTA0MTEgMTIuNTc1MkMzLjU0MjI0IDEyLjUxMjYgMy41OTE4MSAxMi40NTc5IDMuNjUyODIgMTIuNDExQzMuNjk4NTggMTIuMzY0IDMuNzUxOTcgMTIuMzE3MSAzLjgxMjk4IDEyLjI3MDJDMy44NzM5OSAxMi4yMjMzIDMuOTM1IDEyLjE5MiAzLjk5NjAxIDEyLjE3NjRDNC4wNzIyNyAxMi4xNDUxIDQuMTQ0NzIgMTIuMTIxNiA0LjIxMzM2IDEyLjEwNkM0LjI4MTk5IDEyLjA5MDMgNC4zNTQ0NCAxMi4wODI1IDQuNDMwNzEgMTIuMDgyNUM0LjQ5MTcyIDEyLjA4MjUgNC41NjAzNSAxMi4wOTAzIDQuNjM2NjIgMTIuMTA2QzQuNzEyODggMTIuMTIxNiA0Ljc4MTUyIDEyLjE0NTEgNC44NDI1MyAxMi4xNzY0QzQuOTAzNTQgMTIuMTkyIDQuOTY0NTUgMTIuMjIzMyA1LjAyNTU2IDEyLjI3MDJDNS4wODY1NyAxMi4zMTcxIDUuMTQ3NTggMTIuMzY0IDUuMjA4NTkgMTIuNDExTDguNTcxNzkgMTUuODU5NkwxNy41NjMyIDYuNjYzMTdDMTcuNjU0NyA2LjU1MzY4IDE3Ljc2OTEgNi40NzE1NyAxNy45MDY0IDYuNDE2ODNDMTguMDQzNyA2LjM2MjA5IDE4LjE4ODYgNi4zMzQ3MiAxOC4zNDExIDYuMzM0NzJDMTguNDc4NCA2LjMzNDcyIDE4LjYxNTYgNi4zNjIwOSAxOC43NTI5IDYuNDE2ODNDMTguODkwMiA2LjQ3MTU3IDE5LjAxMjIgNi41NTM2OCAxOS4xMTkgNi42NjMxN0MxOS4yMTA1IDYuNzU3MDEgMTkuMjg2NyA2Ljg3NDMxIDE5LjM0NzggNy4wMTUwN0MxOS40MDg4IDcuMTU1ODMgMTkuNDM5MyA3LjMwNDQyIDE5LjQzOTMgNy40NjA4MkMxOS40MzkzIDcuNjAxNTggMTkuNDA4OCA3Ljc0MjM0IDE5LjM0NzggNy44ODMxMUMxOS4yODY3IDguMDIzODcgMTkuMjEwNSA4LjE0ODk5IDE5LjExOSA4LjI1ODQ3WiIgZmlsbD0iI0ZGNDU1NCIvPgo8L3N2Zz4K");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.b_b9__links {
    display: flex;
    align-items: center;
    column-gap: 20px
}

@media(max-width: 768px) {
    .b_b9__links {
        flex-direction:column;
        align-items: center;
        row-gap: 20px
    }
}

.b_b9__links-image {
    display: block;
    max-width: 158.5px;
    width: 100%;
    height: auto
}

.b_b9__links-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 14px 30px;
    background: #ff4554;
    color: #fff;
    font-family: "Urbanist",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap
}

.b_b9__links-button svg {
    display: flex
}

.b_b9__overlay {
    position: absolute;
    z-index: -1
}

.b_b9__overlay--desktop {
    display: block;
    left: 0;
    top: 0;
    width: auto;
    height: 100%
}

@media(max-width: 768px) {
    .b_b9__overlay--desktop {
        display:none
    }
}

.b_b9__overlay--mobile {
    display: none
}

@media(max-width: 768px) {
    .b_b9__overlay--mobile {
        display:block;
        left: 0;
        top: 158px
    }
}
