@import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css');
html {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}
.fs-40,
body {
    font-weight: 400;
}
.dropdown-toggle::after,
body {
    color: #fff;
}
.consultation-button,
body {
    font-family: Montserrat, sans-serif;
    font-style: normal;
}
.btn-item:hover,
.consultation-button:hover {
    background-image: url(../img/home/h-button.svg);
}
:root {
    --bs-dark-rgb: rgb(11, 11, 11) !important;
    --bs-border-color: #ffffff !important;
    --bs-body-color-rgb: rgb(255, 255, 255) !important;
    --bs-secondary-color: rgb(255, 255, 255) !important;
    --bs-secondary-color-rgb: rgb(255, 255, 255) !important;
    --bs-secondary-bg: #ffffff !important;
    --bs-secondary-bg-rgb: rgb(255, 255, 255) !important;
    --bs-tertiary-color-rgb: rgb(255, 255, 255) !important;
    --bs-tertiary-bg: rgb(255, 255, 255) !important;
    --bs-tertiary-bg-rgb: rgb(255, 255, 255) !important;
}
.bg-dark {
    --bs-bg-opacity: 1 !important;
    background-color: #0b0b0b !important;
}
html {
    font-size: 18px;
}
body {
    font-size: 1rem;
    line-height: normal;
    background-color: #0b0b0b;
}
.fs-16,
.fs-20,
.fs-24,
.fs-32,
.fs-64,
.fs-96,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.h1-modify {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1-modify {
        font-size: 2.5rem;
    }
}

.fs-24-number,
.fs-96,
.fw-500 {
    font-weight: 500;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.fs-16 {
    font-size: 16px;
    text-transform: none;
}
.fs-18, .fs-18-mod,
.text-banner-fs,
.title-news-fs {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
    line-height: 140%;
}
.fs-20-proekt {
    font-size: 20px;
    line-height: 140%;
}
.fs-32,
.fs-64,
.fs-96 {
    line-height: 130%;
}
.fs-24 {
    font-size: 24px;
}
.fs-32, .fs-32-title-subcatelevator,
.h5-mod-32 {
    font-size: 32px;
}
.fs-40 {
    font-size: 40px;
}
.fs-64 {
    font-size: 64px;
}
.fs-96,
.number-fs {
    font-size: 96px;
}
.fs-24-number {
    font-size: 24px;
    line-height: 140%;
}
.fs-20-rect {
    font-size: 20px;
}
.fs-24-title-rect {
    font-size: 24px;
    font-weight: 500;
}
.text-transf-none {
    text-transform: none;
}
@media (min-width: 992px) {
    .fs-18-mod {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .fs-18-mod {
        font-size: 14px;
    }
    .text-fs-about-us {
        font-size: 16px;
    }
    .fs-32-title-subcatelevator {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .number-fs {
        font-size: 64px;
    }
    .fs-20,
    .fs-40 {
        font-size: 18px;
    }
    .fs-64 {
        font-size: 24px;
    }
    .fs-20-rect {
        font-size: 14px;
    }
    .fs-96 {
        font-size: 36px !important;
    }
    .fs-32 {
        font-size: 18px !important;
    }
    .fs-20-proekt {
        font-size: 16px;
        line-height: 140%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .fs-20-proekt {
        font-size: 18px;
        line-height: 140%;
    }
    .fs-32-title-subcatelevator {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .number-fs {
        font-size: 40px;
    }
    .fs-20 {
        font-size: 14px;
    }
    .fs-64 {
        font-size: 32px;
    }
    .fs-24 {
        font-size: 18px;
    }
    .fs-40 {
        font-size: 20px;
    }
    .fs-20-rect {
        font-size: 16px;
    }
    .border-e {
        height: 140px;
        border-right: 1px solid #535353;
    }
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    font-size: 0.889rem;
    text-transform: uppercase;
}
.color-fff,
.color-fff:hover,
.nav-link {
    color: #fff !important;
}
a:hover {
    --bs-link-color-rgb: rgb(255, 255, 255) !important;
}
.line {
    position: relative;
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    color: #535353;
    border: 0;
    border-top: var(--bs-border-width) solid;
}
.line-main {
    position: static;
    width: calc(50vw + 50%);
    color: #535353;
    border: 0;
    border-top: var(--bs-border-width) solid;
}
.my-mod {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .my-mod {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    .flex-rect-row {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .fs-32 {
        font-size: 18px !important;
    }
    .my-mod {
        margin-top: 26.5px;
        margin-bottom: 26.5px;
    }
}
.text-overlay {
    position: absolute;
    top: 47%;
    left: 10%;
    right: 10%;
}
@media (min-width: 1500px) and (max-width: 1950px) {
    .text-overlay {
        top: 35%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .number-fs {
        font-size: 64px;
    }
    .fs-20,
    .fs-20-rect,
    .fs-24 {
        font-size: 16px;
    }
    .fs-64 {
        font-size: 40px;
    }
    .fs-40 {
        font-size: 24px;
    }
    .text-overlay {
        top: 35%;
    }
    .ms__lg_n1 {
        margin-left: -0.5rem;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .text-overlay {
        top: 20%;
    }
}
@media (min-width: 590px) and (max-width: 768px) {
    .text-overlay {
        top: 55%;
    }
}
@media (min-width: 410px) and (max-width: 589px) {
    .text-overlay {
        top: 50%;
        left: 5%;
        right: 5%;
    }
}
@media (min-width: 391px) and (max-width: 409px) {
    .text-overlay {
        top: 35%;
        left: 5%;
        right: 5%;
    }
}
@media (min-width: 320px) and (max-width: 390px) {
    .text-overlay {
        top: 32%;
    }
}
@media (min-width: 1200px) {
    .text-overlay-2 {
        position: absolute;
        -webkit-transform: translate(0, 10%);
        -moz-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }
    .text-overlay-3 {
        position: absolute;
        -webkit-transform: translate(-6%, 85%);
        -moz-transform: translate(-6%, 85%);
        -ms-transform: translate(-6%, 85%);
        transform: translate(-6%, 85%);
    }
    .text-overlay-m-4 {
        position: absolute;
        -webkit-transform: translate(-9%, 275%);
        -moz-transform: translate(-9%, 275%);
        -ms-transform: translate(-9%, 275%);
        transform: translate(-9%, 275%);
    }
    .rect__start {
        border-left: 2px solid #4f4f4f;
    }
    .rect__top {
        border-top: 2px solid #4f4f4f;
    }
    .rect__bottom {
        border-bottom: 2px solid #4f4f4f;
    }
    .rect__end {
        border-right: 2px solid #4f4f4f;
    }
    .rect__top-1 {
        border-top: 1px solid #4f4f4f;
    }
    .rect__bottom-1 {
        border-bottom: 1px solid #4f4f4f;
    }
}
.consultation-button {
    display: inline-flex;
    align-items: center;
    padding: 45px 102px 45px 15px;
    background: url(../img/home/button.svg) right center/77px no-repeat;
    background-position-x: 95%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.consultation-button__text {
    margin-right: 5px;
}
.consultation-button:hover {
    -webkit-transition: background-image 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out;
    -ms-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .consultation-button {
        -webkit-background-size: 77px;
        -moz-background-size: 77px;
        -ms-background-size: 77px;
        background-size: 77px;
        -webkit-background-position-x: 95%;
        -moz-background-position-x: 95%;
        -ms-background-position-x: 95%;
        background-position-x: 95%;
    }
    .consultation-button:hover {
        -webkit-transition: background-image 0.3s ease-in-out;
        -moz-transition: background-image 0.3s ease-in-out;
        -ms-transition: background-image 0.3s ease-in-out;
        transition: background-image 0.3s ease-in-out;
    }
}
.marquee {
    height: 70px;
    overflow: hidden;
    position: relative;
}
.logos {
    display: flex;
    position: absolute;
    animation: 30s linear infinite scroll;
    -webkit-animation: 30s linear infinite scroll;
    -moz-animation: 30s linear infinite scroll;
    -ms-animation: scroll 30s linear infinite;
    display: flex;
    gap: 20px;
}
@keyframes scroll {
    from {
        left: 100%;
    }
    to {
        left: -100%;
    }
}
.logos img {
    margin-right: 140px;
}
@media (max-width: 576px) {
    .logos {
        display: flex;
        gap: 10px;
        animation: 30s linear infinite scroll-mobile;
        -webkit-animation: 30s linear infinite scroll-mobile;
        -moz-animation: 30s linear infinite scroll-mobile;
        -ms-animation: scroll-mobile 30s linear infinite;
    }
    .logos img {
        width: 150px;
        margin-right: 5px;
    }
    .marquee {
        height: 57px;
    }
    .marquee-mobile {
        display: block;
    }
    @keyframes scroll-mobile {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    @-webkit-keyframes scroll-mobile {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    @-moz-keyframes scroll-mobile {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    @-o-keyframes scroll-mobile {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    @-ms-keyframes scroll-mobile {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
}
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev,
.carousel-inner .carousel-item.active,
.circle {
    display: flex;
}
.border {
    border: 1px solid #4f4f4f !important;
}
.position-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 15px 30px;
}
.img-bottom-left {
    position: absolute;
    bottom: 20px;
    left: 130px;
}
.inner-block {
    height: 341px;
}
@media (max-width: 1400px) {
    .fs-96 {
        font-size: 96px;
    }
    .fs-14 {
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    .consultation-button {
        padding: 27px 80px 27px 8px;
        background-size: 56px;
    }
    .inner-block {
        height: 285px;
    }
    .controls-top > .consultation-button {
        padding-top: 30px;
    }
}
@media (max-width: 1200px) {
    .inner-block {
        height: 235px;
    }
}
@media (max-width: 991px) {
    .inner-block {
        height: 160px;
    }
    .btn-item {
        height: 58px !important;
    }
}
@media (max-width: 770px) {
    .inner-block {
        height: 167px;
    }
}
@media (max-width: 580px) {
    .inner-block {
        height: 255px;
    }
}
@media (max-width: 370px) {
    .inner-block {
        height: 325px;
    }
}
.mt-7 {
    margin-top: 7rem !important;
}
.color-96,
.rect--color-96 {
    color: #969696 !important;
}
.rect--h-mod {
    height: 351px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .rect--h-mod {
        height: 215px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .rect--h-mod {
        height: 150px;
    }
}
.btn-item-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .btn-item-container-2 {
        height: 192px;
    }
}
.btn-item {
    background: url(../img/home/button.svg) center center no-repeat;
    width: 77px;
    height: 77px;
    -webkit-transition: background-image 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out;
    -ms-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}
.m-shadow {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.dropdown-menu-mod {
    background-color: #0b0b0b;
    z-index: 1030;
}
.ddm-position-fixed {
    position: fixed !important;
    top: 47px;
    left: -1px;
    z-index: 1050;
}
.dropdown-menu {
    --bs-dropdown-bg: rgb(11, 11, 11) !important;
    --bs-dropdown-border-color: #ffffff !important;
    --bs-dropdown-divider-bg: #ffffff !important;
    --bs-dropdown-link-color: #ffffff !important;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 100%;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-title-line-height: 1.5;
}
.accordion-item {
    color: #000 !important;
    border-bottom: 0 solid #fff !important;
}
.accordion {
    --bs-accordion-bg: #0b0b0b !important;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.accordion-button {
    color: #fff;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0b0b0b !important;
    box-shadow: inset 0 0 0 0;
}
.menu-border-top {
    border-top: 1px solid rgb(255 255 255);
    box-shadow: inset 0 0 10px 5px rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-inner .carousel-item-prev,
    .carousel-inner .carousel-item-start.active {
        transform: translateX(-25%);
    }
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.consultation-button.curs-point,
.link-consult {
    cursor: pointer;
}
.color-с2 {
    color: #c2c2c2;
}
.color-a6 {
    color: #a6a6a6;
}
.color-98 {
    color: #989898;
}
.link-consult,
footer a {
    color: #fff;
    text-decoration: none;
}
.bc-12 {
    background: #121212;
}
.fs-14 {
    font-size: 14px;
}
.title-fs-48 {
    font-size: 48px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .rect--h-mod {
        height: 90px;
    }
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .title-fs-48 {
        font-size: 36px;
        font-weight: 500;
    }
}
@media (max-width: 1399px) {
    .title-fs-48 {
        font-size: 48px;
        font-weight: 500;
    }
}
.subtitle-banner-fs,
.text-news-fs {
    font-size: 16px;
}
@media (max-width: 435px) {
    .p-button-main {
        padding: 27px 80px 27px 25px;
    }
}
.h1-mod-main {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
}
@media (max-width: 1199px) {
    .fs-24-number {
        font-size: 20px;
    }
    .fs-24-title-rect {
        font-size: 18px;
    }
    .fs-18,
    .subtitle-banner-fs,
    .text-news-fs,
    .title-news-fs {
        font-size: 14px;
    }
    .rect {
        border: 1px solid #4f4f4f;
    }
    .h1-mod-main,
    .text-banner-fs {
        font-size: 16px;
    }
}
.h2-mod-24,
.h2-mod-24 button {
    font-size: 24px !important;
}
@media (max-width: 767px) {
    .text-banner-fs {
        font-size: 14px;
    }
    .h5-mod-32 {
        font-size: 16px;
    }
    .h2-mod-24,
    .h2-mod-24 button {
        font-size: 14px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .h5-mod-32 {
        font-size: 16px;
    }
    .h2-mod-24,
    .h2-mod-24 button {
        font-size: 16px !important;
    }
    .hall-elevalor-md {
        content: url(../img/home/hall-elevator-md.webp);
    }
}
@media (min-width: 1025px) {
    h6 {
        font-size: 24px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    h6 {
        font-size: 20px;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    h6 {
        font-size: 16px;
    }
}
@media (min-width: 320px) and (max-width: 1024px) {
    .p-mob-fs p, ul, ol {
        font-size: 14px;
    }
}
.lh-14 {
    line-height: 1.4;
}
.bd-top-bottom {
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
}
footer .bd-top-bottom {
    border-top: 1px solid #1c1c1c !important;
    border-bottom: 1px solid #1c1c1c !important;
}
@media (min-width: 320px) and (max-width: 991px) {
    footer .bd-b {
        border-bottom: 1px solid #1c1c1c !important;
    }
    .bd-l-r {
        border-left: 1px solid #1c1c1c;
        border-right: 0px solid #1c1c1c !important;
    }
}
.bd-l-r {
    border-left: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
}
.circle {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
}
.text-overlay-5 {
    position: absolute;
    top: 53%;
    left: 49.9%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.arrow-with-line {
    position: absolute;
    display: inline-block;
    width: 115px;
    height: 2px;
    top: 60.5%;
    left: 17%;
    background-color: #fff;
}
.arrow-with-line::after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 9px;
    border-color: transparent transparent transparent #fff;
    content: "";
    top: -100%;
    left: 98%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .circle {
        width: 9rem;
        height: 9rem;
    }
    .arrow-with-line {
        top: 60%;
        left: 13%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .h5-mod-32 {
        font-size: 20px;
    }
    .h2-mod-24,
    .h2-mod-24 button {
        font-size: 20px !important;
    }
    .line-left-aboutus {
        position: absolute;
        top: 35%;
        left: -6%;
        height: 65%;
        border-left: 1px #4f4f4f;
    }
    .circle {
        width: 8rem;
        height: 8rem;
    }
    .arrow-with-line {
        top: 60%;
        left: 8%;
    }
}
.bravo-logo-contacts {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    /* transform: translateY(-22%); */
}
.bravo-logo-aboutus {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}
@media (min-width: 767px) {
    .pos-logo-services {
        position: absolute;
    }
}
@media (min-width: 992px) {
    .border-e {
        height: 200px;
        border-right: 1px solid #535353;
    }
    .order-lg-6 {
        order: 6 !important;
    }
    .order-lg-7 {
        order: 7 !important;
    }
    .order-lg-8 {
        order: 8 !important;
    }
    .pos-logo-aboutus {
        position: absolute;
    }
}
.link-consult {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
@media (min-height: 500px) and (max-height: 1500px) {
    .fix-bottom-mob {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
.btn-item-container {
    opacity: 0;
    transition: opacity 0.2s;
}
@media (min-width: 320px) and (max-width: 1200px) {
    .btn-item-container {
        opacity: 1;
    }
}
@media (min-width: 1200px) {
    .navbar-nav {
        position: relative;
    }
    .navbar-nav .nav-item {
        padding-right: 9px;
        padding-left: 9px;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .p-nav-link {
        position: relative;
        display: inline-block;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: black;
    }
    .navbar-expand-xl .navbar-nav .nav-link:hover {
        color: #fff;
    }
    .p-nav-link::after,
    .dropdown-menu .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        height: 2px;
        width: 0;
        border-bottom: 2px solid #fff;
        transition: width 0.2s, left 0.3s;
    }
    .dropdown-menu .nav-link {
        padding-bottom: 0px;
    }
    .dropdown-menu ul li {
        padding-bottom: 9px;
    }
    .dropdown-menu .nav-link::after {
        border-bottom: 1px solid #fff!important;
    }
    .p-nav-link:hover::after,
    .dropdown-menu .nav-link:hover::after {
        width: 100%;
        left: 0%;
    }
    .drop-menu-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width:1599px) {
    .drop-menu-flex {
        align-items: center;
    }
}
@media (min-width:1600px) {
    .drop-menu-flex {
        align-items: end;
    }
    .drop-menu-flex2 {
        align-items: center;
    }
}
@media (min-width: 1600px) and (max-width:1799px) {
    .drop-menu-flex2 ul {
        margin-left: 18%;
    }
}
@media (min-width: 1800px) and (max-width:1999px) {
    .drop-menu-flex2 ul {
        margin-left: 30%;
    }
}
@media (min-width: 2000px) {
    .drop-menu-flex2 ul {
        margin-left: 47%;
    }
}
.fw-400 {
    font-weight: 400;
}
.card-mod {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-body-mod {
    flex: 1 1 auto;
}
.pagination-mod {
    --bs-pagination-color: #fff;
    --bs-pagination-bg: #0b0b0b;
    --bs-pagination-hover-color: #0b0b0b;
    --bs-pagination-hover-bg: #fff;
    --bs-pagination-border-radius: 0;
    --bs-pagination-focus-color: #0b0b0b;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(85, 85, 85, 0.25);
    --bs-pagination-active-color: #0b0b0b;
    --bs-pagination-active-bg: #fff;
    --bs-pagination-active-border-color: #fff;
    --bs-pagination-disabled-color: rgb(75 75 75 / 75%);
    --bs-pagination-disabled-bg: #0b0b0b;
    --bs-pagination-disabled-border-color: #fff;
}
.controls-top {
    -webkit-transform: translateY(-2rem);
    -moz-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
}
@media (max-width: 575px) {
    .mt-about-us {
        margin-top: -1rem !important;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .mt-about-us {
        margin-top: -4rem !important;
    }
}
@media (max-width: 991px) {
    .btn-item-container {
        height: auto;
    }
    .controls-top {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .controls-top {
        -webkit-transform: translateY(-1rem);
        -moz-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .controls-top {
        -webkit-transform: translateY(-0.5rem);
        -moz-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
        margin-top: 4.5rem;
    }
}
.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.consultation-button.rotate-180 {
    padding-right: 63px;
}
.note {
    padding: 10px;
    --note-border-width: 6px;
    --note-border-radius: 5px;
    --note-strong-font-weight: 600;
    padding: var(--note-padding);
    border-left: var(--note-border-width) solid;
    border-radius: var(--note-border-radius);
}
.note-primary {
    background-color: #121212;
    color: #2f2f2f;
}
.news-btn-disabled,
.news-btn-disabled:hover {
    background: url(../img/home/button-left-disabled.svg) right center no-repeat !important;
}
.list-style-square {
    list-style: square;
}
.fw-600 {
    font-weight: 600;
}
.news-btn-disabled {
    color: #606060 !important;
}
.news-button-left {
    display: inline-flex;
    align-items: center;
    padding: 45px 18px 45px 93px;
    background: url(../img/home/button-left.svg) right center/77px no-repeat;
    background-position-x: 95%;
    color: #fff;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.news-button-left:hover {
    background-image: url(../img/home/h-button-left.svg);
    transition: background-image 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .news-button-left {
        padding: 30px 0 27px 88px;
        background-size: 56px !important;
    }
    button.accordion-button,
    h5.accordion-header {
        font-size: 16px;
        font-weight: 400;
    }
    .accordion-body a {
        font-size: 14px;
        font-weight: 400;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .news-button-left {
        padding: 27px 104px 27px 70px;
        background-size: 56px !important;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .news-button-left {
        padding: 27px 15px 27px 70px;
        background-size: 56px !important;
    }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .btn-item {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .btn-item:hover,
    .news-button-left:hover {
        -webkit-transition: background-image 0.3s ease-in-out;
        -moz-transition: background-image 0.3s ease-in-out;
        -ms-transition: background-image 0.3s ease-in-out;
        transition: background-image 0.3s ease-in-out;
    }
    .news-button-left {
        -webkit-background-size: 77px;
        -moz-background-size: 77px;
        -ms-background-size: 77px;
        background-size: 77px;
        -webkit-background-position-x: 0% !important;
        -moz-background-position-x: 0% !important;
        -ms-background-position-x: 0% !important;
        background-position-x: 0% !important;
    }
    .news-btn-disabled:hover {
        -webkit-background-position-x: 0% !important;
        -moz-background-position-x: 0% !important;
        -ms-background-position-x: 0% !important;
        background-position-x: 0% !important;
    }
}
.sub-news__bottom {
    border-bottom: 1px solid #4f4f4f;
}
@media (orientation: portrait) and (max-width: 376px), (orientation: landscape) and (min-width: 667px) and (max-width: 1023px) {
    .offcanvas-bottom {
        display: none;
    }
}
.link-body-emphasis {
    position: relative;
    top: -2px;
}
.marquee-2 {
    height: 119px !important;
}
.accordion-item-faq {
    border: none;
}
.accordion-item.accordion-item-faq:first-of-type,
.accordion-item.accordion-item-faq:first-of-type .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.accordion-item.accordion-item-faq:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.accordion-button.accordion-button-faq::after {
    background-image: url(../img/faq/plus.svg) !important;
}
.accordion-button.accordion-button-faq:not(.collapsed)::after {
    background-image: url(../img/faq/plus.svg) !important;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}
.accordion-button:not(.collapsed) {
    background-color: rgb(0 0 0 / 0%) !important;
}
.accordion-button:focus {
    box-shadow: none;
}
.scroll-accordion {
    overflow-y: auto;
    max-height: 18vh;
}
@media screen and (min-width: 1921px) {
    #responsiveImage {
        content: url("../img/home/elevator-main-4k.webp");
    }
}
@media screen and (min-width: 769px) and (max-width: 1920px) {
    #responsiveImage {
        content: url("../img/home/elevator-main.webp");
    }
}
@media screen and (max-width: 768px) {
    #responsiveImage {
        content: url("../img/home/elevator-main-md.webp");
    }
}
.b-quote-products {
    border-right: 0.188rem solid #272727 !important;
}
.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media (min-width: 1620px) {
    .dropdown-menu-end[data-bs-popper] {
        right: auto;
        left: 0;
    }
}
.block {
    position: relative;
    overflow: hidden;
}
@media (min-width: 1400px) {
    .text-overlay-2 {
        position: absolute;
        -webkit-transform: translate(0, 17%);
        -moz-transform: translate(0, 17%);
        -ms-transform: translate(0, 17%);
        transform: translate(0, 17%);
    }
    .content-image {
        position: relative;
        transform: translateX(-110%);
        -webkit-transition: 0.8s ease;
        transition: 0.8s ease;
    }
    .block.active .content-image {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .block.active .cta,
    .cta {
        position: absolute;
        left: 80.5%;
    }
    .content-text {
        padding-left: 0.5rem;
        width: 100%;
        transform: translateX(-49%);
        -webkit-transition: 1.2s;
        transition: 1.2s;  
        backface-visibility: hidden;
    }
    .block.active .content-text {
        padding-left: 1.5rem;
        padding-top: 8rem;
        width: 50%;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .block.active .content-text.marg-text {
        padding-top: 7.8rem!important;
    }
    .block.active .content-image,
    .block.active .content-text {
        transform: translateX(0);
    }
    .cta {
        top: 65%;
        -webkit-transition: 0.7s ease;
        transition: 0.7s ease;
    }
    .block.active .cta {
        top: 76%;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .controls-top {
        -webkit-transform: translateY(-0.5rem);
        -moz-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
    }
    .nav-ps-30 {
        padding-left: 30px;
    }
    .content-image {
        position: relative;
        transform: translateX(-110%);
        -webkit-transition: 0.8s ease;
        transition: 0.8s ease;
    }
    .block.active .content-image {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .block.active .cta,
    .cta {
        position: absolute;
        left: 81.5%;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .content-text {
        padding-left: 0.5rem;
        width: 100%;
        transform: translateX(-57%);
        -webkit-transition: 1s;
        transition: 1s; 
        backface-visibility: hidden;
    }
    .cta {
        top: 75%;
    }
    .block.active .content-text {
        padding-left: 1.5rem;
        padding-top: 8rem;
        width: 50%;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .block.active .content-text.marg-text {
        padding-top: 7rem!important;
    }
    .block.active .cta {
        top: 83%;
        -webkit-transition: 0.7s ease;
        transition: 0.7s ease;
    }
    .block.active .content-image,
    .block.active .content-text {
        transform: translateX(0);
    }
}
@media (min-width: 1200px) {
    .line-left-aboutus {
        position: absolute;
        top: 35%;
        left: -4.6%;
        height: 65%;
        border-left: 1px solid #4f4f4f;
    }
    .rect-img-01:hover, 
    .rect-img-02:hover,
    .rect-img-03:hover,
    .rect-img-04:hover,
    .rect-img-05:hover,
    .rect-img-06:hover, 
    .text-shadow-hov {
        text-shadow: 2px -2px 2px #000;
    }
    .rectangle-img:hover {
        max-width: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
        opacity: 0;
    }
    .rect-img-01:hover {
        background-image: url(/img/home/rectangle-home-01.webp);
    }
    .rect-img-02:hover {
        background-image: url(/img/home/rectangle-home-02.webp);
    }
    .rect-img-03:hover {
        background-image: url(/img/home/rectangle-home-03.webp);
    }
    .rect-img-04:hover {
        background-image: url(/img/home/rectangle-home-04.webp);
    }
    .rect-img-05:hover {
        background-image: url(/img/home/rectangle-home-05.webp);
    }
    .rect-img-06:hover {
        background-image: url(/img/home/rectangle-home-06.webp);
    }
    .btn-item-container:hover,
    .rectangle-img:hover {
        opacity: 1;
    }
    .w-400 {
        width: 400px;
    }
    .content-text {
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width:1401px) {
    .cb-proekt {
        margin-left: -14px;
    }
}
@media (max-width:1400px) {
    .cb-proekt {
        margin-left: -4px;
    }
}
#mainImage {
    transition: opacity 1s ease;
}

.border__top {
    border-top: 1px solid #4f4f4f;
}
.border__bottom {
    border-bottom: 1px solid #4f4f4f;
}
.controls-btn-services > .consultation-button {
    padding-top: 35px;
}

.carousel-services {
    opacity: 0;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.carousel-inner .carousel-item-end.carousel-services.active,
.carousel-inner .carousel-item-next.carousel-services {
    transform: translateX(100%);
}

.carousel-inner .carousel-item-prev.carousel-services,
.carousel-inner .carousel-item-start.carousel-services.active {
    transform: translateX(-100%);
}

.carousel-services.active {
    opacity: 1;
    transform: translateX(0);
}
.circle-services {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgb(18, 18, 18);
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}
@media (max-width: 991px) {
    .circle-services {
        width: 7rem;
        height: 7rem;
        padding-bottom: 20px;
    }
}
@media (min-width:992) and (max-width: 1199px) {
    .circle-services {
        width: 8rem;
        height: 8rem;
    }
}
@media screen and (min-width: 1591px) {
    #responsImgEskalator {
        content: url("../img/products/eskalatori/img-01-lg.webp");
    }
    #responsImgTravolator {
        content: url("../img/products/travolatori/img-01-lg.webp");
    }
    #responsImgAvtoLift {
        content: url("../img/products/avtomobilni-lifti/img-01-lg.webp");
    }
    #responsImgLikarnLift {
        content: url("../img/products/likarnyani-lifti/img-01-lg.webp");
    }

    #responsImgLiftEcoLife {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-eco-life/img-01-lg.webp");
    }
    #responsImgLiftLife {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-life/img-01-lg.webp");
    }
    #responsImgLiftLife2 {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-life/img-02-lg.webp");
    }
    #responsImgLiftPrestigeS {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-prestige-s/img-01-lg.webp");
    }
    #responsImgLiftPrestigeS2 {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-prestige-s/img-02-lg.webp");
    }
    #responsImgLiftPremium {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-premium/img-01-lg.webp");
    }

    #responsImgVantagLiftLife {
        content: url("../img/subcategory-elevators/vantazhnij-lift-life/img-01-lg.webp");
    }
    #responsImgVantagLiftPrestige {
        content: url("../img/subcategory-elevators/vantazhnij-lift-prestige/img-01-lg.webp");
    }
    #responsImgVantagLiftPrestige2 {
        content: url("../img/subcategory-elevators/vantazhnij-lift-prestige/img-02-lg.webp");
    }

    #responsImgNestandatniLifti {
        content: url("../img/subcategory-elevators/nestandartni-lifti/img-01-lg.webp");
    }
    #responsImgNestandatniLifti2 {
        content: url("../img/subcategory-elevators/nestandartni-lifti/img-02-xxl.webp");
    }

    #responsImgPrivateLiftLife{
        content: url("../img/subcategory-elevators/lift-dlya-privatnogo-budinku-life/img-01-lg.webp");
    }
    #responsImgPrivateLiftPrestigeS{
        content: url("../img/subcategory-elevators/lift-dlya-privatnogo-budinku-prestige-s/img-01-lg.webp");
    }
}
@media screen and (max-width: 1590px) {
    #responsImgEskalator {
        content: url("../img/products/eskalatori/img-01.webp");
    }
    #responsImgTravolator {
        content: url("../img/products/travolatori/img-01.webp");
    }
    #responsImgAvtoLift {
        content: url("../img/products/avtomobilni-lifti/img-01.webp");
    }
    #responsImgLikarnLift {
        content: url("../img/products/likarnyani-lifti/img-01.webp");
    }

    #responsImgLiftEcoLife {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-eco-life/img-01.webp");
    }
    #responsImgLiftLife {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-life/img-01.webp");
    }
    #responsImgLiftLife2 {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-life/img-02.webp");
    }
    #responsImgLiftPrestigeS {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-prestige-s/img-01.webp");
    }
    #responsImgLiftPrestigeS2 {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-prestige-s/img-02.webp");
    }
    #responsImgLiftPremium {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-premium/img-01.webp");
    }

    #responsImgVantagLiftLife{
        content: url("../img/subcategory-elevators/vantazhnij-lift-life/img-01.webp");
    }
    #responsImgVantagLiftPrestige{
        content: url("../img/subcategory-elevators/vantazhnij-lift-prestige/img-01.webp");
    }
    #responsImgVantagLiftPrestige2{
        content: url("../img/subcategory-elevators/vantazhnij-lift-prestige/img-02.webp");
    }

    #responsImgNestandatniLifti {
        content: url("../img/subcategory-elevators/nestandartni-lifti/img-01.webp");
    }
    #responsImgNestandatniLifti2 {
        content: url("../img/subcategory-elevators/nestandartni-lifti/img-02-lg.webp");
    }

    #responsImgPrivateLiftLife{
        content: url("../img/subcategory-elevators/lift-dlya-privatnogo-budinku-life/img-01.webp");
    }
    #responsImgPrivateLiftPrestigeS{
        content: url("../img/subcategory-elevators/lift-dlya-privatnogo-budinku-prestige-s/img-01.webp");
    }
}
@media screen and (max-width: 1199px) {
    #responsImgNestandatniLifti2 {
        content: url("../img/subcategory-elevators/nestandartni-lifti/img-02-lg.webp");
    }
}
@media screen and (max-width: 991px) {
    #responsImgLiftLife2 {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-life/img-02-md.webp");
    }
    #responsImgLiftPrestigeS2 {
        content: url("../img/subcategory-elevators/pasazhirskij-lift-prestige-s/img-02-md.webp");
    }
    #responsImgNestandatniLifti2 {
        content: url("../img/subcategory-elevators/nestandartni-lifti/img-02.webp");
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cont-elevator.container {
        max-width: 720px;
    }
}
@media (min-width: 576px) and (max-width:767px) {
    .cont-elevator.container {
        max-width: 540px;
    }
}
@media (max-width:575px) {
    .cont-elevator.container {
        max-width: 94%;
    }
}
@media (max-width: 991px) {
    .tab-scroll-bar {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 30px;
        margin-bottom: -7px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .tab-scroll-bar::-webkit-scrollbar {
        height: 3px;
        background-color: transparent;
    }
    .tab-scroll-bar::-webkit-scrollbar-thumb {
        background-color: transparent;
    }
    @-moz-document url-prefix() {
        .tab-scroll-bar {
            scrollbar-width: thin;
            scrollbar-color: transparent transparent;
        }
        .tab-scroll-bar::-moz-scrollbar-thumb {
            background-color: transparent;
        }
    }
    
    @supports (-ms-ime-align:auto) {
        .tab-scroll-bar {
            scrollbar-width: thin;
            scrollbar-color: transparent transparent;
        }
        .tab-scroll-bar::-ms-scrollbar-thumb {
            background-color: transparent;
        }
    }
}
.tab-scroll-bar .nav-item {
    position: relative;
}
.tab-scroll-bar .nav-item .nav-link {
    position: relative;
}
.tab-scroll-bar .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform-origin: left bottom;
    transform: scaleX(0);
    z-index: 1;
}
.tab-scroll-bar .nav-item .nav-link.active::after {
    transform: scaleX(1);
}
@media screen and (max-width: 1399px) {
    #responsImgProektPidKlyuch {
        content: url("../img/services/proektuvannya-pid-klyuch/img-01-xl.webp");
    }
    #responsImgVirobnictvoLiftOblad {
        content: url("../img/services/virobnictvo-liftovogo-obladnannya/img-01-xl.webp");
    }
    #responsImgVvedennyLiftaEkspluat {
        content: url("../img/services/vvedennya-lifta-v-ekspluataciyu/img-01-xl.webp");
    }
    #responsImgMontajLiftOblad {
        content: url("../img/services/montazh-liftovogo-obladnannya/img-01-xl.webp");
    }
    #responsImgObslugLiftiv {
        content: url("../img/services/obslugovuvannya-liftiv/img-01-xl.webp");
    }
    #responsImgRemontImodernLift {
        content: url("../img/services/remont-i-modernizaciya-liftiv/img-01-xl.webp");
    }
    #responsImgKonsultProektLiftiv {
        content: url("../img/services/konsultaciyi-z-proektuvannya-liftiv/img-01-xl.webp");
    }
}
@media screen and (max-width: 1199px) {
    #responsImgProektPidKlyuch {
        content: url("../img/services/proektuvannya-pid-klyuch/img-01.webp");
    }
    #responsImgVirobnictvoLiftOblad {
        content: url("../img/services/virobnictvo-liftovogo-obladnannya/img-01.webp");
    }
    #responsImgVvedennyLiftaEkspluat {
        content: url("../img/services/vvedennya-lifta-v-ekspluataciyu/img-01.webp");
    }
    #responsImgMontajLiftOblad {
        content: url("../img/services/montazh-liftovogo-obladnannya/img-01.webp");
    }
    #responsImgObslugLiftiv {
        content: url("../img/services/obslugovuvannya-liftiv/img-01.webp");
    }
    #responsImgRemontImodernLift {
        content: url("../img/services/remont-i-modernizaciya-liftiv/img-01.webp");
    }
    #responsImgKonsultProektLiftiv {
        content: url("../img/services/konsultaciyi-z-proektuvannya-liftiv/img-01.webp");
    }
}
@media (max-width: 991px) {
    .bravo-logo-aboutus {
        -webkit-transform: translateY(-70%);
        -moz-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
        transform: translateY(70%);
    }
}
.text-overlay-elevator {
    position: absolute;
    top: 50%;
    left: 49.9%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.circle-elevator {
    display: flex;
    width: 9rem;
    height: 9rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
}
@media (max-width:1199px) {
    .circle-elevator {
        width: 7rem;
        height: 7rem;
    }
}
@media (max-width:991px) {
    .circle-elevator {
        width: 6rem;
        height: 6rem;
    }
}
@media (max-width:767px) {
    .circle-elevator {
        width: 5rem;
        height: 5rem;
    }
}
@media (max-width:575px) {
    .circle-elevator {
        width: 7rem;
        height: 7rem;
    }
}
.circle-elevator {
    backdrop-filter: blur(2px);
    transition: backdrop-filter 0.3s ease-in-out;
}
.circle-elevator:hover {
    backdrop-filter: blur(5px);
}
.circle-elevator .text-uppercase {
    transition: transform 0.3s ease-in-out;
}
.circle-elevator .text-uppercase:hover {
    transform: scale(1.2);
}
.truncated-text .show-more {
    text-decoration: underline;
    cursor: pointer;
    color: white;
}
.curs-point {
    cursor: pointer;
}
.rect-lift {
    border: 1px solid #4f4f4f;
}
.section-mt-mb-download {
    margin-top: 8rem;
    margin-bottom: 4rem;
}
@media (max-width: 1199px) {
    .section-mt-mb-download {
        margin-top: 6rem;
    }
}
.img-download-lift {
    position: absolute;
}
@media (min-width:768px) and (max-width: 991px) {
    .img-download-lift {
        top: -70%;
        left: 45%;
        width: 364px;
    }
}
@media (min-width:992px) {
    .img-download-lift {
        top: -135%;
        width: 364px;
    }
}
@media (min-width:1200px) {
    .img-download-lift {
        top: -170%;
        width: 464px;
    }
}

.hide-edges {
    overflow: hidden;
}
.hide-edges-inner {
    margin: -4px;
}
.height-block-services {
    height: 218px;
}
@media (max-width: 991px) {
    .height-block-services {
        height: 140px;
    }
}
.border-t-block-services {
    border-top: 1px solid #4f4f4f;
}
.border-b-block-services {
    border-bottom: 1px solid #4f4f4f;
}
.border-r-block-services {
    border-right: 1px solid #4f4f4f;
}
.border-l-block-services {
    border-left: 1px solid #4f4f4f;
}
@media (max-width: 1199px) {
    .border-b-block-services-mob {
        border-bottom: 1px solid #4f4f4f;
    }
}
@media (min-width: 1200px) {
    .col-border-aft::after {
        content: '';
        position: absolute;
        top: 4%;
        right: 0;
        height: 91.5%;
        width: 1px;
        background-color: #4f4f4f;
    }
}
.subcol-border-aft::after {
    content: '';
    position: absolute;
    top: 6%;
    right: 0%;
    height: 88%;
    width: 1px;
    background-color: #4f4f4f;
}
.tab {
    display: inline-block;
    cursor: pointer;
}
.text-d-none {
    display: none;
    opacity: 0;
    transition: opacity 5.5s ease-in-out;
}
.active-text {
    display: block;
    animation: fadeInServices 1s ease-in-out forwards;
}
@keyframes fadeInServices {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.number-big {
    position: relative;
    margin-top: -3.5rem;
    font-size: 128px;
    letter-spacing: 10px;
    color: #121212;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 900;
    /* text-shadow: 15px 0px 0px #121212; */
}
.number-big span {
    position: relative;
    bottom: -54px;
}
.text-line-tab::after {
    content: '';
    position: absolute;
    margin-bottom: 9px;
    height: 0.1rem;
    width: 175px;
    background-color: white;
}
.simplebar-scrollbar {
    background-color: #3f3f3f;
    width: 3px;
    border-radius: 10px;
}
.simplebar-track.simplebar-vertical {
    background-color: #272727;
    width: 3px;
    border-radius: 10px;
}


.fixed-body {
    position: fixed;
    overflow: hidden;
}
body.no-scroll {
    overflow: hidden;
}
.curtain img {
    display: block;
}
.curtain::before,
.curtain::after {
    content: "";
    width: 50%;
    background: #0b0b0b;
    transition: transform 1.2s ease;
}
.curtain::before {
    position: absolute;
    top: -355px;
    left: 1px;
    height: 200%;
    z-index: 50;

}
.curtain::after {
    position: absolute;
    top: -355px;
    right: 0;
    height: 200%;
    z-index: 50;
}
.curtain.closed::before {
    transform: translateX(-100%);
}
.curtain.closed::after {
    transform: translateX(100%);
}
.z-text {
    z-index: 100;
}
/* Только для Жени*/
@media only screen and (min-device-width: 1211px) and (max-device-width: 1211px) and (min-device-height: 588px) and (max-device-height: 588px) {
    .text-overlay {
        position: absolute;
        top: 5%;
        left: 10%;
        right: 10%;
    }
}
.contact-g-map iframe {
    width: 100%;
    height: 414px;
    border: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .contact-g-map iframe {
        height: 355px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .contact-g-map iframe {
        height: 297px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .contact-g-map iframe {
        height: 451px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .contact-g-map iframe {
        height: 159px;
    }
}
@media (min-width: 435px) and (max-width: 575px) {
    .contact-g-map iframe {
        height: 358px;
    }
}
@media (max-width: 434px) {
    .contact-g-map iframe {
        height: 264px;
    }
}



.wrapper {
    display: inline-flex;
    list-style: none;
}
.icon i::before {
    vertical-align: -0.095em;
}
.wrapper .icon {
    position: relative;
    color: #000;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 1px 5px 0 #e1e1e1, 0 0 4px 0 #0d6efd;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip,
.wrapper .tooltip::before {
    position: absolute;
    background: #fff;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip {
    top: 0 !important;
    font-size: 14px;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}
.wrapper .tooltip::before {
    content: "";
    height: 8px;
    width: 8px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
}
.wrapper .icon:hover {
    box-shadow: 0 1px 11px 0 #e1e1e1, 0 0 4px 0 #0d6efd;
}
.wrapper .icon:hover .tooltip {
    top: -45px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
.wrapper .icon:hover .tooltip,
.wrapper .icon:hover span {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
}
.wrapper .telegram:hover,
.wrapper .telegram:hover .tooltip,
.wrapper .telegram:hover .tooltip::before {
    background: #24A1DE !important;
    color: #fff !important;
}
.wrapper .viber:hover,
.wrapper .viber:hover .tooltip,
.wrapper .viber:hover .tooltip::before {
    background: #7360f2 !important;
    color: #fff !important;
}
.wrapper .whatsapp:hover,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip::before {
    background: #25D366 !important;
    color: #fff !important;
}
.wrapper .telephone:hover,
.wrapper .telephone:hover .tooltip,
.wrapper .telephone:hover .tooltip::before {
    background: #23a009 !important;
    color: #fff !important;
}
.wrapper .email:hover,
.wrapper .email:hover .tooltip,
.wrapper .email:hover .tooltip::before {
    background: #0c1ec0 !important;
    color: #fff !important;
}
.wrapper .icon i::before {
    vertical-align: -0.025em;
}
.wrapper .whatsapp i::before {
    vertical-align: -0.001em !important;
}
.bravo-logo-aboutus-test {
    -webkit-transform: translateY(-8%);
    -moz-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
}
.object-pos-66-img {
    object-position: 66%;
}
.object-pos-c-img {
    object-position: center;
}
.w-70 {
    width: 70%;
}
@media (max-width: 1399px) {
    .w-70 {
        width: 100%
    }
}
@media (min-width: 1400px) {
    .h-77 {
        height: 77.4%!important;
    }
}
@media (min-width: 1400px) {
    .h-news-scroll {
        height: 540px;
    }
}
@media (max-width: 1399px) {
    .h-news-scroll {
        height: 580px;
    }
}
@media (max-width: 1199px) {
    .h-news-scroll {
        height: 430px;
    }
}
@media (max-width: 992px) {
    .h-news-scroll {
        height: 430px;
    }
}
@media (max-width: 545px) {
    .h-news-scroll {
        height: 500px;
    }
}
@media (min-width: 1950px) {
    .d-2k-block {
        display: block!important;
    }
    .d-2k-none {
        display: none!important;
    }
}





body.modal-open,
nav {
    padding-right: 0 !important; /* Убираем отступ */
}
.modal-content-mod {
    background-color: #0b0b0b;
    box-shadow: 0 1px 30px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
.btn-close-white {
    --bs-btn-close-color: #ffffff;
    --bs-btn-close-hover-color: #ffffff;
}

.floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    overflow: visible;
    cursor: pointer;
}

.icon-float-btn {
    background-color: white; /* Фон кнопки */
    color: black; /* Цвет иконки */
    border-radius: 50%;
    width: 58px;
    height: 58px;
    border: 2px solid black; /* Черная окантовка */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    overflow: visible;
    /* Добавляем перспективу для 3D-анимации */
    transform: perspective(1000px);
    /* Добавляем анимацию сжатия */
    animation: icon-pulse 1.5s infinite;
}

/* Иконка */
.icon-float-btn i {
    font-size: 24px;
    /* Добавляем перспективу для 3D-анимации */
    transform: perspective(1000px);
    animation: shake 7.5s infinite;
}

/* Эффект пульсации */
.floating-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.4); /* Белый цвет для пульсации */
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

/* Полупрозрачный фоновый круг */
.floating-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px; /* Размер фоновго круга */
    height: 70px;
    background-color: rgba(255, 255, 255, 0.4); /* Полупрозрачный белый цвет было 0.6 изначально */
    border-radius: 50%;
    z-index: -1;
}

/* Эффект увеличения при наведении */
.floating-btn:hover,
.icon-float-btn:hover {
    transform: scale(1.1);
}

/* Анимация сжатия для иконки */
@keyframes icon-pulse {
    0% {
        transform: scale(0.97); /* Сжатие до 97% */
    }
    50% {
        transform: scale(1);  /* Исходный размер */
    }
    100% {
        transform: scale(0.97); /* Сжатие до 97% */
    }
}

/* Анимация поворота для звонка */
@keyframes shake {
    0% { transform: rotateZ(0deg); }
    10% { transform: rotateZ(-7deg); }
    20% { transform: rotateZ(7deg); }
    30% { transform: rotateZ(-7deg); }
    40% { transform: rotateZ(7deg); }
    50% { transform: rotateZ(0deg); }
    60% { transform: rotateZ(-7deg); }
    70% { transform: rotateZ(7deg); }
    80% { transform: rotateZ(-7deg); }
    90% { transform: rotateZ(7deg); }
    100% { transform: rotateZ(0deg); }
}

.floating-btn.slide-out {
    transform: translateX(200%);
}

.modal-footer button {
    border: 0;
    box-shadow: none;
}

@media (max-width: 575px) {
    .form-check {
        padding-left: 2.5em;
    }
}