.upslider {
    position: relative;
    overflow: hidden;
}
.upslider .swiper_force {
    width: 100%;
    position: relative;
}
.upslider .swiper_force .cont {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 10;
}
.upslider .swiper_force .cont .pagination_force {
    display: flex !important;
    align-items: center !important;
}
.upslider .swiper_force .cont .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
    background: #C2D0D8 !important;
}
.upslider .swiper_force .cont .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
    background: #3036A7 !important;
}
.upslider .swiper_force .swiper-slide {
    height: 510px;
    position: relative;
    display: flex;
    align-items: center;
}
.upslider .swiper_force .swiper-slide .upbubble {
    position: absolute;
    top: 0;
    left: 20%;
}
.upslider .swiper_force .swiper-slide .right-round {
    position: absolute;
    right: 12%;
    top: 5%;
}
.upslider .swiper_force .swiper-slide .brand {
    position: absolute;
    right: 2%;
}
.upslider .swiper_force .swiper-slide .right-round.rr {
    top: 35%;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}
.upslider .swiper_force .swiper-slide .texts {
    display: flex;
    flex-direction: column;
}
.upslider .swiper_force .swiper-slide .texts .title {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 60px */
}
.upslider .swiper_force .swiper-slide .texts .text {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 30px */
    margin: 10px 0 30px;
}
.upslider .swiper_force .swiper-slide .texts button {
    width: fit-content;
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #FFF;
    border-radius: 3rem;
    padding: 17px 69px;
    color: #FFF;
    font-family: "Mazzard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 88%; /* 88% */
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
}

.second {
    background-color: #F6F7FF;
    padding: 70px 0;
}
.second .second__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    position: relative;
}
.second .second__inner img {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.second .second__inner .texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.second .second__inner .texts .up-title {
    color: #787878;
    font-family: Roboto;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 136.842%; /* 136.842% */
    text-transform: uppercase;
}
.second .second__inner .texts .title {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 120% */
    margin-bottom: 20px;
    max-width: 570px;
}
.second .second__inner .texts .text {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 136.842%; /* 136.842% */
}
.second .second__inner .texts .list {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: 189.474%; /* 189.474% */
}
.second .second__inner .texts .list ul {
    margin: 0 !important;
    padding-inline-start: 30px !important;
    color: #000 !important;
}
.third {
    padding: 70px 0;
}
.third .third__inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.third .third__inner .blocks {
    display: grid;
    gap: 38px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
}
.third .third__inner .blocks .block {
    overflow: hidden;
    height: 348px;
    position: relative;
    width: 100%;
    border-radius: .5rem;
    padding: 20px 30px;
    border: 0.736px solid #DCE5EA;
    background: #FFF;
    box-shadow: 0px 10.298386573791504px 10.298386573791504px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.third .third__inner .blocks .block.b_tnvd {
    padding: 20px 25px 20px 10px;
    justify-content: space-around;
}
.third .third__inner .blocks .bloop {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: fit-content;
}
.third .third__inner .blocks .good {
    position: relative;
    z-index: 1;
}
.third .third__inner .blocks .block .texts {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 264px;
    margin-left: auto;
}
.third .third__inner .blocks .block .texts .title {
    color: #333;
    font-family: "Mazzard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 105.191%; /* 105.191% */
}
.third .third__inner .blocks .block .texts .text {
    color: #333;
    font-family: "Mazzard", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130.402%; /* 130.402% */
}
.third .third__inner .blocks .block .price {
    color: #333;
    font-family: "Mazzard", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 116.519%; /* 116.519% */
    display: flex;
    align-items: center;
    gap: 10px;
}
.third .third__inner .blocks .block .texts button {
    border-radius: 23px;
    width: fit-content;
    color: #000;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 89.007%;
    /*89.007%*/text-transform: uppercase;
    border: 3px solid #292E89;
    position: relative;
    padding: 15px 40px;
    /* background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #FFF; */
    background: #FFF;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}
.third .third__inner .blocks .block .texts button span {
    position: relative;
    z-index: 2;
}
/* .third .third__inner .blocks .block .texts button::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
} */
/* Find */
.find {
    padding: 70px 0;
    background: #F6F7FF;
}
.find .find__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.find .find__inner .blocks {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 39px;
}
.find .find__inner .blocks .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 40px 26px;
    border-radius: 30.898px;
    background: #FFF;
    box-shadow: 0px 5.373509407043457px 59.108604431152344px 0px rgba(0, 0, 0, 0.10);
}
.find .find__inner .blocks .block .img {
    border-radius: 50%;
    height: 108px;
    aspect-ratio: 1/1;
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #FFD71D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: grid;
    place-items: center;
}
.find .find__inner .blocks .block .title {
    color: #212121;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 123.143%; /* 123.143% */
}
.find .find__inner .blocks .block .text {
    color: #212121;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 147.064%; /* 147.064% */
}
.find .find__inner .blocks .bl1 { grid-area: 1 / 1 / 2 / 5; }
.find .find__inner .blocks .bl2 { grid-area: 1 / 5 / 2 / 9; }
.find .find__inner .blocks .bl3 { grid-area: 1 / 9 / 2 / 13; }
.find .find__inner .blocks .bl4 { grid-area: 2 / 1 / 3 / 6; padding: 40px 38px; }
.find .find__inner .blocks .bl5 { grid-area: 2 / 6 / 3 / 13; padding: 40px 38px; }
/* Brands */
.brands {
    background: #F6F7FF;
    padding: 90px 0 70px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.brands .marquee {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.brands .marquee > div {
    display: flex;
    width: 200%;
    animation: marquee-infinite 9s linear infinite;
    -webkit-animation: marquee-infinite 9s linear infinite;
}
.brands .marquee span {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.brands .marquee span a img {
    filter: grayscale(100%) brightness(0%) contrast(1000%);
}
.brands .marquee:hover div {
    animation-play-state: paused;
}
@keyframes marquee-infinite {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Guarantee */
.guarantee {
    padding: 70px 0;
}
.guarantee .block {
    width: 100%;
    padding: 100px 0;
    position: relative;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
}
.guarantee .block .text {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 0 14% 0 auto;
}
.guarantee .block .text span {
    background: linear-gradient(to bottom, #343BB8, #292E89);
    display: inline-block; /* Чтобы блок подстраивался под размер текста */
    background-clip: text; /* Применение градиента к тексту */
    -webkit-background-clip: text; /* Для поддержки браузеров Webkit (Safari, Chrome) */
    color: transparent; /* Делаем текст невидимым, чтобы виден был только градиент */
}
.guarantee .block .detail {
    position: absolute;
    left: 1.5%;
    bottom: 0;
}
.guarantee .block .detail1 {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.guarantee .block .bubble {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.nineth .swiper {
    width: 100%;
    position: relative;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
}
.nineth .swiper .swiper-slide {
    display: flex;
    align-items: center;
    position: relative;
    gap: 30px;
}
.nineth .swiper .swiper-slide .img {
    max-width: 50%;
    width: 100%;
}
.nineth .swiper .swiper-slide .img img {
    width: 100%;
}
.nineth .swiper .swiper-slide .texts {
    width: 100%;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.nineth .swiper .swiper-slide .texts .title {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 110% */
}
.nineth .swiper .swiper-slide .texts .text {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 150% */
}
.nineth .swiper .swiper-slide .texts .mrg {
    height: 1.5rem;
}
.nineth .swiper .swiper-slide .texts .text ul {
    margin: 0 !important;
    padding-inline-start: 20px !important;
    color: #000 !important;
}
.nineth .swiper .navigation {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 20%;
    transform: translateX(-20%);
    border-radius: 69px;
    background: #FFF;
    z-index: 1;
    border: 1px solid #fff;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
}
.nineth .swiper .next-btn, .prev-btn {
    overflow: hidden;
    cursor: pointer;
    position: unset !important;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #FFD71D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: grid;
    place-items: center;
}
.nineth .swiper .swiper-pagination {
    width: unset !important;
    position: unset !important;
}
.nineth .swiper .swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
    background: transparent !important;
    border: 1px solid #343BB8 !important;
    opacity: 1 !important;
}
.nineth .swiper .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #FFD71D !important;
}
/* Form */
.eleventh .form {
    overflow: hidden;
}
.eleventh .form > img {
    right: 3%;
    top: 10px;
}
.socials {
    background: #F6F7FF;
    padding: 95px 3% 70px;
}
.socials .block {
    padding: 30px 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #D9D9D9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials .block .links {
    position: absolute;
    right: 15%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.socials .block .ballto-l {
    position: absolute;
    right: 0;
}
.socials .block .ballto-r {
    position: absolute;
    left: 0;
}
.socials .block .hand {
    left: 15%;
    position: absolute;
    bottom: 0;
    max-width: 245px;
}
.socials .block .text {
    color: #FFF;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 40.8px */
}
@media (max-width: 1500px) {
    .upslider .swiper_force .swiper-slide .upbubble {
        left: 10%;
    }
    .upslider .swiper_force .swiper-slide .brand {
        right: 0;
        display: none;
    }
    .upslider .swiper_force .swiper-slide .right-round {
        right: 2%;
    }
}
@media (max-width: 1200px) {
    .upslider .swiper_force .swiper-slide .brand {
        display: none;
    }
    .upslider .swiper_force .swiper-slide {
        height: 560px;
        align-items: flex-start;
    }
    .upslider .swiper_force .swiper-slide .texts {
        align-items: center;
        text-align: center;
        padding: 30px 0 0;
    }
    .upslider .swiper_force .swiper-slide .texts button {
        padding: 11px 53px;
        font-size: 2.3rem;
    }
    .upslider .swiper_force .swiper-slide .right-round {
        max-width: 400px;
        right: unset;
        left: 50%;
        top: 49%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .upslider .swiper_force .swiper-slide .right-round.rr {
        max-width: 400px;
        right: unset;
        left: 50%;
        top: 42%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .upslider .swiper_force .cont {
        bottom: -1px;
        
    }
    .upslider .swiper_force .cont .pagination_force {
        margin: 0 auto;
        width: fit-content;
        position: relative;
        z-index: 3;
    }
    .upslider .swiper_force .cont .pagination_force::after {
        content: '';
        display: block;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -55%);
        border-bottom: 30px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        width: 129px;
        z-index: -1;
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        -o-transform: translate(-50%, -55%);
        border-radius: 18px 18px 0 0;
        -webkit-border-radius: 18px 18px 0 0;
        -moz-border-radius: 18px 18px 0 0;
        -ms-border-radius: 18px 18px 0 0;
        -o-border-radius: 18px 18px 0 0;
    }
    .second .second__inner {
        flex-direction: column;
        gap: 20px;
    }
    .second .second__inner > img {
        width: 100%;
    }
    .second .second__inner .texts {
        gap: 10px;
    }
    .second .second__inner .texts .title {
        margin-bottom: 10px;
    }
    .third .third__inner {
        gap: 30px;
    }
    .third .third__inner .blocks {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    .third .third__inner .blocks .block .price {
        font-size: 3rem;
    }
    .third .third__inner .blocks .block .texts button {
        font-size: 1.9rem;
    }
    .find .find__inner {
        gap: 30px;
    }
    .find .find__inner .blocks {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .find .find__inner .blocks .block .img {
        height: 94px;
    }
    .brands {
        padding: 50px 0;
        gap: 30px;
    }
    .brands .marquee span a {
        max-width: 70px;
    }
    .brands .marquee span a img {
        width: 100%;
    }
    .guarantee .block {
        overflow: hidden;
        padding: 30px 15px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .guarantee .block .text {
        margin: 0;
        align-self: flex-start;
        padding-left: 30px;
    }
    .guarantee .block .detail {
        position: unset;
        width: 100%;
    }
    .guarantee .block .detail1 {
        margin: 20px 0;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
}
    .guarantee .block .bubble {
        top: 85%;
        bottom: unset;
        right: unset;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        -webkit-transform: translateX(-50%) rotate(90deg);
        -moz-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        -o-transform: translateX(-50%) rotate(90deg);
    }
    .socials {
        padding: 0 0 50px;
    }
    .socials .block {
        position: relative;
        z-index: 2;
        padding: 50px 0 0;
        flex-direction: column;
        gap: 30px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
}
    .socials .block .links {
        position: unset;
        gap: 40px;
    }
    .socials .block .hand {
        position: unset;
        max-width: 387px;
        width: 100%;
    }
    .socials .block .ballto-l {
        top: 0;
        z-index: -1;
    }
    .socials .block .ballto-r {
        z-index: -1;
    }
    .upslider .swiper_force .swiper-slide .upbubble-mob1 {
        position: absolute;
        top: 0;
        left: 0;
    }
    .upslider .swiper_force .swiper-slide .upbubble-mob2 {
        position: absolute;
        top: 40%;
        right: 0;
        transform: translateY(-40%);
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        -o-transform: translateY(-40%);
}
}
@media (max-width: 900px) {
    .upslider .swiper_force .swiper-slide .texts {
        padding: 70px 0 0;
    }
    .upslider .swiper_force .swiper-slide .texts .title {
        font-size: 3rem;
    }
    .upslider .swiper_force .swiper-slide .texts .text {
        margin: 20px 0 30px;
        font-size: 2rem;
    }
}
@media (max-width: 700px) {
    .third .third__inner .blocks .block .texts .title {
        font-size: 2.7rem;
    }
    .third .third__inner .blocks .block .texts .text {
        font-size: 1.9rem;
    }
    .third .third__inner .blocks .block .texts {
        margin: 0;
        max-width: unset;
    }
    .pc-vis-700 {
        display: none !important;
    }
    .mob-vis-700 {
        display: flex !important;
    }
    .third .third__inner .blocks .block {
        flex-direction: column;
        height: auto;
        max-width: 350px;
        padding: 20px 20px 50px;
    }
    .third .third__inner .blocks .block.b_tnvd {
        padding: 20px 20px 50px;
    }
    .third .third__inner .blocks .good {
        max-width: unset;
        max-height: 230px;
    }
    .third .third__inner .blocks .bloop {
        top: 0;
    }
}