body {
  font-family: 'Rambla', sans-serif; }

.block-shop {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .block-shop .container {
    width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 1023px) {
      .block-shop .container {
        width: 95%; } }
    @media (max-width: 767px) {
      .block-shop .container {
        width: 100%; } }
  .block-shop .h2 {
    display: block;
    margin: 120px 0 50px;
    text-align: center;
    font-weight: 700; }
  .block-shop .shop {
    display: flex;
    justify-content: center;
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .block-shop .shop {
        flex-direction: column;
        align-items: center; } }
    .block-shop .shop .option {
      display: flex;
      flex-direction: column;
      font-size: 1.1em; }
      @media (max-width: 767px) {
        .block-shop .shop .option {
          margin-bottom: 25px; } }
      .block-shop .shop .option__item {
        width: 100%;
        text-align: left;
        margin-bottom: 15px; }
        .block-shop .shop .option__item input[type=text],
        .block-shop .shop .option__item input[type=number] {
          background-blend-mode: overlay;
          mix-blend-mode: normal;
          border: 0.5px solid #787878;
          box-sizing: border-box;
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
          border-radius: 7px;
          padding: 3px 5px;
          margin: 5px;
          text-align: center;
          width: 115px; }
        .block-shop .shop .option__item:nth-of-type(1) {
          min-height: 250px;
          height: calc(100vh - 200px);
          overflow: scroll;
          white-space: nowrap;
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch; }
      .block-shop .shop .option__title {
        font-weight: bold; }
      .block-shop .shop .option__price {
        display: flex; }
      .block-shop .shop .option__manufacturer {
        display: flex;
        flex-direction: column; }
        .block-shop .shop .option__manufacturer label {
          cursor: pointer; }
      .block-shop .shop .option__area {
        display: flex; }
      .block-shop .shop .option__button {
        color: #333333;
        border-radius: 7px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        background: linear-gradient(180deg, #FFC700 0%, #FFA800 100%);
        font-weight: bold;
        border: none;
        width: 244px;
        height: 44px;
        margin: 0 auto;
        font-size: 1em; }
    .block-shop .shop .view {
      width: 650px;
      margin-left: 30px; }
      @media (max-width: 1023px) {
        .block-shop .shop .view {
          width: 372px; } }
      @media (max-width: 767px) {
        .block-shop .shop .view {
          width: 100vw;
          margin-left: 0; } }
      .block-shop .shop .view .slick-dots {
        bottom: -50px; }
        .block-shop .shop .view .slick-dots li {
          display: none; }
          .block-shop .shop .view .slick-dots li button {
            transition: 0.1s;
            color: #255dff; }
            .block-shop .shop .view .slick-dots li button:before {
              z-index: -1; }
          .block-shop .shop .view .slick-dots li.slick-active {
            display: inline-block; }
            .block-shop .shop .view .slick-dots li.slick-active button {
              color: #ffffff; }
          .block-shop .shop .view .slick-dots li:nth-of-type(1) {
            display: inline-block; }
          .block-shop .shop .view .slick-dots li:nth-of-type(2) {
            display: inline-block; }
          .block-shop .shop .view .slick-dots li:nth-of-type(3) {
            display: inline-block; }
          .block-shop .shop .view .slick-dots li:nth-last-of-type(1) {
            display: inline-block; }
          .block-shop .shop .view .slick-dots li:nth-last-of-type(2) {
            display: inline-block; }
          .block-shop .shop .view .slick-dots li:nth-last-of-type(3) {
            display: inline-block; }
      .block-shop .shop .view .card {
        width: 306px;
        background: #ffffff;
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
        border-radius: 7px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15px auto; }
        .block-shop .shop .view .card__title {
          margin: 11px 0 5px;
          font-size: 1.1em;
          text-align: center;
          font-weight: bold; }
        .block-shop .shop .view .card__img-container {
          width: 234px;
          height: 200px;
          background-color: #fdfdfd; }
          .block-shop .shop .view .card__img-container img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .block-shop .shop .view .card__rating {
          display: flex;
          justify-content: center;
          margin: 5px; }
          .block-shop .shop .view .card__rating .star {
            background-image: url("../img/star.png");
            width: 20px;
            height: 18px;
            margin: 3px; }
            .block-shop .shop .view .card__rating .star.active {
              background-image: url("../img/star-active.png"); }
            .block-shop .shop .view .card__rating .star.active-half {
              background-image: url("../img/star-active-half.png"); }
        .block-shop .shop .view .card__info {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          width: 90%; }
          .block-shop .shop .view .card__info .span {
            display: block; }
        .block-shop .shop .view .card__price {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.2em;
          margin: 6px 0; }
          .block-shop .shop .view .card__price .sale {
            display: block;
            color: #D10838;
            font-size: 1.2em;
            font-weight: bold;
            margin-right: 15px; }
          .block-shop .shop .view .card__price .no-sale {
            display: block;
            color: #A3A3A3;
            position: relative; }
            .block-shop .shop .view .card__price .no-sale::after {
              position: absolute;
              content: "";
              top: calc(50% - 1px);
              left: 50%;
              width: 120%;
              border-bottom: 1px solid #D10838;
              transform: translateX(-50%) rotate(4.47deg); }
        .block-shop .shop .view .card__button {
          color: #fefefe;
          width: 244px;
          font-size: 1.15em;
          font-weight: bold;
          padding: 0.5em;
          background: linear-gradient(180deg, #D10838 0%, #A50034 100%);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          border-radius: 7px;
          text-align: center;
          margin-bottom: 12px;
          cursor: pointer; }

.vegas-slide .vegas-slide-inner {
  background-position: 50% 0% !important; }
