

/* Start:/local/templates/new/css/about.css?174525459130409*/
:root {
    --vh: 1vh;
}

.about-page #wrapper,
.about-page #page {
    overflow: unset;
}

.about-main {
    position: relative;
    width: 100%;
    color: #fff;
}

.about-main__fone {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000;
}

.about-main__fone-item,
.about-main__fone-item img,
.about-main__fone-item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-main__fone-item {
    z-index: 1;
}

.about-main__fone-item img,
.about-main__fone-item video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-main__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 100vh;
    min-height: calc(100 * var(--vh));
    padding-top: 118px;
    padding-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.about-main__heading {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 61px;
    line-height: 1.3;
    font-family: "NeutralFace", "Inter", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 1599px) {
    .about-main__heading {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .about-main__wr {
        justify-content: flex-start;
        padding-bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
    }

    .about-main__heading {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .about-main__heading {
        line-height: 1.2;
        font-family: "Inter", sans-serif;
        letter-spacing: .06em;
    }
}

@media (max-width: 600px) {
    .about-main__wr {
        padding-top: 137px;
    }

    .about-main__heading {
        font-size: 32px;
    }
}

.about-text {
    padding-top: 110px;
    padding-bottom: 110px;
}

.about-text__title {
    margin-bottom: 37px;
    font-size: 37px;
    line-height: 1.35;
    font-family: NeutralFace, 'Inter', sans-serif;
    ;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.about-text__title div {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    -o-transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s, -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    will-change: transform;
}

.about-text__title div:not(:first-child) {
    margin-top: 10px;
}

.about-text__inner.is-visible .about-text__title div:nth-child(2) {
    -webkit-transform: translateX(272px);
    -ms-transform: translateX(272px);
    transform: translateX(272px);
}

.about-text__inner.is-visible .about-text__title div:nth-child(3) {
    -webkit-transform: translateX(560px);
    -ms-transform: translateX(560px);
    transform: translateX(560px);
}

.about-text__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    min-height: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-text__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.about-text__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-text__item:not(:first-child) {
    margin-left: -40px;
}

.about-text__name {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 410px;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s cubic-bezier(.76, 0, .24, 1);
    -o-transition: opacity .3s cubic-bezier(.76, 0, .24, 1);
    transition: opacity .3s cubic-bezier(.76, 0, .24, 1);
}

.about-text__item:nth-child(1) .about-text__name {
    opacity: 1;
}

.about-text__item:hover .about-text__name {
    opacity: 1;
}

.about-text__name::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    -webkit-transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    -o-transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s, -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    will-change: transform;
}

.about-text__inner.is-visible .about-text__name::after,
.about-text__inner.is-visible .about-text__text::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.about-text__name-item {
    margin-bottom: 0;
}

.about-text__name-item:not(:first-child) {
    margin-top: 6px;
}

.about-text__name-job,
.about-text__name-title {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.666;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    -o-transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s, -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    will-change: transform;
}

.about-text__inner.is-visible .about-text__name-job,
.about-text__inner.is-visible .about-text__name-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.about-text__name-job {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 1.5;
}

.about-text__img {
    position: relative;
    width: 200px;
    overflow: hidden;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    border-radius: 50%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    -o-transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s, -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    will-change: transform;
}

.about-text__item:nth-child(1) .about-text__img {
    z-index: 3;
}

.about-text__item:nth-child(2) .about-text__img {
    z-index: 2;
}

.about-text__item:nth-child(3) .about-text__img {
    z-index: 1;
}

.about-text__inner.is-visible .about-text__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-text__img:before {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: "";
}

.about-text__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-text__text {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 410px;
    margin-left: auto;
    overflow: hidden;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.578;
    letter-spacing: .02em;
    text-align: right;
}

.about-text__text::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    -webkit-transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    -o-transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    transition: transform .6s cubic-bezier(.76, 0, .24, 1) .1s, -webkit-transform .6s cubic-bezier(.76, 0, .24, 1) .1s;
    will-change: transform;
}

@media (max-width:1599px) {
    .about-text__inner.is-visible .about-text__title div:nth-child(2) {
        -webkit-transform: translateX(145px);
        -ms-transform: translateX(145px);
        transform: translateX(145px);
    }

    .about-text__inner.is-visible .about-text__title div:nth-child(3) {
        -webkit-transform: translateX(290px);
        -ms-transform: translateX(290px);
        transform: translateX(290px);
    }

    .about-text__block {
        min-height: 175px;
    }

    .about-text__item:not(:first-child) {
        margin-left: -35px;
    }

    .about-text__name {
        max-width: 342.5px;
    }

    .about-text__img {
        width: 175px;
    }

    .about-text__text {
        max-width: 342.5px;
    }
}

@media (max-width:1263px) {
    .about-text__block {
        min-height: 150px;
    }

    .about-text__item:not(:first-child) {
        margin-left: -30px;
    }

    .about-text__name {
        max-width: 239px;
    }

    .about-text__img {
        width: 150px;
    }

    .about-text__text {
        max-width: 239px;
    }
}

@media (max-width:991px) {
    .about-text {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-text__title {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 107px;
        font-size: 20px;
        letter-spacing: .1em;
        text-align: center;
    }

    .about-text__title div {
        display: inline;
    }

    .about-text__name-item:not(:first-child),
    .about-text__title div:not(:first-child) {
        margin-top: 0;
    }

    .about-text__inner.is-visible .about-text__title div:nth-child(2),
    .about-text__inner.is-visible .about-text__title div:nth-child(3) {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .about-text__block {
        position: relative;
        min-height: 125px;
    }

    .about-text__list {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .about-text__item:not(:first-child) {
        margin-top: -30px;
        margin-left: 0;
    }

    .about-text__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        align-items: center;
        justify-content: space-between;
        max-width: none;
        height: 125px;
        overflow: visible;
        opacity: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .about-text__name::after,
    .about-text__text::after {
        display: none;
    }

    .about-text__name-item {
        width: calc(50% - 73.5px);
    }

    .about-text__name-job,
    .about-text__name-title {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-text__name-job {
        text-align: right;
    }

    .about-text__img {
        width: 125px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .about-text__text {
        position: static;
        max-width: none;
        margin-top: 72px;
        overflow: visible;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.5;
        text-align: left;
    }
}

@media (max-width:500px) {
    .about-text__title {
        max-width: 305px;
        margin: 0 auto 83px;
        font-size: 16px;
    }
}

@media (max-width:374px) {
    .about-text__title {
        margin-bottom: 32px;
    }

    .about-text__item {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .about-text__item:not(:first-child) {
        margin-top: 30px;
    }

    .about-text__name {
        position: static;
        height: auto;
        margin-top: 32px;
    }

    .about-text__name-item {
        width: calc(50% - 16px);
    }
}

.about-principles {
    position: relative;
    padding-top: 50px;
    padding-bottom: 64px;
}

.about-principles::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F4F4F4;
    content: '';
}

.about-principles__heading,
.about-principles__heading.h2 {
    margin: 0;
    text-transform: uppercase;
}

.about-principles__heading span {
    color: #FBAD33;
}

.about-principles__inner {
    position: relative;
    margin-top: 50px;
}

.about-principles__sticky-wr {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-principles__sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    top: 232px;
    align-items: center;
    width: 100%;
    height: 150px;
    padding-left: 100px;
    border-radius: 220px;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-principles__sticky-logo {
    display: block;
    width: 150px;
    height: auto;
}

.about-principles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 150px;
    padding: 29.5px 50px;
    padding-left: 370px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-principles__item:not(:first-child) {
    margin-top: 20px;
}

.about-principles__col-1 {
    flex-shrink: 0;
    width: 458px;
    -ms-flex-negative: 0;
}

.about-principles__num {
    color: #FBAD33;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.06em;
}

.about-principles__title,
.about-principles__title.h2 {
    margin: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.about-principles__col-2 {
    -ms-flex: auto;
    flex: auto;
    -webkit-box-flex: 1;
}

.about-principles__descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

@media (max-width:1263px) {
    .about-principles__sticky-logo {
        display: none;
    }

    .about-principles__item {
        padding-left: 50px;
    }
}

@media (max-width:1200px) {
    .about-principles__sticky {
        top: 223px;
    }
}

@media (max-width:991px) {
    .about-principles {
        padding-top: 36px;
        padding-bottom: 45px;
    }

    .about-principles__inner {
        margin-top: 43px;
    }

    .about-principles__sticky-wr {
        display: none;
    }

    .about-principles__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px;
    }

    .about-principles__item {
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
        width: calc(50% - 20px);
        min-height: 327px;
        margin: 10px;
        padding: 30px 20px;
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .about-principles__item:not(:first-child) {
        margin-top: 10px;
    }

    .about-principles__col-1 {
        -ms-flex: auto;
        flex: auto;
        flex-shrink: unset;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-negative: unset;
    }

    .about-principles__title,
    .about-principles__title.h2 {
        margin-top: 10px;
        padding-right: 0;
        padding-bottom: 0;
        font-weight: 500;
        font-size: 25px;
        line-height: 1.4;
        letter-spacing: 0.02em;
    }

    .about-principles__col-2 {
        -ms-flex: none;
        flex: none;
        margin-top: 20px;
        -webkit-box-flex: 0;
    }
}

@media (max-width:767px) {
    .about-principles__item {
        width: calc(100% - 20px);
    }
}

.about-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-team__col-1 {
    width: calc(50% - 15px);
}

.about-team__heading,
.about-team__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-team__descr {
    max-width: 324px;
    margin-top: 27px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.about-team__btn,
.about-team__btn.btn {
    width: 100%;
    max-width: 360px;
    margin-top: 27px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-team__col-2 {
    position: relative;
    width: calc(50% - 15px);
    margin-left: auto;
}

.about-team__col-2::after {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: '';
}

.about-team__img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width:991px) {
    .about-team {
        padding-top: 60px;
    }

    .about-team__col-1 {
        width: 100%;
    }

    .about-team__descr {
        max-width: none;
        margin-top: 20px;
    }

    .about-team__btn,
    .about-team__btn.btn {
        max-width: none;
        margin-top: 31px;
    }

    .about-team__col-2 {
        width: 100%;
        margin-top: 31px;
        overflow: hidden;
    }
    .about-team__img {
        width: 100%;
        margin: auto;
    }
}

@media (max-width:767px) {
    
}

.about-production {
    padding-top: 120px;
}

.about-production__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-production__col-1 {
    width: calc(50% - 15px);
}

.about-production__heading,
.about-production__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-production__descr {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

.about-production__btn,
.about-production__btn.btn {
    width: 100%;
    max-width: 360px;
    margin-top: 17px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-production__col-2 {
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(50% - 15px);
    margin-left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-production__col-2 .play-iframe-video {
    position: relative;
}

.about-production__col-2 .play-iframe-video:before {
    display: block;
    padding-top: 48.529%;
    content: "";
}

.about-production__col-2 .play-iframe-video iframe {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width:991px) {
    .about-production {
        padding-top: 60px;
    }

    .about-production__col-1 {
        width: 100%;
    }

    .about-production__descr {
        max-width: none;
        margin-top: 40px;
        font-weight: 400;
    }

    .about-production__btn,
    .about-production__btn.btn {
        max-width: none;
        margin-top: 30px;
    }

    .about-production__col-2 {
        position: static;
        width: 100%;
        margin-top: 26px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .about-production__col-2 .play-iframe-video:before {
        padding-top: 51.044%;
    }
}

.about-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    padding-top: 204px;
    -ms-flex-pack: distribute;
}

.about-links__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    padding: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0) rotate(0.001deg);
    transform: translateZ(0) rotate(0.001deg);
    border: 0;
    border: 1px solid #FBAD33;
    border-radius: 50%;
    outline: 0;
    color: var(--primary-dark);
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
    will-change: transform;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.about-links__btn:hover {
    cursor: pointer;
}

.about-links__btn-fill {
    position: absolute;
    top: -50%;
    left: -25%;
    width: 150%;
    height: 200%;
    -webkit-transform: translate3d(0, -76%, 0);
    transform: translate3d(0, -76%, 0);
    border-radius: 50%;
    background: #FBAD33;
    -webkit-transition: background-color ease-in-out .25s;
    -o-transition: background-color ease-in-out .25s;
    transition: background-color ease-in-out .25s;
    will-change: transform;
}

.about-links__btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transform: rotate(0.001deg);
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
    color: #000;
    font-size: 19px;
    line-height: 1;
    pointer-events: none;
    will-change: transform, color;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.about-links__btn:hover {
    text-decoration: none;
}

@media(max-width: 991px) {
    .about-links {
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 83px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .about-links__btn:not(:first-child) {
        margin-top: 40px;
    }
}

.about-geo {
    padding-top: 231px;
}

.about-geo .m-5 {
    margin-top: 0;
}

@media (max-width:991px) {
    .about-geo {
        padding-top: 105px;
    }
}

.services-banks {
    position: relative;
    margin: 92px 0 61px;
}

.services-banks h2,
.services-banks h4 {
    margin: 0;
    text-transform: uppercase;
}

.services-banks__list {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-top: 30px;
}

.services-banks__list .swiper-wrapper {
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.services-banks__wrap {
    z-index: 2;
    position: relative;
}

.services-banks__img {
    width: auto;
    max-height: 36px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.services-banks__img svg {
    max-height: 100%;
}

.services-banks__item,
.services-banks__item.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.services-banks__top {
    position: relative;
    padding-right: 100px;
}

.services-banks__arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}

.services-banks__arr-item {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border-radius: 50%;
    background: red;
}

.services-banks__arr-item:last-child {
    margin-right: 0;
}

@media(max-width: 1264px) {

    .services-banks__item:nth-child(n + 6),
    .services-banks__item.swiper-slide:nth-child(n + 6) {
        display: none;
    }
}

@media(max-width: 991px) {

    .services-banks__item:nth-child(n + 6),
    .services-banks__item.swiper-slide:nth-child(n + 6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .services-banks__top {
        padding-right: 0px;
    }

    .services-banks__arr {
        display: none;
    }
}

@media(max-width: 767px) {

    .services-banks__title {
        font-size: 14px;
    }
}

.services-pay-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 62px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.about-partners {
    padding-top: 106px;
    overflow: hidden;
}

.about-partners__heading,
.about-partners__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-partners .services-banks {
    margin: 36px 0 61px;
}

.about-partners .services-banks h2,
.about-partners .services-banks h4,
.about-partners .services-banks .h4{
    font-weight: 400;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

.about-partners .services-pay-btm {
    margin-top: 61px;
}

.about-partners .services-pay-btn,
.about-partners .services-pay-btn.btn {
    width: 100%;
    max-width: 360px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

@media (max-width:1799px) {

    .about-partners .services-pay-btn,
    .about-partners .services-pay-btn.btn {
        max-width: 360px;
    }
}

@media (max-width:1599px) {

    .about-partners .services-pay-btn,
    .about-partners .services-pay-btn.btn {
        max-width: 300px;
    }
}

@media (max-width:1263px) {

    .about-partners .services-pay-btn,
    .about-partners .services-pay-btn.btn {
        max-width: 360px;
    }
}

@media (max-width:991px) {
    .about-partners {
        padding-top: 98px;
    }

    .about-partners .services-banks {
        margin: 60px 0 44px;
    }

    .about-partners .services-banks__list {
        padding-top: 22px;
    }

    .about-partners .services-pay-btm {
        margin-top: 44px;
    }

    .about-partners .services-pay-btn,
    .about-partners .services-pay-btn.btn {
        max-width: none;
    }
}

.about-certs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 164px;
    padding-bottom: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-certs__col-1 {
    flex-shrink: 0;
    width: 100%;
    max-width: 390px;
    padding-right: 30px;
    -ms-flex-negative: 0;
}

.about-certs__heading,
.about-certs__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-certs__descr {
    max-width: 324px;
    margin-top: 19px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.about-certs__btn,
.about-certs__btn.btn {
    width: 100%;
    max-width: 360px;
    margin-top: 114px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-certs__col-2 {
    position: relative;
    -ms-flex: auto;
    flex: auto;
    max-width: 626px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
}

.about-certs__col-2::after {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: '';
}

.about-certs__col-2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/local/templates/new/img/certs.jpg') no-repeat 50% 50%/contain;
    content: '';
}

.about-certs__img {
    display: block;
    position: absolute;
    top: 9%;
    left: 22%;
    width: 56%;
    height: 79.5%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width:991px) {
    .about-certs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-certs__col-1 {
        max-width: none;
        padding-right: 0;
    }

    .about-certs__descr {
        max-width: none;
        margin-top: 40px;
        font-size: 19px;
        line-height: 1.578;
    }

    .about-certs__btn,
    .about-certs__btn.btn {
        max-width: none;
        margin-top: 40px;
    }

    .about-certs__col-2 {
        width: 100%;
        max-width: none;
        margin-top: 57px;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/karta_domov/style.css?17739911606372*/
.m-5{margin-top:100px}.m-5__line{display:block;width:59px;height:auto;margin-left:-18px}.m-5__top{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:15px}.m-5__title{margin:0;text-transform:uppercase}.m-5__text{width:100%;max-width:490px;padding-left:70px;margin-left:auto}.m-5__descr{margin:0;font-weight:400;font-size:19px;line-height:1.578;letter-spacing:.02em}.m-5__descr:not(:first-child){margin-top:20px}.m-5__map-wrapper{position:relative;height:590px;margin-top:32px}.m-5__map{position:absolute;top:0;bottom:0;left:50%;width:100vw;height:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.m-5__map .ymaps-2-1-79-ground-pane,.m-5__map .ymaps-2-1-79-map-copyrights-promo,.m-5__map canvas{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-webkit-filter:grayscale(100%)}.m-5__selector{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;position:absolute;top:20px;right:0;left:0;margin:0-32px;padding:0 32px;overflow-x:auto;scrollbar-color:transparent transparent}.m-5__selector::-webkit-scrollbar{display:none}.m-5__selector-inner{display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;-ms-flex-negative:0}.m-5__selector-item{flex-shrink:0;padding:10px 15px;border:0;border-radius:20px;background:#1e1e1e;color:#fff;font-style:normal;font-weight:600;font-size:14px;line-height:normal;font-family:"SF Pro Display",sans-serif;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;-webkit-transition:opacity .4s ease-out,background .4s ease-out,color .4s ease-out;-o-transition:opacity .4s ease-out,background .4s ease-out,color .4s ease-out;transition:opacity .4s ease-out,background .4s ease-out,color .4s ease-out;-ms-flex-negative:0}@media (any-hover:hover),(hover:hover) and (pointer:fine){.m-5__selector-item:hover{opacity:.75}}.m-5__selector-item.is-active{background:#fbad33;color:#1e1e1e}.m-5__selector-item:not(:first-child){margin-left:10px}.m-5__cluster{color:#fbad33;font-style:normal;font-weight:600;font-size:14px;line-height:40px;font-family:"SF Pro Display",sans-serif;letter-spacing:.1em;text-transform:uppercase}.m-5__nav{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;position:absolute;right:0;bottom:40px;left:0}.m-5__minus,.m-5__plus{position:relative;width:70px;height:70px;padding:0;border:0;background:#fff;color:#1e1e1e;cursor:pointer;-webkit-transition:background .4s ease-out;-o-transition:background .4s ease-out;transition:background .4s ease-out}.m-5__minus{margin-left:10px}@media (any-hover:hover),(hover:hover) and (pointer:fine){.m-5__minus:hover,.m-5__plus:hover{background:#fbad33}}.m-5__plus::before{position:absolute;top:50%;left:50%;width:30px;height:2px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:currentColor;content:""}.m-5__plus::after{width:30px;-webkit-transform:translate(-50%,-50%) rotate(-90deg);-ms-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg)}.m-5__balloon-close::after,.m-5__balloon-close::before,.m-5__minus::before,.m-5__plus::after{position:absolute;top:50%;left:50%;height:2px;background:currentColor;content:""}.m-5__minus::before{width:30px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ymaps-2-1-79-balloon{padding:0!important;-webkit-box-shadow:0 16px 16px 0 rgba(0,0,0,.25)!important;box-shadow:0 16px 16px 0 rgba(0,0,0,.25)!important}.ymaps-2-1-79-balloon__layout{background:0 0!important}.ymaps-2-1-79-balloon__close{display:none!important}.ymaps-2-1-79-balloon__content{width:auto!important;min-width:auto!important;max-width:none!important;min-height:auto!important;margin:0!important;padding:0!important}.ymaps-2-1-79-b-cluster-content__header,.ymaps-2-1-79-balloon-content__header,.ymaps-2-1-79-balloon__tail{display:none!important}.ymaps-2-1-79-b-cluster-content,.ymaps-2-1-79-b-cluster-tabs__section_type_nav{min-height:230px}.ymaps-2-1-79-b-cluster-tabs__menu-item{padding:10px!important;font-weight:700!important;font-family:Inter,sans-serif!important}.ymaps-2-1-79-b-cluster-content__body{margin:0!important}.ymaps-2-1-79-b-cluster-tabs__menu-item-text{color:inherit!important}.ymaps-2-1-79-b-cluster-tabs__menu-item-text:hover{color:#fbad33!important}.m-5__balloon{position:relative;width:180px}.m-5__balloon-close{position:absolute;top:0;right:0;width:24px;height:24px;border:0;background:0 0;color:#000;cursor:pointer;-webkit-transition:color .4s ease-out;-o-transition:color .4s ease-out;transition:color .4s ease-out}@media (any-hover:hover),(hover:hover) and (pointer:fine){.m-5__balloon-close:hover{color:#fbad33}}.m-5__balloon-close::after,.m-5__balloon-close::before{width:10px}.m-5__balloon-close::before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.m-5__balloon-close::after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.m-5__balloon-link{display:block;width:100%;padding:20px;background:#fff;color:#232323;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;font-family:Inter,sans-serif;-webkit-transition:none;-o-transition:none;transition:none}.m-5__balloon-img{display:block;width:100%;height:90px;-o-object-fit:cover;object-fit:cover}.m-5__balloon-title{display:block;margin-top:10px;-webkit-transition:color .4s ease-out;-o-transition:color .4s ease-out;transition:color .4s ease-out}@media (any-hover:hover),(hover:hover) and (pointer:fine){.m-5__balloon-link:hover .m-5__balloon-title{color:#fbad33}}@media (max-width:991.98px){.m-5__descr br,.m-5__line{display:none}.m-5__top{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0}.m-5__text{max-width:none;margin-top:40px;padding-left:0}.m-5__descr{font-size:18px;line-height:1.666;letter-spacing:0}.m-5__descr:not(:first-child){margin-top:0}.m-5__map-wrapper{height:455px;margin-top:24px}.m-5__minus,.m-5__plus{width:35px;height:35px}.m-5__plus::before{width:15px}.m-5__minus::before,.m-5__plus::after{width:15px;height:1px}}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/company_reviews/style.css?17156921169813*/

.about-reviews {
    padding-top: 106px;
}

.about-reviews__heading,
.about-reviews__heading.h2 {
    margin: 0;
    text-transform: uppercase;
}

.about-reviews__swiper,
.about-reviews__swiper.swiper {
    margin-top: 34px;
}

.about-reviews__wrapper,
.about-reviews__wrapper.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-reviews__slide,
.about-reviews__slide.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.about-reviews__slide:not(:first-child),
.about-reviews__slide.swiper-slide:not(:first-child) {
    margin-top: 30px;
}

.about-reviews__col-1 {
    position: relative;
    width: calc(50% - 220px);
}

.about-reviews__col-1::after {
    display: block;
    width: 100%;
    padding-bottom: 440px;
    content: '';
}

.about-reviews__plan {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-reviews__col-2 {
    position: relative;
    flex-shrink: 0;
    width: 440px;
    -ms-flex-negative: 0;
}

.about-reviews__col-2::after {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: '';
}

.about-reviews__col-2::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: url('/local/templates/new/img/nophoto.jpg') no-repeat 50% 50%/cover;
    content: '';
}

.about-reviews__author {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.about-reviews__col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 220px);
    min-height: 440px;
    padding: 0 30px 30px 30px;
    background: #F4F4F4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.about-reviews__text {
    padding-top: 42px;
}

.about-reviews__text.is-overflow {
    max-height: 341px;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-out;
    -o-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
}

.about-reviews__name {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.about-reviews__descr {
    margin-top: 24px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.about-reviews__descr p {
    margin-bottom: 16px;
}

.about-reviews__descr p:last-child {
    margin-bottom: 0;
}

.about-reviews__btn,
.about-reviews__btn.btn {
    display: block;
    width: 100%;
    margin-top: 16px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-reviews__text.is-overflow.is-overflow+.about-reviews__btn,
.about-reviews__text.is-overflow.is-overflow+.about-reviews__btn.btn {
    display: block;
}

.about-reviews__all,
.about-reviews__all.btn {
    display: block;
    width: 100%;
    max-width: 440px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-reviews__nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.about-reviews__prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    height: 49px;
    padding-left: 43px;
    cursor: pointer;
    -webkit-transition: color .4s ease-out, opacity .4s ease-out;
    -o-transition: color .4s ease-out, opacity .4s ease-out;
    transition: color .4s ease-out, opacity .4s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-reviews__prev.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.about-reviews__prev:hover {
    color: #FBAD33;
}

.about-reviews__prev::after,
.about-reviews__prev::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 49px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-size: contain;
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.about-reviews__prev::before {
    background: url(/local/templates/new/img/st_arr-1.svg) no-repeat center;
    opacity: 0;
}

.about-reviews__prev::after {
    background: url(/local/templates/new/img/st_arr-1_b.svg) no-repeat center;
}

.about-reviews__prev:hover::before {
    opacity: 1;
}

.about-reviews__prev:hover::after {
    opacity: 0;
}

.about-reviews__prev-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.about-reviews__next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    height: 49px;
    padding-right: 43px;
    cursor: pointer;
    -webkit-transition: color .4s ease-out, opacity .4s ease-out;
    -o-transition: color .4s ease-out, opacity .4s ease-out;
    transition: color .4s ease-out, opacity .4s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-reviews__next.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.about-reviews__next:hover {
    color: #FBAD33;
}

.about-reviews__next::after,
.about-reviews__next::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 49px;
    background-size: contain;
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.about-reviews__next::before {
    background: url(/local/templates/new/img/st_arr-1.svg) no-repeat center;
    opacity: 0;
}

.about-reviews__next::after {
    background: url(/local/templates/new/img/st_arr-1_b.svg) no-repeat center;
}

.about-reviews__next:hover::before {
    opacity: 1;
}

.about-reviews__next:hover::after {
    opacity: 0;
}

.about-reviews__next-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

@media (max-width:1799px) {
    .about-reviews__col-1 {
        width: calc(50% - 180px);
    }

    .about-reviews__col-1::after {
        padding-bottom: 360px;
    }

    .about-reviews__col-2 {
        width: 360px;
    }

    .about-reviews__col-3 {
        width: calc(50% - 180px);
        min-height: 360px;
    }

    .about-reviews__text.is-overflow {
        max-height: 261px;
    }

    .about-reviews__all,
    .about-reviews__all.btn {
        max-width: 360px;
    }
}

@media (max-width:1599px) {
    .about-reviews__col-1 {
        width: calc(50% - 150px);
    }

    .about-reviews__col-1::after {
        padding-bottom: 300px;
    }

    .about-reviews__col-2 {
        width: 300px;
    }

    .about-reviews__col-3 {
        width: calc(50% - 150px);
        min-height: 300px;
    }

    .about-reviews__text.is-overflow {
        max-height: 201px;
    }

    .about-reviews__all,
    .about-reviews__all.btn {
        max-width: 300px;
    }
}

@media (max-width:1263px) {

    .about-reviews__wrapper,
    .about-reviews__wrapper.swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .about-reviews__slide,
    .about-reviews__slide.swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-reviews__slide:not(:first-child),
    .about-reviews__slide.swiper-slide:not(:first-child) {
        margin-top: 0;
    }

    .about-reviews__col-1 {
        width: 100%;
    }

    .about-reviews__col-1::after {
        padding-bottom: 69.113%;
    }

    .about-reviews__col-2 {
        width: 100%;
    }

    .about-reviews__col-3 {
        width: 100%;
        min-height: 424px;
    }

    .about-reviews__text.is-overflow {
        max-height: 325px;
    }

    .about-reviews__all,
    .about-reviews__all.btn {
        max-width: 360px;
    }

    .about-reviews__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width:991px) {
    .about-reviews {
        padding-top: 60px;
    }

    .about-reviews__swiper,
    .about-reviews__swiper.swiper {
        margin-top: 37px;
    }

    .about-reviews__col-3 {
        padding: 0 20px 20px 20px;
    }

    .about-reviews__text {
        padding-top: 20px;
    }

    .about-reviews__text.is-overflow {
        max-height: 331px;
    }

    .about-reviews__descr {
        margin-top: 20px;
    }

    .about-reviews__btn,
    .about-reviews__btn.btn {
        margin-top: 20px;
    }

    .about-reviews__all,
    .about-reviews__all.btn {
        max-width: none;
        margin-top: 26px;
    }
}

/* End */
/* /local/templates/new/css/about.css?174525459130409 */
/* /local/templates/new/components/bitrix/news.list/karta_domov/style.css?17739911606372 */
/* /local/templates/new/components/bitrix/news.list/company_reviews/style.css?17156921169813 */
