@charset "UTF-8";
/* Generated by vite-plugin-svg-spritemap */
.table-vpam {
  display: flex;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.table-vpam__col div {
  padding: 0 0.625rem;
}
.table-vpam__col div .table-vpam__cell-label {
  display: none;
  font-size: 0.75rem;
  color: #7C7C7C;
}
.table-vpam__col div:nth-child(1) {
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__col div:nth-child(2) {
  height: 6.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__col div:nth-child(3) {
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__col div:nth-child(4) {
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__col div:nth-child(5) {
  height: 5rem;
  text-align: center;
}
.table-vpam__double-column {
  display: flex;
}
.table-vpam__double-column .table-vpam__col {
  text-align: center;
}
.table-vpam__double-column .table-vpam__col:nth-child(1) {
  border-right: 0.0625rem solid #333;
}
.table-vpam__col--legend {
  border: 0.0625rem solid transparent;
  width: 15%;
}
.table-vpam__legend {
  justify-content: start !important;
  padding-right: 0.625rem;
  text-align: start !important;
}
.table-vpam__col-group {
  background-color: #262626;
  border: 0.0625rem solid #333;
  width: 20%;
}
.table-vpam__col-group--vpam7 {
  width: 25%;
}
.table-vpam__group-head {
  border-bottom: 0.0625rem solid #333;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__group-head-legend {
  height: 3.125rem;
  border-bottom: 0.0625rem solid transparent;
}
.table-vpam__subhead {
  border-bottom: 0.0625rem solid #333;
}
.table-vpam__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-vpam__image {
  width: 100%;
  max-width: 15.625rem;
  height: auto;
  object-fit: contain;
}
.table-vpam__col-group--highlight {
  background-color: #2F2F2F;
  border-color: #b88a4a;
}
.table-vpam-9__description {
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.table-vpam-9__description p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.table-vpam-9__description a {
  font-weight: 700;
  border-bottom: 0.0625rem solid #fff;
  transition: all 0.3s;
  text-decoration: none;
}
.table-vpam-9__description a:hover {
  color: #b88a4a;
  border-bottom: 0.0625rem solid #b88a4a;
}
.table-vpam-9 .table-vpam {
  margin-bottom: 0rem;
}

.protection-vpam__intro {
  margin-bottom: 2rem;
}
.protection-vpam__note {
  text-align: center;
  margin: 3.125rem 0;
  line-height: 1.6;
}
.protection-vpam__compare {
  text-align: center;
}
.protection-vpam__subtitle {
  line-height: 1.5;
}
.protection-vpam__columns {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}
.protection-vpam__column {
  flex: 1;
  background-color: #262626;
  border: 0.0625rem solid #333;
  padding: 1.25rem;
  text-align: start;
}
.protection-vpam__item-number {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: transparent;
  /* Делаем заливку текста прозрачной */
  -webkit-text-stroke-width: 0.0625rem;
  /* Ширина обводки */
  -webkit-text-stroke-color: #585858;
  /* Цвет обводки (в данном случае белый) */
}
.protection-vpam__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #aaa;
}
@media (max-width: 61.99875em){
  .table-vpam {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.25rem;
    font-size: 0.875rem;
  }
  .table-vpam__col div {
    flex-direction: column;
  }
  .table-vpam__col div .table-vpam__cell-label {
    display: block;
  }
  .table-vpam__double-column .table-vpam__col {
    width: 50%;
  }
  .table-vpam__col--legend {
    display: none;
  }
  .table-vpam__col-group {
    width: 50%;
  }
}
@media (max-width: 47.99875em){
  .table-vpam__col-group {
    width: 100%;
  }
  .table-vpam-9 .table-vpam__col-group:last-child {
    display: none;
  }
  .protection-vpam__columns {
    flex-direction: column;
  }
}
@media (max-width: 20em){
  .table-vpam-9 {
    padding-top: 1.5625rem;
  }
  .table-vpam-9 {
    padding-bottom: 1.5625rem;
  }
  .protection-vpam__subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 91.875em){
  .table-vpam-9 {
    padding-top: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .table-vpam-9 {
    padding-bottom: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .protection-vpam__subtitle {
    font-size: clamp( 1.5rem , 1.46521739130625rem  +  0.1739130435vw , 1.625rem );
  }
}
@media (min-width: 91.875em){
  .table-vpam-9 {
    padding-top: 2.1875rem;
  }
  .table-vpam-9 {
    padding-bottom: 2.1875rem;
  }
  .protection-vpam__subtitle {
    font-size: 1.625rem;
  }
}