.btn {
  background: #cc0631;
}
.btn.btn-outline-red {
  background: transparent;
  border: 1px solid #cc0631;
  color: #000;
}
.btn.btn-outline-red:hover {
  background: #cc0631;
  color: #fff;
}

.s6.inner {
  padding-top: 0;
}
.s6.inner .contacts {
  margin-top: 0;
}

.s3.inner .s3_item:nth-child(1) .s3_item_right {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .s3.inner .s3_item:nth-child(1) .s3_item_right {
    padding-top: 20px;
  }
}
.s3.inner .s3_item_btn {
  margin-top: 30px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-right: -50%;
}
@media (max-width: 1024px) {
  .s3.inner .s3_item_btn {
    flex-direction: column;
    row-gap: 12px;
    margin-right: 0;
  }
  .s3.inner .s3_item_btn .btn {
    width: 100%;
  }
}

.header-inner {
  position: relative;
  height: auto;
}
@media (max-width: 1024px) {
  .header-inner {
    position: fixed;
  }
}

.header_sticky {
position: fixed;
}

.block-margin {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .block-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.block-margin:first-child {
  margin-top: 0;
}
.block-margin:last-child {
  margin-bottom: 0;
}

.ah-block-advantages__item {
  position: relative;
}
.ah-block-advantages__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ah-block-advantages__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 410px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media (max-width: 1024px) {
  .ah-block-advantages__bg:before {
    height: 306px;
    bottom: auto;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.ah-block-advantages__bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.ah-block-advantages__content {
  position: relative;
  z-index: 2;
}
.ah-block-advantages__body {
  min-height: 660px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .ah-block-advantages__body {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 624px;
    justify-content: flex-start;
  }
}
.ah-block-advantages__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -10px;
}
.ah-block-advantages__left {
  padding: 0 10px;
  flex: 0 0 auto;
  width: 58.333%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .ah-block-advantages__left {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }
}
.ah-block-advantages__title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .ah-block-advantages__title {
    font-size: 36px;
  }
}
@media (max-width: 772px) {
  .ah-block-advantages__title {
    font-size: 24px;
  }
}
.ah-block-advantages__right {
  padding: 0 10px;
  flex: 0 0 auto;
  width: 41.666%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .ah-block-advantages__right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.ah-block-advantages__text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1024px) {
  .ah-block-advantages__text {
    font-size: 18px;
  }
}
@media (max-width: 772px) {
  .ah-block-advantages__text {
    font-size: 16px;
  }
}

.ah-block-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .ah-block-info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.ah-block-info:first-child {
  margin-top: 0;
}
.ah-block-info:last-child {
  margin-bottom: 0;
}
.ah-block-info__row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 1024px) {
  .ah-block-info__row {
    margin: -6px;
  }
}
.ah-block-info__col {
  padding: 10px;
  flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .ah-block-info__col {
    padding: 6px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.ah-block-info__item {
  border: 1px solid #000;
  height: 100%;
  padding: 23px 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .ah-block-info__item {
    padding: 13px 19px 7px;
  }
}
.ah-block-info__text {
  margin-bottom: 12px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.1875;
}
@media (max-width: 1024px) {
  .ah-block-info__text {
    margin-bottom: 4px;
  }
}
.ah-block-info__number {
  margin-top: auto;
  color: #cc0631;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.1666666667;
}
@media (max-width: 1024px) {
  .ah-block-info__number {
    font-size: 32px;
    line-height: 1.1875;
  }
}

.ah-detail-img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 34.8701298701%;
}
@media (max-width: 1024px) {
  .ah-detail-img {
    padding-bottom: 77.7777777778%;
  }
}
@media (max-width: 772px) {
  .ah-detail-img {
    padding-bottom: 100%;
  }
}
.ah-detail-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.specifications-block__title h2 {
  text-align: left;
}
.specifications-block__buttons {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1024px) {
  .specifications-block__buttons {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 12px;
  }
  .specifications-block__buttons .btn {
    width: 100%;
  }
}

.ah-spoiler__item {
  border-top: 3px solid #000;
}
.ah-spoiler__item:last-child {
  border-bottom: 3px solid #000;
}
@media (max-width: 1024px) {
  .ah-spoiler__item {
    border-width: 2px;
  }
}
.ah-spoiler__item.active .ah-spoiler__icon:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.ah-spoiler__title {
  padding: 30px 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .ah-spoiler__title {
    padding: 14px 0;
    border-width: 2px;
  }
}
.ah-spoiler__heading {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .ah-spoiler__heading {
    font-size: 16px;
  }
}
.ah-spoiler__icon {
  flex: 0 0 auto;
  width: 34px;
  max-width: 100%;
  height: 34px;
  position: relative;
  margin-left: auto;
}
.ah-spoiler__icon:before {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background: #cc0631;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ah-spoiler__icon:after {
  content: "";
  display: block;
  width: 3px;
  height: 21px;
  background: #cc0631;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.ah-spoiler__body {
  padding-bottom: 40px;
  display: none;
  border-top: 3px solid #000;
}
@media (max-width: 1024px) {
  .ah-spoiler__body {
    padding-bottom: 0;
    border-width: 2px;
  }
}
.ah-spoiler__body.active {
  display: block;
}

.ah-detail-table-pc {
  overflow-y: hidden;
  overflow-x: auto;
}
@media (max-width: 1230px) {
  .ah-detail-table-pc {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .ah-detail-table-pc {
    display: none;
  }
}
.ah-detail-table-pc::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.ah-detail-table-pc table {
  width: 100%;
}
.ah-detail-table-pc table thead tr th {
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1875;
  border-bottom: 1px solid #000;
  min-width: 200px;
}
.ah-detail-table-pc table thead tr th:last-child {
  padding-right: 0;
}
.ah-detail-table-pc table tbody tr:first-child td {
  padding-top: 40px;
}
.ah-detail-table-pc table tbody tr:last-child td {
  padding-bottom: 0;
}
.ah-detail-table-pc table tbody tr td {
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
  min-width: 200px;
}
.ah-detail-table-pc table tbody tr td:first-child {
  font-weight: 500;
  min-width: 300px;
}
.ah-detail-table-pc table tbody tr td:last-child {
  padding-right: 0;
}

.ah-detail-table-mob {
  overflow-y: hidden;
  overflow-x: auto;
  display: none;
}
@media (max-width: 1230px) {
  .ah-detail-table-mob {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .ah-detail-table-mob {
    display: block;
  }
}
.ah-detail-table-mob::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.ah-detail-table-mob table {
  width: 100%;
}
.ah-detail-table-mob table thead tr th {
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1875;
  border-bottom: 1px solid #000;
  min-width: 148px;
}
.ah-detail-table-mob table thead tr th:last-child {
  padding-right: 0;
}
.ah-detail-table-mob table tbody tr:nth-child(odd) td {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 500;
}
.ah-detail-table-mob table tbody tr td {
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1428571429;
  min-width: 148px;
  border-bottom: 1px solid #000;
}
.ah-detail-table-mob table tbody tr td:last-child {
  padding-right: 0;
}

