.info {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .info {
    margin-bottom: 20px;
  }
}
.info__title {
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 50px;
}
@media (max-width: 990px) {
  .info__title {
    line-height: 40px;
    font-size: 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.info__wrap h2 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .info__wrap h2 {
    margin-bottom: 15px;
    font-size: 35px;
  }
}
.info__wrap h3 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .info__wrap h3 {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
.info__wrap h4 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .info__wrap h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.info__wrap h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .info__wrap h5 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.info__wrap p {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 990px) {
  .info__wrap p {
    font-size: 14px;
    line-height: 21px;
  }
}
.info__wrap ol, .info__wrap ul {
  padding-left: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .info__wrap ol, .info__wrap ul {
    grid-gap: 5px;
  }
}
.info__wrap ol li, .info__wrap ul li {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 990px) {
  .info__wrap ol li, .info__wrap ul li {
    font-size: 14px;
    line-height: 21px;
  }
}
.info__wrap a {
  text-decoration: underline;
}
.info__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 20px;
  align-items: start;
}
@media (max-width: 990px) {
  .info__block {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.info__block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  padding: 25px 20px;
  background: #064a4f;
  text-align: center;
}
@media (max-width: 990px) {
  .info__block-title {
    font-size: 30px;
    padding: 15px;
  }
}
.info__block-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding: 25px 20px;
  background: #064a4f;
}
@media (max-width: 990px) {
  .info__block-text {
    padding: 15px;
  }
}
.info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 990px) {
  .info__btn {
    margin-top: 20px;
  }
}
.info__btn button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 180px;
  border-radius: 10px;
  font-weight: 700;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .info__btn button {
    max-width: 100%;
  }
}

/*# sourceMappingURL=info.css.map */