.top {
  position: relative;
  padding-top: 3.125rem;
}

.top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.top-bg_list {
  position: relative;
  z-index: 1;
}
.top-bg_list b {
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  max-width: 100%;
  flex: 0 0 100%;
}
.top-bg_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.top-bg_list ul li {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.top-bg_list ul li:last-child:nth-child(odd) {
    /* Растягиваем ячейку на всю ширину и центрируем содержимое */
    grid-column: 1 / -1; /* Занимает все колонки (с первой по последнюю) */
    text-align: center; /* Центрируем текст внутри */
    margin:0 auto
}

.top-bg_list ul li span {
  display: block;
}
.top-bg_list ul li a {
  display: block;
  border: solid 2px #b00000;  
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  padding: 0.4rem 0.9375rem 0.4rem 1.3rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
    
    min-height: 100%;
    
    /* Для более аккуратного переноса текста */
    box-sizing: border-box; /* Учитываем padding и border в общей высоте */    
}
.top-bg_list ul li a.grey
{
	background: #b00000;
	color: #fff;
  padding: 0.4rem 1.3rem 0.4rem 1.3rem;
}
.top-bg_list ul li a:hover
{
	background: #b00000;
	color: #fff;
}

.top-bg_list ul li a::before {
  content: url(../img/icon/list-style_icon.svg);
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
}
.top .image {
  position: relative;
}

.top .image .img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.top .image .img-1 {
  position: relative;
}

.top .bx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 3.75rem;
}

.top .ttl {
  color: #000;
  font-weight: 400;
  font-size: clamp(1.325rem, 4vw, 3.125rem);
  text-transform: uppercase;
  max-width: 570px;
  margin-bottom: 1.25rem;
}

.top h1 {
  position: relative;
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 5.625rem);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding-left: 1.875rem;
}

.top h1::before {
  content: url(/images/arr-ttl_mini.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  line-height: 0;
}

.top .desc {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
}

.top .page-btn {
  min-width: 100%;
}

@media (min-width: 576px) {
  .top .page-btn {
    min-width: 241px;
  }
  .top-bg_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
/*  .top-bg_list ul {
    flex: 0 0 48%;
    max-width: 48%;
  }*/
}

@media (min-width: 992px) {
  .top {
    padding-top: 12.1875rem;
    padding-bottom: 6.25rem;
  }
  .top .bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    max-width: 41%;
    padding-bottom: 0;
  }
  .top .image {
    position: static;
  }
  .top .image .img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 68%;
  }
  .top .image .img-1 {
    position: absolute;
  }
  .top .image .img-2 {
    max-width: 50%;
	left: 7%;
  }
  .top .image .img-3 {
    max-width: 55%;
  }
  .top .desc {
    font-size: 1.125rem;
    max-width: 570px;
  }
  .top-bg_list ul li {
    font-size: 0.875rem;
  }
  .top-bg_list ul li a {
    font-size: 0.875rem;
    max-width: 320px;
  }
}

@media (min-width: 1200px) {
  .top h1 {
    padding-left: 3rem;
  }
  .top h1::before {
    content: url(/images/arr-ttl.png);
  }
}

@media (min-width: 1440px) {
  .top {
    height: 100vh;
  }
  .top-bg_list b {
    font-size: 1.5rem;
  }
/*  .top-bg_list ul {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }*/
  .top-bg_list ul li {
    font-size: 1.0625rem;
  }
  .top-bg_list ul li a {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1600px) {
  .top .image .img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
/*# sourceMappingURL=top.css.map */