#catalog .productDetail .columns {
    display         : flex;
    justify-content : flex-start;
}

#catalog .product .price-and-btn .price {
    color          : #195b86;
    flex-direction : row;
    align-items    : center;
}


.price-and-btn {
    margin-bottom : 2rem;
}

.buttons {
    display : flex;
    margin  : 1rem 0;
}

.buttons a + a {
    margin-left : 1rem;
}


.getcallbtn {
    color      : #fff !important;
    background : #85d3ec;
}

.catalog .items {
    justify-content : center;
}

.catalog .items {
    margin : 1.75% 0 0 !important;
}

.slick-slide img {
    max-width : 100%;
    height    : auto;
}

.slick-prev:before, .slick-next:before {

    color : #000;
}

.slider-for {
    margin     : 0 auto 1rem;
    text-align : center;
}

.slider-for .slick-slide img {
    max-width : 100%;
    height    : auto;
    margin    : 0 auto;
}

.slider-nav .slick-slide img {
    max-width : 90%;
    height    : auto;
    margin    : 0 auto;
}.slick-slide {
     opacity: 0.5;
 }
.slick-current{
    opacity: 1;}
