/**new_styles.css**/
.block_about_main {
   /* background: #ccc url(../images/main_about.jpg) no-repeat center top;*/
    min-height: 404px;
    display: flex;
    align-items: flex-end;
    padding: 50px 40px 30px;
    margin: 10px auto 30px;
}

.block_about_main .block_about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_about_main .block_about div {
    margin: 0 5px;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    max-width: 100%;
    width: 32%;
    width: -webkit-calc(33.3% - 10px);
    width: -moz-calc(33.3% - 10px);
    width: calc(33.3% - 10px);
    min-height: 130px;
}
.block_about_main .block_about div img {
    margin-bottom: 10px;
}
.block_about_main .block_about div p{
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0
}
.block_about_fiveblock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_about_twoblock .block_txt{
    background-color: #be2038;
    padding: 50px 90px 50px 51px;
    margin-right: -30px;
    height: 100%;
}
.block_about_twoblock h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.block_about_twoblock p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.block_about_twoblock .block_img{
    padding: 72.5% 0 0;
    max-height: 554px;
    overflow: hidden;
    /*background: url(../images/about_pic1.png) no-repeat top;*/
    background-size: cover;
    height: 100%;
}

.block_about_three .about-item {
    /*background: url(../images/about_pic3.jpg) no-repeat top;*/
    padding: 60px 50px;
    margin-bottom: 0;
}
.block_about_three .about-item-title{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.block_about_three p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    max-width: 347px;
}
.grey_bg {
    margin-top:30px;
    background-color: #ececeb;
    padding: 50px;
}
.grey_bg .about-item-title {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.grey_bg  p{
    max-width: 100%;
    color: #74787b;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 22px;
}
.block_about_four {
    margin-bottom: 0;
}
.block_about_three .block_about_four .about-item-title  {
    margin-bottom: 20px;
}
.block_about_four .about-item {
   /* background: url(../images/about_pic4.jpg) no-repeat top;*/
    background-size: cover;
}
.block_about_four p {
    max-width: 344px;
}
.block_about_fiveblock {
    margin-top: 40px;
    align-items: flex-start;
}
.block_about_fiveblock  > div {
    border-bottom:4px solid rgba(190, 32, 56, 0.9);
    width: 19%;
    width: -webkit-calc(20% - 10px);
    width: -moz-calc(20% - 10px);
    width:calc(20% - 10px);
    box-sizing:border-box;
    height: 144px;
    padding:30px 20px 20px;
    margin-bottom: 0;
    position: relative;
}
.block_about_fiveblock  > div p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}
.block_about_fiveblock div:after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(17, 77, 118, 0.7);
    z-index: 2;
}

/*.bg_1 {
    background: url(../images/picture_bg1.jpg) no-repeat center;
}
.bg_2 {
    background: url(../images/picture_bg2.jpg) no-repeat center;
}
.bg_3 {
    background: url(../images/picture_bg3.jpg) no-repeat center;
}
.bg_4 {
    background: url(../images/picture_bg4.jpg) no-repeat center;
}
.bg_5 {
    background: url(../images/picture_bg5.jpg) no-repeat center;
}*/
.block_about_five hr {
    margin-top:50px!important;
}

@media (max-width: 1225px){
    .block_about_main .block_about div {
        min-height: 151px;
    }
}
@media (max-width: 900px){
    .block_about_main {
        margin: 30px -15px;
        padding: 30px 20px;
    }
    .block_about_main .block_about div {
        min-height: 190px;
    }
}
@media (max-width: 1199px){
    .block_about_fiveblock > div {
        padding: 25px 15px 15px;
    }
    .block_about_fiveblock > div p {
        font-size: 14px;
        line-height: 20px;
    }
    .block_about_twoblock .block_img{
        padding: 93.2% 0 0;
    }
}
@media (max-width: 1125px){
    .block_about_twoblock .block_txt {
        padding: 38px 30px;
    }

    .block_about_twoblock .block_img{
        padding: 83.1% 0 0;
    }
}
@media (max-width: 991px){
    .block_about_twoblock .block_img{
        height: 100%;
/*        background: url(../images/about_pic1_768.jpg) no-repeat top;*/
        background-size: cover;
    }
    .block_about_twoblock .block_txt {
        padding: 47px 30px;
        margin-right: -31px;
    }
    .grey_bg p {
        margin-bottom: 0
    }
    .block_about_three .about-item {
        background-size: cover;
    }
    .grey_bg,.block_about_three .about-item{
        padding: 50px 40px;
    }
    .block_about_fiveblock div {
        width:100%;
        padding: 10px 20px;
        min-height: 75px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-size: cover;
    }
    /*.bg_1 {
        background: url(../images/picture_bg1_768.jpg) no-repeat center;
    }
    .bg_2 {
        background: url(../images/picture_bg2_768.jpg) no-repeat center;
    }
    .bg_3 {
        background: url(../images/picture_bg3_768.jpg) no-repeat center;
    }
    .bg_4 {
        background: url(../images/picture_bg4_768.jpg) no-repeat center;
    }
    .bg_5 {
        background: url(../images/picture_bg5_768.jpg) no-repeat center;
    }*/
}
@media (max-width: 767px){
    .block_about_main {
        /*background: url(../images/about_main_320.jpg) no-repeat left top;*/
        min-height: auto;
        background-size: cover;
        padding:233px 10px 10px;
    }

    .block_about_main .block_about div {
        min-height: auto;
        width: 100%;
        margin-top:2px;
    }
    .block_about_twoblock .block_txt {
        margin-right:0;
        text-align: center;
        padding: 47px 25px;
    }

    .block_about_twoblock .block_img {
        padding: 0;
        /*background: url(../images/about_pic1.png) no-repeat top;*/
        min-height: 350px;
        background-size: cover;
    }
    .block_about_twoblock h2, .block_about_three  h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .block_about_three  h3 {
        margin-bottom: 20px
    }
    .block_about_twoblock p, .block_about_three p {
        font-size: 14px;
        line-height: 22px;
    }
    .block_about_three .about-item {
        padding: 40px 30px;
        margin-bottom: 20px;
    }
    .grey_bg {
        margin-top: 15px;
        padding: 50px 30px;
    }
}

@media (max-width: 440px){
    .block_about_twoblock .block_img {
        min-height: 240px;
    }
}

.products-list .owl-item {
    padding-top: 10px;
}

.gallery-slides-video .owl-video-frame iframe {
    display:block;
}

/*.language-link__pl {
    background-image: url('../images/flag-pl_min.png');
    background-size: contain;
}
.language-link__us {
    background-image: url('../images/us-flag_min.png');
    background-size: contain;
}
.language-link__es {
    background-image: url('../images/es-flag_min.png');
    background-size: contain;
}

.language-link__uk {
    background-image: url('../images/flag-uk_min.png');
    background-size: contain;
}*/

.about-main .main-banner-stend {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}


.cookie-msg {
    background-color: #eee;
    border-color: #bbb;
    font-size: .9em;
    padding: 5px 0 5px 20px;
    text-align: center;
    position: fixed;
    z-index: 9348;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.products-item-title {
    min-height: 42px;
}

.owl-alike-products .owl-item img {
    max-height: 150px;
    width: auto;
}

.project__item {
    height: 300px;
    display: flex;
}

.projects__grid_item {
    margin-bottom: 30px;
}

.project__item--main_image, .project__item--more_images {
    padding-left: 0;
    padding-right: 0;
}

.project__item--main_image {
    overflow: hidden;
}

.project__item--main_image img {
    height: 100%;
    max-width: none;
}

.project__item-image_small {
    padding-left: 0;
    padding-right: 0;
    height: 50%;
    overflow: hidden;
}

.project__item-image_small img {
    height: 100%;
    max-width: none;
}

.img-location {
   /* background-image:url('../images/item__location.html');*/
    background-size: cover;
    width: 12px;
    height: 13px;
    display: inline-block;
}

.project__item--main_image {
    /*position: relative;*/
}

.project__item-location {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}

.project__item-location .location-title {
    font-size: 12px;
    color: #ffffff;
}

.project__item-description {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}

.project__item-description .title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.project__item-description .desc {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 20px;
    max-height: 100px;
    display: none;
}

.project__item-description .desc p {
    margin-bottom: 0;
}

.project__item {
    position: relative;
}
.overlay__blue {
    right: 0;
    position: absolute;
    top: 0;
    background-color: rgb(17,77,117);
    height: 300px;
    width: 100%;
    z-index: 1;
    opacity:0;
}

.project__item:hover .overlay__blue {
    opacity: 0.75;
    transition: 0.4s;
}

.project__item:hover .desc {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.project__item--main_image {
    border-right: 2px solid white;
}

.project__item-image_small.first {
    border-bottom: 1px solid white;
}

.project__item-image_small.second {
    border-top: 1px solid white;
}

.overlay__pic {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    opacity: 0.3;
}

.projects__groups {
    padding: 0 15% 0 15%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 10px;
}

.projects__groups a {
    display: inline-block;
}

.projects__groups--menu_link {
    width: 250px;
    height: 45px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f1f2f3;
    color: #1f95c8;
    border-radius: 5px;
}

.projects__groups--menu_link:hover, .projects__groups--menu_link.active {
    background-color: #1f95c8;
    color: #fff;
    text-decoration: none;
}

.project__card--heading {
    font-size: 30px;
}

.project__card--table {
    width: 100%;
    margin-top: 20px;
}

.project__card--row {
    /*background-color: #f7f8f9;*/
    border-bottom: 10px solid white;
}

.project__card--cell.cell__title {
    padding: 10px;
    width: 30%;
}

.projects__groups--mobile {
    display: none !important;
}

@media (max-width: 1200px) {
    .projects__groups {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 991px) {

    .projects__groups {
        padding-left: 0px;
        padding-right: 0px;
    }
    .project__item {
        display: block;
        height: 360px;
    }

    .projects__groups--menu_link {
        width: 230px;
    }

    .project__item--main_image {
        height: 70%;
    }

    .project__item--more_images {
        height: 30%;
    }

    .project__item--main_image img {
        width: 100%;
        height: auto;
    }

    .project__item-image_small {
        height: 100%;
    }
    .project__item-image_small img {
        width: 100%;
        height: auto;
    }

    .project__item--main_image {
        border-bottom: 2px solid white;
        border-right: none;
    }
    .project__item-image_small.first {
        border-right:1px solid white;
        border-bottom: none;
    }

    .project__item-image_small.second {
        border-left: 1px solid white;
        border-top: none;
    }
    .overlay__blue {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .project__item {
        height: 270px;
    }
    .project__item--main_image {
        height: 100%;
    }
    .project__item--more_images {
        display: none;
    }
    .overlay__blue {
        height: 270px;
    }


    .project__item--main_image img {
        height: 100%;
        object-fit: cover;
        max-width: none;
        width: 100%;
    }

    .project__card--cell {
        display: block;
        width: 100%;
    }
    .project__card--cell.cell__content {
        padding: 0 10px 10px 10px;
    }

    .projects__groups {
        display: none;
    }
    .projects__groups--mobile {
        display: inline-block!important;
        z-index: 1!important;
    }
}
.gallery-slides-item {
    height: unset;
}

.contacts-country .app-table th:nth-child(3){
width:40%;
}
.card-tabs-panel {
    font-size: 16px!important;
}

.card-tabs-panel p {
    font-size: 16px!important;
}
.card-tabs-panel span {
    font-size: 16px!important;
}

.card-details-content {
    font-size: 16px;
}
.gallery-slides .owl-stage-outer { height: auto !important; }

.products-item {
    padding: 38px 35px 35px;
    -webkit-backface-visibility: hidden;
}
.products-item-title {
    margin: 0 0 15px;
}

.language-select {
    min-width: 124px;
}

.language-select li.is-active:last-child:after {
    top: 31%;
}

@media (max-width: 992px) {
    .language-select li.is-active:last-child:after {
        top: 30%;
    }
}

@media (max-width: 767px) {
    .language-select {
        width: 15%;
    }
}

.language-select li:first-child {
    margin-bottom: 0;
}

.language-select li {
    padding: 9px;
}

.download-file {
    margin-top: 25px;
}

/*** start similar carousel ***/
.owl-alike-products .owl-item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.products-list__catalog.owl-alike-products {
    margin: 0;
}

.owl-alike-products .owl-prev svg, .owl-alike-products .owl-next svg {
    height: 30px;
    fill: #cecfd0;
}

.owl-alike-products .owl-prev svg:hover, .owl-alike-products .owl-next svg:hover {
    fill: #1c7ea8;
}

.owl-alike-products .owl-prev svg {
    transform: rotate(180deg);
}

.owl-alike-products .owl-next {
    right: 10px;
    left: auto;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: none;
    text-indent: unset;
    font-size: 0;
}

.owl-alike-products .owl-prev {
    right: auto;
    left: 10px;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: none;
    text-indent: unset;
    font-size: 0;
}

.owl-alike-products .owl-prev svg {
    transform: rotate(180deg);
}

.owl-alike-products .owl-next {
    right: 10px;
    left: auto;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: none;
    text-indent: unset;
    font-size: 0;
}

.owl-alike-products .owl-prev {
    right: auto;
    left: 10px;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: none;
    text-indent: unset;
    font-size: 0;
}

.owl-alike-products .products-item {
    min-height: 325px;
}

.owl-alike-products .owl-item img {
    max-height: 150px;
    width: auto;
}

/*** end similar carousel ***/

.certificate-tuv {
    max-height: 62px;
    max-width: 100%;
    margin: 0 0 20px;
}

.project__item--main_image img, .project__item-image_small img {
    height: 100%;
    object-fit: cover;
    max-width: none;
    width: 100%;
}

.language-select-new {
    width: 124px;
    z-index: 110;
}

.language-select-new .language-text {
    width: 65px;
    text-align: left;
}

.language-select-new .language-text-right {
    text-align: right;
}

@media (max-width: 990px) {
    .language-select-new > div:first-child,
    .language-select-new div.is-active {
        float: left;
        margin: 0 0 0 15px;
    }
}

.language-select-new > div:first-child,
.language-select-new div.is-active {
    width: 100%;
    padding: 7%;
    float: right;
}

.language-select-new > div:first-child,
.language-select-new div.is-active {
    padding: 9px;
}

.language-select-new > div:first-child {
    margin-bottom: 2%;
    text-align: right;
    margin-bottom: 0;
    position: relative;
}

.language-select-new div.is-active {
    background: #fff;
    display: block;
}

/*.language-select-new div.language-wrapper-active div:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.language-select-new div.language-wrapper-active div:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}*/

.language-select-new div.is-active:hover {
    background-color: #f6f6f6;
}

.language-select-new:hover div.is-active {
    display: block;
}

.language-select-new div.is-active:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 31%;
    right: 5%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
    display: none;
}

.language-select-new:hover > div:first-child:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 5%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.language-select-new div.is-active .language-text {
    color: #000;
    white-space: nowrap;
}

.language-select-new .language-wrapper-active {
    max-height: 170px;
    margin-top: 38px;
    overflow-y: auto;
    border-radius: 3px;
}

/*.language-link__eu {
    background-image: url(../images/flags/european-union.svg);
    background-size: contain;
}

.language-link__bd {
    background-image: url(../images/flags/bangladesh.svg);
    background-size: contain;
}

.language-link__co {
    background-image: url(../images/flags/colombia.svg);
    background-size: contain;
}

.language-link__dk {
    background-image: url(../images/flags/denmark.svg);
    background-size: contain;
}

.language-link__gr {
    background-image: url(../images/flags/greece.svg);
    background-size: contain;
}

.language-link__fi {
    background-image: url(../images/flags/finland.svg);
    background-size: contain;
}

.language-link__hu {
    background-image: url(../images/flags/hungary.svg);
    background-size: contain;
}

.language-link__in {
    background-image: url(../images/flags/india.svg);
    background-size: contain;
}

.language-link__it {
    background-image: url(../images/flags/italy.svg);
    background-size: contain;
}

.language-link__lt {
    background-image: url(../images/flags/lithuania.svg);
    background-size: contain;
}

.language-link__lv {
    background-image: url(../images/flags/latvia.svg);
    background-size: contain;
}

.language-link__pk {
    background-image: url(../images/flags/pakistan.svg);
    background-size: contain;
}

.language-link__pt {
    background-image: url(../images/flags/portugal.svg);
    background-size: contain;
}

.language-link__se {
    background-image: url(../images/flags/sweden.svg);
    background-size: contain;
}

.language-link__sk {
    background-image: url(../images/flags/slovakia.svg);
    background-size: contain;
}

.language-link__us {
    background-image: url(../images/flags/united-states-of-america.svg);
    background-size: contain;
}

.language-link__nl {
    background-image: url(../images/flags/netherlands.svg);
    background-size: contain;
}

.language-link__be {
    background-image: url(../images/flags/belgium.svg);
    background-size: contain;
}

.language-link__id {
    background-image: url(../images/flags/indonesia.svg);
    background-size: contain;
}

.language-link__mn {
    background-image: url(../images/flags/mongolia.svg);
    background-size: contain;
}

.language-link__sg {
    background-image: url(../images/flags/singapore.svg);
    background-size: contain;
}

.language-link__ae {
    background-image: url(../images/flags/united-arab-emirates.svg);
    background-size: contain;
}

.language-link__at {
    background-image: url(../images/flags/austria.svg);
    background-size: contain;
}

.language-link__cf {
    background-image: url(../images/flags/central-african-republic.svg);
    background-size: contain;
}

.language-link__ch {
    background-image: url(../images/flags/switzerland.svg);
    background-size: contain;
}

.language-link__cz {
    background-image: url(../images/flags/czech-republic.svg);
    background-size: contain;
}

.language-link__ga {
    background-image: url(../images/flags/gabon.svg);
    background-size: contain;
}

.language-link__ml {
    background-image: url(../images/flags/mali.svg);
    background-size: contain;
}

.language-link__ro {
    background-image: url(../images/flags/romania.svg);
    background-size: contain;
}

.language-link__so {
    background-image: url(../images/flags/somalia.svg);
    background-size: contain;
}*/

/* simplebar.css */
.language-select-new .language-wrapper-active[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.language-select-new .simplebar-mask {
    border-radius: 3px
}

.language-select-new .simplebar-wrapper {
    background: #fff;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}