.add-to-card, .go-to-card {
    display: block;
    position: relative;
    height: 49px;
    width: 100%;
    background-color: #008dee;
    border-radius: 6px;

    font-size: 14px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;

    box-shadow: 0 8px 8px rgba(3, 155, 229, 0.32);
}
.add-to-card:hover, .go-to-card:hover {
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(3, 155, 229, 0.32);
}
.add-to-card:before {
    display: inline-block;
    top: 6px;
    font-size: 24px;
    position: relative;
    margin-right: 8px;
}
.go-to-card:before {
    content: '' !important;
    display: inline-block;
    top: 3px;
    width: 20px;
    height: 16px;
    position: relative;
    background-image: url(/local/templates/public/img/icons/check-white.svg);
    margin-right: 8px;
    background-size: 20px 16px;
}

body.catalog .block-list .add-to-card {
    margin-top: 40px;
}


.goods__btn {
    margin-top: 16px;
}


/*Стили кнопки для  купить*/

.block-tiles .product {
    height: auto;
}

.block-tiles .p-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}

.price-wrapper {
    display: flex;
    justify-content: space-between;
}

.price-wrapper .goods__btn {
    margin-top: 0;
}

.product-review .product-slide {
    height: auto;
}

.price-wrapper .add-to-card, .price-wrapper .go-to-card, .block-tiles .add-to-card, .block-tiles .go-to-card  {
    font-size: 0;
    width: 43px;
    height: 43px;
    background: #276EF1;
    box-shadow: none;
    border-radius: 40px;
    min-width: 43px;
}

.price-wrapper .add-to-card:before, .block-tiles .add-to-card:before {
    margin: 0;
    padding: 0;
    top: 8px;
    left: 0;
    color: #EFF3FE;
    content: ' ';
    background-image: url('/local/templates/public/img/catalog/btn-basket-add.svg');
    width: 20px;
    height: 20px;
}

.price-wrapper  .go-to-card, .block-tiles .go-to-card  {
    background: #E3F2FD;
}

.price-wrapper .go-to-card:before, .block-tiles .go-to-card:before  {
    top: Calc((100% - 20px)/2);
    left: Calc((100% - 24px)/2);
    width: 24px;
    height: 20px;
    background-image: url(/local/templates/public/img/icons/check.svg);
    margin-right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 24px 20px;
}

.product .buy-one-click.nir-click  {
    display: none;
}

body.catalog .add-to-card {
    margin-top: 0;
}
/**/

@media (max-width: 1000px) and (min-width: 768px) {
    /*.block-list .p-r {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }*/

    .block-list .add-to-card, .block-list .go-to-card  {
        font-size: 0;
        width: 43px;
        height: 43px;
        background: linear-gradient(267.92deg, #008DEE 0%, #1976D2 100%);
        box-shadow: 0px 8px 8px rgba(3, 155, 229, 0.32);
        border-radius: 40px;
    }

    /*.block-list .add-to-card:before {
        margin: 0;
        padding: 0;
        top: 8px;
        left: 0;
    }*/

    .block-list .go-to-card {
        background: #E3F2FD;
    }

    /*.block-list .go-to-card:before  {
        top: 7px;
        left: 5px;
        width: 24px;
        height: 20px;
        background-image: url(/local/templates/public/img/icons/check.svg);
    }*/

    body.catalog .block-list .add-to-card {
        margin-top: 0;
    }

    .block-list .p__c {
        margin-bottom: 0;
    }

}

@media (max-width: 860px){

    .block-tiles .p-r{
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .add-to-card.minimal-mobile, .go-to-card.minimal-mobile{
        font-size: 0;
        border-radius: 50%;
        width: 36px;
        height: 36px;
    }

    .add-to-card.minimal-mobile:before, .go-to-card.minimal-mobile:before {
        margin-right: 0;
        top: 4px;
        left: 0;
        font-size: 20px;
    }

    .section-card  .col-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .goods__btn {
        padding-top: 0;
    }

    .link-fead {
        width: 100%;
    }

    .price-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .price-wrapper .goods__btn {
        margin-top: 0;
    }

    .p-r {
        display: flex;
        justify-content: space-between;
    }

    /*body:not(.main) .add-to-card, body:not(.main) .go-to-card {
        font-size: 0;
        width: 43px;
        height: 43px;
        background: linear-gradient(267.92deg, #008DEE 0%, #1976D2 100%);
        box-shadow: 0px 8px 8px rgba(3, 155, 229, 0.32);
        border-radius: 40px;
    }

    body:not(.main) .add-to-card:before {
        margin: 0;
        padding: 0;
        top: 8px;
        left: 0;
    }*/

    body:not(.main)  .go-to-card {
        background: #E3F2FD;
    }

    body:not(.main)  .go-to-card:before {
        top: Calc((100% - 20px)/2);
        left: Calc((100% - 20px)/2);
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        margin-right: 0;
        position: absolute;
    }

    .product .buy-one-click.nir-click  {
        display: none;
    }

    body.catalog .block-list .add-to-card {
        margin-top: 0;
    }

    .block-tiles .p-r{
        margin-top: 16px;
        padding: 0 4px;
    }

}

@media (max-width: 369px){

    .price-wrapper .add-to-card:before,
    .block-tiles .add-to-card:before,
    .block-tiles .go-to-card:before
    {
        width: 18px;
        height: 18px;
        background-size: 18px;
        background-repeat: no-repeat;
        top: Calc((100% - 18px)/2) !important;
    }

}