@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
    outline: 0 !important;
}
img {
    vertical-align: middle;
    border-style: none;
}
html {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
body.no-scroll {
    overflow: hidden;
}
a {
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
h1, h2 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 96px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -3px;
}
h3 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
}
.pvc__inner-header {
    margin-bottom: 32px;
}
.pvc__inner-header strong {
    color: #E92626;
}
h4 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
}
h1 strong,
h2 strong,
h3 strong {
    font-family: 'Roboto Condensed', sans-serif;
}
p {
    margin: 0;
    padding: 0;
}
p + p {
    margin-top: 24px;
}
svg {
    overflow: visible;
}
.container-fluid,
.container,
.row {
    height: 100%;
    position: relative;
}
.row-no-height {
    height: auto;
}


/* lib */
.pvc__index {
    overflow: hidden;
}
.pvc__button {
    height: 48px;
    padding: 0 32px;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.pvc__button span,
.pvc__button img {
    position: relative;
    z-index: 5;
}
.pvc__button--white {
    background-color: #fff;
    color: #E92626;
}
.pvc__button--red {
    background-color: #E92626;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(233, 38, 38, 0.5);
}
.pvc__button-back {
    width: 0%;
    height: 100%;
    background-color: #0041A5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.pvc__button--big {
    height: 72px;
}
.pvc__button img + span {
    margin-left: 16px;
}
.pvc__topping-round-ico {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 100%;
}
.pvc__wrapper {
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.pvc__block-header {
    margin-bottom: 56px;
}
.pvc__block-header h3 {
    max-width: 496px;
    padding-right: 16px;
}
.pvc__block-header h3 strong {
    color: #E92626;
}
.pvc__padding {
    padding-left: 16px;
    padding-right: 16px;
}



/* animation lib */
.pvc__text-animate {
    font-kerning: none;
}
.pvc__text-animate div {
    opacity: 0;
    -webkit-transform: translate(0, 24px);
            transform: translate(0, 24px);
}
.pvc__block-animate {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
}
.pvc__section-animate {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
}



/* topping */
.pvc__topping {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 100;
}
.pvc__topping-logo {
    margin-right: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}
.pvc__topping-logo img {
    margin-right: 24px;
}

.pvc__topping-menu-item {
    margin: 0 12px;
}
.pvc__topping-menu-item a {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    -webkit-transition: color 0.4s ease;
            transition: color 0.4s ease;
}
.pvc__topping-menu-item a:hover,
.pvc__topping-menu-item.active a {
    color: rgba(255,255,255,1);
}
.pvc__topping-menu-item--drop a {
    display: inline-block;
    padding-right: 21px;
    position: relative;
}
.pvc__topping-menu-item--drop a:after {
    content: "";
    width: 13px;
    height: 9px;
    background-image: url('../img/arrow-menu.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.pvc__topping-phone-number {
    margin-right: 40px;
}
.pvc__topping-phone-number .pvc__topping-round-ico {
    margin-right: 8px;
}
.pvc__topping-phone-number-item a {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}

.pvc__topping-lang {
    margin-left: 40px;
    cursor: pointer;
}
.pvc__topping-lang .pvc__topping-round-ico {
    margin-right: 8px;
}
.pvc__topping-lang-show {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}
.pvc__topping-spec {
    display: none;
    margin-left: 16px;
}

.pvc__topping-menu-item-submenu-wrap {
    display: none;
    padding-top: 8px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
}
.pvc__topping-menu-item-submenu {
    min-width: 168px;
    padding: 16px;
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
}
.pvc__topping-menu-item-submenu-item + .pvc__topping-menu-item-submenu-item {
    margin-top: 12px;
}
.pvc__topping-menu-item-submenu-item a {
    color: #0041A5;
}


/* form */
.pvc__order-form-item {
    height: 72px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.pvc__order-form-item--textarea {
    height: auto;
}
.pvc__order-form-item:before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #E92626;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
    pointer-events: none;
}
.pvc__order-form-item.active:before {
    opacity: 1;
}
.pvc__order-form-line--double {
    display: -ms-flexbox;
    display: flex;
}
.pvc__order-form-line--double .pvc__order-form-item:first-child {
    margin-right: 1px;
    border-radius: 4px 0 0 4px;
}
.pvc__order-form-line--double .pvc__order-form-item:first-child + .pvc__order-form-item {
    margin-left: 1px;
    border-radius: 0 4px 4px 0;
}
.pvc__order-form-line--double .pvc__order-form-item:first-child:before {
    border-radius: 4px 0 0 4px;
}
.pvc__order-form-line--double .pvc__order-form-item:first-child + .pvc__order-form-item:before {
    border-radius: 0 4px 4px 0;
}
.pvc__order-form-item:before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #E92626;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
    pointer-events: none;
}
.pvc__order-form-item > .row > div:first-child {
    padding-left: 16px;
    padding-right: 16px;
}
.pvc__order-form-item > .row > div:first-child + div {
    padding-right: 32px;
}
.pvc__order-form-line + .pvc__order-form-line {
    margin-top: 20px;
}
.pvc__order-form-item-ico {
    width: 30px;
    height: 30px;
    position: relative;
}
.pvc__order-form-item-ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pvc__order-form-item-title {
    height: 24px;
    font-size: 12px;
    line-height: 200%;
    color: rgba(73, 86, 102, 0.5);
}
.pvc__order-form-item-input input,
.pvc__order-form-item-input textarea {
    width: 100%;
    height: 24px;
    background-color: #fff;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #2A2A2A;
    text-transform: uppercase;
}
.pvc__order-form-item-input textarea {
    height: 128px;
    padding-top: 16px;
    resize: none;
}
.pvc__order-form-checkbox-header {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 200%;
    color: rgba(255,255,255,0.5);
}
.pvc__order-form-checkbox-item input {
    display: none;
}
.pvc__order-form-checkbox-item label {
    cursor: pointer;
}
.pvc__order-form-checkbox-item label div {
    max-width: 48px;
    max-height: 48px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
}
.pvc__order-form-checkbox-item label div:before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #0041A5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
    pointer-events: none;
}
.pvc__order-form-checkbox-item label div img {
    opacity: 0.2;
    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
}
.pvc__order-form-checkbox-item label span {
    margin-left: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}
.pvc__order-form-checkbox-item input:checked + label div:before {
    opacity: 1;
}
.pvc__order-form-checkbox-item input:checked + label div img {
    opacity: 0.5;
}

.pvc__order-right-conditions {
    font-weight: 600;
    font-size: 12px;
    line-height: 167%;
    text-align: center;
    color: #495666;
}
.pvc__order-right-conditions a {
    color: #495666;
    text-decoration: underline;
}

/* footer */
.pvc__footer {
    padding-top: 64px;
    padding-bottom: 48px;
    background-color: #1B212A;
}
.pvc__footer-wrapper {
    padding-left: 56px;
    padding-right: 56px;
}
.pvc__footer .pvc__topping-logo {
    margin-right: 0;
}
.pvc__footer-logo {
    margin-top: -40px;
}
.pvc__footer-menu-big-item {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
}
.pvc__footer-menu-big-item a {
    color: #fff;
}
.pvc__footer-menu-big-item + .pvc__footer-menu-big-item {
    margin-top: 16px;
}
.pvc__footer-menu-small-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}
.pvc__footer-menu-small-item a {
    color: #fff;
}
.pvc__footer-menu-small-item + .pvc__footer-menu-small-item {
    margin-top: 16px;
}
.pvc__footer .pvc__topping-phone-number {
    margin-right: 0;
}
.pvc__footer .pvc__topping-phone-number + .pvc__topping-phone-number {
    margin-top: 16px;
}


/* mobile menu */
.pvc__menu-mobile {
    display: none;
    width: 0;
    height: 0;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9990;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.pvc__menu-mobile-wrap {
    opacity: 0;
    height: 100%;
    padding: 16px;
    position: relative;
}
.pvc__menu-mobile-wrap-wrap {
    min-width: 720px;
}
.pvc__menu-mobile-item + .pvc__menu-mobile-item {
    margin-top: 24px;
}
.pvc__menu-mobile-item {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #495666;
    text-transform: uppercase;
}
.pvc__menu-mobile-item a {
    color: #495666;
}
.pvc__menu-mobile-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 9995;
    cursor: pointer;
}
.pvc__menu-mobile-close-line {
    width: 100%;
    height: 2px;
    background-color: #495666;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.pvc__menu-mobile-close-line:first-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.pvc__menu-mobile-close-line:first-child + div {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.pvc__menu-mobile .pvc__footer-menu-small-item a,
.pvc__menu-mobile .pvc__topping-phone-number-item,
.pvc__menu-mobile .pvc__topping-phone-number-item a {
    color: #495666;
}
.pvc__menu-mobile .pvc__topping-round-ico {
    background-color: #F8F9FA;
}
.pvc__menu-mobile .pvc__topping-phone-number {
    margin-right: 0;
}
.pvc__menu-mobile .pvc__topping-phone-number + .pvc__topping-phone-number {
    margin-top: 16px;
}



/* inner */
.pvc__inner {
    padding-left: 72px;
    padding-right: 72px;
    background-color: #fff;
}
.pvc__inner .pvc__topping-logo {
    color: #2A2A2A;
}
.pvc__inner .pvc__topping-menu-item,
.pvc__inner .pvc__topping-menu-item a {
    color: rgba(73, 86, 102, 0.7);
}
.pvc__inner .pvc__topping-menu-item--drop a:after {
    background-image: url('../img/arrow-menu-inner.svg');
}
.pvc__inner .pvc__topping-menu-item a:hover,
.pvc__inner .pvc__topping-menu-item.active a {
    color: #0041A5;
}
.pvc__inner .pvc__topping-round-ico {
    border: 2px solid #E9EBEF;
}
.pvc__inner .pvc__topping-phone-number-item a {
    color: #2A2A2A;
}
.pvc__inner .pvc__button {
    border: 2px solid #E92626;
    -webkit-transition: border 0.3s ease;
            transition: border 0.3s ease;
}
.pvc__inner .pvc__button:hover {
    border: 2px solid #0041A5;
}
.pvc__inner .pvc__topping-lang-show {
    color: #2A2A2A;
}


/* breadcrumbs */
.pvc__breadcrumbs {
    padding-top: 24px;
    padding-bottom: 24px;
}
.pvc__breadcrumbs-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #0041A5;
    position: relative;
}
.pvc__breadcrumbs-item + .pvc__breadcrumbs-item {
    margin-left: 72px;
}
.pvc__breadcrumbs-item + .pvc__breadcrumbs-item:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #D1D3D6;
    position: absolute;
    left: -56px;
    top: 50%;
    margin-top: -1px;
}
.pvc__breadcrumbs-item a {
    color: rgba(73, 86, 102, 0.5);
}


/* select */
.selectric-pvc__select .selectric {
    border: 2px solid #E9EBEF;
    border-radius: 4px;
    background: transparent;
}
.selectric-pvc__select .selectric .label {
    height: 40px;
    margin: 0 40px 0 24px;
    font-weight: 600;
    font-size: 12px;
    line-height: 42px;
    color: #2A2A2A;
    text-transform: uppercase;
}
.selectric .button {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.selectric-pvc__select .selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 9px;
    background-image: url('../img/arrow-menu-inner.svg');
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}


/* pagination */
.pvc__catalog-pagination-item {
    display: block;
    padding: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #0041A5;
}
.pvc__catalog-pagination-item.active {
    border: 2px solid #E9EBEF;
    border-radius: 4px;
}


/* checkbox */
.pvc__catalog-filter-item {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.pvc__catalog-filter-item input {
    display: none;
}
.pvc__catalog-filter-item label {
    cursor: pointer;
}
.pvc__catalog-filter-item-box {
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    padding-top: 2px;
    border: 2px solid #D1D3D6;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}
.pvc__catalog-filter-item-box svg {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
}
.pvc__catalog-filter-item-title,
.pvc__catalog-filter-item-count {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #495666;
    -webkit-transition: color 0.4s ease;
            transition: color 0.4s ease;
}
.pvc__catalog-filter-item-count {
    color: rgba(73, 86, 102, 0.5);
}
.pvc__catalog-filter-item-title + .pvc__catalog-filter-item-count {
    margin-left: 10px;
}
.pvc__catalog-filter-item input:checked + label .pvc__catalog-filter-item-box {
    border: 2px solid #0041A5;
}
.pvc__catalog-filter-item input:checked + label .pvc__catalog-filter-item-box svg {
    opacity: 1;
}
.pvc__catalog-filter-item input:checked + label .pvc__catalog-filter-item-title,
.pvc__catalog-filter-item input:checked + label .pvc__catalog-filter-item-count {
    color: #0041A5;
}


/* scrollbar */
.swiper-container--scroll {
    width: 100%;
    height: 100%;
    max-height: 200px;
    padding-right: 16px;
}
.swiper-container--scroll .swiper-slide {
    height: auto;
}
.swiper-container-vertical > .swiper-scrollbar--scroll {
    width: 2px;
    background-color: #E9EBEF;
    z-index: 10;
}
.swiper-container-vertical > .swiper-scrollbar--scroll .swiper-scrollbar-drag {
    width: 4px;
    background-color: #0041A5;
    left: -1px;
}


/* check-ico */
.pvc__check-ico {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 2px solid #0041A5;
    border-radius: 4px;
}



/* modal */
.pvc__modal {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9990;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.pvc__modal-back-trigger {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.pvc__modal-inner {
    height: 100%;
}
.pvc__modal-wrap {
    opacity: 0;
    max-width: 664px;
    padding: 80px;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}
.pvc__modal h3 strong {
    color: #E92626;
}
.pvc__modal h3 + p {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 100%;
    color: #495666;
}
.pvc__modal h4 {
    margin-bottom: 16px;
}
.pvc__modal .pvc__order-form-item:before {
    opacity: 1;
    border: 2px solid #E9EBEF;
}
.pvc__modal .pvc__order-right-conditions {
    padding-left: 16px;
    text-align: left;
}
.pvc__modal .pvc__modal-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 9995;
    cursor: pointer;
}

/* modal */
.pvc__modal2 {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9990;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.pvc__modal2-back-trigger {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.pvc__modal2-inner {
    height: 100%;
}
.pvc__modal2-wrap {
    opacity: 0;
    max-width: 664px;
    padding: 30px 0;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}
.pvc__modal2 h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
}
.pvc__modal2 h3 strong {
    color: #E92626;
    text-align: center;
}
.pvc__modal2 h3 + p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 100%;
    color: #495666;
    text-align: center;
}
.pvc__modal2 h4 {
    margin-bottom: 16px;
}
.pvc__modal2 .pvc__button {
    font-size: 12px;
}
.pvc__modal2 .pvc__order-form-item-input input, .pvc__modal2 .pvc__order-form-item-input textarea {
    font-size: 10px;
}
.pvc__modal2 .pvc__order-form-line + .pvc__order-form-line {
    margin: 10px 0;
}
.pvc__modal2 .pvc__order-form-item {
    height: auto;
    padding:  8px 12px;
}
.pvc__modal2 .pvc__order-form-item:before {
    opacity: 1;
    border: 2px solid #E9EBEF;
}
.pvc__modal2 .pvc__order-right-conditions {
    padding-left: 16px;
    text-align: left;
    font-size: 10px;
}
.pvc__modal2 .pvc__order-form-checkbox-header,
.pvc__modal2 .pvc__order-form-checkbox-item label span {
    color: #000;
    font-size: 10px;
}
.pvc__modal2 .pvc__order-form-checkbox-item input {
    display: block;
}
.pvc__modal2 .pvc__order-form-checkbox-item label span {
    font-size: 12px;
    margin-left:  5px;
    font-size: 10px;
}
.pvc__modal2 .pvc__order-form-checkbox-content > .row > div + div {
    margin-top: 0;
}
.pvc__modal2 .pvc__modal2-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 20px;
    z-index: 9995;
    cursor: pointer;
}



/* language */
.pvc__topping-lang-drop {
    display: none;
    width: 200px;
    padding-top: 16px;
    position: absolute;
    right: 0;
    top: 100%;
}
.pvc__topping-lang-drop-inner {
    padding: 8px 24px;
    background-color: #fff;
    border-radius: 4px;
}
.pvc__topping-lang-drop-line {
    padding: 16px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #495666;
}
.pvc__topping-lang-drop-line a {
    color: #495666;
}
.pvc__topping-lang-drop-line.active,
.pvc__topping-lang-drop-line.active a {
    color: #E92626;
}
.pvc__topping-lang-drop-line + .pvc__topping-lang-drop-line {
    border-top: 2px solid #E9EBEF;
}



/* new menu button */
.pvc__new-menu-button {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 16px;
    top: 16px;
    z-index: 5000;
}


.pvc__topping-lang--new {
    display: none;
}



@media (max-width: 1649px) {
    h1, h2 {
        font-size: 86px;
    }
    .pvc__topping-logo {
	    margin-right: 16px;
	}
    .pvc__topping-logo img {
	    margin-right: 0;
	}
	.pvc__topping-logo span {
	    display: none;
	}
	.pvc__topping-menu-item {
	    margin: 0 8px;
	}
	.pvc__topping-phone-number {
	    margin-right: 16px;
	}
	.pvc__topping-lang {
	    margin-left: 16px;;
	}
}
@media (max-width: 1359px) {
    .pvc__topping {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .pvc__topping-menu {
        display: none;
    }
    .pvc__topping-spec {
        display: block;
    }
    .pvc__block-header h3 {
        max-width: 100%;
    }
}
@media (max-width: 1199px) {
    .pvc__topping {
        margin-bottom: 40px;
    }
    .pvc__topping-phone {
        display: none;
    }


    /* footer */
    .pvc__footer {
        padding-top: 24px;
        padding-bottom: 24px;
        text-align: center;
    }
    .pvc__footer-menu-contacts {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .pvc__footer-logo {
        margin-top: 0;
    }
    .pvc__footer .pvc__topping-logo {
        margin-bottom: 32px;
    }
    .pvc__footer-menu-big {
        margin-bottom: 32px;
    }
    .pvc__footer-menu-small {
        margin-bottom: 32px;
    }


    .pvc__footer-menu-contacts .pvc__topping-phone-number-item {
        text-align: left;
    }
}
@media (max-width: 991px) {
    h1, h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }


    /* modal */
    .pvc__modal-inner {
        padding: 16px;
    }
    .pvc__modal h3 + p {
        margin-bottom: 16px;
        font-size: 12px;
    }
    .pvc__modal-wrap {
        max-width: 100%;
        padding: 24px 16px;
    }
}
@media (max-width: 767px) {
    .pvc__button {
        height: 32px;
        padding: 0 24px;
    }
    .pvc__button--big {
        height: 48px;
    }
    .pvc__topping-logo {
        margin-right: 0;
        font-size: 12px;
    }
    .pvc__topping-logo img {
        width: 48px;
        margin-right: 16px;
    }
    .pvc__topping-spec {
        margin-left: 0;
    }
    .pvc__topping-lang {
        display: none;
    }
    .pvc__topping-lang--new {
        display: block;
    }
    .pvc__block-header {
        margin-bottom: 32px;
    }


    /* footer */
    .pvc__footer .pvc__topping-logo img {
        width: auto;
    }


    /* breadcrumbs */
    .pvc__breadcrumbs-item + .pvc__breadcrumbs-item {
        margin-left: 0;
        margin-top: 8px;
    }
    .pvc__breadcrumbs-item + .pvc__breadcrumbs-item:before {
        display: none;
    }


    /* 10.12 */
    .pvc__menu-mobile-wrap {
        overflow: auto;
    }
    .pvc__menu-mobile-wrap-wrap {
        min-width: 100%;
        min-height: 720px;
        padding-top: 64px;
        padding-bottom: 32px;
        text-align: center;
    }
    .pvc__menu-mobile-wrap-wrap > .row > div + div {
        margin-top: 32px;
    }
    .pvc__menu-mobile .pvc__topping-phone-number {
        max-width: 296px;
        margin-left: auto;
        margin-right: auto;
    }


    .pvc__footer-logo .pvc__topping-logo img {
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    .pvc__order-form-line--double {
        display: block;
    }
    .pvc__order-form-line--double .pvc__order-form-item:first-child {
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 4px;
    }
    .pvc__order-form-line--double .pvc__order-form-item:first-child + .pvc__order-form-item {
        margin-left: 0;
        border-radius: 4px;
    }
    .pvc__order-form-line--double .pvc__order-form-item:first-child::before {
        border-radius: 4px;
    }
    .pvc__order-form-line--double .pvc__order-form-item:first-child + .pvc__order-form-item::before {
        border-radius: 4px;
    }
    .pvc__order-form-checkbox-content > .row > div + div {
        margin-top: 20px;
    }


    /* modal */
    .pvc__modal .pvc__order-right-conditions {
        padding-left: 0;
        padding-top: 24px;
    }



    /* 01.12 */
    h3 br {
        display: none;
    }
    .pvc__use h3 strong {
        display: block;
    }
    .pvc__catalog h3 strong {
        display: block;
    }
    .pvc__catalog h3 strong {
        display: block;
    }
    .pvc__advantage h3 strong {
        display: block;
    }
    .pvc__realm h3 strong {
        display: block;
    }
    .pvc__faq h3 strong {
        display: block;
    }
    .pvc__clients h3 strong {
        display: block;
    }
    .pvc__news h3 strong {
        display: block;
    }
    .pvc__delivery h3 strong {
        display: block;
    }
    .pvc__order-header-text span {
        display: block;
    }




    /* 10.12 */
    .pvc__topping-lang {
        margin-left: 24px;
    }
    .pvc__topping-logo span {
        display: none;
    }


    .pvc__footer-menu-contacts .pvc__topping-phone-number-item,
    .pvc__menu-mobile-wrap-wrap .pvc__topping-phone-number-item {
        max-width: 144px;
        text-align: left;
    }
    .pvc__menu-mobile-wrap-wrap .pvc__topping-phone-number {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}
