.compatibility-clear-margin .compatibility {
  margin-bottom: inherit;
}
.compatibility {
  text-align: center;
  margin-bottom: 148px;
}
.compatibility__title {
  font-family: 'DINCondensed', sans-serif;
  color: #000;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 4.6rem;
  line-height: 40px;
  margin-bottom: 28px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .compatibility__title {
    font-size: 3.2rem;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .compatibility__title {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.compatibility__description {
  font-size: 1.8rem;
  line-height: 28px;
  margin-bottom: 38px;
}
.compatibility__items {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 620px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.compatibility__items--protection {
  max-width: 800px;
}
@media (max-width: 768px) {
  .compatibility__items--protection {
    display: block;
  }
}
.compatibility__item {
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  font-size: 1.4rem;
  color: #1a1a1a;
  font-weight: 600;
  background-color: #f3f3f3;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='23' viewBox='0 0 28 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.879 11.61l7.071 7.072 15.72-15.72' stroke-width='6' stroke='%23ED0F00' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 28px 22px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: background-color 0.3s linear;
}
.compatibility__item:nth-child(3n + 3) {
  margin-right: 0;
}
.compatibility__item:first-child:last-child {
  margin: 0 auto 10px;
}
a.compatibility__item:hover {
  background-color: #e6e6e6;
}
.compatibility__item--protection {
  width: 32%;
  margin-right: 14px;
  margin-bottom: 12px;
}
.compatibility__item--protection a {
  color: #1a1a1a;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .compatibility__item--protection {
    display: inline-block;
  }
}
@media (max-width: 550px) {
  .compatibility__item--protection {
    width: 48%;
    background-size: 20px;
    background-position: calc(100% - 10px) 50%;
    padding: 25px 10px;
  }
  .compatibility__item--protection:nth-child(3n+3) {
    margin-right: 0;
  }
  .compatibility__item--protection:nth-child(even) {
    margin-right: 0;
  }
}
.compatibility--protection .compatibility__items {
  max-width: 800px;
}
.compatibility--protection .compatibility__item {
  width: 31%;
  margin-right: 14px;
  margin-bottom: 12px;
  margin-left: -5px;
}
.compatibility--protection .compatibility__item:nth-child(3n+1) {
  margin-left: 0;
}
.compatibility--protection .compatibility__item a {
  color: #1a1a1a;
  font-size: 1.4rem;
}
.accessories-page .compatibility {
  margin-bottom: 0;
  padding-bottom: 70px;
  border-bottom: 1px #e1e1e1 solid;
}
.accessories-page .compatibility__title {
  margin-bottom: 26px;
}
.accessories-page .compatibility__description {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 29px;
  padding: 0 10px;
}
@media (max-width: 1366px) {
  .compatibility__title {
    font-size: 4.6rem;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .compatibility {
    margin-bottom: 133px;
  }
  .compatibility__items {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
  }
  .compatibility__item {
    margin-right: 0;
    font-size: 1.4rem;
    line-height: 40px;
  }
  .compatibility--protection {
    margin-bottom: 0;
  }
  .compatibility--protection .compatibility__item {
    width: 258px;
    margin-bottom: 10px;
    margin-left: 14px;
  }
  .compatibility--protection .compatibility__item:nth-child(3n+1) {
    margin-left: 14px;
  }
  .compatibility--repl-parts .compatibility__title {
    font-size: 46px;
    line-height: 40px;
  }
  .compatibility--repl-parts .compatibility__description {
    font-size: 16px;
    line-height: 32px;
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 31px;
  }
  .accessories-page .compatibility {
    border-bottom: none;
    padding-bottom: 0;
  }
}
