#mxcpr {
    display: none;
}

.list_product {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.jshop_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.jshop_pagination .pagination {
    display: block;
}

.jshop_pagination li {
    margin: 0 10px;
    font-weight: 400;
}


.jshop_pagination li span {
    color: #b0b1b3;
}

.jshop_pagination li a {
    color: #f9b000;
}

.productfull {
    padding-bottom: 50px;
}

.wrapTopElement {
    flex-wrap: wrap;
}

.wrapTopElement .jshop_img_description {
    width: 100%;
    margin-top: 40px;
    padding-top: 25px;
    border-top: 3px solid #57a00c;
}

.slider-for .lightbox {
    width: 495px;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapTopElement .image_middle {
    width: 495px;
    height: 540px;
    border: 1px solid #d1d1d1;
}

.wrapTopElement .rightElement {
    width: calc(100% - 540px);
}

.wrapTopElement .image_middle img {
    max-width: 90%;
    max-height: 500px;
}

.productfull .jshop_prod_description p {
    font-weight: 400;
}

.productfull .jshop_prod_description p.razd {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 15px;
}

.productfull .jshop_prod_description p.razd:first-child {
    margin-top: 0;
}

.productfull .jshop_prod_description ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    line-height: 1;
}

.productfull .jshop_prod_description ul li:before {
    position: absolute;
    left: 0;
    top: 5.5px;
    background: #57a00c;
    border-radius: 50%;
    content: '';
    width: 7px;
    height: 7px;
}

.productfull .jshop_prod_description span {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #949494;
}

.wrapElementSlideNav {
    padding: 0 15px;
}

.dopDescr {
    padding-top: 50px;
}

.wrapElementSlideNav .imgW {
    height: 130px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.wrapElementSlideNav img {
    max-height: 130px;
    max-width: 100%;
}

.wrapElementSlideNav .nameImg {
    font-size: 14px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.slider-nav {
    position: relative;
    padding: 0 55px;
}

.slider-nav .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    top: 55px;
    z-index: 2;
    width: 36px;
    height: 24px;
}

.slider-nav .slick-prev {
    left: 0;
    background: url(/images/prevElement.png) no-repeat center;
}

.slider-nav .slick-next {
    right: 0;
    background: url(/images/nextElement.png) no-repeat center;
}

.productfull .prod_price {
    font-weight: 700;
    color: #57a00c;
    font-size: 24px;
}
.productfull .prod_price_opt{
    font-weight: 700;
    color: #000;
    font-size: 24px;

}

.productfull .list_product {
    grid-template-columns: repeat(4, 1fr);
}

.rightElement .callback-toggle {
    margin-top: 30px;
    font-size: 15px;
    /*font-family: "Montserrat-Bold";*/
    font-weight: 700;
    color: #000;
    line-height: 1;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    background: #f9b000;
    width: 200px;
    text-align: center;
}

.itheader {
    font-size: 30px;
    margin-top: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.joomshopCols .wrapServ li {
    height: 80px;
}

.joomshopCols .wrapServ {
    margin-top: 40px;
}

.joomshopCols {
    padding-bottom: 50px;
}

.buttonKonf {
    margin-bottom: 40px;
}

.buttonKonf .wImg {
    background: #f9ae00;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 90px;
}

.buttonKonf .wrapRightBK {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    align-items: center;
    padding-left: 30px;
    background: #f4f5f6;
}

.buttonKonf .wrapRightBK p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.buttonKonf .wrapRightBK p span {
    font-size: 24px;
    font-weight: 300;
}

.buttonKonf .wrapRightBK a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    /* text-decoration: underline; */
}

.buttonKonf .wrapRightBK a span {
    font-family: "Arial", sans-serif;
    text-decoration: none;
    margin-left: 5px;
}

.buttonKonf .wrapRightBK a::after {
    position: relative;
    margin-right: 10px;
    content: url(../images/arrDouble.png);
}

.buttonKonf .wrapRightBK p {
    margin: 0;
}