

/* Start:/local/templates/bikecenter_main/components/bikecenter/uslugi/prokat-sap-bordov/style.css?174722295711547*/
/*Прокат Сапбордов*/

.content {
    overflow: hidden;
    background-color: #fff;
}

.rent ._desktop {
    display: block;
}

.rent ._mobile {
    display: none;
}

.rent {
    font-family: "Open Sans";
    color: #333;
    padding: 0 0 90px;
}

.rent-main__text {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 400;
}

.rent-main__text--bold {
    font-weight: 600;
}

.rent-main__text--subtitle {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
}

.rent-main__text--link {
    text-decoration: none;
    position: relative;
    display: inline-block !important;
}

.rent-main__text--link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #333;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.rent-main__text--link:hover:after {
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.rent__addresses {
    margin-top: 60px;
}

.rent-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    margin-top: 32px;
    padding: 40px 60px;
    background-color: #f2f3f5;
    border-radius: 20px;
}

.rent-address__text {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.rent-address__tag {
    display: flex;
    width: fit-content;
    line-height: 1.5;
    padding: 6px 22px;
    background-color: #CCFF33;
    border-radius: 20px;
}

.rent-address__tag--open{
    background-color: #CCFF33;
}

.rent-address__tag--close{
    background-color: #EA5455;
    color: #fff;
}

.rent-address__title {
    font-family: "Open Sans" !important;
    margin-top: 28px;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}

.rent-address__schedule,
.rent-address__phone {
    margin-top: 16px;
    font-weight: 600;
}

.rent-address__phone {
    font-size: 20px;
}

.rent-address__schedule span,
.rent-address__phone span {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 400;
    color: #828282;
}

.rent-address__schedule span._mobile {
    margin-top: 0;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.rent-address__btns {
    display: flex;
    column-gap: 16px;
    align-items: center;
    margin-top: 26px;
}

.rent-address__btn._desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 10px;
    padding: 16px 0;
    transition: all 0.3s ease-in-out;
}

.rent-address__btn--route {
    width: 216px;
    background-color: #0C1111;
    color: #fff;
}

.rent-address__btn--route:hover {
    background-color: #27AE60;
    transition: all 0.3s ease-in-out;
}

.rent-address__btn--more {
    width: 232px;
    background-color: #fff;
}

.rent-address__btn--more:hover {
    background-color: #0C1111;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.rent-address__photo {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.rent-address__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rent-address__photoblock {
    flex-basis: 645px;
    flex-grow: 0;
    height: 326px;
    border-radius: 20px;
    overflow: hidden;
}

.rent__conditions {
    margin-top: 58px;
}

.rent-conditions {
    display: flex;
    align-items: flex-start;
    column-gap: 240px;
}

.rent-conditions__title {
    font-family: "Open Sans" !important;
    font-size: 36px;
    line-height: 1.06;
    font-weight: 700;
    margin-bottom: 0;
}

.rent-conditions__subtitle {
    font-size: 20px;
    line-height: 1.9;
    font-weight: 600;
    margin-top: 24px;
}

.rent-conditions__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 8px;
}

.rent-conditions__imgblock {
    flex-basis: 500px;
    flex-grow: 0;
}

.rent-conditions__img,
.rent-conditions__img img {
    width: 100%;
    height: auto;
}

.rent__gallery {
    margin-top: 32px;
}

.rent-gallery__wrapper {
    display: flex;
    justify-content: space-between;
}

.rent-gallery__title {
    font-family: "Open Sans" !important;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}

.rent-gallery__btns {
    display: flex;
    column-gap: 16px;
    margin-top: 26px;
}

.rent-gallery__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 38px;
    background-color: #f2f3f5;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.rent-gallery__btn:hover {
    background-color: #0C1111;
    transition: all 0.3s ease-in-out;
}

.rent-gallery__btn svg polygon {
    fill: #0C1111;
    transition: all 0.3s ease-in-out;
}

.rent-gallery__btn:hover svg polygon {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.rent-gallery__btn--prev svg {
    transform: rotate(180deg);
}

.rent-gallery__btn.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.rent-gallery__slider {
    margin-top: 32px;
}

.rent-gallery__slide {
    width: 820px;
    max-width: 43vw;
    max-height: 600px;
    aspect-ratio: 1 / 0.73;
    overflow: hidden;
    border-radius: 7px;
}

.rent-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rent-gallery__pagination {
    display: none;
}

@media (max-width: 1720px) {
    .rent-conditions {
        column-gap: 30px;
    }
}

@media (max-width: 1200px) {
    .rent-address {
        padding: 30px 40px;
    }

    .rent-conditions__title {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    .rent-address {
        flex-direction: column-reverse;
        align-items: flex-start;
        column-gap: 0;
        row-gap: 40px;
    }

    .rent-address__photoblock {
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .rent-conditions__imgblock {
        display: none;
    }
}

@media (max-width: 768px) {
    .rent ._desktop {
        display: none;
    }

    .rent ._mobile {
        display: block;
    }

    .rent-main__btns._mobile {
        display: flex;
        column-gap: 16px;
        margin-top: 40px;
    }

    .rent-main__btn {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        border-radius: 10px;
        line-height: 1;
        column-gap: 12px;
    }

    .rent-main__btn--phone {
        background-color: #0C1111;
        color: #fff;
    }

    .rent-main__btn--chat {
        background-color: #E0E0E0;
        color: #333;
    }

    .rent__addresses {
        margin-top: 40px;
    }

    .rent-addresses__title {
        margin-bottom: 16px;
    }

    .rent-address {
        padding: 20px 18px;
        margin-top: 16px;
        row-gap: 32px;
    }

    .rent-address__title {
        margin-top: 16px;
        font-size: 16px;
    }

    .rent-address__textblock {
        width: 100%;
    }

    .rent-address__schedule,
    .rent-address__phone {
        margin-top: 8px;
    }

    .rent-address__schedule span,
    .rent-address__phone span {
        margin-top: 8px;
    }

    .rent-address__phone {
        font-size: 16px;
    }

    .rent-address__btns {
        width: 100%;
        max-width: 645px;
        margin-top: 20px;
    }

    .rent-address__btn--more._mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0C1111;
        color: #fff;
        width: 100%;
        font-size: 14px;
        border-radius: 10px;
        padding: 16px 0;
    }

    .rent__conditions {
        margin-top: 40px;
    }

    .rent-conditions__title {
        font-size: 26px;
    }

    .rent-conditions__subtitle {
        line-height: 1.5;
    }

    .rent__gallery {
        margin-top: 40px;
    }

    .rent-gallery__btns {
        display: none;
    }

    .rent-gallery__pagination {
        position: relative;
        display: block;
        margin: 20px 0;
    }

    .rent-gallery__pagination .swiper-pagination-bullet {
        width: 20px;
        height: 1px;
        background-color: #333;
        border-radius: 0;
        opacity: 1;
    }

    .rent-gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
    .rent-gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
        height: 2px;
    }

    .rent-gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 4px;
    }

    .rent-gallery__slider {
        margin-top: 24px;
    }

    .rent-gallery__slide {
        max-width: 69vw;
        aspect-ratio: 1 / 0.73;
    }
}

@media (max-width: 620px) {
    .rent-main__btns._mobile {
        flex-direction: column;
        row-gap: 20px;
    }

    .rent-main__btn {
        width: 100%;
    }
}

/*Страница проката END*/

.rentLink__wrapper {
    padding-top: 30px;
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px){
    .rentLink__wrapper {
        padding-top: unset;
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }
}

@media screen and (max-width: 500px){
    .rentLink__wrapper {
        gap: 16px;
    }
}

.rentLink {
    cursor: pointer;
    height: 130px;
    transition: .3s;
    border-radius: 10px;
}

.rentLink img {
    transform: translateY(-36px);
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.rentLink p {
    display: none;
}

.rentLink.active img,
.rentLink:hover img,
.rentLink:focus img{
    opacity: 1;
}

.rentLink:hover,
.rentLink:focus {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    transform: scale(1.03);
    transition: .3s;
}

@media (max-width: 500px) {
    .rentLink {
        height: 50px;
        background: #E0E0E0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        margin: 0;
        width: 100%;
        border-radius: 7px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .rentLink p {
        display: flex;
        font-size: 14px;
        line-height: 19px;
        color: #333333;
        padding: 0;
        margin: 0;
    }

    .rentLink.active {
        background-color:#333333;
    }

    .rentLink.active p {
        color: #fff;
    }

    .rentLink img {
        display: none;
    }
}



body {
    background: #fff;
}

@media (max-width: 1220px) {
    .main_content {
        padding-left: calc(20px - (100vw - 1180px) / 2);
        padding-right: calc(20px - (100vw - 1180px) / 2);
    }

}

@media (max-width: 1180px) {
    .main_content {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 768px) {
    .main_content {
        padding: 0 20px;
    }
}


/* End */
/* /local/templates/bikecenter_main/components/bikecenter/uslugi/prokat-sap-bordov/style.css?174722295711547 */
