@charset "utf-8";

body {
    background-color: #F8F9FA;
}
.pvc__wrapper {
    padding-left: 56px;
    padding-right: 56px;
}


/* catalog */
.pvc__catalog-header {
    margin-bottom: 32px;
}
.pvc__catalog-header h3 strong {
    color: #E92626;
}
.pvc__catalog-sort {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 2px solid #E9EBEF;
}
.pvc__catalog-sort-left {
    width: 304px;
    padding-right: 24px;
}
.pvc__catalog-sort-item span {
    display: block;
    margin-right: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(73, 86, 102, 0.5);
}
.pvc__catalog-sort-item a {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #0041A5;
    text-decoration: underline;
}
.pvc__catalog-sort-item .selectric-pvc__select {
    width: 200px;
}

.pvc__catalog-filter {
    width: 304px;
    padding-right: 24px;
}
.pvc__catalog-filter-wrap {
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
}
.pvc__catalog-filter-block + .pvc__catalog-filter-block {
    margin-top: 32px;
}
.pvc__catalog-filter-block h4 {
    margin-bottom: 24px;
}
.pvc__catalog-filter-line + .pvc__catalog-filter-line {
    margin-top: 16px;
}
.swiper-container--scroll + .swiper-container--scroll {
    margin-top: 40px;
}

.pvc__catalog-content {
    margin-bottom: 96px;
}
.pvc__catalog-grid {
    margin-bottom: 48px;
    border-top: 2px solid #E9EBEF;
    border-left: 2px solid #E9EBEF;
}
.pvc__catalog-grid > .row > div {
    border-right: 2px solid #E9EBEF;
    border-bottom: 2px solid #E9EBEF;
}

.pvc__catalog-card {
    height: 100%;
    padding: 32px;
    position: relative;
}
.pvc__catalog-card-arrow {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #E9EBEF;
    border-radius: 100%;
    position: absolute;
    left: 32px;
    top: 32px;
    z-index: 5;
    transition: all 0.4s ease;
}
.pvc__catalog-card-arrow svg path,
.pvc__catalog-card-arrow svg line {
    transition: all 0.4s ease;
}
.pvc__catalog-card-content {
    height: 100%;
    position: relative;
    z-index: 1;
}
.pvc__catalog-card-img {
    margin-bottom: 32px;
}
.pvc__catalog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.pvc__catalog-card h4 {
    margin-bottom: 8px;
    color: #2A2A2A;
    line-height: 104%;
    letter-spacing: 0.02em;
}
.pvc__catalog-card p {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #495666;
}
.pvc__catalog-card-cost {
    font-weight: 700;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #0041A5;
    cursor: pointer;
    transition: all 0.4s ease;
}
.pvc__catalog-card-cost:hover {
    color: #E92626;
}
.pvc__catalog-card-link {
    font-weight: 700;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #2A2A2A;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}
.pvc__catalog-card-link:hover {
    color: #E92626;
    text-decoration: underline;
}



/* delivery */
.pvc__delivery {
    margin-bottom: 160px;
}
.pvc__delivery-wrapper {
    max-width: 1424px;
    margin: 0 auto;
    padding: 80px 56px;
    position: relative;
}
.pvc__delivery-wrapper:before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.pvc__delivery .pvc__block-header h3 {
    max-width: 100%;
    padding-right: 0;
}
.pvc__delivery-content {
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    color: #495666;
}
.pvc__delivery-content > .row > div:first-child {
    padding-right: 24px;
}
.pvc__delivery-content > .row > div:first-child + div {
    padding-left: 24px;
}
.hidden{
    display: none;
}


/* 11.12 */
.pvc__new-button-for-filter-in-mobile {
	display: none !important;
    margin-bottom: 32px;
}



.pvc__catalog-cntrl-block {
    display: none;
    padding-bottom: 32px;
}
.pvc__catalog-cntrl-item {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: rgba(73, 86, 102, 0.5);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}
.pvc__catalog-cntrl-item:after {
    content: "";
    width: 0%;
    height: 4px;
    background-color: #0041A5;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 5;
    transition: all 0.4s ease;
}
.pvc__catalog-cntrl-item.active {
    color: #0041A5;
}
.pvc__catalog-cntrl-item.active::after {
    width: 100%;
}


@media (max-width: 1359px) {
    .pvc__inner {
        padding: 0 16px;
    }
    .pvc__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1199px) {
    /* topping */
    .pvc__topping {
        margin-bottom: 0;
    }


    /* delivery */
    .pvc__delivery {
        margin-bottom: 80px;
    }
    .pvc__delivery-wrapper {
        padding: 40px 0;
    }
    .pvc__delivery-wrapper::before {
        width: calc(100% + 40px);
        left: -20px;
    }
    .pvc__delivery-content > .row > div:first-child {
        padding-right: 0;
        margin-bottom: 32px;
    }
    .pvc__delivery-content > .row > div:first-child + div {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .pvc__catalog-sort-left,
    .pvc__catalog-sort-right,
    .pvc__catalog-filter {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }
    .pvc__catalog-filter {
        margin-bottom: 16px;
    }
    .pvc__catalog-sort-item {
        margin-bottom: 16px;
    }
    .pvc__catalog-sort-item span {
        margin-bottom: 8px;
    }
    .pvc__catalog-sort-item .selectric-pvc__select {
        width: 100%;
    }
    .pvc__catalog-content {
        margin-bottom: 40px;
    }
    .pvc__catalog-pagination {
        margin-top: 32px;
    }



    /* 11.12 */
    .pvc__catalog-sort {
        display: none;
    }
    .pvc__catalog-filter {
        display: none;
    }


    /* 22.12 */
    .pvc__catalog-card-img img {
        object-fit: cover;
    }


    .pvc__catalog-cntrl-block {
        display: block;
    }
}
@media (max-width: 767px) {
    .pvc__catalog-cntrl-item {
        display: inline-block;
        margin-bottom: 16px;
    }
}
@media (max-width: 575px) {
	.pvc__catalog-card {
        padding: 16px;
    }
}


@media (min-width: 992px) {
    /* 11.12 */
    .pvc__catalog-filter {
        display: block !important;
        height: auto !important;
    }

    .pvc__new-button-for-filter-in-mobile {
		display: none !important;
	}
}