.about {
    background-size: cover;
    position: relative;
    z-index: 1;
}
.about::after, .about::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.about::before {
    background: url('../../images/about-bg.webp');
    background-size: 100% auto;
    background-position: center;
}
.about::after {
    background: rgba(34, 34, 34, 0.8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.about h1, .about .h1 {
    color: #FAFAFA;
}
.about h1::before, .about .h1::before {
    border-color: #E7A320;
}
.about .h1-descr {
    color: #CCC;
    margin-bottom: -48px;
}
.about-text {
    display: flex;
    align-items: center;
    height: 100%;
}
.about-text p {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.about-text-border {
    border: 1px solid #E7A320;
    box-sizing: border-box;
    border-radius: 56px;
    display: inline-block;
    line-height: 20px;
    padding: 4px 15px;
    margin: 5px 10px;
}
.about-text-border i {
    font-style: unset;
}
.about-text_col {
    min-height: 210px;
}
.about-descr {
    padding-left: 15px;
    border-left: 2px solid #E7A320;
    font-family: "Raleway";
    font-size: 14px;
    color: #FFFFFF;
}
.about-descr * {
    color: #fff !important;
}
.about-descr b, .about-descr strong {
    font-weight: bolder;
}
.about-descr p {
    font-family: "Raleway" !important;
    margin-bottom: 10px;
    line-height: 130%;
}
.about-descr .about-descr_subsc {
    margin-top: 40px;
    font-family: "Raleway";
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #CCCCCC;
}
.about__group {
    width: 242px;
    position: relative;
    padding: 42px 0 42px 30px;
}
.about__group-item {
    margin-bottom: 15px;
    color: #ffffff;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    opacity: 0;
}
.about__group-item::before {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
}
.about__group-item::after {
    position: absolute;
}
.about__group-item_mt {
    padding-bottom: 20px;
}
.about__group-item_mt::before {
    content: "mt";
    bottom: 0;
    left: 0;
}
.about__group-item_mt::after {
    content: url(/images/line-mt.svg);
    bottom: -13px;
    left: 58px;
}
.about__group-item_countries {
    padding-right: 50px;
    margin-left: 125px;
}
.about__group-item_countries::before {
    content: "countries";
    bottom: 3px;
    left: 50px;
}
.about__group-item_countries::after {
    content: url(/images/line-countries.svg);
    bottom: -17px;
    left: -70px;
}
.about__group-item_fcls {
    padding-top: 20px;
}
.about__group-item_fcls::before {
    content: "fcls";
    top: 0;
    left: 0;
}
.about__group-item_fcls::after {
    content: url(/images/line-fcls.png);
    bottom: 5px;
    left: 65px;
}
.about__group-item_deals {
    margin-left: 157px;
    padding-bottom: 22px;
    padding-right: 20px;
}
.about__group-item_deals::before {
    content: "deals";
    bottom: 0;
    left: 0;
}
.about__group-item_clients {
    padding-bottom: 20px;
}
.about__group-item_clients::before {
    content: "clients";
    bottom: 0;
    left: 0;
}
.about__group-item_clients::after {
    content: url(/images/line-clients.svg);
    top: -15px;
    left: 55px;
}
.about__equis-title {
    color: #ffffff;
    font-family: "A_Concepto";
    font-weight: 400;
    text-transform: uppercase;
}
.about__equis-text {
    margin-left: 122px;
}
.about__equis-text * {
    font-family: "IBM Plex Sans", sans-serif !important;
}
.about__equis-text p {
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 35px;
}
.about__equis-link {
    color: #f6a947;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.about__equis-link span {
    position: relative;
}
.about__equis-link span::after {
    content: url(/images/arrow-right.png);
    position: absolute;
    right: -33px;
    top: 3px;
}
.about_top.page_top {
    margin-top: 100px;
    min-height: 300px;
    height: 300px;
}
.counter_animation {
    display: inline-block;
}
.counter_animation::before {
    display: block;
    content: attr(title);
    text-transform: uppercase;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-weight: bold;
}

.aboutUs__title {
    text-align: center;
    color: #222222;
    font-family: "A_Concepto";
    font-size: 48px;
    text-transform: uppercase;
    position: relative;
    -webkit-animation: 1s ease forwards fadeSlogan;
    animation: 1s ease forwards fadeSlogan;
}
.aboutUs__title::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #f6a947;
}
.aboutUs__text {
    font-family: "IBM Plex Sans", sans-serif !important;
}


@media screen and (max-width: 992px) {
    .about .col6 {
        width: calc(100% - 28px);
    }
}
@media screen and (max-width: 768px) {
    .about .h1-descr {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 576px) {
    .about_top.page_top {
        margin-top: 80.73px;
    }
}
