/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/section/prices.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
/*images*/
.prices__section {
    background-size: cover;
    background-position: top center; }
    .prices__section .section__header {
      margin-bottom: 2.625rem; }
  
  .prices__table {
    width: 100%;
    border-collapse: collapse; }
    .prices__table-wrap {
      border: 1px solid var(--color-gray30);
      border-radius: 0.75rem;
      margin-bottom: 2.625rem;
      background-color: var(--color-white); }
    .prices__table tr {
      border-bottom: 1px solid var(--color-gray30); }
      .prices__table tr th {
        background-color: #FAFAFA;
        color: #706F6F;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.75rem;
        line-height: 100%; }
        @media only screen and (max-width: 767px) {
          .prices__table tr th {
            text-align: center; } }
      .prices__table tr td {
        font-weight: 400;
        font-size: 1rem;
        line-height: 100%; }
        @media only screen and (max-width: 767px) {
          .prices__table tr td {
            font-size: 0.875rem;
            line-height: 140%; } }
      .prices__table tr td, .prices__table tr th {
        padding: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .prices__table tr td, .prices__table tr th {
            padding: 0.75rem; }
            .prices__table tr td:nth-child(2), .prices__table tr th:nth-child(2) {
              padding: 0.75rem 0rem;
              text-align: center; }
            .prices__table tr td:last-child, .prices__table tr th:last-child {
              min-width: 7.125rem; } }
    .prices__table tbody td img {
      display: inline-block;
      position: relative;
      top: 0.25rem;
      width: 1.25rem;
      margin-right: 0.5rem; }
      @media only screen and (max-width: 767px) {
        .prices__table tbody td img {
          width: 1.0625rem;
          margin-right: 0.25rem; } }
    .prices__table tbody td:last-child {
      font-weight: 600; }
    .prices__table tbody tr:nth-child(even) td {
      background-color: #FAFAFA; }
    .prices__table tfoot tr {
      border: none; }
  
  .prices__btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem; }
    .prices__btns .btn_wa {
      background-color: #60D669; }
    .prices__btns .btn_telegram {
      background: #2AABEE; }
    .prices__btns .btn_viber {
      background: #665CA7; }
    @media only screen and (max-width: 767px) {
      .prices__btns {
        grid-template-columns: repeat(1, 1fr); } }
  
  .prices__btn {
    padding: 0.1875rem 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: var(--color-white);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    border-radius: 0.5rem; }
    .prices__btn img {
      width: 2.5rem;
      position: static; }
    .prices__btn:hover {
      opacity: 0.8; }
  
  
  /*# sourceMappingURL=section-prices.css.map*/