
.price {
  padding-top: 10px;
  padding-bottom: 15px;
  background: #f3f3f3; }
  @media (max-width: 767.98px) {
    .price {
      padding-top: 10px;
      padding-bottom: 5px; } }
  .price__title {
    margin-bottom: 31px;
    font-family: "Circe Bold";
    font-size: 24px;
    line-height: 1.2; }
    @media (max-width: 1199.98px) {
      .price__title {
        font-size: 18px; } }
  .price__washer {
    width: 100%;
    max-width: 220px;
    margin: 0 auto; }
    @media (max-width: 1199.98px) {
      .price__washer {
        max-width: 200px; } }
    .price__washer img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .price__list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 30px;
      width: calc(25% - 20px);
      padding: 15px;
      text-align: center;
      background: #fff;
      -webkit-box-shadow: 0px 5px 14.24px 1.76px rgba(0, 0, 0, 0.11);
              box-shadow: 0px 5px 14.24px 1.76px rgba(0, 0, 0, 0.11);
      -webkit-transition: -webkit-transform 0.15s ease;
      transition: -webkit-transform 0.15s ease;
      transition: transform 0.15s ease;
      transition: transform 0.15s ease, -webkit-transform 0.15s ease;
      cursor: pointer; }
      @media (max-width: 767.98px) {
        .price__list-item {
          width: calc(50% - 10px); } }
      .price__list-item:hover {
        -webkit-transform: scale(1.08);
                transform: scale(1.08); }
      .price__list-item-img {
        margin-bottom: 10px;
        width: 100%;
        height: 65px; }
        .price__list-item-img img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .price__list-item-title {
        margin-bottom: 10px;
        font-family: "Circe Bold";
        font-size: 18px;
        line-height: 1.1; }
        @media (max-width: 1199.98px) {
          .price__list-item-title {
            font-size: 16px; } }
      .price__list-item-cost {
        width: 100%;
        margin-top: auto;
        padding: 3px 5px;
        font-family: "Circe Bold";
        font-size: 14px;
        color: #fff;
        background: #0076e3;
        border-radius: 4px; }

