.catalog-section{
    padding: 1rem .5rem;
    margin-top: 2rem;
}
.catalog-section .card {
    margin-bottom: 1rem;
    margin-right: .75rem;
    margin-left: .75rem;
    position: relative;
    padding-bottom: 5rem;
    cursor: pointer;
    overflow:hidden
}

.catalog-section .card:hover {
    -webkit-box-shadow: rgba(193, 200, 222, .378) 0 .714rem 1.429rem 0;
    -moz-box-shadow: rgba(193, 200, 222, .378) 0 .714rem 1.429rem 0;
    box-shadow: rgba(193, 200, 222, .378) 0 .714rem 1.429rem 0;
    -webkit-transform: translateY(-.357rem);
    -moz-transform: translateY(-.357rem);
    -ms-transform: translateY(-.357rem);
    -o-transform: translateY(-.357rem);
    transform: translateY(-.357rem);
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease, -o-transform .3s ease;
    -moz-transition: transform .3s ease, box-shadow .3s ease, -moz-transform .3s ease, -moz-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition:transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease
}

.catalog-section .card .text {
    padding:1rem 1rem 0
}

.catalog-section .card .text h6, .catalog-section .card .text h3 {
    margin-bottom: .5rem;
    font-size: 1.143rem;
    line-height:1.75rem
}

.catalog-section .card .text h5, .catalog-section .card .text p.cost {
    font-size: 1.286rem;
    line-height: 1.571rem;
    margin-bottom: 0;
    margin-top: .5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing:-.1px
}

.catalog-section .card .text h5 small, .catalog-section .card .text p.cost small {
    text-decoration:line-through
}

.catalog-section .card .text p.cost small {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #2c2d2e;
    padding: .2rem .7rem;
    border-radius: .3rem;
    color:#fff
}

.catalog-section .card .text h5 i, .catalog-section .card .text p.cost i {
    font-size: .875rem;
    color: #4d81cd;
    background-color: rgba(0, 0, 0, .05);
    padding: .2rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    font-style:normal
}

.catalog-section .card .text a {
    margin-bottom:0
}

.catalog-section .card .text .buttons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right:1rem
}
 


.catalog-section .swiper-button-next, .catalog-section .swiper-button-prev {
    background-color: #fff;
    border: 1px solid rgba(145, 147, 153, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 2.857rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width:2.857rem
}

.catalog-section .swiper-button-next {
    right:0
}

.catalog-section .swiper-button-prev {
    left:0
}

.catalog-section .swiper-button-next:after, .catalog-section .swiper-button-prev:after {
    line-height: 2;
    font-size: 1.3rem;
    color: #919399;
    font-weight:700
}

.catalog-section .swiper-button-next:hover, .catalog-section .swiper-button-prev:hover {
    -webkit-box-shadow: 0 .571rem 1rem rgba(193, 200, 222, .378);
    -moz-box-shadow: 0 .571rem 1rem rgba(193, 200, 222, .378);
    box-shadow:0 .571rem 1rem rgba(193, 200, 222, .378)
}
.catalog-section .swiper{
    padding-bottom: 3rem;
}
.catalog-section .swiper-pagination .swiper-pagination-bullet{background-color:#919399;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:.571rem;margin:0 .286rem;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;-webkit-transition:all .4s cubic-bezier(.4,0,.2,1);-o-transition:all .4s cubic-bezier(.4,0,.2,1);-moz-transition:all .4s cubic-bezier(.4,0,.2,1);transition:all .4s cubic-bezier(.4,0,.2,1);width:.571rem}
.catalog-section .swiper-pagination .swiper-pagination-bullet-active{background-color:#4d81cd;-webkit-border-radius:.571rem;-moz-border-radius:.571rem;border-radius:.571rem;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";width:2.286rem}