

/* Start:/local/templates/bikecenter_main/components/bikecenter/pomoshch/index/style.css?17609603517243*/
.content{
    background-color: #fff;
    overflow: hidden;
}



.help__call-center {
    width: 100%;
    position: relative;
}

.help__call-center a{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}

.help__call-center-wrapper {
    position: absolute;
    right: 0;
    top: -64px;
    display: flex;
    align-items: baseline;
    column-gap: 28px;
}

@media screen and (max-width: 768px){
    .help__call-center-wrapper {
        position: relative;
        top: unset;
        right: unset;
        flex-direction: column;
        margin-bottom: 32px;
    }
}

.help__call-center {
    
}

.help__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.help__cards-group {
    display: grid;
    gap: 24px;
}

.help__cards-group:nth-child(1) {
    grid-template-rows: 400px;
    grid-template-columns: 424px auto;
}

.help__cards-group:nth-child(2) {
    /*grid-template-rows: 252px;*/
    grid-template-columns: minmax(50%, 880px) minmax(40%, 772px);
}

@media screen and (max-width: 1280px){
    .help__cards-group:nth-child(2) {
        grid-template-rows: 280px;
    }
}

.help__cards-group:nth-child(2) .help__card {
    padding-top: 36px;
}

.help__cards-group .help__card:first-child {
    background: linear-gradient(90deg, #E2E6EB 19.77%, #F3F1F5 62.29%);
}

.help__cards-group .help__card:last-child {
    background: linear-gradient(90deg, #F4F2F6 0%, #E3E7EC 98.94%);
}

@media screen and (max-width: 1024px){
    .help__cards-group {
        display: flex;
        flex-direction: column;
    }
    .help__cards-group:nth-child(1) .help__card {
        background: linear-gradient(90deg, #E2E6EB 19.77%, #F3F1F5 62.29%);
    }

    .help__cards-group:nth-child(2) .help__card {
        background: linear-gradient(179.09deg, #E2E6EB 0.73%, #F3F1F5 69.6%);
    }

}

.help__card {
    display: flex;
    border-radius: 20px;
    padding: 48px;
}

@media screen and (max-width: 768px){
    .help__card {
        flex-direction: column-reverse;
        padding: 36px 32px;
    }
}

.help__card p{
    font-size: 16px;
}

@media screen and (max-width: 768px){
    .help__card p{
        font-size: 14px;
    }
}

.help__card_chat {
    flex-direction: column;
}

.help__card_chat .help__card-img-container{
    order: -1;
    margin: -64px auto 0;
}

@media screen and (max-width: 768px) {
    .help__card_chat .help__card-img-container{
        margin: -40px auto 0;
    }
}

.help__card_chat .help__card-title{
    font-size: 24px;
}

.help__card_payment {
    overflow: hidden;
}

.help__card_payment .help__card-info{
    min-width: 440px;
}

@media screen and (max-width: 768px) {
    .help__card_payment {
        min-width: unset;
    }
}


.help__card_payment .help__card-img-container{
    width: 40%;
    height: 100%;
    margin-left: auto;
    margin-right: -36px;
    transform: translateY(-48px);
}

.help__card_payment .help__card-img-container img{
    max-width: none;
}

@media screen and (max-width: 1024px){
    .help__card_payment .help__card-img-container {
        width: 50%;
        margin-top: auto;
        margin-bottom: auto;
        transform: translateY(0px);
    }

    .help__card_payment .help__card-img-container img{
        max-width: 100%;
    }
}

@media screen and (max-width: 768px){
    .help__card_payment .help__card-img-container {
        transform: translateX(16px);
        width: 282px;
        margin: -44px auto 0;
    }
    
    .help__card_payment .help__card-img-container img{
        max-width: 100%;
    }
}

.help__card_return, .help__card_delivery {
    overflow: hidden;
}

.help__card_return .help__card-title{
    white-space: nowrap;
}

.help__card_return .help__card-info{
    min-width: 60%;
}

.help__card_delivery .help__card-img-container img{
    /*transform: translateY(-28px);*/
    max-width: none;
}

.help__card_delivery .help__card-info{
    min-width: 50%;
}

.help__card_return .help__card-img-container img{
    transform: translate(-28px, 16px);
    max-width: none;
}

.help__card-info{
    display: flex;
    flex-direction: column;
}

.help__card-title{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px){
    .help__card-title{
        font-size: 26px;
        margin-bottom: 12px;
    }
}

.help__card-description{
    margin-bottom: 16px;
}

.help__card-links{
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 292px));
    gap: 24px;
    margin: auto 0;
}

@media screen and (max-width: 1024px){
    .help__card-links{
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media screen and (max-width: 768px){
    .help__card-links{
        gap: unset;
    }
}

.help__card-link{
    font-size: 16px;
    line-height: 24px;
}

.help__card-link a, .help__info-list a {
    position: relative;
    width: auto;
}

.help__card-link a::after, .help__info-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: .3s;
}

@media screen and (max-width: 768px){
    .help__card-link a::after {
        display: none;
    }
}

.help__card-link a:hover::after, .help__info-list a:hover::after {
    transform: scale(0);
}

.help__card-link svg{
    display: none;
}

@media screen and (max-width: 768px) {
    .help__card-link{
        display: flex;
        align-items: center;
        height: 50px;
        padding-right: 8px;
        font-size: 14px;
        border-bottom: 1px solid #bdbdbd;
        text-decoration: unset;
    }
    .help__card-link a{
        width: 100%;
    }
    .help__card-link:last-child{
        border-bottom: unset;
    }
    .help__card-link svg{
        margin-left: auto;
        display: block;
    }
}

.help__card-link a{

}

.help__card-btn{
    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;
    z-index: 1;
}

.help__card-btn:hover{
    background-color: #27AE60;
}

@media screen and (max-width: 768px){
    .help__card-btn {
        width: auto;
    }
}

@media screen and (max-width: 768px){
    .help__card-img-container{
        display: flex;
        margin: 0 auto;
    }
}

.help__card-img-container{

}

.help__card-img-container img{

}

.help__info {
    margin: 48px 0;
}
.help__info p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.help__info-item{
    margin-bottom: 48px;
}

.help__info-list{
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
    padding-left: 24px;
}

.help__info-title{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* End */
/* /local/templates/bikecenter_main/components/bikecenter/pomoshch/index/style.css?17609603517243 */
