.pric {
  padding: 50px 170px;
  border-radius: 8px;
  font-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pric--sec {
  display: flex;
  align-items: center;
  padding: 0 100px;
}
.pric__content {
  flex-grow: 1;
  margin: 30px 30px 0 0;
}
.pric__content h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.pric__img {
  flex-shrink: 0;
  align-self: flex-end;
  width: 100%;
  max-width: 322px;
  padding-top: 30px;
}
.pric__img img {
  display: block;
}
.pric__row {
  width: auto;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.pric__col {
  margin: 0 15px 25px;
}
.pric__col--width {
  width: calc(100% - 30px);
  max-width: 230px;
}
.pric__title {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pric__txt {
  margin-bottom: 30px;
}
.pric__txt span {
  display: block;
}
.pric__buttons {
  display: flex;
}
@media (max-width: 1199px) {
  .pric {
    padding: 50px;
  }
  .pric--sec {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .pric {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    font-size: 17px;
    text-align: center;
  }
  .pric ul {
    margin: auto;
    max-width: 400px;
  }
  .pric--sec {
    padding: 0 30px;
  }
  .pric__content {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .pric__img {
    padding-top: 0;
    margin: auto;
  }
  .pric__row {
    flex-direction: column;
    justify-content: center;
  }
  .pric__col--width {
    max-width: 100%;
  }
  .pric__title {
    margin-bottom: 15px;
  }
  .pric__buttons {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .pric {
    background-image: none !important;
  }
  .pric--sec {
    padding: 0 15px;
  }
  .pric__buttons {
    flex-direction: column;
    align-items: center;
  }
  .pric__buttons a {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=../maps/blocks/pric.css.map */
