* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p-card__bigimg {
    width: 100%;

}
.owl-nav {
    display: block !important;
}
.p-card__nav {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.owl-prev {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
}
.owl-prev span {
    display: inline-block;
    width: 7px;
    height: 14px;
    background-image: url(/bitrix/templates/profood_new/js/zoom-new/ic.png);
    background-position: left top;
    font-size: 0;
}
.owl-prev:hover span {
    background-position: right top;
}
.owl-next {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 40px;
}
.owl-next span {
    display: inline-block;
    width: 7px;
    height: 14px;
    background-image: url(/bitrix/templates/profood_new/js/zoom-new/ic.png);
    background-position: left bottom;
    font-size: 0;
}
.owl-next:hover span {
    background-position: right bottom;
}
.p-card__nav .owl-item a {
    border: 1px solid #F2F2F2;
    margin: 0 10px;
}
.p-card__nav .owl-item a.active {
    border: 1px solid #0c4da2;
}
.p-card__nav .owl-item a {
    padding: 5px;
    display: block;
}

.zoomContainer {
    overflow: visible !important;
}
.p-popup__bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-image: url(/bitrix/templates/profood_new/js/zoom-new/patern.png);
    background-repeat: repeat;
    background-position: 0 0;
    display: none;
}
.p-popup__detal {
    position: fixed;
    display: none;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    z-index: 999;
}
.p-popup__title {
    width: 100%;
    font-size: 24px;
    font-family: Opensanslight,Arial,Helvetica,sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    border-bottom: 1px solid #F2F2F2;
    visibility: visible;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.p-popup__close {
    background-image: url(/bitrix/templates/profood_new/js/zoom-new/close.png);
    padding: 30px 35px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.p-popup__wrapper {
    position: relative;
    margin-top: 69px;
}
.p-popup__wrapper::before {
    content: '';
    display: table;
}
.p-popup__wrapper::after {
    content: '';
    display: table;
    clear: both;
}
.p-popup__left {
    float: left;
}
.p-popup__right {
  float: right;
}
.p-popup__img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 70vh;
}
.p-popup__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.p-imagelist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-imagelist__item {
    width: 90px;
    height: 90px;
    padding: 10px;
    border: 1px solid #F2F2F2;
    margin-bottom: 2%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}
.p-imagelist__item.active {
    border: 1px solid #0c4da2;
}
.p-imagelist__item img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 620px) {
.p-popup__img{
    height: 40vh;
} }