:root {
    --blue-light: #141E3C;
    --blue-dark: #05080F;
    --blue: #546189;
    --white-dark: #F5F5F5;
    --red-light: #FA321E;
    --red-dark: #B4141E;

    --gradient-blue-light: rgba(20, 30, 60, 0);
    --gradient-blue-dark: rgba(5, 8, 15, 0);
}

* ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    padding-left: 10px;
    margin-left: 10px;
    background-color: var(--blue);
    border-radius: 0;
}
* ::-webkit-scrollbar-thumb {
    background: var(--blue-light);
    border-radius: 3px;
}
* ::-webkit-scrollbar-thumb:hover {
    background-color: var(--blue-dark);
}

.bg_light {
    background: var(--blue-light);
}
.bg_dark {
    background: var(--blue-dark);
}


body {
    /*font-family: Roboto;
    font-stretch: expanded;*/
    background-color: var(--blue-light);
    color: var(--white-dark);
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1520px;
    }
}
@media (min-width: 1800px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1720px;
    }
}
@media (min-width: 2000px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1920px;
    }
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 30px;
    z-index: 999;
}
header.colored {
    padding-top: 5px;
    padding-bottom: 10px;
    background: rgba(5, 8, 15, 0.7);
    background: linear-gradient(180deg, rgba(5, 8, 15, 0.7) 0%, rgba(5, 8, 15, 0.7) 70%, rgba(5, 8, 15, 0) 100%);
}
header .site_title {
    max-width: 300px;
    margin-right: 100px;
}
header a {
    color: var(--white-dark);
}
header a:hover {
    color: var(--red-light);
}

.navbar .active,
.navbar .active a {
    color: var(--red-light);
}
.navbar_top,
.navbar-nav {
    width: 100%;
}
#top-nav-ul {
    justify-content: space-between;
}
.menu-item {

}
.menu-item a {
    display: block;
    padding: 10px 10px;
    border-radius: 10px;
    color: var(--white-dark);
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
#top-nav-ul .menu-item:last-child a {
    padding: 10px 60px;
    background: var(--red-light);
    color: var(--white-dark);
}
#top-nav-ul .menu-item:last-child a:hover {
    background: var(--red-dark);
    color: var(--white-dark);
}
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        flex-grow: unset;
    }
}

@media (max-width: 1439.9px) {
    header .site_title {
        margin-right: 40px;
    }
    .menu-item a {
        font-size: 22px;
        line-height: 22px;
    }
}

@media (max-width: 1199.9px) {
    header .site_title {
        margin-right: 20px;
    }
    .menu-item a {
        padding: 10px 10px;
        font-size: 22px;
        line-height: 22px;
    }
}
@media (max-width: 993px) {
    header {
        padding: 0;
        background: var(--blue);
    }
    header.colored {
        padding: 0;
        background: var(--blue);
    }
    header .site_title {
        margin-right: 0;
    }

    .navbar_top {
        margin-top: 20px;
    }
    .menu-item {
        padding: 10px 0;
        text-align: center;
    }
    #top-nav-ul .menu-item:last-child {

    }
    .navbar-toggler-icon {
        background-image: url(../assets/images/burger.svg);
    }
    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        background-image: url(../assets/images/close.svg);
    }
    .navbar-toggler {
        box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    }
}
@media (max-width: 769px) {
    header {

    }
    header .site_title {

    }
}


footer {
    background-color: var(--blue-light);
    max-width: 100%;
    padding: 30px 0;
    overflow-x: hidden;
}
.copyright {
    font-size: 24px;
    line-height: 32px;
    color: var(--blue);
}


.section_title {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    font-size: 50px;
    line-height: 54px;
    text-transform: uppercase;
}
.section_title .dot {
    width: 10px;
    height: 10px;
    margin: 0 15px;
    background-color: red;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.section_title:before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    background-color: red;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.section_title:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 10px;
    height: 10px;
    background-color: red;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.section_subtitle {
    margin-top: 25px;
    font-size: 24px;
    line-height: 32px;
}


.section_main {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 100vh;
    padding: 54px 0;
    background-image: url(../assets/images/section_bg_1_used.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.section_main:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, var(--gradient-blue-light) 10%, var(--blue-light) 100%);
    user-select: none;
    pointer-events: none;
    z-index: -1;
}
.section_main .h1 {
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
}
.section_main .section_subtitle {
    font-size: 40px;
    line-height: 54px;
}
@media (max-width: 1599.9px) {
    .section_main .h1 {
        font-size: 90px;
        line-height: 90px;
    }
    .section_title {
        font-size: 48px;
        line-height: 52px;
    }
}
@media (max-width: 1439.9px) {
    .section_main .h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .section_title {
        font-size: 46px;
        line-height: 50px;
    }
}
@media (max-width: 1199.9px) {
    .section_main .h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .section_title {
        font-size: 44px;
        line-height: 48px;
    }
}
@media (max-width: 993px) {
    .section_main .h1 {
        font-size: 60px;
        line-height: 66px;
    }
    .section_title {
        font-size: 42px;
        line-height: 46px;
    }
}
@media (max-width: 769px) {
    .section_main .h1 {
        font-size: 48px;
        line-height: 52px;
    }
    .section_main .section_subtitle {
        font-size: 30px;
        line-height: 38px;
    }
}
@media (max-width: 577px) {
    .section_main .h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .section_main .section_subtitle {
        font-size: 24px;
        line-height: 28px;
    }
    .section_title {
        font-size: 26px;
        line-height: 30px;
    }
}


.section_platform {
    padding: 50px 0 100px;
}
@media (max-width: 769px) {
    .section_platform {
        padding: 50px 0 20px;
    }
    .section_platform > .container {
        position: relative;
        z-index: 2;
    }
}
.platform {

}
.platform_item {

}
.platform_item_image {

}
.platform_item_title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.platform_item_text {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
}
.platform_item_text li {
    margin-bottom: 12px;
}
.platform_item_text li::marker {

}
@media (max-width: 1599.9px) {
    .platform_item_title {
        font-size: 36px;
        line-height: 40px;
    }
    .platform_item_text {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 1439.9px) {
    .platform_item_title {
        font-size: 30px;
        line-height: 34px;
    }
    .platform_item_text {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1199.9px) {
    .platform_item_title {
        font-size: 32px;
        line-height: 36px;
    }
    .platform_item_text {
        font-size: 24px;
        line-height: 28px;
    }
}


.section_works {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
.section_works:before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    height: 250px;
    background: linear-gradient(180deg, var(--blue-light) 0%, var(--blue-dark) 100%);
    user-select: none;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 769px) {
    .section_works:before {
        top: -50px;
        height: 130px;
    }
    .section_works {
        padding: 50px 0 20px;
    }
    .section_works > .container {
        position: relative;
        z-index: 2;
    }
}
.works_item {
    padding: 23px 23px 40px 23px;
    border-radius: 20px;
    background: var(--blue-light);
}
.works_item_text {
    display: flex;
    margin-bottom: 60px;
}
.works_item_count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-right: 24px;
    border-radius: 50%;
    background: var(--red-light);
    font-size: 40px;
    font-weight: 600;
}
.works_item_title {
    font-size: 24px;
    line-height: 32px;
}
.works_item_image {

}
@media (max-width: 1599.9px) {
    .works_item_title {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 1439.9px) {
    .works_item_title {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 1199.9px) {
    .works_item_title {
        font-size: 22px;
        line-height: 30px;
    }
}


.section_process {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
.section_process:before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    height: 250px;
    background: linear-gradient(180deg, var(--blue-dark) 0%, var(--blue-light) 100%);
    user-select: none;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 769px) {
    .section_process:before {
        top: -50px;
        height: 130px;
    }
    .section_process {
        padding: 50px 0 20px;
    }
    .section_process > .container {
        position: relative;
        z-index: 2;
    }
}


.section_timeline {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
.section_timeline:before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    height: 250px;
    background: linear-gradient(180deg, var(--blue-light) 0%, var(--blue-dark) 100%);
    user-select: none;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 769px) {
    .section_timeline:before {
        top: -50px;
        height: 130px;
    }
    .section_timeline {
        padding: 50px 0 20px;
    }
    .section_timeline > .container {
        position: relative;
        z-index: 2;
    }
}
.timeline {

}
.timeline_item {
    --line-size: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}
.timeline_item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    width: 6px;
    height: var(--line-size);
    background: var(--white-dark);
    border-radius: 5px;
}
.timeline_item:after {
    content: "";
    position: absolute;
    top: calc(100% + var(--line-size) - 27px);
    left: -7px;
    width: 60px;
    height: 60px;
    background: var(--white-dark);
    border-radius: 50%;
    z-index: 1;
}
.timeline_item.bottom {

}
.timeline_item.bottom:before {
    top: inherit;
    bottom: 100%;
}
.timeline_item.bottom:after {
    top: inherit;
    bottom: calc(100% + var(--line-size) - 27px);
}
.timeline_item.black_circle:after {
    background: var(--blue-dark);
    border: 6px solid;
}
.timeline_line {
    position: relative;
    width: calc(100% - 12px);
    height: 6px;
    margin: 200px 6px;
    border-radius: 5px;
    background: var(--white-dark);
}
.timeline_line:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 25%;
    width: 40px;
    height: 40px;
    background: var(--red-light);
    border-radius: 50%;
}
.timeline_line:after {
    content: "Nous sommes ici";
    position: absolute;
    top: 50px;
    left: 25%;
    padding: 20px 30px;
    border-radius: 10px;
    background: var(--red-light);
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
}
.timeline_line_fat {
    position: relative;
    top: -2px;
    width: 25%;
    height: 12px;
    background: var(--white-dark);
    z-index: -1;
}
.timeline_item_title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.timeline_item_date {
    margin-top: auto;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
}
@media (max-width: 1599.9px) {
    .timeline_item_title {
        font-size: 28px;
        line-height: 28px;
    }
    .timeline_item_date {
        font-size: 26px;
        line-height: 26px;
    }
}
@media (max-width: 1439.9px) {
    .timeline_item_title {
        font-size: 26px;
        line-height: 26px;
    }
    .timeline_item_date {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 1199.9px) {
    .timeline {
        position: relative;
        padding-left: 60px;
    }
    .timeline_line {
        width: 6px;
        height: 100%;
        position: absolute;
        top: 30px;
        left: 27px;
        margin: 0;
        padding: 0 !important;
    }
    .timeline_item:before {
        content: "";
        position: absolute;
        top: 30px;
        left: -40px;
        height: 6px;
        width: 40px;
        background: var(--white-dark);
        border-radius: 5px;
    }
    .timeline_item:after {
        content: "";
        position: absolute;
        top: 20px;
        left: -57px;
        width: 30px;
        height: 30px;
        background: var(--white-dark);
        border-radius: 50%;
        z-index: 1;
    }
    .timeline_item.bottom:before {
        top: 30px;
        bottom: inherit;
    }
    .timeline_item.bottom:after {
        top: 20px;
        bottom: inherit;
    }
    .timeline_line_fat {
        display: none;
    }
    .timeline_md_fat {
        position: relative;
    }
    .timeline_md_fat:before {
        content: "";
        position: absolute;
        top: 34px;
        left: -36px;
        width: 12px;
        height: 100%;
        background: var(--white-dark);
        z-index: -1;
    }

    .timeline_item.red_circle {
        display: inline-block;
    }
    .timeline_item.red_circle .timeline_item_title {
        padding: 20px 30px;
        border-radius: 10px;
        background: var(--red-light);
        font-size: 28px;
        line-height: 28px;
        font-weight: 300;
    }
    .timeline_item.red_circle:before {
        content: none;
    }
    .timeline_item.red_circle:after {
        background: var(--red-light);
    }

    .timeline_line:before {
        content: none;
    }
    .timeline_line:after {
        content: none;
    }
    .timeline_item_title {
        font-size: 24px;
        line-height: 24px;
    }
    .timeline_item_date {
        font-size: 22px;
        line-height: 22px;
    }
}



.section_benefits {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
.slider_benefits .brbs_slider_container {
    display: flex;
}
.slider_benefits .brbs_slider_item {
    position: relative;
    flex: 0 0 auto;
    height: 100%;
}
.slider_benefits .brbs_slider_item > .row {
    height: 100%;
}
.slider_benefits .brbs_slider_subitem {
    height: 100%;
    padding: 16px 16px 16px 40px;
}
.slider_benefits .brbs_slider_subitem:first-child {
    position: relative;
    padding: 16px 40px 16px 16px;
}
.slider_benefits .brbs_slider_subitem:first-child:after {
    content: "";
    position: absolute;
    top: 20%;
    right: -5px;
    bottom: 0;
    width: 10px;
    background: var(--blue-light);
}
.brbs_slider_item_count {
    display: none;
    position: absolute;
    top: calc(20% - 50px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: var(--blue);
    /* background: var(--blue-light); */
    border-radius: 50%;
}
@media (max-width: 767.9px) {
    .section_benefits {
        padding: 50px 0 20px;
    }
    .section_benefits > .container {
        position: relative;
        z-index: 2;
    }

    .slider_benefits .brbs_slider_subitem {
        height: auto;
        padding: 0 0 16px 0;
    }
    .slider_benefits .brbs_slider_subitem:first-child {
        padding: 0 0 0 0;
    }
    .slider_benefits .brbs_slider_subitem:first-child:after {
        content: none;
    }
}

.slider_benefits .brbs_slider_item_image {
    margin: 0 auto;
    z-index: 1;
}
.slider_benefits .brbs_slider_item_subtitle {
    position: relative;
    margin-top: -15px;
    margin-bottom: auto;
    font-size: 20px;
    line-height: 20px;
    z-index: 2;
}

@media (min-width: 0px) {
    .slider_benefits .brbs_slider_item {
        width: 100%;
    }
}
@media (min-width: 576px) {
    .slider_benefits .brbs_slider_item {
        width: calc(100% / 1);
    }
}
@media (min-width: 768px) {
    .slider_benefits .brbs_slider_item {
        width: calc(100% / 1);
    }
}
@media (min-width: 992px) {
    .slider_benefits .brbs_slider_item {
        width: calc(100% / 1);
    }
}
@media (min-width: 1200px) {
    .slider_benefits .brbs_slider_item {
        width: calc(100% / 1);
    }
}


.section_glance {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
.section_glance:before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    height: 250px;
    background: linear-gradient(180deg, var(--blue-dark) 0%, var(--blue-light) 100%);
    user-select: none;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 769px) {
    .section_glance:before {
        top: -50px;
        height: 130px;
    }
    .section_glance {
        padding: 50px 0 20px;
    }
    .section_glance > .container {
        position: relative;
        z-index: 2;
    }
}
.glance_item {
    padding: 23px 23px 40px 23px;
}
.glance_item_image {

}
.glance_item_title {
    width: 90%;
    margin: 50px auto 0;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
}


.section_concept {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
.section_concept:before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    height: 250px;
    background: linear-gradient(180deg, var(--blue-light) 0%, var(--blue-dark) 100%);
    user-select: none;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 769px) {
    .section_concept:before {
        top: -50px;
        height: 130px;
    }
    .section_concept {
        padding: 50px 0 20px;
    }
    .section_concept > .container {
        position: relative;
        z-index: 2;
    }
}

.section_concept .brbs_slider_item {
    position: relative;
}
.section_concept_slider_item_text {
    position: absolute;
    top: 15%;
    left: 240px;
    width: 35%;
    padding: 30px;
    border: 3px solid;
    border-radius: 20px;
    background: rgba(5, 8, 15, 0.6);
    font-size: 28px;
    line-height: 28px;
}
@media (max-width: 1599.9px) {
    .section_concept_slider_item_text {
        font-size: 26px;
        line-height: 26px;
    }
}
@media (max-width: 1439.9px) {
    .section_concept_slider_item_text {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 1199.9px) {

}
@media (max-width: 993px) {
    .section_concept_slider_item_text {
        top: 15%;
        left: 15%;
        width: 70%;
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 769px) {
    .section_concept_slider_item_text {
        position: relative;
        width: 90%;
        left: inherit;
        right: inherit;
        top: inherit;
        padding: 10px;
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 577px) {

}

.section_concept .brbs_slider_controls {
    z-index: 99;
}
.section_concept .brbs_slider_controls .container-xl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1300px) and (max-width: 1400px) {
    .section_concept .brbs_slider_controls .container-xl {
        max-width: 1240px;
    }
}

.section_concept .brbs_slider_container {
    width: 100%;
}
.section_concept .brbs_slider_container_items {
    align-items: center;
}
.section_concept .brbs_slider_item {
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
}
@media (min-width: 0px) {
    .slider_concept .brbs_slider_item {
        width: 100%;
    }
}
@media (min-width: 576px) {
    .slider_concept .brbs_slider_item {
        width: calc(100% / 1);
    }
}
@media (min-width: 768px) {
    .slider_concept .brbs_slider_item {
        width: calc(100% / 1);
    }
}
@media (min-width: 992px) {
    .slider_concept .brbs_slider_item {
        width: calc(100% / 1);
    }
}
@media (min-width: 1200px) {
    .slider_concept .brbs_slider_item {
        width: calc(100% / 1);
    }
}


.section_who {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
@media (max-width: 769px) {
    .section_who {
        padding: 50px 0 20px;
    }
}
.slider_team .brbs_slider_item_image {
    border-radius: 20px;
}
.slider_team .brbs_slider_item_name {
    margin-top: 36px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.slider_team .brbs_slider_item_position,
.slider_team .brbs_slider_item_location {
    margin-top: 16px;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
}
@media (max-width: 1599.9px) {
    .slider_team .brbs_slider_item_name {
        font-size: 26px;
        line-height: 26px;
    }
    .slider_team .brbs_slider_item_position,
    .slider_team .brbs_slider_item_location {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 1439.9px) {
    .slider_team .brbs_slider_item_name {
        font-size: 21px;
        line-height: 21px;
    }
    .slider_team .brbs_slider_item_position,
    .slider_team .brbs_slider_item_location {
        font-size: 19px;
        line-height: 19px;
    }
}
@media (max-width: 1199.9px) {
    .slider_team .brbs_slider_item_name {
        font-size: 20px;
        line-height: 20px;
    }
    .slider_team .brbs_slider_item_position,
    .slider_team .brbs_slider_item_location {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (min-width: 0px) {
    .slider_team .brbs_slider_item {
        width: 100%;
    }
}
@media (min-width: 576px) {
    .slider_team .brbs_slider_item {
        width: calc(100% / 2);
    }
}
@media (min-width: 768px) {
    .slider_team .brbs_slider_item {
        width: calc(100% / 2);
    }
}
@media (min-width: 992px) {
    .slider_team .brbs_slider_item {
        width: calc(100% / 2);
    }
}
@media (min-width: 1200px) {
    .slider_team .brbs_slider_item {
        width: calc(100% / 3);
    }
}

/* slider common */
.brbs_slider {
    --control-size: 100px;
    display: block;
    overflow: hidden;
    position: relative;
}
.brbs_slider_container {
    display: block;
    overflow: hidden;
    width: calc(100% - var(--control-size) * 2 - 20px);
    margin: auto;
}
.brbs_slider_container_items {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    user-select: none;
}
.brbs_slider_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    padding: 16px;
    margin-left: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.brbs_slider_item.move_left {
    opacity: 0;
}
.brbs_slider_item.move_right {
    opacity: 0;
}
.brbs_slider_item:first-child {
    margin-left: 0;
}
.brbs_slider_item_image {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    object-fit: contain;
}
.brbs_slider_item_title {
    margin-top: 36px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.brbs_slider_item_subtitle {
    margin-top: 16px;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
}
.brbs_slider_controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
}
.brbs_slider_nav_item {
    display: flex;
    max-width: var(--control-size);
    cursor: pointer;
    transition: 300ms all ease;
}
.brbs_slider_nav_item path {

}



@media (hover: hover) and (pointer: fine) {
    .brbs_slider_nav_item:hover circle {
        stroke: var(--blue-light);
    }
    .brbs_slider_nav_item:hover path {
        stroke: var(--blue-light);
    }
}
@media (hover: none) and (pointer: coarse) {
    .brbs_slider_nav_item:hover circle {
        stroke: var(--blue);
    }
    .brbs_slider_nav_item:hover path {
        stroke: var(--blue);
    }
}

@media (max-width: 1599.9px) {
    .brbs_slider_nav_item svg {
        max-width: 80px;
        height: auto;
    }
}
@media (max-width: 1439.9px) {
    .brbs_slider_nav_item svg {
        max-width: 60px;
        height: auto;
    }
}
@media (max-width: 1199.9px) {
    .brbs_slider_nav_item svg {
        max-width: 80px;
        height: auto;
    }
}

@media (min-width: 0px) {
    .brbs_slider {
        --control-size: 50px;
    }
    .brbs_slider_item_title {
        font-size: 16px;
        line-height: 16px;
    }
    .brbs_slider_item_subtitle {
        font-size: 14px;
        line-height: 14px;
    }
}
@media (min-width: 576px) {
    .brbs_slider {
        --control-size: 55px;
    }
    .brbs_slider_item_title {
        font-size: 20px;
        line-height: 20px;
    }
    .brbs_slider_item_subtitle {
        font-size: 18px;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .brbs_slider {
        --control-size: 65px;
    }
    .brbs_slider_item_title {
        font-size: 20px;
        line-height: 20px;
    }
    .brbs_slider_item_subtitle {
        font-size: 18px;
        line-height: 18px;
    }
}
@media (min-width: 992px) {
    .brbs_slider {
        --control-size: 75px;
    }
    .brbs_slider_item_title {
        font-size: 26px;
        line-height: 26px;
    }
    .brbs_slider_item_subtitle {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (min-width: 1200px) {
    .brbs_slider {
        --control-size: 100px;
    }
    .brbs_slider_item_title {
        font-size: 30px;
        line-height: 30px;
    }
    .brbs_slider_item_subtitle {
        font-size: 28px;
        line-height: 28px;
    }
}


.section_after {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
.section_after:before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    height: 250px;
    background: linear-gradient(180deg, var(--blue-dark) 0%, var(--blue-light) 100%);
    user-select: none;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 769px) {
    .section_after:before {
        top: -20px;
        height: 100px;
    }
    .section_after {
        padding: 50px 0 20px;
    }
}
.after_item {
    position: relative;
    margin: 0 40px;
}
.after_item_1,
.after_item_2 {
    text-align: center;
}
.after_item_image {

}
.after_item_title {
    position: absolute;
    font-size: 28px;
    line-height: 28px;
}
.after_item_1 .after_item_title {
    top: 0;
    right: 0;
}
.after_item_2 .after_item_title {
    right: 40px;
    bottom: 80px;
}
.after_item_3 .after_item_title {
    top: 40px;
    left: 0;
}
.after_item_4 .after_item_title {
    left: 0;
    bottom: 0;
}
@media (max-width: 993px) {
    .after_item {
        justify-content: center;
    }
}
@media (max-width: 769px) {
    .after_item {
        justify-content: inherit;
        margin-bottom: 20px;
    }
    .after_item_title {
        position: relative;
        top: inherit !important;
        right: inherit !important;
        bottom: inherit !important;
        left: inherit !important;
    }
    .after_item_2 {
        margin-top: 50px;
    }
    .after_item_4 {
        margin-top: 50px;
    }
    .after_item_2 .after_item_title {
        margin-top: -40px;
    }
    .after_item_3 .after_item_title {
        margin-top: -40px;
    }
}
@media (max-width: 577px) {

}


.section_until {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
.section_until:before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    height: 250px;
    background: linear-gradient(180deg, var(--blue-light) 0%, var(--blue-dark) 100%);
    user-select: none;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 769px) {
    .section_until:before {
        top: -50px;
        height: 130px;
    }
    .section_until {
        padding: 50px 0 20px;
    }
    .section_until > .container {
        position: relative;
        z-index: 2;
    }
}
.until_item {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.until_item_line {
    position: relative;
    padding: 20px 25px;
}
.until_item_line:nth-child(2) {
    height: 100%;
}
.until_item_line:nth-child(2) .until_item_line_right_subtitle {
    margin-top: auto;
}
.line_red {
    background: var(--red-light);
}
.line_blue {
    background: var(--blue-light);
}
.until_item_line:after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 1px;
    background: var(--white-dark);
}
.until_item_line:nth-child(3):after,
.until_item_line:last-child:after {
    content: none;
}

.until_item_line_left {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
}
.line_red .until_item_line_left {
    font-size: 85px;
    line-height: 85px;
    font-weight: 600;
    text-transform: uppercase;
}

.until_item_line_right {

}
.until_item_line_right_title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.line_blue .until_item_line_right_title {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
}
.until_item_line_right_subtitle {
    margin-top: 12px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
}
@media (max-width: 1599.9px) {
    .until_item_line {
        position: relative;
        padding: 20px 15px;
    }
    .until_item_line_left {
        font-size: 24px;
        line-height: 24px;
    }
    .line_red .until_item_line_left {
        font-size: 75px;
        line-height: 75px;
    }
    .until_item_line_right_title {
        font-size: 28px;
        line-height: 28px;
    }
    .line_blue .until_item_line_right_title {
        font-size: 46px;
        line-height: 46px;
    }
    .until_item_line_right_subtitle {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 1439.9px) {
    .until_item_line_left {
        font-size: 20px;
        line-height: 20px;
    }
    .line_red .until_item_line_left {
        font-size: 65px;
        line-height: 65px;
    }
    .until_item_line_right_title {
        font-size: 26px;
        line-height: 26px;
    }
    .line_blue .until_item_line_right_title {
        font-size: 36px;
        line-height: 36px;
    }
    .until_item_line_right_subtitle {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (max-width: 1199.9px) {
    .until_item_line_left {
        font-size: 19px;
        line-height: 19px;
    }
    .line_red .until_item_line_left {
        font-size: 55px;
        line-height: 55px;
    }
    .until_item_line_right_title {
        font-size: 24px;
        line-height: 24px;
    }
    .line_blue .until_item_line_right_title {
        font-size: 34px;
        line-height: 34px;
    }
    .until_item_line_right_subtitle {
        font-size: 19px;
        line-height: 19px;
    }
}


.section_form {
    position: relative;
    padding: 40px 0 100px;
    z-index: 1;
}
.section_form:before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    height: 250px;
    background: linear-gradient(180deg, var(--blue-dark) 0%, var(--blue-light) 100%);
    user-select: none;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 769px) {
    .section_form:before {
        top: -50px;
        height: 130px;
    }
    .section_form {
        padding: 50px 0 20px;
    }
    .section_form > .container {
        position: relative;
        z-index: 2;
    }
}
.send_message {
    padding: 24px 48px;
    background: var(--blue);
    text-align: center;
}
.send_message label {
    display: block;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.send_message .send_message_input {
    width: 100%;
    font-size: 50px;
    text-align: center;
}
.agreement_container {
    display: flex;
    align-items: flex-start;
}
.agreement_checkbox {
    width: 24px;
    height: 24px;
    margin: 6px 24px 0 0;
    flex: 0 0 auto;
}
.agreement_container label {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-weight: 400;
    text-transform: none;
}
.agreement_container span {
    text-decoration: underline;
    cursor: pointer;
}
.send_message_button {
    padding: 12px 100px;
    border-radius: 10px;
    border: 3px solid var(--red-light);
    background: var(--red-light);
    color: var(--white-dark);
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.send_message_button:hover {
    border: 3px solid var(--red-dark);
    background: var(--red-dark);
}
.send_message_button:disabled {
    border: 3px solid black;
    background: var(--blue);
    color: var(--white-dark);
}
.alert_message {
    padding: 5px;
    background: var(--red-dark);
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
}
.success_message {
    padding: 50px;
    background: var(--blue);
    border-radius: 20px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
}
.policy_container {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}
.policy {
    background: var(--blue);
    max-width: 700px;
    padding: 25px;
    border-radius: 20px;
    margin: auto;
    text-align: left;
}
.policy_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.policy_title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.policy_close {
    cursor: pointer;
}
.policy_close:hover path {
    stroke: var(--white-dark);
}
.policy_text {
    font-size: 20px;
    line-height: 28px;
}
.policy_text a {
    color: inherit;
    text-decoration: underline;
}
@media (max-width: 1599.9px) {
    .send_message label {
        font-size: 28px;
        line-height: 32px;
    }
    .send_message .send_message_input {
        font-size: 46px;
    }
    .send_message_button {
        font-size: 36px;
        line-height: 36px;
    }
}
@media (max-width: 1439.9px) {
    .send_message label {
        font-size: 26px;
        line-height: 30px;
    }
    .send_message .send_message_input {
        font-size: 42px;
    }
    .send_message_button {
        font-size: 32px;
        line-height: 32px;
    }
    .agreement_container label {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 1199.9px) {
    .send_message label {
        font-size: 24px;
        line-height: 28px;
    }
    .send_message .send_message_input {
        font-size: 38px;
    }
    .send_message_button {
        font-size: 30px;
        line-height: 30px;
    }
    .agreement_container label {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 993px) {

}
@media (max-width: 769px) {
    .send_message .send_message_input {
        font-size: 40px;
    }
    .agreement_container label {
        font-size: 22px;
        line-height: 30px;
    }
    .send_message_button {
        padding: 12px 70px;
        font-size: 34px;
        line-height: 34px;
    }
}
@media (max-width: 577px) {
    .send_message .send_message_input {
        font-size: 24px;
    }
    .agreement_container label {
        font-size: 18px;
        line-height: 24px;
    }
    .send_message_button {
        padding: 12px 40px;
        font-size: 24px;
        line-height: 24px;
    }
}


.section_contacts {

}
.contacts_text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 54px;
}
.contacts_text svg {
    max-width: 50px;
    height: auto;
}
.contacts_text a {
    margin-left: 20px;
    color: var(--white-dark);
}
@media (max-width: 1599.9px) {
    .contacts_text {
        font-size: 48px;
        line-height: 52px;
    }
    .contacts_text svg {
        max-width: 48px;
    }
}
@media (max-width: 1439.9px) {
    .contacts_text {
        font-size: 44px;
        line-height: 50px;
    }
    .contacts_text svg {
        max-width: 44px;
    }
}
@media (max-width: 1199.9px) {
    .contacts_text {
        font-size: 42px;
        line-height: 46px;
    }
    .contacts_text svg {
        max-width: 42px;
    }
}
@media (max-width: 993px) {
    .contacts_text {
        font-size: 40px;
        line-height: 44px;
    }
    .contacts_text svg {
        max-width: 40px;
        height: auto;
    }
}
@media (max-width: 769px) {
    .contacts_text {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .contacts_text svg {
        max-width: 30px;
    }
}
@media (max-width: 577px) {
    .contacts_text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .contacts_text svg {
        max-width: 20px;
    }
}




.wait_fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wait {
    display: flex;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.wait:after {
    content: "";
    position: absolute;
    background-image: url(../assets/images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 35px;
    height: 35px;
    right: -35px;
    top: 0;
}



.disable {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}