

/* Start:/local/templates/performance/css/about.css?176407894711182*/
/*.marquee_block{
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
}
.marquee{
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 5s linear infinite;
}
@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}*/

.marquee {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 5s linear infinite;

}

.marquee span {

    padding: 0 210px 0 110px;

    font-size: 64px;
    line-height: 140%;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    width: 1200px;
}
.marquee span:before {
    content: "";
    width: 60px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 25px;
    background-color: #000;
}

.main_header{
    background-image: url("/local/templates/performance/css/../img/main_header_bg-min.png");
    background-repeat: no-repeat;
    height: 700px;
}
.main_sticky{
    display: none;
}
.about_header {
    height: calc(100% - 130px);
}
.about_header .marquee_block{
    display: flex;
    align-items: center;
    margin: 70px 0 0 0;
}
@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
/*.about_header .marquee{
    font-size: 64px;
    line-height: 140%;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    max-width: 830px;
    position: relative;
    margin-left: 280px;
}*/
/*.about_header .marquee:not(:nth-of-type(1)){

    margin-left: 280px;
}*/
/*.about_header .marquee:before{
    content: "";
    width: 60px;
    height: 14px;
    position: absolute;
    left: -110px;
    top: 25px;
    background-color: #000;
}*/
.about_header .marquee a{
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    color: #FA006D;
    text-transform: initial;
}
.lic_block{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lic_block a{
    margin: 0 15px 15px 15px;
    background-color: #fff;
}
.page_about{
    background-color: #E5E5E5;
}
.block_about .fon{
    background-image: url("/local/templates/performance/css/../img/ico/bh.svg");
    background-repeat: no-repeat;
    background-position: 87% 100%;
}
.block_about .page-content{
    padding: 65px 0 85px 0;
    border-bottom: 1px solid #979797;
}
.block_about .txt{
    max-width: 670px;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.block_specialists .page-content{
    padding: 60px 0 36px 0;
}
.block_specialists .item{
    display: flex;
    flex-direction: column;
    max-width: 170px;
}
.block_specialists .name{
    font-size: 24px;
    line-height: 140%;
    color: #000000;
    padding: 15px 0 5px 0;
}
.block_specialists .function{
    font-size: 12px;
    line-height: 130%;
    color: #909090;
}
.block_specialists .cols{
    display: flex;
    justify-content: space-between;
}
.block_specialists .item1 .item{
    margin: 110px 0 0 0;
}
.block_specialists .item2 .item:nth-of-type(1){
    padding: 0 0 50px 0;
}
.block_specialists .item2 .item.no_person{
    position: relative;
}
.block_specialists .item2 .item.no_person > div{
    position: absolute;
    top: 150px;
    left: 0;
}
.block_specialists .item2 .no_person .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
    padding: 0 0 20px 0;
}
.block_specialists .item2 .no_person .txt{
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    display: block;
    width: 270px;
}

/*Почему  нам доверяют */
.why_trust {
    background-image: url("/local/templates/performance/css/../img/why_trust_map2-min.png");
    background-repeat: no-repeat;
    background-position: 58% 0;
}
.why_trust .block_content{
    padding: 20px 0 0 0;

}
.why_trust .info{
    display: flex;
    justify-content: space-between;
    padding: 88px 0 130px 0;
}
.why_trust .info > div{
    display: flex;
    flex-direction: column;
}
.why_trust .nom{
    opacity: 0;

    background: -webkit-linear-gradient(65.29deg, #000000 3.5%, #001F4D 35.94%, #03C7B6 71.62%, #03C7B6 92.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 22px 0;
}
.why_trust .num_block{
    display: flex;
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0.03em;
}
.why_trust .num_block .plus{
    color: #52C8B5;
}
.why_trust .text{
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    padding: 0 49px 0 0;
}
.about_revs {
    margin: 0 -15px;
}
.about_revs .item{
    background-color: #FFFFFF;
    margin: 0 15px 44px 15px;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px 20px;
    height: calc(100% - 20px);
}
.about_revs .item .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    padding: 0 0 10px 0;
    display: inline-block;
}
.about_revs .item .function{
    font-size: 12px;
    line-height: 130%;
    color: #909090;
    display: inline-block;
    padding: 0 0 22px 0;
}
.about_revs .item .txt{
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    display: inline-block;
    padding: 0 0 32px 0;
}

.about_revs_dots{
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 62px 0;
}
.about_revs_dots .slick-dots{
    display: flex;
    justify-content: flex-end;
}
.about_revs_dots button{
    border: none;
    background-color: transparent;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    padding: 0 11px;
}
.about_revs_dots .slick-active button{
    color: #0580A5;
}
.about_revs_dots .slick-active:after{
    content: "";
    display: inline-block;
    width: 57px;
    height: 1px;
    background-color: #000;
}
.about_revs_dots li:nth-last-child(1):after{
    display: none;
}
.about_revs_dots li{
    display: flex;
    align-items: center;
}

.about_video{
    width: calc(100% - ((100% - 1170px) / 2));
    display: flex;
    justify-content: space-between;
    padding: 0 0 80px 0;
}
.about_video .img_block{
    position: relative;
    cursor: pointer;
}
/*.about_video .img_block:after{
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url("/local/templates/performance/css/../img/ico/video_play.svg");
    background-position: 50%;
    background-repeat: no-repeat;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}*/
.about_video .info_block{
    flex: 0 1 470px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 30px;
}
.about_video .top_link{
    font-size: 12px;
    line-height: 140%;
    color: #027B86;
    display: inline-block;
    padding: 0 0 30px 0;
}
.about_video .info{
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}
.about_video .view_video_link{
    font-size: 16px;
    line-height: 130%;
    color: #FA006D;
    display: inline-block;
    padding: 0 0 30px 0;
}
.about_video .video{
    padding-bottom: 37%;
}
.about_video .video__button{
    width: 75px;
    height: 75px;
    display: block;
    background-image: url("/local/templates/performance/css/../img/ico/video_play.svg");

}
.block_grey.cooperation{
    background: linear-gradient(56.92deg, #03C7B6 3.5%, #87EFE6 22.04%, #E9E9E9 46.6%, #E9E9E9 92.47%);
}
.main_header {
    overflow: hidden;
}

.about_revs_block .slick-track {
    display: flex !important;
}

.about_revs_block .slick-slide {
    height: auto;
}

@media (max-width:1200px) {
    .block_about{
        padding: 0 20px;
    }
    .block_specialists{
        padding: 0 20px;
    }
    .why_trust .block_content {
        padding: 20px 20px 0 20px;
    }
    .about_revs_block{
        padding: 0 20px;
    }
    .about_video{
        flex-direction: column-reverse;
        width: 100%;
    }
    .about_video .top_link{
        display: none;
    }
    .about_video .info_block {
        flex: 0;
    }
    .view_video_link{
        display: none;
    }
}
@media (max-width:1100px) {
    .block_specialists .cols{
        flex-wrap: wrap;
    }
    .block_specialists .col{
        flex: 0 1 33.3333%;
    }
}
@media (max-width:1000px) {
    .why_trust .num_block {
        font-size: 42px;
        line-height: 42px;
    }
    .marquee span {
        font-size: 50px;
    }
}
@media (max-width:600px) {

    .main_header{
        height: 480px;
        background-image: url("/local/templates/performance/css/../img/about_bg_mob.png");
        background-size: cover;
    }
    .marquee_block .marquee:nth-of-type(2){
        display: none;
    }
    .about_header .marquee span{
        font-weight: bold;
        font-size: 28px;
        line-height: 130%;
        margin-left: 0;
        width: 630px;
        padding: 0 60px 0 110px;
    }
    .marquee span:before {
        height: 10px;
        top: 10px;
    }
    .about_header .marquee a{
        display: none;
    }
    .block_about .fon {
        background-position: 100% 20px;
        background-size: 55%;
    }
    .block_specialists .col{
        flex: 0 1 50%;
    }
    .block_specialists .no_person{
        display: none;
    }
    .block_specialists .cols {
        flex-direction: row-reverse;
    }
    .block_specialists .item2 .item:nth-of-type(2) {
        margin: 0 0 30px 0;
    }
    .why_trust {;
        background-position: 0;
        background-size: contain;
    }
    .why_trust .info {
        flex-direction: column;
        padding: 15px 0 50px 0;
    }
    .why_trust .nom {
        padding: 0 0 10px 0;
    }
    .why_trust .text {
        font-size: 14px;
        line-height: 130%;
        color: #000000;
        padding: 0 0 20px 0;
    }

    .block_specialists .name{
        font-size: 18px;
    }
    /*fix*/
    .block_specialists .cols .col:nth-of-type(3) .item {
        margin: -140px 0 0 0;
    }
    .block_specialists .item1 .item {
        margin: 64px 0 0 0;
    }
    .block_specialists .page-content {
        padding: 60px 0 0 0;
        margin: 0 0 -60px 0;
    }
    .about_lic{
        padding: 0 20px;
    }
    .lic_block a{
        background-color: transparent;
    }
    .lic_block img{
        margin: 0 auto;
    }
    .slick_mob_dots{
        margin: 16px 0 35px 0;
    }

}
@media (max-width:350px) {
    .block_specialists .item{
        max-width: 115px;
    }
}


/* End */


/* Start:/local/templates/performance/css/video.css?1764078947847*/
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 155px;
    height: 155px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-image: url("/local/templates/performance/css/../img/ico/video_play_white.svg");
}


/* Enabled */

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}
/* End */
/* /local/templates/performance/css/about.css?176407894711182 */
/* /local/templates/performance/css/video.css?1764078947847 */
