

/* Start:/local/templates/bikecenter_main/components/bikecenter/pomoshch/polzovatelskoe-soglashenie/style.css?17266108851307*/
.content {
    background-color: #fff;
}


.terms-of-use {
    padding: 40px 0;
}

@media screen and (max-width: 768px) {
    .terms-of-use {
        padding: 20px 0;
    }
}

.terms-of-use__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.terms-of-use__text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
}

.terms-of-use__hr {
    height: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 24px;
    border: 0 solid #d7d7d7;
    border-top-width: 1px;
}


.terms-of-use__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
}

.terms-of-use__list {
    margin-left: 20px;
    list-style: initial;
}

.terms-of-use__item {
    font-size: 16px;
    line-height: 26px;
}

.terms-of-use__agreement {
    margin-bottom: 50px;
}

.terms-of-use__link {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
}

.terms-of-use__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: .3s;
}

.terms-of-use__link:hover::after {
    transform: scale(0);
}

/* End */
/* /local/templates/bikecenter_main/components/bikecenter/pomoshch/polzovatelskoe-soglashenie/style.css?17266108851307 */
