@font-face {
    font-family: 'Anvyl';
    src: url('../fonts/anvyl.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Involve500';
    src: url('../fonts/Involve-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Involve400';
    src: url('../fonts/Involve-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Captureit';
    src: url('../fonts/Captureit2.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    margin: 0;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.b2r_in_pix>* {
    font-family: "Involve400", sans-serif;
    font-weight: 400;
    font-size: 20px;
    box-sizing: border-box;
    color: #FFFFFF;
}

a {
    text-decoration: none;
    cursor: pointer;
}

p {
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
li {
    cursor: default;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    object-fit: cover;
}

.resBrace {
    background-color: #1F1F1F;
}

.resBrace .footer {
    background: #fff;
}

.resBrace .container {
    max-width: 1360px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px;
}

.resBrace_top {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 134px;
    max-width: 1670px;
    padding: 0 20px;
    width: 100%;
}

.resBrace_top img {
    width: 100%;
}

.tasks {
    margin-bottom: 200px;
}

.tasks .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tasks .container h2 {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
}

.tasks .container h2 span {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    color: #FF5900;
}

.tasks .container .tasks_subtitle {
    max-width: 704px;
    width: 100%;
    padding: 15px;
    border-radius: 28px;
    background-color: #FF5900;
    color: #1F1F1F;
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 1.1;
    text-align: center;
    transform: rotate(-1deg);
    margin-bottom: 60px;
}

.tasks .container .tasks_subtitle span {
    color: #fff;
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 1.1;
}

.tasks p.tasksText_first {
    font-family: 'Involve500', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 11px;
}

.tasks p.tasksText_second {
    font-family: 'Involve500', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.tasks p.tasksText_first span {
    font-family: 'Involve500', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #FF5900;
}

.tasks p.tasksText_second span {
    font-family: 'Involve500', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #FF5900;
}

.tasks_img {
    max-width: 1251px;
    position: relative;
}

.tasks_img img {
    width: 100%;
    height: 100%;
}

.tasks .tasks_img p.tasks_bottomText {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 20px;
    width: 100%;
    line-height: 1.3;
    text-align: center;
}

.tasks_bottomText {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.tasks_box {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.tasks_box p {
    font-family: 'Involve', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.tasks_box span {
    font-family: 'Involve', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 16px;
    border-radius: 20px;
    border: 1px solid #FF5900;
}

.tasksBottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 130px;
}

.tasksBottom_item {
    width: 50%;
}

.tasksBottom_item h3 {
    font-family: 'Captureit', sans-serif;
    font-weight: 400;
    font-size: 53.51px;
    line-height: 1.1;
    border: 3px solid #FF5900;
    text-align: center;
    border-radius: 25px;
    padding: 12px;
    margin-bottom: 18px;
    letter-spacing: 3px;
}

.tasksBottom_item_content {
    padding: 50px 60px;
    border-radius: 25px;
    border: 3px solid #FF5900;
    height: 700px;
}

.tasksBottom_item_content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tasksBottom_item_content ul li {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 22px;
    position: relative;
    padding-left: 25px;
}

.tasksBottom_item_content ul li::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #FF5900;
    border-radius: 2px;
    transform: rotate(45deg);
    top: 7px;
    left: 0;
}

.tasksBottom_item_content ul li span.red {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #FF5900;
}

.tasksBottom_item_content ul li span.white {
    font-family: 'Involve700', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.tasksBottom_item_content ul li span.redBox {
    font-family: 'Involve600', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 15px;
    background-color: #FF5900;
    border-radius: 11px;
    display: inline-block;
    transform: rotate(-2deg);
}

.tasksBottom_item_content p.first {
    font-family: 'Involve700', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.tasksBottom_item_content .text_ramk {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.tasksBottom_item_content .text_ramk span {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 36px;
    border: 1px solid #FF5900;
}

.tasksBottom_item_content p.second {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 24px;
}

.tasksBottom_item_content p.second span {
    font-family: 'Involve700', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #FF5900;
}

.tasksBottom_item_content p.third {
    font-family: 'Involve700', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.tasksBottom_item_content ul li .span_box {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.tasksBottom_item_content ul li .span_box span {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FF5900;
}

.resBrace_superBaner {
    margin-bottom: 140px;
    position: relative;
    height: 50vw;
}


.resBrace_superBaner_nadpis {
    position: absolute;
    bottom: -130px;
    right: 0;
    z-index: 2;
    width: 40vw;
    height: auto;
}

.resBrace_superBaner_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.workEurop {
    margin-bottom: 130px;
}

.workEurop_title {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    margin-bottom: 40px;
}

.workEurop_title span.first {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #a5a5a5;
}

.workEurop_title span.second {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    color: #FF5900;
}

.workEurop_text {
    font-family: 'Involve', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.workEurop_box {
    font-family: 'Captureit', sans-serif;
    font-weight: 400;
    font-size: 112px;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.workEurop_box_img {
    position: absolute;
    top: 0;
    right: -60px;
    width: 145px;
    height: 211px;
}

.workEurop_box span.first {
    font-family: 'Captureit', sans-serif;
    font-weight: 400;
    font-size: 112px;
    color: #FF5900;
}

.workEurop_box span.second {
    font-family: 'Involve', sans-serif;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.workEurop_secondText {
    font-family: 'Involve', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.workEurop_secondText span {
    position: absolute;
    bottom: -60px;
    right: 100px;
    font-family: 'Involve', sans-serif;
    font-weight: 700;
    font-size: 26px;
    background-color: #FF5900;
    border-radius: 12px;
    padding: 8px;
    max-width: 360px;
    width: 100%;
    text-align: center;
    transform: rotate(-2deg);
}

.workEurop_wrapper {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.workEurop_wrapper_img {
    max-width: 650px;
    width: 100%;
}

.workEurop_wrapper_text {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.workEurop_wrapper_text p {
    font-family: 'Involve', sans-serif;
    font-weight: 400;
    font-size: 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FF5900;
    padding-right: 30px;
}

.workEurop_wrapper_text p:last-child {
    border: none;
}

.workEurop_wrapper_text p span {
    font-family: 'Involve', sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #FF5900;
}

.analiz {
    position: relative;
}

.analiz_bg {
    position: absolute;
    top: 100px;
    left: 0;
    max-width: 1250px;
    width: 100%;
    z-index: -1;
}

.analiz_title {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.analiz_title span {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    padding: 10px 40px;
    background-color: #FF5900;
    border-radius: 29px;
    display: inline-block;
    transform: rotate(-1deg);
}

.analiz_text {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    margin-bottom: 24px;
}

.analiz_text span {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #FF5900;
}

.analiz_img {
    max-width: 730px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.analiz_content_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
    padding: 0 40px;
    border: 3px solid #FF5900;
    border-radius: 25px;
    margin-bottom: 40px;
}

.analiz_content_top p {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.analiz_content_top .span_box {
    display: flex;
    gap: 20px;
}

.analiz_content_top .span_box span {
    font-family: 'Involve600', sans-serif;
    font-weight: 600;
    font-size: 20px;
    background-color: #FF5900;
    border-radius: 36px;
    padding: 7px 30px;
    text-align: center;
}

.analiz_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
    justify-content: space-between;
    margin-bottom: 110px;
}

.analiz_content_box {
    width: calc(50% - 10px);
    height: auto;
    padding: 25px 40px;
    border: 3px solid #FF5900;
    border-radius: 25px;
}

.analiz_content_box h3 {
    font-family: 'Captureit', sans-serif;
    font-weight: 400;
    font-size: 47.76px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.analiz_content_box h3 span {
    font-family: 'Captureit', sans-serif;
    font-weight: 400;
    font-size: 47.76px;
    color: #FF5900;
    display: inline;
}

.analiz_content_box span {
    font-family: 'Involve600', sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: 24px;
    display: block;
}

.analiz_content_box p {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 22px;
    opacity: 0.8;
}

.analiz_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
}

.analiz_bottom_top {
    font-family: 'Involve600', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    background-color: #FF5900;
    padding: 11px;
    border-radius: 36px;
    max-width: 570px;
}

.analiz_bottom ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 970px;
}

.analiz_bottom ul li {
    display: flex;
    gap: 10px;
    align-items: start;
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 20px;
    opacity: 0.8;
}

.analiz_bottom ul li span {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: #FF5900;
}

.analiz {
    margin-bottom: 200px;
}

.analizCa {
    margin-bottom: 200px;
}

.analizCa_title {
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 89.06px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 40px;
}

.analizCa_title span {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 53.51px;
    line-height: 1.1;
    border-radius: 28px;
    background-color: #FF5900;
    padding: 20px;
    display: inline-flex;
    width: 115px;
    height: 92px;
    justify-content: center;
    align-items: center;
}

.analizCa_text {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 88px;
    opacity: 0.8;
}

.analizCa_subtext {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 42px;
}

.analizCa_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 190px;
}

.analizCa_item {
    width: calc(33% - 30px);
    height: 120px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.analizCa_item span {
    font-family: 'Involve600', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding: 11px 36px;
    background-color: #FF5900;
    border-radius: 36px;
}

.analizCa_item p {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    opacity: 0.8;
}

.analizCa_bottomImg {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 20px;
}

.analizCa_bottomImg img {
    width: 100%;
}

.prototype_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 90px;
}

.prototype_inner_title {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    text-align: center;
}

.prototype_inner_title span {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    color: #A9A9A9;
}

.prototype_inner_text {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    opacity: 0.8;
    max-width: 900px;
}

.prototype_inner_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
}

.prototype_inner_bottom img {
    width: 54px;
    height: 26px;
}

.prototype_inner_bottom p {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    padding: 14px 36px;
    border: 3px solid #FF5900;
    border-radius: 20px;
    transform: rotate(-2deg);
}

.prototype_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 100px;
}

.prototype_item {
    width: 28%;
}

.prototype_item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prototype_item .prototype_item_top {
    font-family: 'Involve600', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #FF5900;
}

.prototype_item .prototype_item_top span {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.8;
    display: inline-block;
    transform: rotate(-4deg);
}

.prototype_item .prototype_item_bottom {
    font-family: 'Involve400', sans-serif;
    font-weight: 400;
    font-size: 20px;
    opacity: 0.8;
}

.prototype {
    margin-bottom: 300px;
}

.protoImages .container {
    max-width: 1550px;
}

.protoImages_box1 img {
    max-width: 598px;
    width: 100%;
}

.protoImages img {
    width: 100%;
    height: auto;
}

.protoImages_box1 {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    gap: 100px;
    margin-bottom: 100px;
    align-items: flex-end;
}

.protoImages_wrapper {
    display: flex;
    justify-content: end;
    gap: 60px;
    width: 80vw;
    margin: 0 auto;
}

.protoImages_box2 {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.protoImages_box2 img:last-child {
    margin-top: 135px;
}

.protoImages_box3 {
    margin-bottom: 180px;
}

.protoImages_box4 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 150px;
}

.protoImages2_cont {
    position: relative;
    margin-left: auto;
    display: flex;
    justify-content: end;
    gap: 1vw;
    padding-bottom: 130px;
}

.protoImages {
    margin-bottom: 60px;
}

.protoImages2_cont img {
    width: 100%;
}

.protoImages2_cont_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.protoImages2_box {
    width: 33.2vw;
}

.protoImages2_box.protoImages2_box_1 {
    width: 21vw;
}

.protoImages2_cont img.protoImages2_cont_bg {
    width: auto;
}

.b2rDesign_title {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 10px;
}

.b2rDesign_title span {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.1;
    color: #FF5900;
}

.b2rDesign_subTitle {
    margin: 0 auto;
    transform: rotate(-1deg);
    margin-bottom: 60px;
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    background-color: #FF5900;
    border-radius: 30px;
    max-width: 425px;
    padding: 14px;
}

.b2rDesign_subTitle span {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.1;
    color: #1F1F1F;
}

.b2rDesign_img {
    margin-bottom: 200px;
}

.b2rDesign_img img {
    width: 100%;
}

.b2rDesign_img2 {
    max-width: 1325px;
    width: 100%;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 160px;
}

.b2rDesign_img2 img {
    width: 100%;
}

.b2rDesign_img3 {
    max-width: 1325px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 160px;
    display: flex;
    justify-content: space-between;
}

.b2rDesign_img4 {
    position: relative;
    margin-bottom: 200px;
}

.b2rDesign_img4 img {
    width: 100%;
}

.b2rDesign_img4_svg {
    position: absolute;
    top: -100px;
    left: 0;
    width: 30vw;
}

.b2rDesign_img4_svg svg {
    width: 100%;
    height: 100%;
}

.b2rDesign_img5 {
    max-width: 1325px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
}

.b2rDesign_img5_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -130px;
}

.b2rDesign_img6 {
    max-width: 1325px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
    align-items: flex-start;
}

.b2rBottom {
    margin-bottom: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
}

.b2rBottom_title {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    text-align: center;
}

.b2rBottom_title span {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    color: #FF5900;
}

.b2rBottom p {
    font-family: 'Anvyl', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.1;
    text-align: center;
    padding: 14px;
    border-radius: 30px;
    background-color: #FF5900;
    max-width: 520px;
    width: 100%;
}

.analizCa_bottomImg.mob {
    display: none;
    max-width: 923px;
    margin: 0 auto;
    padding: 0 20px;
}

.protoImages2_cont_mob {
    display: none;
}

.b2rDesign_img2 img.b2rDesign_img2_mob {
    display: none;
}

.b2rDesign_img3_mob {
    display: none;
}

.b2rDesign_img3_mob500 {
    display: none;
}

.b2rDesign_img5_mob {
    display: none;
}

.b2rDesign_img5_mob_2 {
    display: none;
}

.b2rBottom img {
    max-width: 930px;
}

.b2rDesign_img6 img {
    max-width: 610px;
}

.resBrace header {
    /* background: white; */
}

.resBrace_top {
    margin-top: 180px;
}

@media (max-width: 1490px) {
    .protoImages_box1 {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1350px) {

    .tasks_img {
        max-width: 601px;
    }

    .tasks_bottomText {
        bottom: -40px;
    }

    .b2rDesign_img5 {
        display: none;
    }

    .b2rDesign_img4 {
        margin-bottom: 0;
    }

    .b2rDesign_img5_mob {
        display: flex;
        justify-content: center;
        padding: 0 20px;
        width: 80vw;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .b2rDesign_img5_mob img {
        width: 100%;
        height: 100%;
    }

    .tasks_box {
        gap: 2vw;
    }

    .tasks_box p {
        font-size: 1.5vw;
    }

    .tasksBottom {
        margin-top: 10vw;
        justify-content: center;
    }

    .tasksBottom_item {
        width: 40%;
    }

    .tasks .tasks_img p.tasks_bottomText {
        font-size: 1.5vw;
    }

    .tasks_box span {
        font-size: 1.5vw;
        padding: 1vw 2vw;
        border-radius: 1.5vw;
    }

    .resBrace_top {
        margin-bottom: 15vw;
        max-width: 1230px;
    }

    .tasks .container h2 {
        font-size: 3.1vw;
    }

    .tasks .container h2 span {
        font-size: 3.1vw;
    }

    .tasks .container .tasks_subtitle {
        max-width: 40vw;
        padding: 1vw;
        border-radius: 2vw;
        font-size: 3vw;
        margin-bottom: 5vw;
    }

    .tasks .container .tasks_subtitle span {
        font-size: 3vw;
    }

    .tasks p.tasksText_first {
        font-size: 1.5vw;
        margin-bottom: 1vw;
    }

    .tasks p.tasksText_first span {
        font-size: 1.5vw;
    }

    .tasks p.tasksText_second {
        font-size: 1.5vw;
        margin-bottom: 3vw;
    }

    .tasksBottom_item_content {
        padding: 3vw 3vw;
        height: 56vw;
    }

    .tasksBottom_item h3 {
        font-size: 3.2vw;
        letter-spacing: 1px;
    }

    .tasksBottom_item_content ul {
        gap: 1vw;
    }

    .tasksBottom_item_content ul li {
        font-size: 1.5vw;
        padding-left: 2.5vw;
    }

    .tasksBottom_item_content ul li span.red {
        font-size: 1.5vw;
    }

    .tasksBottom_item_content ul li span.white {
        font-size: 1.5vw;
    }

    .tasksBottom_item_content ul li span.redBox {
        font-size: 1.3vw;
    }

    .tasksBottom_item_content p.first {
        font-size: 1.5vw;
        margin-bottom: 1vw;
    }

    .tasksBottom_item_content .text_ramk {
        gap: 1vw;
        margin-bottom: 2vw;
    }

    .tasksBottom_item_content .text_ramk span {
        font-size: 1.5vw;
        padding: 0.5vw 2vw;
        border-radius: 3vw;
    }

    .tasksBottom_item_content p.second {
        font-size: 1.5vw;
        margin-bottom: 2vw;
    }

    .tasksBottom_item_content p.second span {
        font-size: 1.5vw;
    }

    .tasksBottom_item_content p.third {
        font-size: 1.5vw;
        margin-bottom: 2vw;
    }

    .tasksBottom_item_content ul li .span_box span {
        font-size: 1.5vw;
    }

    .tasks {
        margin-bottom: 100px;
    }

    .workEurop_title {
        max-width: 43vw;
        font-size: 3.6vw;
        padding-top: 3vw;
        margin-bottom: 3vw;
        text-align: left;
    }

    .workEurop_title span.second {
        font-size: 3.6vw;
    }

    .workEurop_title span.first {
        font-size: 2.5vw;
    }

    .workEurop_text {
        font-size: 1.5vw;
        max-width: 40vw;
    }

    .workEurop_box {
        font-size: 6.8vw;
        padding-bottom: 2.4vw;
        padding-top: 2.4vw;
        max-width: 24vw;
        margin-bottom: 6vw;
    }

    .workEurop_box span.first {
        font-size: 6.8vw;
    }

    .workEurop_box span.second {
        font-size: 1.9vw;
    }

    .workEurop_box_img {
        right: -5vw;
        width: 11vw;
        height: 17vw;
    }

    .workEurop_box_img svg {
        width: 100%;
        height: auto;
    }

    .workEurop_secondText {
        font-size: 2vw;
        margin-bottom: 140px;
    }

    .workEurop_secondText span {
        bottom: -8vw;
        right: 9vw;
        font-size: 2vw;
        max-width: 30vw;
    }

    .workEurop_wrapper {
        gap: 3vw;
    }

    .workEurop_wrapper_img {
        max-width: 40vw;
    }

    .workEurop_wrapper_img img {
        width: 100%;
    }

    .workEurop_wrapper_text {
        max-width: 40vw;
        gap: 1.5vw;
    }

    .workEurop_wrapper_text p {
        font-size: 1.3vw;
        padding-bottom: 1.5vw;
        padding-right: 2vw;
    }

    .workEurop_wrapper_text p span {
        font-size: 1.3vw;
    }

    .analiz {
        margin-bottom: 150px;
    }

    .analiz_bg {
        max-width: 60vw;
    }

    .analiz_bg img {
        width: 100%;
    }

    .analiz_title {
        font-size: 4vw;
    }

    .analiz_title span {
        font-size: 4vw;
        border-radius: 2vw;
        padding: 1vw 3vw;
    }

    .analiz_text {
        font-size: 1.5vw;
        margin-bottom: 3vw;
    }

    .analiz_text span {
        font-size: 1.5vw;
    }

    .analiz_img {
        max-width: 38vw;
        margin-top: 8vw;
        margin-bottom: 8vw;
    }

    .analiz_img img {
        width: 100%;
    }

    .analiz_content_top {
        height: auto;
        padding: 2vw 3vw;
        border-radius: 2vw;
        margin-bottom: 3vw;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .analiz_content {
        padding: 0 30px;
        width: 80vw;
        margin: 0 auto;
    }

    .analiz_content_top p {
        font-size: 1.85vw;
    }

    .analiz_content_top .span_box {
        gap: 1vw;
    }

    .analiz_content_top .span_box span {
        font-size: 1.5vw;
        padding: 0.5vw 2vw;
    }

    .analiz_content_wrapper {
        gap: 2vw 1vw;
        margin-bottom: 9vw;
    }

    .analiz_content_box {
        width: calc(50% - 1vw);
        padding: 2vw 3vw;
    }

    .analiz_content_box h3 {
        font-size: 3.8vw;
        margin-bottom: 2.4vw;
    }

    .analiz_content_box h3 span {
        font-size: 3.8vw;
    }

    .analiz_content_box span {
        font-size: 2.2vw;
        margin-bottom: 1vw;
        margin-top: 2vw;
    }

    .analiz_content_box p {
        font-size: 1.6vw;
    }

    .analiz_content_box h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .analiz_content_box h3 span {
        font-size: 26px;
    }

    .analiz_content_box span {
        font-size: 18px;
        margin-bottom: 6px;
        margin-top: 12px;
    }

    .analiz_content_box p {
        font-size: 14px;
    }

    .analizCa {
        margin-bottom: 150px;
        padding: 0 50px;
    }

    .analizCa_title {
        max-width: 25vw;
        font-size: 5.5vw;
        gap: 2vw;
        margin-bottom: 3vw;
    }

    .analizCa_title span {
        font-size: 5vw;
        border-radius: 28px;
        border-radius: 2.5vw;
        padding: 1vw 2vw;
        width: auto;
        height: auto;
    }

    .analizCa_text {
        font-size: 1.5vw;
        margin-bottom: 5vw;
    }

    .analizCa_subtext {
        font-size: 2vw;
        margin-bottom: 3.5vw;
    }

    .analizCa_inner {
        gap: 2vw;
        margin-bottom: 15vw;
    }

    .analizCa_item {
        width: calc(33% - 2vw);
        height: 10vw;
        gap: 1vw;
    }

    .analizCa_item span {
        font-size: 1.9vw;
        padding: 1vw 3vw;
        border-radius: 2vw;
    }

    .analizCa_item p {
        font-size: 1.6vw;
    }

    .analizCa_bottomImg {
        margin: 0 20px;
    }

    .analizCa_bottomImg {
        display: none;
    }

    .analizCa_bottomImg.mob {
        display: block;
    }

    .prototype_item {
        width: 100%;
        max-width: 600px;
        align-items: center;
    }

    .prototype_wrapper {
        justify-content: center;
    }

    .prototype_item .prototype_item_top {
        text-align: center;
    }

    .prototype_item .prototype_item_bottom {
        text-align: center;
    }

    .prototype {
        margin-bottom: 62px;
    }

    .protoImages_box1 img {
        max-width: 407px;
    }

    .protoImages_box1 {
        gap: 50px;
        margin-bottom: 40px;
    }

    .b2rDesign_img {
        margin-bottom: 100px;
    }

    .b2rDesign_img2 {
        max-width: 1015px;
        margin-bottom: 100px;
        padding: 0 20px;
    }

    .b2rDesign_img3 {
        max-width: 1015px;
    }

    .b2rDesign_title {
        font-size: 40px;
    }

    .b2rDesign_title span {
        font-size: 40px;
    }

    .b2rDesign_subTitle {
        margin-bottom: 60px;
        font-size: 36px;
        max-width: 300px;
        padding: 10px;
        border-radius: 20px;
    }

    .b2rDesign_subTitle span {
        font-size: 36px;
    }

    .b2rDesign_img3 {
        display: none;
    }

    .b2rDesign_img3_mob {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        width: 80vw;
        margin: 0 auto;
        margin-bottom: 160px;
    }

    .b2rDesign_img3_mob img {
        width: 100%;
        height: 100%;
    }

    .b2rDesign_img6 {
        display: none;
    }

    .b2rBottom_title {
        font-size: 4vw;
    }

    .b2rBottom_title span {
        font-size: 4vw;
    }

    .b2rBottom {
        padding: 0 20px;
        margin-bottom: 100px;
    }

    .b2rBottom img {
        max-width: 575px;
        width: 100%;
        height: 100%;
    }

    .b2rBottom p {
        font-size: 4vw;
        padding: 1.3vw;
        max-width: 35vw;
    }

    .protoImages_box1 {
        justify-content: center;
    }

    .protoImages_box1 img {
        width: 50%;
        max-width: 100%;
    }
}

@media (max-width: 950px) {
    .protoImages_box1 {
        gap: 20px;
    }

    .protoImages_box1 img {
        max-width: 300px;
    }
}

@media (max-width: 700px) {

    .protoImages2_cont img.protoImages2_cont_bg {
        display: none;
    }

    .protoImages_box1 {
        display: none;
    }

    .protoImages_box2 {
        display: none;
    }

    .protoImages_box4 {
        display: none;
    }

    .protoImages_box3 {
        margin-bottom: 40px;
    }

    .protoImages_box5 {
        margin-bottom: 40px;
    }

    .analizCa {
        margin-bottom: 60px;
    }

    .prototype {
        margin-bottom: 50px;
    }

    .prototype_inner {
        gap: 20px;
        margin-bottom: 40px;
    }

    .prototype_inner_bottom {
        gap: 15px;
    }

    .prototype_inner_bottom p {
        font-size: 16px;
        padding: 14px 21px;
        border: 2px solid #FF5900;
    }

    .prototype_inner_title {
        font-size: 22px;
    }

    .prototype_inner_title span {
        font-size: 22px;
    }

    .prototype_inner_text {
        font-size: 14px;
        max-width: 320px;
    }

    .analizCa_item {
        width: calc(40% - 2vw);
    }

    .analiz_bottom_top {
        font-size: 16px;
        max-width: 260px;
    }

    .analiz_bottom {
        gap: 24px;
    }

    .analiz_bottom ul li {
        font-size: 14px;
    }

    .analiz_bottom ul li span {
        font-size: 28px;
    }

    .analiz_bottom ul {
        gap: 10px;
    }

    .analiz {
        margin-bottom: 70px;
    }

    .analiz_content_box {
        width: 100%;
        padding: 25px;
    }

    .analiz_content_top {
        height: auto;
        padding: 0;
        border-radius: 0;
        margin-bottom: 43px;
        gap: 20px;
        flex-direction: column;
        border: none;
        align-items: center;
    }

    .analiz_content_top p {
        font-size: 16px;
        text-align: center;
    }

    .analiz_content_top .span_box span {
        font-size: 18px;
        padding: 7px 14px;
        width: fit-content;
    }

    .analiz_content_top .span_box span:last-child {
        transform: rotate(-2deg);
    }

    .analiz_content_top .span_box {
        flex-direction: column;
        gap: 13px;
        align-items: center;
    }

    .tasks .tasks_img p.tasks_bottomText {
        font-size: 1.7vw;
    }

    .tasks_bottomText {
        position: absolute;
        bottom: 10vw;
    }

    .tasks .container h2 {
        font-size: 18px;
    }

    .tasks .container h2 span {
        font-size: 18px;
    }

    .tasks .container .tasks_subtitle {
        max-width: 270px;
        padding: 10px;
        border-radius: 20px;
        font-size: 18px;
        margin-bottom: 22px;
    }

    .tasks .container .tasks_subtitle span {
        font-size: 18px;
    }

    .tasks p.tasksText_first {
        font-size: 14px;
        margin-bottom: 18px;
        max-width: 350px;
    }

    .tasks p.tasksText_first span {
        font-size: 14px;
    }

    .tasks p.tasksText_second {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .tasks_box p {
        display: none;
    }

    .tasks_box {
        flex-direction: column;
    }

    .tasks_box span {
        font-size: 12px;
        padding: 10px;
        border-radius: 14px;
    }

    .tasks_img {
        height: 85vw;
    }

    .tasks_img img {
        height: auto;
    }

    .tasks .tasks_img p.tasks_bottomText {
        font-size: 12px;
    }

    .tasksBottom {
        flex-direction: column;
        margin-top: 60px;
        gap: 36px;
    }

    .tasksBottom_item {
        width: 100%;
    }

    .tasksBottom_item_content {
        height: auto;
        padding: 25px;
    }

    .tasksBottom_item_content ul {
        gap: 16px;
    }

    .tasksBottom_item_content ul li {
        font-size: 14px;
        padding-left: 23px;
    }

    .tasksBottom_item_content ul li span.red {
        font-size: 14px;
    }

    .tasksBottom_item_content ul li span.redBox {
        font-size: 12px;
    }

    .tasksBottom_item_content ul li span.white {
        font-size: 14px;
    }

    .tasksBottom_item_content p.first {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .tasksBottom_item_content .text_ramk span {
        font-size: 12px;
        padding: 7px 14px;
        border-radius: 36px;
    }

    .tasksBottom_item_content p.second {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .tasksBottom_item_content p.second span {
        font-size: 14px;
    }

    .tasksBottom_item_content p.third {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .tasksBottom_item_content ul li .span_box span {
        font-size: 12px;
    }

    .tasksBottom_item_content ul li .span_box {
        font-size: 12px;
        display: block;
    }

    .tasks {
        margin-bottom: 100px;
    }

    .resBrace_superBaner_nadpis {
        bottom: -10vw;
    }

    .workEurop_wrapper_img {
        display: none;
    }

    .workEurop_wrapper_text p {
        text-align: center;
        font-size: 14px;
        max-width: 320px;
        padding-bottom: 14px;
    }

    .workEurop_wrapper_text p span {
        font-size: 14px;
    }

    .workEurop_wrapper_text {
        max-width: 310px;
        gap: 14px;
    }

    .prototype_item .prototype_item_top {
        font-size: 16px;
    }

    .prototype_item .prototype_item_bottom {
        font-size: 14px;
    }

    .prototype_item .prototype_item_top span {
        font-size: 16px;
        padding-top: 5px;
    }

    .prototype_wrapper {
        gap: 21px;
    }

    .protoImages2_cont {
        display: none;
    }

    .protoImages2_cont_mob {
        display: flex;
        gap: 10px;
        margin-left: 20px;
        overflow-x: scroll;
        padding-bottom: 20px;
        align-items: start;
    }

    .protoImages2_cont_mob img {
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .b2rDesign_img4_svg {
        top: 0;
    }

    .b2rDesign_img3_mob {
        margin-bottom: 70px;
    }

    .b2rDesign_img4 {
        margin-bottom: 70px;
    }
}

@media (max-width: 500px) {

    .b2rBottom img {
        max-width: 300px;
    }

    .analizCa {
        padding: 0 20px;
    }

    .analiz_content {
        padding: 0;
        width: 100%;
    }

    .protoImages_wrapper {
        width: 100%;
    }

    .b2rDesign_img2 {
        width: 100%;
    }

    .prototype_item .prototype_item_top span {
        display: block;
    }

    .b2rBottom_title {
        font-size: 22px;
        max-width: 250px;
    }

    .b2rBottom p {
        font-size: 21px;
        padding: 15px;
        max-width: 250px;
        transform: rotate(-2deg);
    }

    .b2rBottom_title span {
        font-size: 22px;
    }

    .b2rDesign_img5_mob_1 {
        display: none;
    }

    .b2rDesign_img5_mob {
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

    .b2rDesign_img5_mob_2 {
        display: flex;
    }

    .b2rDesign_img4 img {
        height: 447px;
        object-position: -130px;
    }

    .b2rDesign_img4_svg {
        width: 281px;
    }

    .b2rDesign_img3_mob {
        display: none;
    }

    .b2rDesign_img3_mob500 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin-bottom: 65px;
        padding: 0 20px;
    }

    .b2rDesign_img2 img {
        display: none;
    }

    .b2rDesign_img2 img.b2rDesign_img2_mob {
        display: block;
    }

    .b2rDesign_title {
        font-size: 22px;
    }

    .b2rDesign_title span {
        font-size: 22px;
    }

    .b2rDesign_subTitle {
        font-size: 22px;
        max-width: 190px;
        border-radius: 12px;
    }

    .b2rDesign_subTitle span {
        font-size: 22px;
    }

    .prototype_inner_bottom img {
        display: none;
    }

    .analiz_img {
        max-width: 260px;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .analiz_text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .analiz_text span {
        font-size: 14px;
    }

    .analiz_title {
        font-size: 22px;
    }

    .analiz_title span {
        font-size: 18px;
        padding: 6px 12px;
        border-radius: 12px;
    }

    .resBrace_top {
        padding: 0;
        margin-top: 100px;
        margin-bottom: 40px;
        max-width: 100%;
        border-radius: 0;
    }

    .tasks_img {
        height: 100vw;
    }

    .tasks {
        margin-bottom: 100px;
    }

    .workEurop_title span.first {
        font-size: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .workEurop_title {
        max-width: 265px;
        font-size: 22px;
        padding-top: 30px;
        margin-bottom: 16px;
    }

    .workEurop_title span.second {
        font-size: 22px;
    }

    .workEurop_text {
        font-size: 14px;
        max-width: 320px;
    }

    .workEurop_box {
        font-size: 54px;
        padding-bottom: 10px;
        padding-top: 10px;
        max-width: 200px;
        margin-bottom: 20px;
    }

    .workEurop_box span.first {
        font-size: 54px;
    }

    .workEurop_box span.second {
        font-size: 12px;
    }

    .workEurop_box_img {
        display: none;
    }

    .workEurop_secondText {
        font-size: 14px;
        margin: 0 auto;
        margin-bottom: 120px;
        max-width: 250px;
    }

    .workEurop_secondText span {
        bottom: -80px;
        right: 0px;
        font-size: 16px;
        max-width: 360px;
    }

    .analizCa_title {
        max-width: 100%;
        font-size: 22px;
        gap: 10px;
        margin-bottom: 24px;
        align-items: center;
        justify-content: center;
    }

    .analizCa_title span {
        font-size: 18px;
        border-radius: 10px;
        padding: 6px 15px;
    }

    .analizCa_text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .analizCa_subtext {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .analizCa_inner {
        gap: 30px;
        margin-bottom: 60px;
    }

    .analizCa_item {
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .analizCa_item span {
        font-size: 16px;
        padding: 10px 30px;
        border-radius: 36px;
    }

    .analizCa_item p {
        font-size: 14px;
    }

    .analizCa_bottomImg.mob {
        padding: 20px;
        border-radius: 20px;
        border: 1px solid #FF5900;
        margin: 0 20px;
    }
}

@media (max-width: 500px) {
    .resBrace_top {
        padding: 0 20px;
    }
}