.header {
  background: #fff;
  position: relative;
}
.header .header-menu__item {
  color: #000;
}
.header .header-menu__link {
  color: #000;
}
.header .header-phone__link {
  color: #000;
}
.header .header-phone {
  color: #000;
}
.header-logo__item:first-child:after {
  border-right: 1px solid #000;
}

.header .sollers-logo2 {
  display: block;
}
.header .arm-logo2 {
  display: block;
}
.header .sollers-logo1 {
  display: none;
}
.header .arm-logo1 {
  display: none;
}

.header .header-phone svg circle {
  stroke: #000;
}

.header .header-phone svg rect {
  fill: #000;
}

.header .header-phone svg path {
  fill: #000;
}

.pages-banner img {
  width: 100%;
}
.pages-banner {
  position: relative;
}

.pages-warranty {
  padding-bottom: 40px;
}
.pages-warranty__block {
  display: block;
  font-family: var(--second-family);
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(34, 31, 32, .89);
}
.pages-warranty-block__subtitle {
  margin: 0;
  padding: 0;
  font-family: var(--second-family);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  color: #292523;
}
.pages-warranty-block__text {
  font-family: var(--second-family);
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(34, 31, 32, .89);
}
.pages-warranty-block__btn {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.pages-warranty-block__btn .main-btn {
  margin-right: 15px;
  margin-bottom: 10px;
}

.pages-to__file-note {
  opacity: 0.5;
}
.pages-to__disclaimer {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #221f20;
  opacity: 0.6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.table-to {
  overflow-x: auto;
  padding-bottom: 20px;
  margin: 30px 0 12px;
  display: grid;
  grid-template-columns: minmax(220px, 380px);
  grid-auto-columns: minmax(150px, 182px);
  grid-auto-flow: column;
  gap: 24px;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 1.2;
  color: #292523;
}
.table-to__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.table-to__item {
  padding: 8px 18px;
  flex: 0 1 100%;
  text-align: center;
  align-content: center;
}
.table-to__title {
  background-color: #f47c30;
  color: #fff;
  border-radius: 100px;
  position: relative;
  pointer-events: none;
  font-weight: 600;
}
.table-to__border {
  display: flex;
  outline: 1px solid #d3d3d3;
  border-radius: 100px;
}
.table-to__border > .table-to__item {
  flex: 1 1 50%;
}
.table-to__orange {
  background-color: #f47c30;
  color: #fff;
  border-radius: 100px;
}
.table-to__gray {
  background-color: #d3d3d3;
  border-radius: 100px;
}
.table-to__tag-was {
  display: block;
  font-size: 14px;
  color: #99928f;
  margin-bottom: 4px;
}
.table-to__tag-become {
  display: block;
  font-size: 14px;
  color: #ffe7d7;
  margin-bottom: 4px;
}
.table-to .only-phone {
  display: none;
}

@media screen and (max-width: 767px) {
  .table-to {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-x: visible;
  }
  .table-to .no-phone {
    display: none;
  }
  .table-to .only-phone {
    display: block;
  }
  .table-to__title {
    pointer-events: auto;
    cursor: pointer;
    padding-right: 36px;
  }
  .table-to__title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    width: 13px;
    height: 7px;
    background-color: #ffe7d7;
    clip-path: polygon(0 1px, 1px 0, 50% calc(100% - 2px), calc(100% - 1px) 0, 100% 1px, 50% 100%);
    transition: 0.25s;
  }
  .table-to__col.is-active .table-to__title:after {
    clip-path: polygon(0 calc(100% - 1px), 1px 100%, 50% 2px, calc(100% - 1px) 100%, 100% calc(100% - 1px), 50% 0);
  }
  .table-to__border {
    border-radius: 8px;
  }
  .table-to__orange {
    border-radius: 8px;
  }
  .table-to__group {
    text-align: center;
    outline: 1px solid #d3d3d3;
    border-radius: 8px;
    overflow: hidden;
  }
  .table-to__work-name {
    border-bottom: 1px solid #d3d3d3;
  }
  .table-to__col:not(.is-active) .table-to__group,
  .table-to__col:not(.is-active) .table-to__gray.only-phone {
    display: none;
  }
}

@media (max-width: 1920px) {
  .pages-warranty-block__subtitle {
    font-size: calc(18px + .6vw);
    margin-top: calc(20px + 1vw);
  }
}
