

/* Start:/local/templates/bikecenter_main/components/bikecenter/pomoshch/kak-oplatit/style.css?17292792366056*/
.content {
    background-color: #fff;
    overflow: hidden;
}


.payment {
    margin-bottom: 100px;
}

.payment__questions-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, #D4ECDD 0%, #F3F1F5 98.94%);
    border-radius: 20px;
    padding: 74px 136px 100px;
    margin: 48px 0;
}

@media screen and (max-width: 1180px) {
    .payment__questions-card {
        padding: 56px 60px 56px;
    }
}

@media screen and (max-width: 768px) {
    .payment__questions-card {
        background: linear-gradient(0deg, #D4ECDD 0%, #F3F1F5 98.94%);
        padding: 20px 20px 24px;
    }
}

.payment h3.payment__questions-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #333;
}

@media screen and (max-width: 768px) {
    .payment h3.payment__questions-title {
        margin-bottom: 32px;
    }
}

.payment__questions-list {
    display: grid;
    grid-template-columns: repeat(2, minmax( auto, 324px));
    gap: 24px;
}

@media screen and (max-width: 1180px){
    .payment__questions-list {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px){
    .payment__questions-list {
        margin: 0;
        gap: unset;
    }
}

.payment__questions-link {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

#help-payment-arrow{
    display: none;
}

@media screen and (max-width: 768px) {
    .payment__questions-list li {
        display: flex;
        align-items: center;
        height: 50px;
        padding-right: 8px;
        font-size: 14px;
        border-bottom: 1px solid #bdbdbd;
    }
    .payment__questions-list li:last-child {
        border-bottom: unset;
    }
    .payment__questions-link{
        width: 100%;
    }
    .payment__questions-link::after {
        display: none;;
    }
    #help-payment-arrow{
        display: block;
    }
}

.payment__questions-link::after, .payment__info-rules::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: .3s;
}

.payment__questions-link:hover::after, .payment__info-rules:hover::after {
    transform: scale(0);
}

.payment__info-rules {
    position: relative;
}

.payment__questions-img{
    position: absolute;
    right: 120px;
    top: -20px;
}

@media screen and (max-width: 1350px){
    .payment__questions-img{
        right: 0;
    }
}

@media screen and (max-width: 1024px){
    .payment__questions-img{
        max-width: 50%;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px){
    .payment__questions-img{
        max-width: unset;
        right: unset;
        top: unset;
        transform: unset;
    }
}

@media screen and (max-width: 768px){
    .payment__questions-card picture {
        margin: 0 auto;
        order: -1;
    }

    .payment__questions-img {
        position: relative;
        right: unset;
        top: -36px;
    }
}

.payment h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 24px;
}

.payment h4 {
    font-size: 20px;
    color: #333;
}

.payment p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.payment__info-list, .payment__info-list li {
    padding-left: 16px;
}

.payment__info-list li {
    list-style-type: "–";
    line-height: 24px;
}

.payment__info-cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin: 60px 0;
}

@media screen and (max-width: 1180px) {
    .payment__info-cards{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .payment__info-cards{
        margin-top: 44px;
    }
}

.payment__info-card{
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #F2F2F2 0%, #E2E6EB 100%);
    border-radius: 20px;
    padding: 52px 56px 60px;
}


@media screen and (max-width: 768px){
    .payment__info-card{
        padding: 24px 20px;
    }
}

.info-card__text {
    width: 80%;
    margin-bottom: 24px;
}

.info-card__list {
    font-weight: 600;
    line-height: 36px;
    padding-left: 28px;
}

.info-card__list li{
    position: relative;
}

.info-card__list li::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #9900FF;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px){
    .info-card__list {
        font-weight: 600;
        font-size: 14px;
        padding-left: 20px;
    }
    .info-card__list li::before{
        left: -16px;
    }
}

.info-card__list, .info-card__description {
    margin-bottom: 32px;
}

.info-card__button:hover {
    background-color: #27AE60;
}


.info-card__button {
    width: max-content;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 216px;
    padding: 0 20px;
    margin-top: auto;
    border-radius: 10px;
    background-color: #0c1111;
    color: #fff;
    transition: all .3s ease;
}

@media screen and (max-width: 768px){
    .info-card__button {
        width: auto;
    }
}

.info-card__img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .info-card__img {
        display: none;
    }
}

.info-card__img_bonuses {
    right: 24px;
    bottom: -16px;
}

.info-card__img_gift {
    bottom: 8px;
    right: -12px;
}

.info-card__description {
    width: 60%;
    color: #828282;
}

.info-card__description p{
    font-size: 14px;
    color: #828282;
    margin-bottom: unset;
}
/* End */
/* /local/templates/bikecenter_main/components/bikecenter/pomoshch/kak-oplatit/style.css?17292792366056 */
