

/* Start:/local/templates/bikecenter_main/components/bikecenter/unity/about/style.css?174599519714817*/
.content {
    background-color: #fff;
    overflow: hidden;
}
.company .promo {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.company .promo__img{
    border-radius: 20px;
    overflow: hidden;
}

.company .promo img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
}

.company .promo__title {
    font-family: 'Montserrat';
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 1024px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.company .map {
    display: flex;
    margin: 60px calc(var(--offset-from-window)* -1) 0;
    background-color: #f2f2f2;
    background-image: url("/about/img/company-map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 center;
    padding: 100px 0;
}

.company .map__items-wrap {
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.company .map__item {
    margin: 20px 100px 20px 0;
}

.company .map__desc {
    font-family: 'Montserrat';
    margin: 0;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.02em;
    color: #333;
}

.company .map__desc--purple {
    color: #9900FF;
}

.company .info {
    padding: 60px 0;
}

.company .info__title {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 20px;
}

.company .info__bold {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 20px;
}

.company .info__sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 20px;
}

.company .info__desc {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 20px;
}

.company .carusel .carusel__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 35px;
}

.company .carusel__title {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    color: #333333;
}

.company .carusel__btn-wrapper {
    display: flex;
}

.company .carusel__btn {
    position: relative;
    width: 50px;
    height: 28px;
    background: #F2F2F2;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.company .carusel__btn:hover, .company .carusel__btn:focus {
    -webkit-transition: .3s;
    transition: .3s;
    background: #e0e0e0;
}

.company .carusel__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.company .carusel__btn-prev {
    margin-right: 7px;
}

.company .carusel__btn-prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}

.company .carusel__btn-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.company .carusel__slider {
    padding: 20px 0 0;
}

.company .carusel__slide {
    border-radius: 7px;
    overflow: hidden;
    width: 560px;
}

.company .carusel__slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 7px;
}

.company .carusel__pagination {
    display: none;
}

.company .advanteges__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 20px 0;
}

.company .advanteges__items-wrap {
    margin: 0 calc(var(--offset-from-window) * -1);
    padding-left: calc(var(--offset-from-window));
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.company .advanteges__item {
    border-radius: 7px;
    width: 282px;
    -webkit-transition: .3s;
    transition: .3s;
}

.company .advanteges__item:last-of-type {
    margin: 0;
}

.company .advanteges__image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.company .advanteges__image img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
    min-height: 1px;
    object-fit: contain;
}

.company .advanteges__item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 16px;
}

.company .advanteges__desc {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.company .advanteges__pagination {
    display: none;
}

.app .app__container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.app__title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 12px;
    max-width: 420px;
}

.app__link-wrap {
    display: flex;
    align-items: center;
}

.app__desc {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #333333;
    max-width: 580px;
    margin-bottom: 60px;
}

.app__qr {
    margin-right: 16px;
    width: 128px;
    height: 128px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #333333;
    border-radius: 7px;
    box-sizing: border-box;
}

.app__qr img {
    width: 100%;
    height: 100%;
}

.app__links a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 7px;
    width: 236px;
    height: 56px;
    margin-bottom: 15px;
}

.app__links a:last-of-type {
    margin: 0;
}

.app {
    padding-top: 36px;
    background-color: #fff;
    position: relative;
}

.app__bg {
    margin: 0 calc(var(--offset-from-window)* -1);
    background: #F2F2F2;
    padding: 60px calc(var(--offset-from-window)) 200px;
}

.app__mockUp {
    display: block;
    position: absolute;
    top: -100px;
    right: -300px;
    z-index: 1;
}

.gallery {
    margin-bottom: 35px;
}

.gallery__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    color: #333333;
}

.gallery__btn-wrapper {
    display: flex;
}

.gallery__btn {
    position: relative;
    width: 50px;
    height: 28px;
    background: #F2F2F2;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

.gallery__btn:hover,
.gallery__btn:focus {
    transition: .3s;
    background: #e0e0e0;
}

.gallery__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.gallery__btn-prev {
    margin-right: 7px;
}

.gallery__btn-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.gallery__btn-next::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.gallery__slide {
    border-radius: 7px;
    overflow: hidden;
}

.gallery__pagination {
    display: none;
}

.gallery__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {

    .company .promo img {
        width: 140%;
    }
    .company .promo__title {
        padding-left: 30px;
    }
    .company .carusel .carusel__wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .company .carusel,
    .company .gallery {
        width: calc(100vw - 40px);
    }
    .app__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        color: #333333;
    }

    .app__desc {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #333333;
        max-width: 400px;
    }

    .app__qr {
        width: 100px;
        height: 100px;
        margin-right: 26px;
    }

    .app .app__container {
        padding: 0 20px;
    }

    .company .map__item {
        margin: 20px 60px;
    }
}

.app__link-wrap {
    position: relative;
    margin-bottom: 10px;
}

.app__link-wrap:last-of-type {
    margin: 0;
}

@media (max-width: 768px) {
    .company .promo__img {
        height: 536px;
    }
    .company .promo img {
        width: auto;
        height: 100%;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    .company .promo__title {
        top: 65%;
        font-size: 24px;
        line-height: 44px;
        padding-left: 34px;
    }
    .company .map {
        background-position: center;
        background-size: auto;
        padding: 66px 0;
    }
    .company .map__items-wrap {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .company .map__desc {
        font-size: 36px;
        line-height: 44px;
    }
    .company .info {
        padding: 46px 0 0;
    }
    .company .info__title {
        font-size: 26px;
        line-height: 38px;
    }
    .company .carusel__title {
        font-size: 26px;
        line-height: 28px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .company .carusel__slider {
        padding-bottom: 0;
    }
    .company .carusel__btn-wrapper {
        display: none;
    }
    .company .carusel .swiper-wrapper {
        margin-bottom: 10px;
    }
    .company .carusel__pagination {
        display: block;
        position: relative !important;
        bottom: 0 !important;
    }
    .company .carusel__pagination .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
        border-radius: 0 !important;
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        background-color: transparent !important;
        cursor: pointer !important;
    }
    .company .carusel__pagination .swiper-pagination-bullet::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        z-index: 1;
        background-color: #000 !important;
    }
    .company .carusel__pagination .swiper-pagination-bullet-active::before {
        height: 4px !important;
    }
    .company .advanteges .swiper-wrapper {
        margin-bottom: 32px;
    }
    .company .advanteges__pagination {
        display: block;
        bottom: 0 !important;
    }
    .company .advanteges__pagination .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
        border-radius: 0 !important;
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        background-color: transparent !important;
        cursor: pointer !important;
    }
    .company .advanteges__pagination .swiper-pagination-bullet::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        z-index: 1;
        background-color: #000 !important;
    }
    .company .advanteges__pagination .swiper-pagination-bullet-active::before {
        height: 4px !important;
    }
    .app__qr {
        display: none;
    }

    .app .app__container {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-sizing: border-box;
    }

    .app__mockUp {
        width: 309px;
        height: 362px;
        position: relative;
        top: 0;
        right: 0;
        left: 50px;
        order: 3;
        align-self: center;
    }

    .app__title {
        max-width: none;
        order: 1;
    }

    .app__desc {
        max-width: none;
        order: 2;
    }

    .app__link-wrap {
        order: 4;
    }

    .app__links {
        width: 100%;
    }

    .app__links a {
        width: 100%;
    }

    .app__bg {
        padding: 60px 0;
    }

    .gallery__title {
        font-size: 26px;
        line-height: 28px;
    }

    .gallery__btn-wrapper {
        display: none;
    }

    .gallery {
        margin-bottom: 40px;
    }

    .gallery .swiper-wrapper {
        margin-bottom: 10px;
    }

    .gallery__pagination {
        display: block;
        position: relative!important;
        bottom: 0!important;
    }

    .gallery__pagination .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
        border-radius: 0 !important;
        opacity: 1 !important;
        transform: scale(1) !important;
        background-color: transparent !important;
        cursor: pointer !important;
    }

    .gallery__pagination .swiper-pagination-bullet::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        z-index: 1;
        background-color: #000 !important;
    }

    .gallery__pagination .swiper-pagination-bullet-active::before {
        height: 4px !important;
    }
}

@media (max-width: 768px) {
    .main_content {
        padding: 0;
    }
    .company .carusel__slider .swiper-slide,
    .company .gallery__slider .swiper-slide {
        width: calc(100vw - 40px) !important;
        height: calc((100vw - 40px) / 1.5) !important;
    }
    .company .carusel__slider .swiper-slide img,
    .company .gallery__slider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 768px) {

    .company .advanteges__item {
        width: 385px;
    }
}

@media (min-width: 500px) {
    .gallery__slide {
        width: 600px !important;
    }
}

@media (min-width: 991px) {
    .gallery__slide {
        width: 874px !important;
    }
}
/* End */
/* /local/templates/bikecenter_main/components/bikecenter/unity/about/style.css?174599519714817 */
