.about {
    background-color: #f9f9f9
}

.about h1,
.about p {
    margin: 0
}

.about .about__breadcrumbs {
    margin-bottom: .3125rem
}

.about .about__main-title {
    font-weight: 400;
    margin-bottom: 0.375rem;
    font-size: 1.125rem;
    line-height: 2.375rem
}

.about .about__title {
    font-size: 1.875rem;
    line-height: 4rem;
    text-align: center;
    margin-bottom: .9375rem;
    position: relative
}

.about .about__title span {
    display: inline-block;
    z-index: 1;
    position: relative
}

.about .about__title:before {
    content: "";
    display: none;
    height: 1px;
    position: absolute;
    background-color: #e6e6e6;
    width: 100%;
    z-index: 0;
    top: calc(50% - 1px)
}

.about .about__arrow {
    font-size: 1.875rem;
    cursor: pointer;
    color: #3c3c3c;
    font-weight: 400;
    position: absolute;
    -ms-transform: translateY(-50%) scaleY(1.5);
    transform: translateY(-50%) scaleY(1.5);
    top: 50%;
    z-index: 10
}
.about .about__arrow:hover {
    color: #0096ff;
}

.about .about__arrow.about__arrow--prev {
    right: .625rem
}

.about .about__arrow.about__arrow--next {
    left: .625rem
}

.about .about__arrow.about__arrow--transform {
    -ms-transform: translateY(-100%) scaleY(1.5);
    transform: translateY(-100%) scaleY(1.5)
}

.about-banner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 21.875rem
}

.about-banner:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.about-banner .about-banner__slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.about-banner .about-banner__slider-container {
    height: 100%
}

.about-banner .about-banner__logo {
    max-width: 13.125rem;
    height: 10.0625rem;
    position: relative;
    z-index: 2;
    padding-top: 5rem
}

.about-banner .about-banner__text {
    display: none;
    text-align: center;
    line-height: 1.5rem
}

.about-banner .about-banner__text p {
    margin: 1.25rem 0
}

.about-history {
    background-color: #fff;
    padding: 1.25rem 0 1.875rem;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    margin-bottom: .625rem
}

.about-history .about-history__container {
    transition: max-height .5s;
    overflow: hidden;
    max-height: 40.625rem;
    width: 100%;
    max-width: 18.75rem;
    position: relative;
    padding: 0 .625rem;
    margin: 0 auto
}

.about-history .about-history__container.about-history__container--height {
    max-height: 100% !important
}

.about-history .about-history__title {
    margin-top: .625rem
}

.about-history .about-history__event {
    width: 8.125rem;
    text-align: center;
    position: absolute;
    z-index: 10
}

.about-history .about-history__event:hover {
    z-index: 100
}

.about-history .about-history__event:hover .about-history__event-text-full {
    display: block
}

.about-history .about-history__event:after {
    content: attr(data-event);
    position: absolute;
    bottom: -4.375rem;
    left: 42.5%;
    right: auto;
    color: #000;
    font-weight: 600
}

.about-history .about-history__event:before {
    content: url(/static/assets/images/about/square.png);
    position: absolute;
    bottom: -3rem;
    left: 45%;
    right: auto
}

.about-history .about-history__event img {
    margin-bottom: .3125rem
}

.about-history .about-history__event:first-child {
    top: 6rem;
    right: 51.5%
}

.about-history .about-history__event:nth-child(2) {
    top: 11.25rem;
    left: 50%
}

.about-history .about-history__event:nth-child(3) {
    top: 18.75rem;
    right: 51.5%
}

.about-history .about-history__event:nth-child(4) {
    top: 26.25rem;
    right: 36.2%
}

.about-history .about-history__event:nth-child(5) {
    top: 33.75rem;
    right: 51.5%
}

.about-history .about-history__event:nth-child(6) {
    top: 41.25rem;
    left: 50%
}

.about-history .about-history__event:nth-child(7) {
    top: 48.75rem;
    right: 51.5%
}

.about-history .about-history__event:nth-child(7):before {
    right: -.9375rem;
    bottom: 30%;
    left: auto
}

.about-history .about-history__event:nth-child(7):after {
    bottom: 35%;
    right: -3.4375rem;
    left: auto
}

.about-history .about-history__event:nth-child(8) {
    top: 56.25rem;
    left: 25%
}

.about-history .about-history__event:nth-child(9) {
    top: 63.75rem;
    right: 51.5%
}

.about-history .about-history__event:nth-child(10) {
    top: 71.25rem;
    left: 50%
}

.about-history .about-history__event:nth-child(11) {
    top: 76.25rem;
    right: 51.5%
}

.about-history .about-history__event:nth-child(12) {
    top: 85rem;
    left: 44%
}

.about-history .about-history__event:nth-child(13) {
    top: 93.75rem;
    right: 51.5%
}

.about-history .about-history__event .about-history__event-text > span {
    color: #0091ea
}

.about-history .about-history__event .about-history__event-text-full {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e0e0e0;
    z-index: 5;
    border-radius: 4px;
    top: -.375rem;
    left: -.625rem;
    width: 9.375rem;
    padding: .3125rem
}

.about-history .about-history__lines {
    position: relative;
    height: 98.125rem
}

.about-history .about-history__lines.about-history__lines--hidden {
    height: 38.75rem
}

.about-history .about-history__line {
    position: absolute;
    border-top: 2px dashed #0091ea
}

.about-history .about-history__line:before {
    display: none;
    position: absolute;
    width: 15.375rem;
    height: 15.375rem;
    border-radius: 100%;
    border-color: transparent transparent #0091ea #0091ea;
    border-style: dashed;
    border-width: 2px;
    top: -2px
}

.about-history .about-history__line:first-child {
    right: 0;
    top: 3.4375rem;
    width: .125rem
}

.about-history .about-history__line:first-child:before {
    content: "";
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: -7.8125rem
}

.about-history .about-history__line:nth-child(2) {
    top: 24.25rem;
    width: 50%;
    right: 25%
}

.about-history .about-history__line:nth-child(2):before {
    content: "";
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -7.8125rem
}

.about-history .about-history__line:nth-child(3) {
    top: 39.75rem;
    width: 50%;
    right: 25%
}

.about-history .about-history__line:nth-child(3):before {
    content: "";
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: -7.8125rem
}

.about-history .about-history__line:nth-child(4) {
    top: 55.25rem;
    width: 50%;
    right: 25%
}

.about-history .about-history__line:nth-child(n+5) {
    display: block
}

.about-history .about-history__line.about-history__line--hidden,
.about-history .about-history__line:not(:first-child) {
    display: none
}

.about-history .about-history__line.about-history__line--hidden-circle:before {
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-bottom-color: transparent
}

.about-history .about-history__btn {
    display: block;
    max-width: 18.125rem;
    width: 100%;
    height: 2.5rem;
    margin: 1.25rem auto 0
}

.about-services .about-services__wrap {
    margin-bottom: -1.875rem
}

.about-services .about-services__item {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 1.875rem;
    border-radius: .25rem
}

.about-services .about-services__item-head {
    padding: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f2f2f2
}

.about-services .about-services__item-img {
    display: block;
    margin-right: 1.875rem
}

.about-services .about-services__item-title {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 1.25rem
}

.about-services .about-services__item-list {
    padding: .625rem 1.25rem .625rem 3.75rem
}

.about-services .about-services__item-row {
    position: relative;
    font-size: .875rem;
    padding: .625rem 0 .625rem 1.25rem
}

.about-services .about-services__item-row:before {
    content: "";
    position: absolute;
    top: .9375rem;
    left: -1.25rem;
    width: .4375rem;
    height: .4375rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%;
    background: #1d74fb;
}

.about-geo {
    margin-top: 3.125rem;
    padding-bottom: 3.75rem;
    background-color: #fff
}

.about-geo .about-geo__map {
    position: relative;
    min-height: 17.5rem;
    margin-bottom: 1.875rem
}

.about-geo .about-geo__video {
    position: relative;
    z-index: 0;
    -ms-transform: translate(-18%);
    transform: translate(-18%)
}

.about-geo .about-geo__video-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 1.875rem .625rem .625rem
}

.about-geo .about-geo__video-text > span {
    display: block;
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.5rem
}

.about-geo .about-geo__video-text > span:not(:last-of-type) {
    margin-bottom: .625rem
}

.about-geo .about-geo__video-title {
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 1.875rem;
    position: relative
}

.about-geo .about-geo__video-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.25rem;
    margin: 0 auto;
    width: 6.25rem;
    height: 1px;
    background: #fff;
    opacity: .3;
    left: 0;
    right: 0
}

.about-geo .about-geo__achievs-title {
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 1.75rem;
    line-height: 2rem;
    text-align: center
}

.about-geo .about-geo__achievs-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.25rem;
    margin: 0 auto;
    width: 6.25rem;
    height: 1px;
    background: #464646;
    opacity: .3;
    left: 0;
    right: 0
}

.about-geo .about-geo__slider-wrapper {
    margin-bottom: 3.75rem
}

.about-geo .about-geo__slide-title {
    text-align: center;
    font-size: 1.375rem;
    margin-bottom: 3.125rem
}

.about-geo .about-geo__slide-list {
    padding: 0 3.75rem
}

.about-geo .about-geo__slide-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.about-geo .about-geo__slide-row:not(:last-of-type) {
    margin-bottom: 1.25rem
}

.about-geo .about-geo__slide-row-img {
    margin-right: .9375rem;
    display: block
}

.about-geo .about-geo__slider-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.about-geo .about-geo__slider-bullet {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #000
}

.about-geo .about-geo__slider-bullet:not(:last-of-type) {
    margin-right: .625rem
}

.about-geo .about-geo__slider-bullet-active {
    width: .75rem;
    height: .75rem;
    background-color: #1d74fb
}

.about-clients {
    padding: .625rem 0 3.125rem
}

.about-clients .about-clients__desc {
    margin-bottom: 3.125rem;
    text-align: center;
    font-size: .875rem
}

.about-clients .about-clients__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-clients .about-clients__logo {
    display: block;
    margin: 0 auto
}

.about-clients .about-clients__logo:not(:last-of-type) {
    margin-bottom: 3.75rem
}

.about-clients .about-clients__img {
    max-width: 100%
}
.about-awards {
    background-color: #fff;
    padding-top: 1.5625rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.about-awards .about-awards__container {
    padding: 1.875rem 0 2.5rem
}

.about-awards .about-awards__slide {
    padding: 0 1.875rem;
    text-align: center;
}

.about-awards .about-awards__img {
    display: block;
    height: 4.3125rem;
    margin: 0 auto 1.25rem
}

.about-awards .about-awards__slide-text {
    font-size: .875rem;
    line-height: 1.5rem;
    text-align: center
}

.about-awards .about-awards__slide-text span {
    font-weight: 600
}

.about-leadership {
    margin-bottom: 1.875rem
}

.about-leadership .about-leadership__leaders {
    margin-bottom: 1.875rem;
    max-width: 605px;
}

.about-leadership .about-leadership__leader {
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #f2f2f2;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1);
    position: relative
}

.about-leadership .about-leadership__leader:first-of-type {
    margin-bottom: 1.875rem
}

.about-leadership .about-leadership__leader-photo {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    font-family: "object-fit: cover;";
    overflow: hidden;
    text-align: center
}

.about-leadership .about-leadership__img {
    width: auto;
    height: 27em;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    font-family: "object-fit: cover;";
    }
.about-leadership .about-leadership__leader-info {
    padding: .9375rem 0 .625rem;
    text-align: center
}

.about-leadership .about-leadership__leader-name {
    padding-bottom: .9375rem;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: .625rem;
    font-size: 1.5rem
}

.about-leadership .about-leadership__leader-position {
    margin-bottom: .625rem;
    font-size: .875rem;
    color: #777;
    line-height: 1.5rem
}

.about-leadership .about-leadership__leader-mail {
    color: #0871cc;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 0 .3125rem .625rem;
    position: relative;
    z-index: 5
}

.about-leadership .about-leadership__leader-mail:hover {
    text-decoration: underline
}

.about-leadership .about-leadership__persons {
    margin-bottom: -1.875rem;
    display: none
}

.about-leadership .about-leadership__persons.about-leadership__persons--visible {
    display: block
}

.about-leadership .about-leadership__person {
    background-color: #fff;
    margin-bottom: 1.875rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: block;
    position: relative;
    transition: all .4s;
}

.about-leadership__person:hover {
    box-shadow: 0 16px 10px rgba(0, 0, 0, .1);
    transition: all .4s;
}

.about-leadership .about-leadership__person-photo {
    display: block;
    border-radius: .25rem .25rem 0 0;
    text-align: center;
    cursor: pointer;
}
.about-history__event img {
    width:79px;
    }
.about-leadership .about-leadership__person-photo img {
    max-width: 100%;
    object-fit: cover;
    height: 25em;
    width: 100%;
    }
.about-leadership .about-leadership__person-info {
    padding: .9375rem 0 .625rem;
    text-align: center
}

.team_agent_social_network {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 0 5px 0;
}
.team_agent_social_network a {
    background: rgb(16 15 15 / 41%);
    margin: 0;
    border-radius: 15%;
    width: 35px;
    height: 35px;
}
.has_auto {
    font-size: 25px;
}
.about-leadership .about-leadership__person-name {
    font-size: 1.5rem;
    padding: 0 5px;
    border-bottom: 1px solid #f2f2f2;
    height: 65px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.about-leadership .about-leadership__person-position {
    padding: 0 0.3125rem;
    font-size: .875rem;
    color: #777;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-leadership .about-leadership__person-mail {
    color: #ed1847;
    text-decoration: underline;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 .3125rem;
    display: block;
    position: relative;
    z-index: 5
}

.about-leadership .about-leadership__person-mail:hover {
    text-decoration: underline
}

.about-leadership .about-leadership__expert-link {
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0
}

.about-leadership .about-leadership__btn {
    display: block;
    max-width: 18.75rem;
    width: 100%;
    margin: 4% auto 0
}

.about-quality {
    background-color: #fff;
    padding: 1.875rem 0 1.25rem
}

.about-quality .about-quality__title {
    margin-bottom: 2.8125rem
}

.about-quality .about-quality__text-left {
    display: none
}

.about-quality .about-quality__text-left > div {
    border-left: 1px solid #ed1847;
    padding: .625rem 10% .625rem 1.1875rem;
    line-height: 1.3;
    font-size: .875rem
}

.about-quality .about-quality__text-right > p {
    line-height: 1.1875rem;
    font-size: .875rem
}

.about-quality .about-quality__text-right p:not(:last-of-type) {
    margin-bottom: 1.25rem
}

.about-quality .about-quality__list {
    padding: .25rem 0 0 2.5rem;
    margin-bottom: 1.5rem;
    list-style: disc outside none
}

.about-quality .about-quality__list li {
    font-size: .875rem;
    list-style-image: none
}

@media (min-width:361px) {
    .about .about__main-title {
        font-size: 2.125rem;
        line-height: 2.5rem
    }
}

@media (min-width:451px) {
    .about-history .about-history__container {
        max-width: 26.875rem
    }

    .about-history .about-history__event {
        width: 11.5625rem
    }

    .about-history .about-history__event .about-history__event-text-full {
        top: -.625rem;
        left: -1.09375rem;
        width: 13.75rem;
        padding: .5625rem
    }
}

@media (min-width:620px) {
    .about-banner {
        height: calc(100vh - 4.0625rem)
    }

    .about-geo .about-geo__slide-list {
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

    .about-geo .about-geo__slide-row:not(:last-of-type) {
        margin-bottom: 0
    }

    .about-geo .about-geo__slide-row {
        display: block;
        width: 33.333%;
        padding: 0 1.875rem;
        text-align: center;
    }

    .about-geo .about-geo__slide-row-img {
        margin: 0 auto 1.25rem
    }

    .about-geo .about-geo__slide-row-text {
        display: block;
        text-align: center
    }

    .about-leadership .about-leadership__leader {
        display: -ms-flexbox;
        display: flex
    }

    .about-leadership .about-leadership__leader-photo {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .about-leadership .about-leadership__leader-photo-item {
        display: block;
        height: 100%
    }

    .about-leadership .about-leadership__img {
        height: 19.5rem;
        border-radius: 0.25rem 0.25rem 0 0;
        margin-left: 0
    }

    .about-leadership .about-leadership__leader-info {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-top: 2.8125rem
    }

    .about-leadership .about-leadership__leader-name {
        margin-bottom: 3.125rem;
        border-bottom: none
    }

    .about-leadership .about-leadership__leader-position {
        margin-bottom: 2.1875rem
    }

    .about-leadership .about-leadership__persons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 -.9375rem -1.875rem
    }

    .about-leadership .about-leadership__persons.about-leadership__persons--visible {
        display: -ms-flexbox;
        display: flex
    }

    .about-leadership .about-leadership__person {
        max-width: calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px)
    }

    .about-leadership .about-leadership__person-photo {
        height: 300px;
        padding: 0
    }

    .about-leadership .about-leadership__person-photo img {
        height: 100%;
        width: 100%
    }
}

@media (min-width:768px) {
    .about .about__breadcrumbs {
        margin-bottom: .3125rem
    }

    .about .about__title {
        font-size: 2.125rem;
        line-height: 4.25rem;
    }

    .about-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-banner .about-banner__logo {
        padding-top: 0;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 41.4375rem;
        position: absolute;
        width: 100%;
    }

    .about-banner .about-banner__text {
        display: block;
        position: absolute;
        z-index: 2;
        max-width: 56.25rem;
        color: #fff;
        padding: 0;
        top: 0;
    }

    .about-history {
        margin-bottom: .875rem
    }

    .about-history .about-history__container {
        max-height: none;
        max-width: 46.25rem
    }

    .about-history .about-history__title {
        margin-top: .9375rem
    }

    .about-history .about-history__event:first-child {
        left: 13%;
        right: auto
    }

    .about-history .about-history__event:nth-child(2) {
        top: 6rem
    }

    .about-history .about-history__event:nth-child(3) {
        top: 19rem;
        right: 9.6%
    }

    .about-history .about-history__event:nth-child(4) {
        top: 22rem
    }

    .about-history .about-history__event:nth-child(5) {
        top: 34rem;
        left: 11.5%;
        right: auto
    }

    .about-history .about-history__event:nth-child(6) {
        top: 38rem
    }

    .about-history .about-history__event:nth-child(7) {
        top: 47.1875rem;
        right: 9.6%
    }

    .about-history .about-history__event:nth-child(8) {
        top: 51.6875rem
    }

    .about-history .about-history__event:nth-child(9) {
        top: 62.5rem;
        left: 11.5%;
        right: auto
    }

    .about-history .about-history__event:nth-child(10) {
        top: 67.5rem
    }

    .about-history .about-history__event:nth-child(11) {
        top: 78.125rem;
        right: 9.6%
    }

    .about-history .about-history__event:nth-child(12) {
        top: 82.0625rem
    }

    .about-history .about-history__event:nth-child(13) {
        top: 82.3125rem;
        left: 4%;
        right: auto
    }

    .about-history .about-history__event.about-history__event--hidden-desktop,
    .about-history .about-history__event.about-history__event--hidden-lg {
        display: none
    }

    .about-history .about-history__lines {
        height: 90rem
    }

    .about-history .about-history__line:before {
        display: block
    }

    .about-history .about-history__line:first-child {
        top: 8.75rem;
        width: 50%;
        right: 25%
    }

    .about-history .about-history__line:not(:first-child) {
        display: block
    }

    .about-services .about-services__item-title {
        font-size: 1.5rem
    }

    .about-geo .about-geo__video {
        max-height: 26.875rem;
        -ms-transform: none;
        transform: none
    }

    .about-clients .about-clients__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about-clients .about-clients__slide {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: auto;
        height: auto
    }

    .about-clients .about-clients__arrow {
        display: none
    }

    .about-clients .about-clients__logo {
        width: 75%
    }

    .about-leadership .about-leadership__person-mail {
        padding: 0
    }
}

@media (min-width:991px) {
    .about .about__title span {
        padding: 0 2.1875rem;
        background-color: #f9f9f9
    }

    .about .about__title:before {
        display: block
    }

    .about .about__title.about__title--white span {
        background-color: #fff
    }

    .about-history .about-history__container {
        max-width: 60rem
    }

    .about-history .about-history__event:first-child {
        left: 8%
    }

    .about-history .about-history__event:nth-child(2) {
        left: 35%
    }

    .about-history .about-history__event:nth-child(3) {
        top: 6rem;
        right: auto;
        left: 65%
    }

    .about-history .about-history__event:nth-child(4) {
        top: 17rem;
        right: 8.5%
    }

    .about-history .about-history__event:nth-child(4):before {
        bottom: 15%;
        left: auto;
        right: -3.1875rem
    }

    .about-history .about-history__event:nth-child(5) {
        top: 22rem;
        left: 53%
    }

    .about-history .about-history__event:nth-child(6) {
        top: 22rem;
        left: 20%
    }

    .about-history .about-history__event:nth-child(7) {
        top: 31.125rem;
        right: auto;
        left: 8.5%
    }

    .about-history .about-history__event:nth-child(7):before {
        left: -3.125rem;
        right: auto
    }

    .about-history .about-history__event:nth-child(7):after {
        bottom: 20%;
        left: -5rem;
        right: auto
    }

    .about-history .about-history__event:nth-child(8) {
        top: 36.1875rem;
        left: 34%
    }

    .about-history .about-history__event:nth-child(9) {
        top: 35.625rem;
        left: 65%
    }

    .about-history .about-history__event:nth-child(10) {
        top: 48.1875rem;
        left: auto;
        right: 8.5%
    }

    .about-history .about-history__event:nth-child(10):before {
        left: auto;
        right: -3.1875rem;
        bottom: 15%
    }

    .about-history .about-history__event:nth-child(10):after {
        bottom: 20%;
        right: -16.25rem
    }

    .about-history .about-history__event:nth-child(11) {
        top: 50.9375rem;
        left: 55%;
        right: auto
    }

    .about-history .about-history__event:nth-child(12) {
        top: 51.0625rem;
        left: 28%
    }

    .about-history .about-history__event:nth-child(13) {
        top: 51.3125rem;
        left: 0
    }

    .about-history .about-history__event.about-history__event--hidden-lg {
        display: block
    }

    .about-history .about-history__lines {
        height: 62.5rem
    }

    .about-history .about-history__lines.about-history__lines--hidden {
        height: 37.5rem
    }

    .about-history .about-history__line:first-child {
        top: 8.75rem;
        width: 66.66666667%;
        right: 16.66666666%
    }

    .about-history .about-history__line:nth-child(2),
    .about-history .about-history__line:nth-child(3) {
        width: 66.66666667%;
        right: 16.66666666%
    }

    .about-history .about-history__line:nth-child(4) {
        width: 75%;
        right: 16.66666666%
    }

    .about-history .about-history__line:nth-child(n+5) {
        display: none
    }

    .about-services .about-services__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -1.5625rem;
        margin: 0 2rem;
    }

    .about-services .about-services__item {
        -ms-flex-preferred-size: calc(50% - 0.78125rem);
        flex-basis: calc(50% - 0.78125rem);
        max-width: calc(50% - .78125rem);
        margin-bottom: 1.5625rem
    }

    .about-geo {
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px;
    }

    .about-geo .about-geo__map {
        margin-bottom: 0;
        max-width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    .about-geo .about-geo__video {
        -ms-transform: translate(-27%);
        transform: translate(-27%)
    }

    .about-geo .about-geo__container {
        max-width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        position: relative;
        background-color: #fff;
        padding-top: 1.875rem
    }

    .about-leadership .about-leadership__leaders {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .about-leadership .about-leadership__leader:first-of-type {
        margin-bottom: 0
    }
/*
    .about-leadership .about-leadership__leader {
        max-width: calc(50% - 1.875rem);
        -ms-flex-preferred-size: calc(50% - 1.875rem);
        flex-basis: calc(50% - 1.875rem)
    }*/

    .about-leadership .about-leadership__img {
        font-family: "object-position: -40px; object-fit: cover;"
    }

    .about-leadership .about-leadership__person {
        max-width: calc(33.333% - 1.875rem);
        -ms-flex-preferred-size: calc(33.333% - 1.875rem);
        flex-basis: calc(33.333% - 1.875rem)
    }

    .about-quality .about-quality__text {
        display: -ms-flexbox;
        display: flex
    }

    .about-quality .about-quality__text-left {
        display: block;
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .about-quality .about-quality__text-right {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
}

@media (min-width:1280px) {
    .about {
        padding-top: 0rem;
    }

    .about .about__title {
        line-height: 2.5rem
    }

    .about-banner {
        height: calc(100vh - 19.625rem)
    }

    .about-history .about-history__container {
        max-width: 78.75rem
    }

    .about-history .about-history__event:first-child {
        left: 10%;
        top: 5rem
    }

    .about-history .about-history__event:nth-child(2) {
        top: 5rem;
        left: 33%
    }

    .about-history .about-history__event:nth-child(3) {
        top: 5rem;
        left: 56%
    }

    .about-history .about-history__event:nth-child(4) {
        top: 17rem;
        right: 10.5%
    }

    .about-history .about-history__event:nth-child(4):after {
        bottom: 20%;
        left: auto;
        right: -5.625rem
    }

    .about-history .about-history__event:nth-child(5) {
        top: 21rem;
        left: 50%
    }

    .about-history .about-history__event:nth-child(6) {
        top: 21rem;
        left: 25%
    }

    .about-history .about-history__event:nth-child(7) {
        top: 31.375rem;
        left: 10.5%
    }

    .about-history .about-history__event:nth-child(7):before {
        left: -3.1875rem;
        bottom: 15%
    }

    .about-history .about-history__event:nth-child(7):after {
        left: -5.625rem
    }

    .about-history .about-history__event:nth-child(8) {
        top: 36.4375rem
    }

    .about-history .about-history__event:nth-child(9) {
        top: 35.875rem;
        left: 60%
    }

    .about-history .about-history__event:nth-child(10) {
        top: 48.4375rem;
        right: 10.5%
    }

    .about-history .about-history__event:nth-child(11) {
        top: 51.1875rem
    }

    .about-history .about-history__event:nth-child(12) {
        top: 51.3125rem;
        left: 34%
    }

    .about-history .about-history__event:nth-child(13) {
        top: 51.5625rem;
        left: 2%
    }

    .about-geo .about-geo__container,
    .about-geo .about-geo__map {
        max-width: 100%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .about-clients .about-clients__logo {
        width: auto
    }

    .about-leadership .about-leadership__img {
        object-position: center;
        font-family: "object-position: 0; object-fit: cover;";
        width: 15rem;
    }

    .about-leadership .about-leadership__person {
        max-width: calc(25% - 1.875rem);
        -ms-flex-preferred-size: calc(25% - 1.875rem);
        flex-basis: calc(25% - 1.875rem)
    }

    .about-quality .about-quality__text-right > p {
        line-height: 1.5rem
    }

    .about-quality .about-quality__text-right p:not(:last-of-type) {
        margin-bottom: 1.75rem
    }
}

@media (min-width:1400px) {
    .about-geo .about-geo__video {
        -ms-transform: none;
        transform: none
    }
}

@media (max-width:767px) {
    .about-history .about-history__event:nth-child(odd):before {
        left: auto;
        top: 25%;
        right: -1.125rem;
        bottom: auto
    }

    .about-history .about-history__event:nth-child(odd):after {
        top: 28%;
        bottom: auto;
        right: -4.0625rem;
        left: auto
    }

    .about-history .about-history__event:nth-child(2n) {
        left: 51.5%;
        right: auto
    }

    .about-history .about-history__event:nth-child(2n):before {
        left: -1.0625rem;
        top: 25%;
        right: auto;
        bottom: auto
    }

    .about-history .about-history__event:nth-child(2n):after {
        top: 28%;
        bottom: auto;
        right: auto;
        left: -4.0625rem
    }

    .about-history .about-history__line:first-child {
        border-top: 0;
        border-right: 2px dashed #0091ea;
        height: 91%;
        margin: 0 auto;
        left: 0
    }
}

@media (max-width:450px) {
    .about-history .about-history__event:nth-child(odd):before {
        right: -.9375rem
    }

    .about-history .about-history__event:nth-child(odd):after {
        right: -3.4375rem
    }

    .about-history .about-history__event:nth-child(2n):before {
        left: -1rem
    }

    .about-history .about-history__event:nth-child(2n):after {
        left: -3.4375rem
    }
}

@media (max-width:990px) {
    .about-history .about-history__line:nth-child(4):before {
        content: "";
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: -7.8125rem
    }

    .about-history .about-history__line:nth-child(5) {
        top: 70.75rem;
        width: 50%;
        right: 25%
    }

    .about-history .about-history__line:nth-child(5):before {
        content: "";
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        right: -7.8125rem
    }

    .about-history .about-history__line:nth-child(6) {
        top: 86.25rem;
        width: 60%;
        right: 25%
    }
}

@media (min-width:768px) and (max-width:990px) {
    .about-history .about-history__event:nth-child(3):before {
        left: auto;
        right: -.9375rem;
        bottom: 30%
    }

    .about-history .about-history__event:nth-child(3):after {
        bottom: 35%;
        right: -11.875rem
    }

    .about-history .about-history__event:nth-child(5):before {
        bottom: 25%;
        left: -1.875rem
    }

    .about-history .about-history__event:nth-child(5):after {
        bottom: 35%;
        left: -4.375rem
    }

    .about-history .about-history__event:nth-child(9):before {
        bottom: 25%;
        left: -1.875rem
    }

    .about-history .about-history__event:nth-child(9):after {
        bottom: 35%;
        left: -4.375rem
    }

    .about-history .about-history__event:nth-child(11):before {
        left: auto;
        right: -.9375rem;
        bottom: 30%
    }

    .about-history .about-history__event:nth-child(11):after {
        bottom: 35%;
        right: -3.4375rem;
        left: auto
    }
}

@media (min-width:991px) and (max-width:1279px) {
    .about-history .about-history__event:nth-child(5):before {
        bottom: -2rem
    }

    .about-history .about-history__event:nth-child(5):after {
        bottom: -3.5rem
    }
}
.nameab {
    text-align: right;
    font-size: 2vw;
    font-family: inherit;
    padding: 40px 0;
}
.logo img {
    height: auto;
    width: 300px;
}
/*
.fonab {
    background: url(/img/tkanfon1.jpg) no-repeat top;
background-size: cover;
    height: 550px;
    width: 100%;
    top: 0;
    position: relative;
}
*/

.text22 {
    position: absolute;
    text-align: right;
    top: 159px;
    right: 0;
    color: #ffffff;
    padding: 0 40px;
    width: 960px;
}
.pp1 {
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
    width: 342px;
    /* height: 500px; */
    right: 0;
    position: absolute;
    margin: 0 163px 0 0;
}

.nameab img{
    width: 100px;
    height: auto;
}
.fatest{
    width: 40px;
    height: auto;
}
.fatest2{
    width: 40px;
    height: auto;
}
.p12{
    padding: 0px 80px;
}
