

/* Start:/local/templates/bikecenter_main/components/bikecenter/servis/remont-velosipedov/style.css?173867229523907*/
.title-desk{
    display: none !important;
}

.content{
    background-color: #fff;
    overflow: hidden;
}

.bServis {
    background-color: #fff;
    padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
    .bServis {
        padding: 0;
    }
}



.wServis__title {
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    color: #333;
    margin-bottom: 20px;
}

.addresses {
    margin-top: 60px;
    margin-bottom: 60px;
}

.addresses__li {
    border-radius: 10px;
}
.addresses__li + .addresses__li {
    margin-top: 5px;
}

.addresses__li:nth-child(2n) .addresses__block-head {
    background: #F2F2F2;
}

.addresses__block-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 37px 12px 26px;
    border-radius: 10px;
    cursor: pointer;
}

.addresses__li-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.addresses__li-icon-action-label {
    margin-left: auto;
    margin-right: 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color:#333;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}

.addresses__block-head.active .addresses__li-icon-action-label {
    opacity: 1;
    visibility: visible;
}

.addresses__block-body {
    display: grid;
    align-items: center;
    grid-template-columns: max-content 320px auto;
    margin: 12px 0 36px 0;
    background: #F2F2F2;
    border-radius: 20px;
    padding: 0 36px 0 0;
    overflow: hidden;
    transition: height 0.3s, margin 0.3s, padding 0.3s;
    box-sizing: content-box;
}

.addresses__block-body.not-active {
    margin: 0;
}

.addresses__block-image {
    width: 440px;
    height: 240px;
    overflow: hidden;
    border-radius: 20px;
}

.addresses__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.addresses__block-info {
    margin-left: 67px;
}

.addresses__info {
    position: relative;
}

.addresses__info * {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.addresses__info b {
    font-size: 18px;
    font-weight: 600;
}

.addresses__info span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.addresses__info_open-soon{
    position: absolute;
    top: 0;
    font-weight: 600;
    transform: translateY(-32px);
    color: #f66;
}

.addresses__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 29px;
    width: 216px;
    height: 50px;
    color: #fff;
    border-color: #333333;
    border-radius: 10px;
    text-transform: none;
    font-weight: 600;
    background-color: #333333;
    transition: background-color 0.3s;
}

.addresses__btn:hover {
    background-color: #84c22a;
}

@media screen and (max-width: 992px) {
    .addresses__block-body {
        grid-template-columns: 1fr;
        padding: 18px;
        align-content: start;
    }

    .addresses__block-body.not-active {
        padding: 0 18px;
    }

    .addresses__btn {
        margin-top: 18px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .addresses__block-info {
        margin-top: 18px;
        margin-left: 0;
    }
}

@media (max-width: 630px) {
    .reviews-reply-form input[name=send_button] {
        order: 2;
        margin-top: 20px;
        width: 290px;
    }
    .input__file-button {
        order: 1;
    }
}

@media screen and (max-width: 576px) {
    .addresses__block-head {
        padding: 10px;
    }

    .addresses__block-body {
        margin: 6px 0 26px 0;
    }

    .addresses__block-image {
        width: 100%;
        height: 195px;
    }
}

@media screen and (max-width: 420px) {
    .addresses__btn {
        width: 100%;
    }
}

.addresses__btn:hover {
    background-color: #27AE60 !important;
}

.servisLink__wrapper {
    display: flex;
    align-items: center;
    padding-top: 30px;
    margin-bottom: 60px;
}

.servisLink {
    margin-right: 10px;
    cursor: pointer;
    height: 130px;
    border-radius: 10px;
    transition: .3s;
}

.servisLink:hover img {
    opacity: 1;
}

.servisLink img {
    transform: translateY(-36px);
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.servisLink.active img {
    opacity: 1;
}

.servisLink p {
    display: none;
}

.servisLink:hover,
.servisLink:focus {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    transform: scale(1.03);
    transition: .3s;
}

.servisLink:last-of-type {
    margin-right: 0;
}

.bServis__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .bServis__title{
        font-size: 26px !important;
        line-height: 34px !important;
    }
}

.bServis__desc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.bServis__terms {
    position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 22px;
    color: #333;
}
@media screen and (max-width: 768px) {
    .bServis__terms {
        text-decoration: underline;
        margin-bottom: 36px;
    }
    .bServis__terms::after {
        content: none;
    }
}

.bServis__terms::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transform: scaleX(1);
    transition: .3s;
}

.bServis__terms:hover:after {
    transform: scaleX(0);
    transition: .3s;
}

.bServis__img {
    margin: 0 auto;
    margin-bottom: 60px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px){
    .bServis__img {
        margin-bottom: 36px;
    }

}

.bServis__img img {
    border-radius: 20px;
}


.servisPromo {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px){
    .servisPromo {
        margin-bottom: 36px;
    }
}


.servisPromo__title-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.servisPromo__control {
    display: flex;
    align-items: center;
}

.servisPromo__btn {
    position: relative;
    width: 50px;
    height: 28px;
    background: #F2F2F2;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

.servisPromo__btn:hover,
.servisPromo__btn:focus {
    transition: .3s;
    background: #e0e0e0;
}

.servisPromo__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.servisPromo__btn-prev {
    margin-right: 7px;
}

.servisPromo__btn-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.servisPromo__btn-next::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.servisPromo__item {
    width: 285px !important;
    height: 380px !important;
    overflow: hidden;
    transition: .3s;
}

.servisPromo__item:hover {
    transform: scale(1.05);
    transition: .9s;
}

.servisPromo__desc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 90px 20px 0;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #000000 99.33%);
    border-radius: 10px;
}

.priceList {
    position: relative;
    background-color: #0C1111;
    padding: 60px calc(var(--offset-from-window));
    margin: 0 calc(var(--offset-from-window) * -1);
}

@media screen and (max-width: 768px){
    .priceList {
        padding: 36px calc(var(--offset-from-window));
    }
}

.priceList--no-bottom-offset {
    padding-bottom: 0;
}

.priceList.light-theme {
    background: #F2F2F2;
}

.priceList__title-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 50px;
}

.priceList__title-wrapper--change-offset {
    margin-bottom: 40px;
}

.priceList__title {
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    color: #FFFFFF;
    margin-right: 100px;
}

.priceList__title-two {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    padding-right: 12px;
    margin-bottom: 0;
    display: block;
}

.priceList__row-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 25px;
}

.priceList__row-flex .priceList__title-two {
    margin-right: 15px;
    margin-bottom: 12px;
}

.priceList__subtitle-text {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
}

.priceList__title--offset-bottom {
    margin-bottom: 52px;
}

.light-theme .priceList__title {
    color: #333;
}

.priceList__drop-all {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #66CC66;
    padding: 0;
    height: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.light-theme .priceList__drop-all {
    color: #333;
}

.priceList__drop-wrap {
    margin-bottom: 30px;
}

.priceList__drop-wrap:last-child {
    margin-bottom: 0;
}

.drop-wrap.active .drop-trigger::after {
    background-color: #EA5455;
    opacity: 1;
    transition: .3s;
}

.light-theme .drop-wrap.active .drop-trigger::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.drop-wrap.active .drop-trigger::before {
    top: 50%;
    transform: translateY(-2px) rotate(-45deg);
    transition: .3s;
}

.priceList__drop-trigger {
    display: inline-block;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    padding-right: 70px;
    cursor: pointer;
}

.priceList__drop-trigger--bottom-offset {
    margin-bottom: 25px;
}

.equipment{
    margin-bottom: 60px;
}

@media screen and (max-width: 768px){
    .equipment{
        margin-bottom: 36px;
    }
}

.equipment .priceList__drop {
    list-style: disc;
    padding-left: 80px;
    color: #fff;
}

.equipment .priceList__drop {
    list-style: disc;
    padding-left: 80px;
    color: #fff;
}

.equipment .priceList__drop-item a {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.equipment .priceList__drop-item:last-child a {
    margin-bottom: 0;
}

.equipment .priceList__drop-title {
    background: #1F2023;
    padding: 5px 40px 6px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    line-height: 38px;
    color: #FFFFFF;
    width: 100%;
}

.equipment .priceList__drop-footnote {
    font-family: "Open Sans", Arial, sans-serif;
    color: #828282;
    font-size: 14px;
    line-height: 1.36;
    margin-top: 40px;
}

.light-theme .priceList__drop-trigger {
    color: #333;
}

.priceList__drop {
    margin-top: 20px;
}

.drop-trigger::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-5px) rotate(135deg);
    z-index: 1;
    transition: .3s;
}

.light-theme .drop-trigger::before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.drop-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 26px;
    background: #333;
    border-radius: 10px;
    transform: translateY(-50%);
    opacity: 0;
    transition: .3s;
}

.drop-trigger:hover::after {
    opacity: 1;
    transition: .3s;
}

.light-theme .drop-trigger::after {
    background-color: #fff;
}

.priceList__desc {
    font-size: 16px;
    line-height: 22px;
    color: #F2F2F2;
    max-width: 930px;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .addresses{
        margin-bottom: 36px !important;
        margin-top: 36px !important;
    }
}

.addresses__li-icon {
    position: relative;
    transition: transform 0.3s;
}

.addresses__block-head.active .addresses__li-icon {
    transform: rotate(-180deg);
}

.bServis__link {
    position: relative;
}

.bServis__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: .3s;
}

.bServis__link--white::after {
    background: #fff;
}

.light-theme .bServis__link--white::after {
    background: #333;
}

.bServis__link--black::after {
    background: #000;
}

.bServis__link:hover::after {
    transform: scaleX(1);
    transition: .3s;
}

.bServis__link--green::after {
    background: #66CC66;
    transform: scaleX(1);
}

.light-theme .bServis__link--green::after {
    background: #333;
}

.bServis__link--green:hover::after {
    transform: scaleX(0);
}

.priceList__drop-wrapper {
    background: #1F2023;
    font-size: 20px;
    line-height: 38px;
    color: #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
    .priceList__drop-wrapper{
        font-size: 18px;
        line-height: 28px;
    }
}

.light-theme .priceList__drop-wrapper {
    background-color: #fff;
    color: #333;
}

.priceList__drop-item:nth-of-type(2n) .priceList__drop-wrapper {
    background: none;
}

.priceList__sub-drop {
    padding-left: 80px;
}

.priceList__drop-sub-item {
    font-size: 16px;
    line-height: 26px;
    color: #E0E0E0;
}

.priceList__drop-container {
    box-sizing: border-box;
    padding: 5px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.priceList__drop-list {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}

.priceList__drop-list--detail .priceList__drop-wrapper {
    background: none;
}

.priceList__drop-list--detail .priceList__drop-item:nth-of-type(2n) .priceList__drop-wrapper {
    background: #1F2023;
}

.priceList__drop-title {
    width: 70%;
}

.light-theme .priceList__drop-title {
    width: 100%;
}

.light-theme .priceList__drop-title ul {
    padding-left: 40px;
    list-style: disc;
}

.priceList__drop-list--detail .priceList__drop-title,
.priceList__drop-list--replace .priceList__drop-title {
    font-size: 16px;
    line-height: 26px;
    color: #E0E0E0;
    max-width: 500px;
    margin-right: 20px;
}

.priceList__drop-list--replace .priceList__drop-item:nth-of-type(2n) .priceList__drop-wrapper {
    background: none;
}

.priceList__drop-item-list {
    list-style: disc;
    padding-left: 100px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.priceList__drop-item-list li {
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    color: #E0E0E0;
}

.priceList__drop-item-list ul {
    list-style: none;
    padding-left: 40px;
    margin: 0;
}

.tools {
    padding-bottom: 24px;
}

@media screen  and (max-width: 768px){
    .tools {
        padding-bottom: unset;
    }
}

.tools__desc {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 35px;
    /*max-width: 860px;*/
}

.tools__brends-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
}

.tools__brend {
    max-width: 290px;
    max-height: 135px;
    margin-right: 5px;
    background-color: #f2f2f2;
}

.guarantee {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px){
    .guarantee {
        margin-bottom: 36px;
    }
}

.guarantee__list {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    padding-left: 40px;
    list-style: disc;
    max-width: 860px;
}

.servisGallery {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .servisGallery {
        position: relative;
        margin-bottom: 36px;
    }
}

.servisGallery .bServis__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.servisGallery__slide {
    box-sizing: border-box;
    overflow: hidden;
    background: #F2F2F2;
    border-radius: 10px;
}

.servisGallery__pagination {
    display: none;
}

.servisGallery__btn-wrapper {
    display: flex;
    align-items: center;
}

.servisGallery__btn {
    position: relative;
    width: 50px;
    height: 28px;
    background: #F2F2F2;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

.servisGallery__btn:hover,
.servisGallery__btn:focus {
    transition: .3s;
    background: #e0e0e0;
}

.servisGallery__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.servisGallery__btn-prev {
    margin-right: 7px;
}

.servisGallery__btn-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.servisGallery__btn-next::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.videoGallery {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px){
    .videoGallery {
        margin-bottom: 36px;
    }
}

.videoGallery__desc {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 30px;
}

.videoGallery__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.videoGallery__video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 328px;
    aspect-ratio: 16/9;
    background: #F2F2F2;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px;
}

.videoGallery__video iframe {
    width: 100%;
    height: 100%;
}

@media(max-width: 992px) {
    .servisLink {
        width: 40%;
        margin: 0;
        margin-right: 20px;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .servisLink {
        width: auto;
        margin: 0;
        margin-bottom: 20px;
        height: 130px;
    }
    .servisLink:first-of-type {
        margin-bottom: 50px;
    }
    .servisLink__wrapper {
        flex-direction: column;
    }
    .wServis__title {
        font-size: 26px;
        line-height: 34px;
    }
    .servisLink__wrapper {
        margin: 24px 0 36px;
    }
    .servisPromo__control {
        display: none;
    }
    .priceList {
        padding: 36px calc(var(--offset-from-window));
    }
    .priceList__title-wrapper {
        justify-content: space-between;
    }
    .equipment .priceList__drop {
        padding-left: 40px;
    }
    .priceList__title {
        font-size: 26px;
        line-height: 34px;
        margin-right: 0;
        padding-right: 12px;
        flex:1;
    }
    .servisGallery__btn-wrapper {
        display: none;
    }

    .servisGallery__pagination {
        display: block;
        position: relative !important;
        bottom: 0 !important;
    }
    .servisGallery__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;
    }
    .servisGallery__pagination .swiper-pagination-bullet::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        z-index: 1;
        background-color: #000 !important;
    }
    .servisGallery__pagination .swiper-pagination-bullet-active::before {
        height: 4px !important;
    }
    .priceList__drop-trigger {
        font-size: 22px;
    }
    .videoGallery__wrapper {
        display: block;
    }
    .videoGallery__wrapper .videoGallery__video {
        min-height: unset;
        width: auto;
        margin: 0 0 20px;
    }
    .main_content {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .servisLink {
        height: 50px;
        background: #E0E0E0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        margin: 0;
        margin-bottom: 16px !important;
        width: 100%;
        border-radius: 7px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .servisLink p {
        display: flex;
        font-size: 14px;
        line-height: 19px;
        color: #333333;
        padding: 0;
        margin: 0;
    }
    .servisLink.active {
        background-color: #333333;
    }
    .servisLink.active p {
        color: #fff;
    }
    .servisLink img {
        display: none;
    }
    .bServis__link::after,
    .bServis__link:hover::after,
    .bServis__link:focus::after,
    .bServis__terms::after,
    .bServis__terms:hover::after,
    .bServis__terms:focus::after{
        display: none;
    }

    .priceList__drop-wrap {
        margin: 0;
    }
    .priceList__drop-container {
        padding: 5px 15px;
    }
    .priceList__drop-wrapper {
        position: relative;
        padding-bottom: 50px;
    }
    .light-theme .priceList__drop-wrapper {
        padding-bottom: 0;
    }
    .priceList__sub-drop {
        padding-left: 20px;
        list-style: disc;
    }
    .priceList__drop-sub-item {
        margin-bottom: 10px;
    }
    .priceList__drop-item {
        position: relative;
        padding-bottom: 20px;
    }
    .priceList__drop-price {
        position: absolute;
        bottom: 10px;
        right: 0;
        padding-bottom: 10px;
        padding-right: 10px;
        font-size: 26px;
        line-height: 30px;
        width: 100%;
        text-align: end;
    }
    .priceList__drop-list--detail .priceList__drop-item:nth-of-type(2n) .priceList__drop-price,
    .priceList__drop-list--replace .priceList__drop-item .priceList__drop-price {
        background-color: #1F2023;
    }
    .priceList__drop-list--replace .priceList__drop-item:nth-of-type(2n) .priceList__drop-price {
        background: none;
    }
    .priceList__drop-item-list {
        padding-left: 35px;
    }
    .priceList__drop-item-list li {
        font-size: 16px;
    }
    .bServis__desc,
    .bServis__terms,
    .bServis__img,
    .priceList__title-wrapper {
        margin-bottom: 30px;
    }
    .videoGallery {
        padding-bottom: 30px;
    }
    .priceList__drop-trigger {
        margin-bottom: 15px;
    }
    .priceList__drop-title {
        width: 100%;
    }
    .videoGallery__video {
        min-height: 180px;
    }
}


@media (min-width: 991px) {
    .servisGallery__slide {
        width: 874px !important;
    }
}

/* End */
/* /local/templates/bikecenter_main/components/bikecenter/servis/remont-velosipedov/style.css?173867229523907 */
