* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

input,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0; }

body {
  padding: 0;
  margin: 0; }
  body .menu {
    width: 100%;
    background-color: #f3f3f3;
    padding: 15px 10px; }
    body .menu .cent {
      width: 100%;
      max-width: 1440px;
      margin: auto;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 0; }
      body .menu .cent ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body .menu .cent ul li {
          padding: 7px 5px;
          margin: 0px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
          white-space: nowrap; }
          @media (min-width: 576px) {
            body .menu .cent ul li {
              padding: 7px 5px;
              margin: 0 5px; } }
          @media (min-width: 992px) {
            body .menu .cent ul li {
              padding: 7px 15px; } }
          body .menu .cent ul li img {
            width: 20px;
            margin-left: 2px; }
            @media (min-width: 576px) {
              body .menu .cent ul li img {
                width: 25px; } }
        body .menu .cent ul #barg {
          display: none; }
          @media (min-width: 1260px) {
            body .menu .cent ul #barg {
              display: block; } }
        body .menu .cent ul #year {
          display: none; }
          @media (min-width: 992px) {
            body .menu .cent ul #year {
              display: block; } }
        body .menu .cent ul .md {
          display: none; }
          @media (min-width: 750px) {
            body .menu .cent ul .md {
              display: block; } }
      body .menu .cent .none {
        display: none; }
        @media (min-width: 650px) {
          body .menu .cent .none {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      body .menu .cent .non {
        display: none; }
        @media (min-width: 650px) {
          body .menu .cent .non {
            display: block; } }
      body .menu .cent .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 650px) {
          body .menu .cent .block {
            display: none; } }
      body .menu .cent img {
        width: 100px; }
        @media (min-width: 992px) {
          body .menu .cent img {
            width: 130px; } }
      body .menu .cent .search {
        width: 100%;
        position: relative; }
        @media (min-width: 650px) {
          body .menu .cent .search {
            width: 40%; } }
        @media (min-width: 992px) {
          body .menu .cent .search {
            width: 25%; } }
        body .menu .cent .search img {
          position: absolute;
          width: 25px;
          top: 7px;
          left: 10px; }
        body .menu .cent .search input {
          border: 0;
          background-color: white;
          width: 100%;
          padding: 10px 40px;
          border-radius: 25px; }
    body .menu .rest {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (min-width: 650px) {
        body .menu .rest {
          -webkit-box-orient: unset;
          -webkit-box-direction: unset;
              -ms-flex-direction: unset;
                  flex-direction: unset; } }
  body .submenu {
    background-color: #1c1c1c;
    width: 100%;
    display: none; }
    @media (min-width: 992px) {
      body .submenu {
        display: block; } }
    body .submenu .cent {
      max-width: 1440px;
      margin: auto;
      padding: 5px 10px;
      padding: 5px 0; }
      body .submenu .cent ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body .submenu .cent ul a {
          color: white;
          list-style: none;
          text-decoration: none;
          padding: 10px 4px;
          border-radius: 10px;
          white-space: nowrap; }
        body .submenu .cent ul a:hover {
          background-color: purple; }
  body .back {
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url("background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: white; }
    body .back .cent {
      max-width: 1440px;
      margin: 0 auto;
      padding: 20px; }
      body .back .cent .line {
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 992px) {
          body .back .cent .line {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        body .back .cent .line span {
          margin-right: 7px;
          background-color: rgba(239, 239, 240, 0.5);
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 5px 50px;
          -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
                  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          cursor: pointer; }
          body .back .cent .line span img {
            width: 19px; }
        body .back .cent .line #home {
          padding: 5px 20px; }
        body .back .cent .line #categories {
          margin-left: -10px;
          -webkit-clip-path: polygon(82% 0%, 100% 50%, 82% 100%, 0% 100%, 10% 50%, 0% 0%);
                  clip-path: polygon(82% 0%, 100% 50%, 82% 100%, 0% 100%, 10% 50%, 0% 0%);
          padding: 5px 20px; }
        body .back .cent .line #guitars {
          margin-left: -12px;
          -webkit-clip-path: polygon(82% 0%, 100% 50%, 82% 100%, 0% 100%, 12% 50%, 0% 0%);
                  clip-path: polygon(82% 0%, 100% 50%, 82% 100%, 0% 100%, 12% 50%, 0% 0%);
          padding: 5px 20px; }
      body .back .cent h1 {
        font-size: 32px;
        padding: 20px 0; }
        @media (min-width: 750px) {
          body .back .cent h1 {
            font-size: 55px; } }
      body .back .cent .botline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (min-width: 750px) {
          body .back .cent .botline {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        body .back .cent .botline ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          list-style: none;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 10px 0; }
          body .back .cent .botline ul li {
            padding: 0 5px;
            font-size: 14px;
            font-size: 16px;
            padding: 0 10px; }
            @media (min-width: 750px) {
              body .back .cent .botline ul li {
                padding: 0 15px;
                font-size: 18px; } }
        body .back .cent .botline .help {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: white;
          padding: 2px 10px 2px 15px;
          border-radius: 50px;
          cursor: pointer;
          position: relative; }
          @media (min-width: 576px) {
            body .back .cent .botline .help {
              background-color: white;
              color: black;
              padding: 2px 10px 2px 15px; } }
          body .back .cent .botline .help p {
            font-size: 16px;
            margin-right: 10px; }
            @media (min-width: 576px) {
              body .back .cent .botline .help p {
                font-size: 18px; } }
          body .back .cent .botline .help img {
            width: 40px;
            margin: 0 3px; }
          body .back .cent .botline .help .none {
            display: none; }
            @media (min-width: 750px) {
              body .back .cent .botline .help .none {
                display: block; } }
          body .back .cent .botline .help #fist {
            display: none; }
            @media (min-width: 576px) {
              body .back .cent .botline .help #fist {
                display: block; } }
          body .back .cent .botline .help .green {
            background-color: #7cca06;
            border: 2px solid white;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            position: absolute;
            right: 0;
            top: 0; }
  body .guit {
    width: 100%;
    padding: 100px 0; }
    body .guit .cent {
      max-width: 1440px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      padding: 0 20px; }
      body .guit .cent .type {
        width: 100%;
        text-align: center;
        margin: 15px 0;
        cursor: pointer;
        text-decoration: none;
        color: black;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 1px solid #858585;
        padding-bottom: 30px; }
        @media (min-width: 576px) {
          body .guit .cent .type {
            width: 25%;
            display: unset;
            border: 0;
            padding: 0; } }
        @media (min-width: 750px) {
          body .guit .cent .type {
            width: 20%; } }
        body .guit .cent .type img {
          width: 100%;
          max-width: 150px; }
          @media (min-width: 576px) {
            body .guit .cent .type img {
              margin: auto; } }
        body .guit .cent .type p {
          text-align: center;
          font-size: 18px;
          padding-top: 10px; }
      body .guit .cent .type:hover {
        color: purple; }
  body .backolso {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    body .backolso .int {
      position: relative; }
      body .backolso .int .negura {
        position: absolute;
        width: 100%;
        height: 200vh;
        background-color: black;
        top: -10px;
        opacity: 0.5; }
  body .menu-phone {
    max-width: 450px;
    width: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    padding: 20px;
    display: none; }
    body .menu-phone .close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: right;
          -ms-flex-pack: right;
              justify-content: right; }
      body .menu-phone .close img {
        width: 30px;
        cursor: pointer; }
    body .menu-phone h1 {
      font-size: 24px;
      font-weight: 500;
      color: purple;
      border-bottom: 2px solid purple;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 5px 0; }
    body .menu-phone ul {
      margin-top: 50px;
      list-style: none; }
      body .menu-phone ul a {
        display: block;
        text-decoration: none;
        color: #1c1c1c;
        font-size: 20px;
        font-weight: 600;
        padding: 10px 0; }
      body .menu-phone ul a:hover {
        color: purple; }
    body .menu-phone .span {
      width: 100px;
      height: 2px;
      background-color: #1c1c1c;
      margin-top: 40px; }
  body .menu-phone::-webkit-scrollbar {
    display: none; }
