.pvc__delivery-content {
  color: #222222;
  font-size: 14px;
}

.pvc__footer {
  border-top: 2px solid #E92626;
}

.pvc__product-header-line-right span {
  font-weight: 500;
  color: #0041A5;
  text-transform: none;
}

/* request */
.pvc__request {
  padding: 128px 16px;
  background-image: url('../img/request-back.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pvc__request .pvc__block-header {
  margin-bottom: 16px;
}

.pvc__request .pvc__block-header h1,
.pvc__request .pvc__block-header h2 {
  padding-left: 56px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
  text-stroke: 2px rgba(255, 255, 255, 0.5);
  text-align: center;
}

.pvc__request-content>.row>div:first-child {
  padding-right: 56px;
}

.pvc__request-content>.row>div:first-child+div {
  padding-left: 56px;
}

.pvc__request-left {
  padding-left: 80px;
}

.pvc__request-content .pvc__order-right {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  background-color: #fff;
}

.pvc__request-content .pvc__order-right-header {
  color: #2A2A2A;
}

.pvc__request-content .pvc__order-form-item:before {
  opacity: 1;
  border: 2px solid #E9EBEF;
}

.pvc__request-content .pvc__order-form-item.active:before {
  border: 2px solid #E92626;
}

.pvc__request-content .pvc__order-right-conditions {
  padding-left: 16px;
  text-align: left;
}

.pvc__request-left h3 {
  margin-bottom: 24px;
  color: #fff;
}

.pvc__request-left p {
  margin-bottom: 78px;
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: #fff;
}

.pvc__request-left .pvc__advantage-item-1:before {
  display: none;
}

.pvc__request-left .pvc__advantage-item-1 {
  height: 112px;
  border: 2px solid #fff;
}


.pvc__request-left .pvc__advantage-item-1-number {
  border-right: 2px solid #fff;
}

.pvc__request-left .pvc__advantage-item-1-text {
  padding: 16px 40px;
  font-size: 14px;
  line-height: 179%;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .pvc__request-left .pvc__advantage-item-1-number{
    border: 0!important;
  }
  .pvc__request-left .pvc__advantage-item-1 {
    height: auto;
    text-align: center;
    padding-top: 10px;
  }
}

@media (max-width: 1199px) {
  .pvc__request-left {
    padding-left: 0;
  }
}

.pvc__request-content>.row>div:first-child {
  margin-bottom: 32px;
  padding-right: 0;
}

.pvc__request-content>.row>div:first-child+div {
  padding-left: 0;
}

.pvc__request .pvc__block-header h1 {
  padding-left: 0;
}

.pvc__request-left p {
  margin-bottom: 32px;
  font-size: 14px;
}

/* order */
.pvc__order-right {
  width: 100%;
}

.pvc__order-right {
  width: 480px;
}

.pvc__order-right-header {
  margin-bottom: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 146%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.pvc__order-right-header span {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0060F4;
}

.pvc__order-wrapper {
  /*max-width: 1424px;*/
  margin: 0 auto;
  padding: 80px 56px;
  background-color: #1B212A;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pvc__order-arrow {
  width: 480px;
  height: 480px;
  background-color: #0041A5;
  border-radius: 100%;
  position: absolute;
  left: -240px;
  bottom: -240px;
}

@media screen and (max-width: 700px) {
  .pvc__order-arrow {
    width: 175px;
    height: 180px;
    left: 0px;
    bottom: 0px;
  }
}

.pvc__order-arrow-ico {
  position: absolute;
  right: 104px;
  top: 104px;
}

.pvc__order-header {
  height: 130px;
  margin-bottom: 96px;
  position: relative;
}

.pvc__order-header:before {
  content: "";
  width: 130px;
  height: 130px;
  background-color: rgba(73, 86, 102, 0.1);
  border-radius: 100%;
  position: absolute;
  left: 80px;
  top: 0;
  z-index: 1;
}

.pvc__order-header-text {
  padding-left: 136px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
  color: #E92626;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 500px) {
  .pvc__order-header-text {
    padding-left: 0px;
  }
}

.pvc__order-header-text span {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}

.pvc__order-header-text-back {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 96px;
  line-height: 100%;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
  text-stroke: 2px rgba(255, 255, 255, 0.1);
  position: absolute;
  left: calc(100% - 480px);
  top: 120%;
  transform: translate(0, -50%);
}

.pvc__order-left {
  padding-right: 136px;
}

@media screen and (max-width: 500px) {
  .pvc__order-left {
    padding-right: 0;
  }
}

.pvc__order-left-line-number {
  width: 136px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 96px;
  line-height: 80%;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
  text-stroke: 2px rgba(255, 255, 255, 0.2);
}

.pvc__order-left-line+.pvc__order-left-line {
  margin-top: 48px;
}

@media screen and (max-width: 500px) {
  .pvc__order-left-line .row {
    flex-direction: column;
  }
}

.pvc__order-left-line-header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 146%;
  text-transform: uppercase;
  color: #fff;
}

.pvc__order-left-line-header+.pvc__order-left-line-text {
  margin-top: 8px;
}

.pvc__order-left-line-text {
  font-size: 14px;
  line-height: 180%;
  color: #fff;
}

.pvc__order-right {
  width: 480px;
}

.pvc__order-right-header {
  margin-bottom: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 146%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.pvc__order-right-header span {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0060F4;
}

.pvc__catalog-card p.card__products-title {
  margin-bottom: 8px;
  color: #2A2A2A;
  line-height: 104%;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

.pvc__catalog-header h1 strong {
  color: #E92626;
}

.product-heading_title {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0px;
}

@media screen and (max-width:1199px) {
  .product-heading_title {
    line-height: 1.2;
    margin-bottom: 8px;
  }
}

.pvc__quality--block3 .pvc__quality-header {
  max-width: 100%;
}

.pvc__about-left h1 strong,
.pvc__about-left h2 strong {
  color: #E92626;
}

.pvc__info-title {
  margin: 15px 0 !important;
  letter-spacing: normal;
}

h1.pvc__info-title {
  font-size: 48px;
}

h2.pvc__info-title {
  font-size: 32px;
}

.pvc__info-table {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #495666;
  border: 1px solid black;
  border-collapse: collapse;
}

.pvc__info-table th,
.pvc__info-table td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 12px;
}

h1.blog-title {
  font-size: 46px;
  letter-spacing: normal;
}

.pvc__blog-page h2 {
  font-size: 46px;
  letter-spacing: normal;
  color: #000000;
  margin: 20px 0;
}

.pvc__blog-main-article-info a div {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
}

.pvc__blog-post-info__title a {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #000000;
}

.pvc__catalog-page h2 {
  font-size: 26px;
  letter-spacing: normal;
  padding: 10px 0;
}

.pvc__catalog-filter-title {
  padding-bottom: 10px;
}

.pvc__catalog-page-top-right h3 {
  font-size: 24px;
  padding-bottom: 15px;
  letter-spacing: normal;
}

/*ТАБЛИЦА В КАРТОЧКЕ ТОВАРА*/
.pvc__table {
  width: 100%;
}

.pvc__table-name {
  padding-right: 8px;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #0041A5;
  text-transform: uppercase;
}

.pvc__table-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  color: #495666;
}

/* ДОБАВЛЯЕМ ВНУТР ОТСТУП К ЗАГОЛОВКУ ТОВАРУ В КАТЕГОРИИ ТОВАРОВ */
.card__products-title {
  padding-bottom: 15px;
}

.db-1199 {
  display: none;
}

/* РЕДАКТИРУЕМ КНОПКУ МЕНЮ В МОБ ВЕРСИИ */
@media screen and (max-width: 1199px) {
  .db-1199 {
    display: block;
  }

  .dn-1199 {
    display: none;
  }

  .pvc__button {
    padding: 0 12px;
    font-size: 10px;
  }

  .pvc__topping-round-ico {
    width: 36px;
    height: 36px;
    margin-right: 0;
  }

  .pvc__topping-round-ico img {
    width: 18px;
    height: 18px;
  }

  .pvc__topping-phone {
    margin-right: 10px;
  }

  .pvc__topping-calc {
    margin-right: 10px;
  }

  .pvc__modal_image img {
    width: 100%;
    height: 100%;
    margin: 15px 0;

  }

  .pvc__order-form-block {
    margin: 10px 0;
  }
}

@media screen and (max-width: 1199px) {
  .pvc__order-right {
    margin: 30px auto;
    max-width: 480px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {

  .pvc__order-wrapper,
  .pvc__order-right {
    padding: 30px 15px !important;
  }
}

@media screen and (max-width: 400px) {
  .pvc__request-left .pvc__advantage-item-text {
    line-height: 1.2 !important;
    height: auto !important;
  }
}

@media screen and (max-width: 400px) {
  .pvc__block-header h2 {
    font-size: 33px;
  }

  .pvc__delivery-content h3 {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}


.pvc__blog-post h1 a {
  position: relative;
  z-index: 100;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}


@media screen and (max-width: 1199px) {
  .pvc__product-main-img {
    height: auto !important;
  }

  .pvc__product-main-img img {
    display: block;
    height: auto !important;
    object-fit: none;
  }
}


@media screen and (max-width: 768px) {
  .pvc__index.scroll .pvc__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .pvc__index.scroll {
    padding-top: 81px;
  }

  .pvc__index.scroll .pvc__main .pvc__topping {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: #fff;
  }

  .pvc__index.scroll .pvc__main .pvc__topping .pvc__button {
    border: 2px solid #E92626;
  }

  .pvc__new-menu-button {
    display: none !important;
  }

  .pvc__request .pvc__block-header h2 {
    padding-left: 0 !important;
  }

  .pvc__main .pvc__topping-lang-drop {
    right: -25px !important;
  }
}


@media screen and (max-width: 320px) {
  .pvc__topping-lang {
    margin-left: 5px;
  }
}

@media (max-width: 1359px) {
  .pvc__inner {
    padding: 0 16px !important;
  }
}

.arm_phone{
  position: relative!important;
  font-size: 0!important;
 
}
.arm_phone:before{
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://saviflex.com/img/ico-tel.png');
}