* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100% !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

body.lock {
  overflow: hidden;
}

button,
input,
textarea {
  background-color: transparent;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

main {
  min-height: 500px;
}

.section {
  margin-top: 80px;

  @media(max-width:600px) {
    margin-top: 30px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;

  @media(max-width: 1300px) {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.error-message {
  font-size: 14px;
  color: #FF5596;
  padding: 5px 0;
}



/* .header-top__banner p {
      color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #FFF;
    padding: 0 5px;
    margin-bottom: 0;
}

.header-top__banner p.active {
    display: inline-block;
}

.header-top__banner p.active {
    animation: blinkCursor 1s step-end infinite;
} */

.header-top__banner {
  background-color: #FF5596;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
  z-index: 10;


}

.header-top__banner {
  position: relative;
  height: 26px;
  /* фиксированная высота, чтобы блок не прыгал */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

  @media(min-width: 992px) {
    height: 35px;
  }
}

.header-top__banner p {
  position: absolute;

  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid #FFF;
  padding: 0 5px;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  letter-spacing: 0;

  @media(min-width: 992px) {
    font-size: 22px;
  }
}

.header-top__banner p::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background: #FFF;
  animation: blinkCursor 1s step-end infinite;
  vertical-align: bottom;
  margin-left: -2px;
  /* или -1px, подбирается вручную */
}

.header-top__banner p {
  border-right: none;
  /* отключаем старый способ */
}

.header-top__banner p.active {
  display: inline-block;
  opacity: 1;
  animation: blinkCursor 1s step-end infinite;
}

@keyframes blinkCursor {

  0%,
  100% {
    border-color: transparent;
  }

  50% {
    border-color: #FFF;
  }
}


.add_address {
  text-decoration: none;
  font-size: 16px;
  color: #FF5596;
  font-weight: 600;
}

nav {
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;

  @media(max-width: 992px) {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  @media(max-width: 600px) {
    padding-top: 9px;
  }
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;

  & .navigation {
    position: absolute;
    top: 0;
    left: -100%;
    padding: 17px;
    background-color: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    transition: all .3s;
    z-index: 10;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;

    & .nav-menu {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding-left: 17px;
      padding-right: 17px;

      & li {
        & a {
          color: #000;
          font-size: 26px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase;
          transition: color .3s ease-in;
          transition: all .3s;

          @media(max-width: 768px) {
            font-size: 18px;
            text-decoration: none;
          }

          @media(min-width: 1200px) {
            &:hover {
              color: #FF5596;
              text-decoration: none;
              border-bottom: 1px solid #FF5596;
              padding-bottom: 1px;

              transition: all .3s;
            }
          }
        }

        & a.submenu__btn {
          display: flex;
          align-items: center;

          @media(min-width: 992px) {
            & svg {
              width: 15px;
              height: 13px;
            }
          }
        }

        & span {
          color: #000;
          font-size: 26px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase;

          @media(max-width: 768px) {
            font-size: 18px;
          }
        }
      }
    }
  }

  & .submenu {
    overflow: hidden;
    max-height: 0;
    transition: all .5s;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;

    & li {
      & a {
        color: #000;
        font-size: 26px;
        font-style: normal;
        font-weight: 400!important;
        line-height: normal;
        text-transform: uppercase;
        text-decoration: none!important;

        @media(max-width: 768px) {
          font-size: 16px;
        }
      }
    }
  }



  & .submenu__btn.active+.submenu {
    max-height: 1500px;
    transition: all .5s;
    overflow: visible;

  }



  & .service-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FF5596;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 17px;

    @media(max-width: 768px) {
      font-size: 18px;
    }
  }

  & .personal-area__link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-left: 17px;

    & svg {
      /* padding-top: 2px; */
      width: 15px;
      height: 15px;

      @media(min-width: 992px) {
        width: 19px;
        height: 27px;
      }
    }

    & span {
      color: #000;
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;

      @media(max-width: 768px) {
        font-size: 18px;
      }

    }
  }

  @media(max-width: 992px) {
    /* width: 70%; */
  }
}

& .navigation.active {
  left: 0;
  transition: all .3s;
  width: 70%;
}

.single-product__chars-items {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;

}

.single-product__chars-item {
  border: 1px solid #000;
  padding: 4px;
  transition: all .3s;
  display: flex;

  & span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    transition: all .3s;
    text-transform: uppercase;
  }
}

.menu-search {
  position: relative;
  border-radius: 2px;
  border: 1px solid #989898;
  padding: 3px;
  max-width: 93%;
  width: 100%;
  height: 30px;
  margin-left: 17px;
  margin-right: 17px;

  @media(max-width:768px) {
    max-width: 80%;
    width: 100%;
    height: 25px;
  }

  & input {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 10.8px */
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
    /* padding-left: 14px; */
    text-align: left;
    padding-left: 19px;


    @media(max-width:768px) {
      font-size: 16px;
    }

    &::placeholder {
      color: #989898;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      /* 10.8px */
      text-transform: uppercase;
      text-align: center;

      @media(max-width:768px) {
        font-size: 16px;
      }
    }
  }

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 19px;
    height: 19px;
    background-image: url('../img/s-ico.svg');
    background-repeat: no-repeat;
    background-size: contain;

  }
}

.close-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 17px;
}


& .nav-right {
  display: flex;
  align-items: center;
  gap: 7px;

  & a {
    display: flex;
    align-items: center;
    justify-content: center;


  }

  & a.button-search {
    & svg {
      transform: scale(1.2) translate(3px, 1px);
    }
  }

  & svg {
    width: 24px;
    height: 24px;

    @media(min-width: 992px) {
      width: 35px;
      height: 35px;
    }
  }

  & .notify {
    position: relative;

    & .notify-count {
      position: absolute;
      bottom: -50%;
      right: -50%;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #FF5596;
      color: #FFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      display: flex;
      justify-content: center;
      align-items: center;
      /* 7.56px */
      text-transform: uppercase;

      @media(min-width: 992px) {
        bottom: -20%;
        right: -20%;
      }

      @media(max-width: 600px) {
        font-size: 8.4px;
        width: 12px;
        height: 12px;
        bottom: -30%;
        right: -20%;
      }
    }
  }
}

& .logo {
  width: 100px;
  display: flex;
  align-items: center;

  @media(min-width: 992px) {
    width: 125px;
  }

  @media(max-width: 600px) {
    transform: translateY(9px);
  }

  & img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}


.brands-btn {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  margin-left: 8px;

  @media(min-width: 992px) {
    font-size: 29px;
  }

  @media(max-width: 600px) {
    font-size: 20px;
  }
}

.brands-menu {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;

  z-index: 10;
  padding: 17px;
  padding-bottom: 30px;
  transition: all .3s;

  & .brands-menu-title {
    color: #FF5596;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 28.8px */
    text-transform: uppercase;
    margin-bottom: 20px;

    @media(max-width: 600px) {
      font-size: 32px;
    }
  }

  & .brands-menu__items {
    display: flex;
    flex-direction: column;
    gap: 10px;

    & li {
      display: flex;
      flex-direction: column;
      gap: 5px;

      & .point-order {
        color: #FF5596;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        /* 14.4px */
        text-transform: uppercase;
        margin-bottom: 6px;

        @media(max-width: 600px) {
          font-size: 20px;
        }
      }

      & a {
        color: #000;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        /* 14.4px */
        text-transform: uppercase;

        @media(max-width: 600px) {
          font-size: 20px;
        }
      }
    }
  }

  .close-brands {
    position: absolute;
    right: 20px;
    top: 40px;
    cursor: pointer;
    & svg {
      width: 20px;
      height: 20px;
    }
  }
}

.continue-modal__show,.continue-modal__continue {
  text-decoration: none!important;
}

.categories-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
  margin-top: 20px;
  margin-bottom: 20px;

  & a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    text-decoration: none;

    @media(max-width: 600px) {
      font-size: 16px;
    }

    &:hover {
      border-bottom: 1px solid #000;
      margin-bottom: -1px;
    }
  }

  & a.active {
    text-decoration: none;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
  }

  @media(max-width: 600px) {
    gap: 13px;
  }
}

.f-and-s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.filters-modal__trigger {
  display: flex;
  align-items: center;
  gap: 5px;

  & svg {
    width: 15px;
    height: 15px;

    @media(max-width: 600px) {
      width: 15px;
      height: 15px;
    }
  }

  & span {
    color: #FF5596;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 12.6px */
    text-transform: uppercase;

    @media(max-width: 600px) {
      font-size: 17px;
    }
  }
}

.search-form__modal {
  position: absolute;
  top: -150%;
  left: 0;
  background-color: #fff;
  padding: 4px 16px;
  width: 100%;
  z-index: -1;
  transition: all .3s;




  & form {
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;

    & input {
      color: #000;
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      padding-left: 18px;
      /* 16.2px */
      text-transform: uppercase;
      border-bottom: 1px solid #000;
      width: 100%;
      display: block;
      border-radius: 0;
      text-align: left;

      &::placeholder {
        color: #c4c4c4;
        font-size: 28px;

        @media(max-width: 600px) {
          font-size: 18px;
        }
      }

      &::-webkit-search-cancel-button {
        -webkit-appearance: none;
        appearance: none;
        display: none;
      }

      @media(max-width: 600px) {
        font-size: 18px;
      }
    }

    & .search-ico {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }

    & .close-search {
      cursor: pointer;
    }
  }
}

.search-form__modal.active {
  top: 0;
  transition: all .3s;
  z-index: 15;
}


.pagination {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  & a {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    @media(max-width: 600px) {
      font-size: 15px;
    }

    /* 10.8px */
  }

  & a.current {
    color: #FF5596;
    text-decoration: underline;
  }

  & a.pagination-arrow__right {
    display: flex;
    align-items: center;
  }

  & a.pagination-arrow__left {
    display: flex;
    align-items: center;
    transform: rotate(180deg);
  }
}

.brands-menu.page-brands {
  position: inherit;
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: hidden;

  z-index: 10;
  padding: 17px;
  padding-bottom: 30px;
  transition: all .3s;
}

.brands-menu.active {
  left: 0;
  transition: all .3s;
}

.overlay {
  background: rgba(0, 0, 0, 0.70);
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}

.overlay.active {
  display: block;
}

.h2 {
  color: #FF5596;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 28.8px */
  text-transform: uppercase;

  @media(max-width: 600px) {
    font-size: 32px;
  }
}

.view-all {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  border-bottom: 1px solid;
  padding-bottom: 2px;

  @media(max-width: 600px) {
    font-size: 14px;
  }
}

.bottom-cats__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;

  @media(max-width: 768px) {
    display: flex;
    flex-direction: column;
  }

  & .bottom-cats__item {
    height: 270px;
    position: relative;
    padding: 15px;
    cursor: pointer;
    transition: all .3s;

    @media(max-width: 768px) {
      height: 139px;
    }




    & .bottom-cats__item-image {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;

      & img {
        object-fit: cover;
        width: 100%;
        height: 100%;
      }
    }

    & .bottom-cats__item-info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      z-index: 2;
      height: 100%;

      & .bottom-cats__item-info__title {
        color: #FF5596;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        /* 28.8px */
        text-transform: uppercase;

        @media(max-width: 600px) {
          font-size: 32px;
        }

        & span {
          color: #FFF;
          font-size: 30px;
          font-style: normal;
          font-weight: 700;
          line-height: 90%;
          /* 18px */
          text-transform: uppercase;

          @media(max-width: 600px) {
            font-size: 20px;
          }
        }
      }

      & .bottom-cats__item-info__title.white {
        color: #fff;

        & span {
          color: #FFF;
        }
      }

      & .bottom-cats__item-info__link {
        display: flex;
        align-items: center;
        gap: 3px;

        &:hover {
          text-decoration: none;
        }

        & span {
          color: #FFF;
          font-size: 22px;
          font-style: normal;
          font-weight: 400;
          line-height: 90%;
          border-bottom: 1px solid #fff;
          padding-bottom: 2px;

          @media(max-width: 600px) {
            font-size: 14px;
          }
        }
      }
    }

    &:first-child {
      background-color: #FF5596;

      & .bottom-cats__item-info__title {
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 2px;

        & span {
          max-width: 90%;
        }
      }

      & .bottom-cats__item-info__link {
        justify-content: flex-end;
      }
    }

    & :nth-child(odd):last-child {}

    &:last-child {
      background-color: #FFB8D3;

      & .bottom-cats__item-info__title {
        /* color: #fff; */
        display: flex;
        flex-direction: column;
        gap: 2px;

        & span {
          max-width: 50%;
        }
      }
    }

    &:hover {
      transition: all .3s;
      opacity: .8;
    }
  }

  & .bottom-cats__item.large {
    grid-column-end: span 2;
  }
}

.custom-checkbox {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;

  & input[type=checkbox] {
    position: relative;
    border: 1px solid #9D9D9D;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .3em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 13px;
    width: 13px;
    min-height: 13px;
    min-width: 13px;
    -webkit-appearance: none;
    border-radius: 0px;
    background: #F4F4F4;
  }


  & input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 9px;
    border: solid #9D9D9D;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
  }

  & input[type=checkbox]:checked {
    opacity: 1;

    &::before {
      opacity: 1;
    }
  }

  & label {
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 7.2px */
    cursor: pointer;
    margin-bottom: 0;

    @media(max-width: 600px) {
      font-size: 8px;
    }

    & a {
      color: #989898;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      text-decoration: none;
      border-bottom: 1px solid #989898;

      /* 7.2px */
      @media(max-width: 600px) {
        font-size: 8px;
      }
    }
  }
}

.subscribe-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;

  & .subscribe-form__title {
    color: #FF5596;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 12.6px */
    text-transform: uppercase;
    margin-bottom: 20px;

    @media(max-width: 600px) {
      font-size: 14px;
    }
  }

  & form {
    display: flex;
    flex-direction: column;
    gap: 15px;

    & .input-wrap_subcscribe {
      & input {
        color: #000;
        text-align: center;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        border-radius: 1px;
        border: 1px solid #FF5596;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 15px;
        text-align: left;

        &::placeholder {
          color: #FF5596;
          text-align: center;
          font-size: 25px;
          font-style: normal;
          font-weight: 700;
          line-height: 90%;
          /* 12.6px */

          @media(max-width: 600px) {
            font-size: 14px;
          }
        }

        @media(max-width: 600px) {
          height: 27px;
          font-size: 14px;
        }
      }



    }

    & .submit-subscribe {
      cursor: pointer;
      display: flex;
      justify-content: center;
      width: 100%;
      padding-top: 7px;
      padding-bottom: 7px;
      color: #FFF;
      text-align: center;
      font-size: 25px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      /* 12.6px */
      text-transform: uppercase;
      border-radius: 1px;
      border: 1px solid #FF5596;
      background: #FF5596;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      margin-bottom: 11px;
      transition: all .3s;

      @media(max-width: 600px) {
        font-size: 14px;
      }

      &:hover {
        opacity: .7;
        transition: all .3s;
      }
    }

    @media(max-width: 600px) {
      gap: 11px;

    }
  }
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;

  & svg {
    width: 19px;
    height: 17px;

    @media(min-width: 992px) {
      width: 28px;
      height: 26px;
    }
  }
}

.nav-left {
  display: flex;
  align-items: center;
}

.basket-item-amount-filed-block {
  display: flex;
  align-items: center;
}

footer {
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-top: 80px;

  @media(max-width: 600px) {
    font-size: 35px;
  }

  & .footer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;

    & .footer-address {
      color: #FF5596;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      max-width: 312px;

      & p {
        color: #FF5596;
        line-height: 110%;
      }

      /* 10.8px */
      @media(max-width: 600px) {
        font-size: 15px;
        max-width: 240px;
      }
    }

    & .footer-logo {
      width: 80px;

      @media(max-width: 600px) {
        width: 65px;
      }

      & img {
        object-fit: contain;
        width: 100%;
        height: 100%;
      }
    }

    @media(max-width: 600px) {
      margin-bottom: 22px;
    }
  }

  & .footer-items {
    display: flex;
    justify-content: space-between;

    & .footer-item {
      & .footer-social {
        & .footer-social__title {
          color: #FFF;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 90%;

          /* 7.2px */
          @media(max-width: 600px) {
            font-size: 15px;
          }
        }

        & .footer-social__items {
          display: flex;
          align-items: center;
          gap: 8px;
          margin-top: 10px;


          @media(max-width: 600px) {
            gap: 5px;
            margin-top: 5px;
          }

          & a {
            display: flex;
            justify-content: center;
            align-items: center;
            /* margin-left: -7px; */
            transition: all .3s;
            width: 44px;
            height: 44px;

            @media(max-width: 600px) {
              width: 32px;
              height: 32px;
              margin-left: 0;
            }

            & img {
              object-fit: contain;
              width: 100%;
              height: 100%;
            }

            &:hover {
              transition: all .3s;
              opacity: .8;
            }
          }
        }

        & .footer-social_nickname {
          color: #FFF;
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 90%;
          /* 7.2px */
          margin-top: 5px;

          @media(max-width: 600px) {
            font-size: 15px;
          }
        }
      }

      & .footer-contacts {
        margin-top: 18px;


        & .footer-contacts__links {
          display: flex;
          flex-direction: column;

          & a {
            color: #FFF;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 124%;
            transition: color .3s ease-in;
            display: block;

            @media(max-width: 600px) {
              font-size: 15px;
            }

            &:first-child {
              text-decoration: underline;
            }

            &:last-child {
              margin-top: 20px;
            }

            &:hover {
              color: #FF5596;
            }
          }
        }
      }

      & .footer-menu {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 15px;

        & li {
          & a {
            color: #FFF;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 90%;
            display: block;
            width: 100%;
            transition: color .3s ease-in;

            @media(max-width: 600px) {
              font-size: 15px;
            }

            &:hover {
              color: #FF5596;
            }
          }
        }
      }

      &:nth-child(2) {
        order: 3;
      }
    }

    @media(max-width: 600px) {
      display: grid;
      grid-template-columns: 1fr;
    }
  }

  & .footer-bottom {

    margin-top: 35px;

    & .footer-bottom__links {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 6px;

      & a {
        color: #989898;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;

        @media(max-width: 600px) {
          font-size: 15px;
        }

        /* 10.8px */
      }

      @media(max-width: 600px) {
        order: 4;
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media(max-width: 600px) {
      order: 4;
      margin-top: 14px;
    }
  }

  & .footer-copy {
    color: #989898;
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-align: center;

    @media(max-width: 600px) {
      font-size: 8px;
    }

    /* 7.2px */
  }

  @media(max-width: 600px) {
    margin-top: 38px;

  }
}

.short-menu__links-items {
  display: flex;
  justify-content: center;
  gap: 40px;

  @media(max-width: 600px) {
    gap: 15px;
  }

  & a {
    display: flex;
    flex-direction: column;
    align-items: center;

    & img {
      object-fit: cover;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      margin-bottom: 9px;

      @media(max-width: 600px) {
        width: 60px;
        height: 60px;
      }
    }

    & span {
      color: #000;
      text-align: center;
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      /* 12.6px */
      text-transform: uppercase;

      @media(max-width: 600px) {
        font-size: 14px;
      }
    }
  }
}

.subscribe-banner {
  border-radius: 5px;
  border: 1px solid #FF5596;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  & .subscribe-banner__image {
    height: 345px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;

    @media(max-width: 650px) {
      height: 115px;
    }

    & img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }

  & .subscribe-disclaimer {
    color: #FF5596;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 12.6px */
    text-transform: uppercase;
    margin-top: 15px;

    @media(max-width:600px) {
      font-size: 14px;
    }

    & a {
      color: #FF5596;
      font-size: 25px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      text-transform: uppercase;

      @media(max-width:600px) {
        font-size: 15px;
      }
    }


  }

  & .subscribe-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 12.6px */
    text-transform: uppercase;
    border-radius: 1px;
    background-color: #FF5596;



    @media(max-width:600px) {
      font-size: 14px;
    }
  }
}

.harantie-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;


  & .harantie-info__image {
    width: 80px;
    height: 80px;

    @media(min-width: 992px) {
      width: 100px;
      height: 100px;

      & svg {
        width: 100px;
        height: 100px;
      }
    }

    @media(max-width: 768px) {
      width: 60px;
      height: 60px;
    }

    img {
      object-fit: contain;
      width: 100%;
      height: 100%;
    }
  }

  & .harantie-info__text {
    color: #000;
    font-family: "Bebas Neue Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 12.6px */
    text-transform: uppercase;
    text-align: center;

    @media(max-width:600px) {
      font-size: 14px;
      max-width: 100%;
    }

    & b {
      font-weight: 700;
    }

  }
}

.pagination {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  & a {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    @media(max-width: 600px) {
      font-size: 15px;
    }

    /* 10.8px */
  }

  & a.current {
    color: #FF5596;
    text-decoration: none;
  }

  & a.pagination-arrow__right {
    display: flex;
    align-items: center;
  }

  & a.pagination-arrow__left {
    display: flex;
    align-items: center;
    transform: rotate(180deg);
  }
}

[data-modal="add-gift"] {
  top: 28px !important;
  padding-bottom: 10%;
}

.modal {
  position: fixed;
  left: 0;
  top: -130%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  opacity: 0;
  z-index: -1;
  overflow: auto;
  padding-top: 25%;
  padding-bottom: 5%;

  & .modal-inner {
    border-radius: 5px;
    background: #FFF;
    padding: 25px;
    min-height: 150px;
    position: relative;
    max-width: 380px;
    width: 100%;
    padding-top: 30px;

    @media(max-width: 650px) {
      width: 85%;
    }

    & .modal-content {
      border: none;
      box-shadow: none;
    }

    & .modal-close {
      position: absolute;
      right: 10px;
      top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 3;
    }
  }
}

.modal.active {
  transition: all .3s;
  top: 0;
  opacity: 1;
  z-index: 20;
}

.color-picker__modal.active {
  padding-top: 8% !important;
}

.color-picker__modal {
  & .chars-name {
    text-transform: uppercase;
  }

  & .addCartBtns {
    & a {
      margin-top: 35px;
    }
  }

  & .modal-inner {
    padding-top: 35px;
  }

  & .product-card__item-price {
    font-size: 21px;
  }
}


.notify-income__title {
  color: #FF5596;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 18px */
  text-transform: uppercase;
  margin-bottom: 23px;

  @media(max-width: 600px) {
    font-size: 20px;
  }
}

.addCartBtns {
  & a {
    height: 32px;
  }
}

.catalog-search,
.catalog-live-search {
  position: relative;
  /* border-radius: 2px;
  border: 1px solid #989898; */
  padding: 4px 6px;
  display: flex;
  border-radius: 2px;
  align-items: center;
  height: 30px;

  & input {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    /* padding-left: 15px; */
    /* text-align: center; */
    text-align: left;
    padding-left: 19px;

    @media(max-width: 600px) {
      font-size: 16px;
      padding-left: 18px;
      text-align: left;

    }

    &::placeholder {
      color: #c4c4c4;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      text-transform: uppercase;
      text-align: center;
      padding-left: 0;

      @media(max-width: 600px) {
        font-size: 16px;
      }
    }
  }

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 19px;
    height: 19px;
    background-image: url(/local/templates/beauty/assets/img/s-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;

    @media(max-width: 600px) {
      width: 19px;
      height: 19px;
    }
  }
}

.search-form__modal-inner {

  .catalog-search,
  .catalog-live-search {


    &::before {
      filter: brightness(0) saturate(100%);

    }
  }
}

.search-result {
  border: 1px solid #FF5596;
}

#catalog-search-form {
  border: 1px solid #989898;

  & input {
    @media(max-width: 600px) {
      font-size: 15px;


      &::placeholder {
        font-size: 15px;
        text-align: center;
      }
    }
  }


  &::before {

    @media(max-width: 600px) {
      width: 20px;
      height: 20px;
    }
  }
}

.new-products__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;

  & .h2 {
    margin-bottom: 0;
  }
}

.catalog-search input[type="submit"] {
  position: absolute;
  left: 0;
  z-index: 10;
  opacity: 0;
  max-width: 45px;
  cursor: pointer;
}

.search-page .catalog-search {
  margin-top: 30px;
  display: block;
  border-radius: 2px;
  border: 1px solid #989898;
  overflow: hidden;
  display: flex;
  align-items: center;

  & input {
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 18px;

    &::placeholder {
      text-align: center;
      color: #c4c4c4;
    }
  }
}

.notify-income__subtitle {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 14.4px */
  margin-bottom: 23px;
  text-align: center;

  @media(max-width: 600px) {
    font-size: 16px;
  }
}

& .notify-income__disclaimer {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 10.8px */
  text-transform: uppercase;
  margin-bottom: 23px;

  @media(max-width: 600px) {
    font-size: 12px;
    max-width: 273px;
    margin-left: auto;
    margin-right: auto;
  }
}

.disabled {
  opacity: .5;
  pointer-events: none;
  transition: all .3s ease;
}

main:has(.auth-section)+footer {
  margin-top: 0;
}

.bx-soa-empty-cart-desc {
  & a {
    color: #FF5596 !important;
  }
}

.add_address_btn {
  border: 1px solid #FF5596;
  padding: 5px;
  color: #000;
  font-size: 17px;
  transition: all .3s;
  margin: 10px 0;
}

.add_address_btn:hover {
  color: #fff;
  background-color: #FF5596;
}

.promo-btns {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;

  & .promo-btn {
    border: 1px solid #FF5596;
    padding: 5px;
    color: #000;
    font-size: 17px;
    transition: all .3s;

    @media(max-width:600px) {
      font-size: 13px;
    }

    &:hover {
      color: #fff;
      background-color: #FF5596;
    }
  }
}

.promo-code {
  position: relative;
}

.submit-promo {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FF5596;
  color: #000;
  padding: 5px;
  font-size: 17px;
  transition: all .3s;
  z-index: 2;
  height: 42px;
  display: flex;
  align-items: center;

  @media(max-width:600px) {
    font-size: 13px;
  }
}


.delete-promo {
  position: absolute;
  right: 5px;
  top: 28px;
  transform: translateY(-85%);
  background-color: #c4c4c4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #000;
  padding: 5px;
  color: #000;
  font-size: 17px;
  transition: all .3s;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;

  @media(max-width:600px) {
    font-size: 13px;
  }
}

.bx_catalog_tile {
  margin-top: 30px;

  & a {
    color: #000 !important;
  }
}

.product-card__item-name__brand {
  & a {
    color: #000 !important;
  }
}

.search-form__modal-inner {
  position: relative;
}

.search-result {
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #fff;
  /* width: 100vw; */
  width: 100%;
  padding: 15px;

  @media(max-width: 600px) {
    top: 40px;
    width: 100vw;
    left: -17px;
  }
}

.search-result__cat {
  color: #000;
  font-family: "Bebas Neue Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 16.2px */
  text-transform: uppercase;
  margin-bottom: 10px;

  @media(max-width: 600px) {
    font-size: 18px;
  }
}

.search-result__word {
  color: #000;
  font-family: "Bebas Neue Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 16.2px */
  text-transform: uppercase;
  margin-bottom: 15px;

  @media(max-width: 600px) {
    font-size: 18px;
  }
}

.search-result__count {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;

  & .search-result__count-title {
    color: #000;
    font-family: "Bebas Neue Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    @media(max-width: 600px) {
      font-size: 12px;
    }
  }

  & .search-result__count-num {
    color: #000;
    font-family: "Bebas Neue Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    @media(max-width: 600px) {
      font-size: 12px;
    }
  }
}

.search-result__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;

  & .search-result__item {
    display: flex;
    justify-content: space-between;
    width: 100%;

    & .search-result__item-left {
      display: flex;
      gap: 10px;

      & .search-result__item-image {
        width: 80px;
        height: 80px;
        border-radius: 5px;
        border: 1px solid #FF5596;
        overflow: hidden;

        @media(max-width: 600px) {
          width: 53px;
          height: 53px;
        }

        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }
      }

      & .search-result__item-info {
        & .search-result__item-brand {
          color: #000;
          font-family: "Bebas Neue Pro";
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 90%;
          /* 12.6px */
          text-transform: uppercase;


          @media(max-width: 600px) {
            font-size: 17px;
          }
        }

        & .search-result__item-name {
          color: #000;
          font-family: "Bebas Neue Pro";
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: 90%;
          /* 12.6px */
          text-transform: uppercase;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -moz-box;
          -moz-box-orient: vertical;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          line-clamp: 3;
          box-orient: vertical;
          max-width: 250px;

          @media(max-width: 600px) {
            font-size: 17px;
            max-width: 114px;
          }
        }
      }
    }

    & .search-result__item-right {
      color: #000;
      font-family: "Bebas Neue Pro";
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;

      @media(max-width: 600px) {
        font-size: 17px;
      }

      /* 12.6px */
    }
  }
}

.search-result__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;

  & li {
    & a {
      color: #000;
      font-family: "Bebas Neue Pro";
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;

      @media(max-width: 600px) {
        font-size: 17px;
      }
    }
  }
}

.all-results {
  color: #FFF;
  font-family: "Bebas Neue Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  padding: 7px 34px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
  text-decoration: underline;

  &:hover {
    color: #fff;
    text-decoration: none;
  }

  @media(max-width: 600px) {
    font-size: 12px;
  }
}


.about-contacts__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;

  & .about-contacts__item {
    & .label-contact {
      color: #000;
      font-family: "Bebas Neue Pro";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      /* 9px */
      text-transform: uppercase;
      margin-bottom: 5px;

      @media(max-width: 600px) {
        font-size: 15px;
      }
    }

    & a {
      color: #000;
      font-family: "Bebas Neue Pro";
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: none;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      text-transform: uppercase;

      @media(max-width: 600px) {
        font-size: 19px;
      }

    }
  }
}

.requizites {
  color: #989898;
  font-family: "Bebas Neue Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 9px */
  text-transform: uppercase;
  max-width: 300px;
  margin-bottom: 15px;

  @media(max-width: 600px) {
    font-size: 15px;
    /* max-width: 100px; */
  }
}

.about-info {
  & .section__title {
    color: #FF5596;
    text-align: center;
    font-family: "Bebas Neue Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 18px */
    text-transform: uppercase;
    margin-bottom: 18px;

    @media(max-width: 600px) {
      font-size: 23px;
    }
  }

  & .about-info__image {
    height: 140px;
    width: 100%;
    margin-bottom: 26px;

    & img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
}

.about-text {
  color: #000;
  font-family: "Bebas Neue Pro";
  font-size: 22.035px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;

  @media(max-width: 600px) {
    font-size: 16px;
  }

  & b {
    font-weight: 700;
    font-size: 22px;

    @media(max-width: 600px) {
      font-size: 16px;
    }
  }
}

.about-disclaimer {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FF5596;
  border-top: 1px solid #FF5596;

  & .about-disclaimer__title {
    color: #000;
    font-family: "Bebas Neue Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    margin-bottom: 20px;

    /* 14.4px */
    @media(max-width: 600px) {
      font-size: 19px;
    }
  }

  & .about-disclaimer__text {
    color: #FF5596;
    font-family: "Bebas Neue Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;

    /* 14.4px */
    @media(max-width: 600px) {
      font-size: 19px;
    }
  }
}

.delivery-section {
  margin-bottom: 30px;

  & .delivery-section__title {
    color: #FF5596;
    text-align: center;
    font-family: "Bebas Neue Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 18px */
    text-transform: uppercase;
    margin-bottom: 15px;

    @media(max-width: 600px) {
      font-size: 20px;
    }
  }

  & .delivery-section__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;

    @media(max-width: 992px) {
      display: flex;
      flex-direction: column;
    }

    & .delivery-section__item {
      border-radius: 5px;
      border: 1px solid #FF5596;
      padding: 15px;

      & .delivery-section__item-name {
        color: #000;
        font-family: "Bebas Neue Pro";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        /* 18px */
        text-transform: uppercase;
        margin-bottom: 65px;

        @media(max-width: 992px) {
          font-size: 20px;
        }
      }

      & .delivery-section__item-bottom {
        display: flex;
        justify-content: space-between;

        & .delivery-section__item-description {
          color: #000;
          font-family: "Bebas Neue Pro";
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: 90%;
          max-width: 70%;

          @media(max-width: 992px) {
            font-size: 14px;
          }

          /* 12.6px */
        }

        & .delivery-section__item-price {
          color: #FF5596;
          font-family: "Bebas Neue Pro";
          font-size: 30px;
          font-style: normal;
          font-weight: 700;
          line-height: 90%;
          text-transform: uppercase;

          @media(max-width: 992px) {
            font-size: 20px;
          }

          /* 18px */
        }
      }
    }
  }
}

.section-title__con {
  color: #E84A87;
  font-family: "Bebas Neue Pro";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 28.8px */
  text-transform: uppercase;
  padding-bottom: 11px;
  border-bottom: 1px solid #E84A87;
  border-width: 80%;
  margin-bottom: 20px;

  @media(max-width: 600px) {

    font-size: 22px;
  }
}

.con-info {
  & .con-querstion {
    color: #000;
    font-family: "Bebas Neue Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    margin-bottom: 20px;

    @media(max-width: 600px) {
      font-size: 16px;
    }

    & b {
      color: #000;
      font-family: "Bebas Neue Pro";
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      font-size: 26px;

      @media(max-width: 600px) {
        font-size: 16px;
      }
    }
  }

  & .con-text {
    color: #000;
    font-family: "Bebas Neue Pro";
    font-size: 26.055px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    @media(max-width: 600px) {
      font-size: 16px;
    }

    & b {
      color: #000;
      font-family: "Bebas Neue Pro";
      font-size: 26.055px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      margin-bottom: 17px;

      @media(max-width: 600px) {
        font-size: 16px;
      }
    }
  }

  & .section__title {
    color: #E84A87;
    font-family: "Bebas Neue Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 18px */
    text-transform: uppercase;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;

    @media(max-width: 600px) {
      font-size: 30px;
    }

    & span {
      color: #E84A87;
      font-family: "Bebas Neue Pro";
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      /* 18px */
      text-transform: uppercase;

      @media(max-width: 600px) {
        font-size: 30px;
      }
    }
  }

  & .con-text_imp {
    color: #000;
    font-family: "Bebas Neue Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    /* 10.8px */
    @media(max-width: 600px) {
      font-size: 12px;
    }
  }

  & .con-images {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;

    @media(max-width: 992px) {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }

  & .con-image {

    max-width: 250px;
    width: 100%;

    @media(max-width: 992px) {
      max-width: 150px;
    }

    & img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
}

.checkout-title {
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 18px */
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;

  @media(max-width: 600px) {
    font-size: 25px;
    margin-bottom: 5px;
    margin-bottom: 5px;
  }
}

.checkout-subtitle {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin-bottom: 20px;

  @media(max-width: 600px) {
    font-size: 16px;
  }
}

.ckeckout-attention {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin-bottom: 20px;

  @media(max-width: 600px) {
    font-size: 15px;

  }
}

.checkout-head__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;

  & .checkout-head__title {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 18px */
    text-transform: uppercase;

    @media(max-width: 600px) {
      font-size: 20px;

    }
  }

  & .checkout-head__name {
    color: #FF5596;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 18px */
    text-transform: uppercase;

    @media(max-width: 600px) {
      font-size: 20px;

    }
  }
}

/* CHECKOUT */

.city-search {
  position: relative;

  .search-result__city-items {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #FF5596;
    padding: 8px;
    flex-direction: column;
    gap: 6px;
    top: 100%;

    & .search-result__city-item {
      cursor: pointer;
      font-size: 24px;
    }
  }

  .search-result__city-items.active {
    display: flex;
  }
}

.points-wrap {
  position: relative;

  .pvz-suggestions {
    display: none;
    position: absolute;
    left: 0;
    top: 110%;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #FF5596;
    padding: 8px;
    flex-direction: column;
    gap: 6px;
  }
}

.delivery-method.uncheck {
  display: none !important;
  pointer-events: none;
  opacity: 0.6;
  transition: all .3s ease;
}

.delivery-method {
  pointer-events: all;
  opacity: 1;
  transition: all .3s ease;
}

.checkout-body__attention {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  border-radius: 1.747px;
  background: #FF1418;
  padding: 2px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;

  @media(max-width: 600px) {
    font-size: 10px;
  }

  /* 9px */
}

.catalog-section {
  & h1 {
    text-align: center;
    text-transform: uppercase;
  }
}

& .checkout-form {
  margin-top: 20px;
}

.con-image {
  margin-top: 23px;
}

form.checkout-form {
  & .switcher-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-radius: 1px;
    border: 1px solid #FF5596;
    flex-direction: row !important;

    & div {
      &:first-child {
        color: #000;
        font-family: "Bebas Neue Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        /* 10.8px */
        text-transform: uppercase;
      }
    }
  }

  input {
    min-height: 42px;
  }

  & .input-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;

    /* @media(max-width: 600px) {
      height: 16px;
    } */

    label {
      color: #000;
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;

      @media(max-width: 600px) {
        font-size: 15px;
      }

      /* 7.2px */
    }

    & input {
      /* margin-top: 5px; */
      padding-left: 10px;
      display: block;
      width: 100%;
      height: 100%;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      border-radius: 2.462px;
      border: 0.224px solid #FF5596;

      width: 100%;
      height: 32px;

      /* @media(max-width: 600px) {
        font-size: 8px;
      } */

      &::placeholder {
        color: #A9A9A9;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;

        /* @media(max-width: 600px) {
          font-size: 8px;
        } */
      }
    }

    & select {
      display: block;
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      padding-left: 10px;
      display: block;
      width: 100%;
      height: 100%;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      border-radius: 2.462px;
      border: 0.224px solid #FF5596;

      width: 100%;
      height: 42px;
      background-color: transparent;
    }

    & textarea {
      display: block;
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      padding-left: 5px;
      padding-top: 5px;
    }


  }
  [type="checkbox"]:checked,
  [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  [type="checkbox"]:checked+label,
  [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 16px;

    @media(max-width:600px) {
      font-size: 16px;
    }
  }


  [type="checkbox"]:checked+label:before,
  [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
  }

  [type="checkbox"]:checked+label:after,
  [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF5596;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }


  [type="radio"]:checked,
  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  [type="radio"]:checked+label,
  [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 16px;

    @media(max-width:600px) {
      font-size: 16px;
    }
  }


  [type="radio"]:checked+label:before,
  [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
  }

  [type="radio"]:checked+label:after,
  [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF5596;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .switcher-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #FF5596;

    @media(max-width: 600px) {
      font-size: 16px;

      & span {
        font-size: 16px;
      }
    }

    /* 10.8px */
  }

  & .submit {
    padding: 7px 103px;
    border-radius: 1px;
    border: 1px solid #FF5596;
    background: #FF5596;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    cursor: pointer;
    /* 12.6px */
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;

    @media(max-width: 600px) {
      font-size: 14px;
    }
  }

  & .form-policy {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    & a {
      color: #FF5596;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;

      @media(max-width:600px) {
        font-size: 12px;
      }
    }

    @media(max-width:600px) {
      font-size: 12px;
    }

    /* 7.2px */
  }

  .variables-delivery__container {
    margin-top: 20px;

    & .export-point__title {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      /* 12.6px */
      text-transform: uppercase;
      margin-bottom: 18px;

      @media(max-width:600px) {
        font-size: 14px;
      }
    }

    & .export-point__text {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;

      @media(max-width:600px) {
        font-size: 16px;
      }

      /* 12.6px */
    }
  }
}

.cons-form {
  margin-bottom: 23px;
  margin-top: 23px;

  & #photo-input {
    display: none !important;
  }

  & .photo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
  }

  & .photo-item {
    width: 40px;
    height: 40px;
    position: relative;
    /* overflow: hidden; */
  }

  & .photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4.103px;
    border: 1px solid #FF5596;
  }

  & .remove-photo {
    position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    color: white;
    font-size: 19px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

& .photo-add button {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 0;
  border: 1px dashed #999;
  background: transparent;
  cursor: pointer;
}

& .switcher-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 1px;
  border: 1px solid #FF5596;
  flex-direction: row !important;

  & div {
    &:first-child {
      color: #000;
      font-family: "Bebas Neue Pro";
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      /* 10.8px */
      text-transform: uppercase;
    }
  }
}

input {
  min-height: 42px;
}

.gallery-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}

& .input-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;

  /* @media(max-width: 600px) {
      height: 16px;
    } */

  label {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    margin-bottom: 5px;

    @media(max-width: 600px) {
      font-size: 15px;
    }

    /* 7.2px */
  }

  & input {
    /* margin-top: 5px; */
    padding-left: 10px;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    border-radius: 2.462px;
    border: 0.224px solid #FF5596;

    width: 100%;
    height: 32px;

    /* @media(max-width: 600px) {
        font-size: 8px;
      } */

    &::placeholder {
      color: #A9A9A9;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;

      /* @media(max-width: 600px) {
          font-size: 8px;
        } */
    }
  }

  & input[name="comment"] {
    /* margin-top: 5px; */
    height: 89px;

  }

  & select {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 10px;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    border-radius: 2.462px;
    border: 0.224px solid #FF5596;

    width: 100%;
    height: 42px;
    background-color: transparent;
  }

  & textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 5px;
    padding-top: 5px;
  }


}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-size: 16px;

  @media(max-width:600px) {
    font-size: 16px;
  }
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #FF5596;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.switcher-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #FF5596;

  @media(max-width: 600px) {
    font-size: 16px;

    & span {
      font-size: 16px;
    }
  }

  /* 10.8px */
}

& .submit {
  padding: 7px 103px;
  border-radius: 1px;
  border: 1px solid #FF5596;
  background: #FF5596;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  cursor: pointer;
  /* 12.6px */
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;

  @media(max-width: 600px) {
    font-size: 14px;
  }
}

& .form-policy {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;

  & a {
    color: #FF5596;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    @media(max-width:600px) {
      font-size: 12px;
    }
  }

  @media(max-width:600px) {
    font-size: 12px;
  }

  /* 7.2px */
}

.variables-delivery__container {
  margin-top: 20px;

  & .export-point__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 12.6px */
    text-transform: uppercase;
    margin-bottom: 18px;

    @media(max-width:600px) {
      font-size: 14px;
    }
  }

  & .export-point__text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    @media(max-width:600px) {
      font-size: 16px;
    }

    /* 12.6px */
  }
}
}

.bonus-input-block {
  position: relative;
  display: flex;
  flex-direction: column;

  & .apply-boduses {
    position: absolute;
    bottom: 10px;
    right: 15px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
  }
}


.total-checkout {
  margin-top: 16px;
  margin-bottom: 26px;

  & .total-checkout__head {
    display: flex;
    justify-content: space-between;

    & .total-checkout__title {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      /* 12.6px */
      text-transform: uppercase;

      @media(max-width: 600px) {
        font-size: 17px;
      }
    }

    & .total-checkout__price {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;

      /* 12.6px */
      @media(max-width: 600px) {
        font-size: 17px;
      }
    }
  }

  & .total-checkout__points {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;

    @media(max-width: 600px) {
      font-size: 15px;
    }

    /* 10.8px */
  }


}

.checkout-form__title {
  color: #000;
  font-family: "Bebas Neue Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 20px;
  /* 18px */
  text-transform: uppercase;

  @media(max-width: 600px) {
    font-size: 25px;
  }

}

.form-disclaimer {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 12.6px */
  margin-top: 21px;
  margin-bottom: 30px;

  @media(max-width: 600px) {
    font-size: 17px;
  }
}

.total-chekout__bottom {
  margin-top: 30px;

  & .total-chekout__bottom-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 12.6px */
    text-transform: uppercase;
    margin-bottom: 15px;

    @media(max-width: 600px) {
      font-size: 17px;
    }
  }

  & .total-chekout__bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

    & .total-chekout__bottom-name {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;

      @media(max-width: 600px) {
        font-size: 17px;
      }

      /* 12.6px */
    }

    & .total-chekout__bottom-price {
      color: #000;
      text-align: right;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;

      @media(max-width: 600px) {
        font-size: 17px;
      }

      /* 12.6px */
    }
  }

  & .total-chekout__bottom-sum {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 25px;

    & .total-chekout__bottom-sum__title {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      /* 12.6px */
      text-transform: uppercase;
      margin-bottom: 10px;

      @media(max-width: 600px) {
        font-size: 14px;
      }
    }

    & .total-chekout__bottom-sum__price {
      color: #FF5596;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;

      @media(max-width: 600px) {
        font-size: 20px;
      }

      /* 18px */
    }
  }
}

header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

main.fixed {
  padding-top: 94.41px;
}

.text-page {
  font-size: 20px;
}

form.black-inputs {
  & .input-wrap {
    & label {
      @media(max-width: 992px) {
        font-size: 17px !important;
      }


      @media (max-width: 600px) {
        font-size: 15px !important;
      }
    }
  }
}

.auth-section {
  & .auth-inner {
    & .auth-form {
      & .auth-btn {
        color: #000;

        line-height: 100% !important;
        border-radius: 0;

        @media(max-width: 992px) {
          font-size: 18px !important;
        }

        @media (max-width: 600px) {
          font-size: 17px !important;
        }
      }
    }
  }
}

.ckeckout-section.processed {
  opacity: 0.5;
  pointer-events: none;
}

.noactive {
  display: none;
}

.preloader {
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.error {
  color: #FF1418;
}

.suggestion-item {
  padding: 5px 0;
  cursor: pointer;
}

.suggestion-item p {
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 5px;
  color: #A9A9A9;
}

.suggestion-item:not(:last-child) {
  border-bottom: 1px solid #989898;
}

.suggestion-title {
  font-size: 19px;
  font-weight: 600;
}

.post-payment__title {
  color: #FF5596;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 25px;

  @media(max-width: 600px) {
    font-size: 20px;
  }
}

.post-payment__subtitle {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 10.8px */
  margin-bottom: 71px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;

  @media(max-width: 600px) {
    font-size: 12px;
  }
}

.post-payment__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  & a {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 12.6px */
    text-transform: uppercase;
    border-radius: 1px;
    border: 1px solid #FF5596;
    background: #FF5596;
    padding: 7px 41px;
    display: inline;

    @media(max-width: 600px) {
      font-size: 14px;
    }

    &:last-child {
      padding-left: 23px;
      padding-right: 23px;
    }
  }
}

.similar-title {
  margin-bottom: 14px;
  color: #FF5596;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 18px */
  text-transform: uppercase;

  @media(max-width: 600px) {
    font-size: 20px;
  }
}

.empty-cart {
  margin-top: 60px;
}

.empty-cart .post-payment__title {
  text-align: center;
}

.empty-cart img {
  padding-bottom: 35px;
  display: block;
  margin: 0 auto;
}

.cat-search {
  max-width: 720px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  border: 1px solid #989898;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/beauty/assets/img/s-ico.svg);
  }

  & input {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    text-align: left;
    padding-left: 22px;
    padding-right: 22px;

    &::placeholder {

      color: #989898;

      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      text-transform: uppercase;
      text-align: center;
    }

    @media(max-width: 600px) {
      /* text-align: center; */
    }
  }

  & .submit-search {
    opacity: 0;
    position: absolute;
    left: 0;
    max-width: 25px;
    top: 0;
  }
}

.side-social__block {
  position: fixed;
  z-index: 90;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  padding: 9px 8px;
  background-color: #000;

  & .side-social__items {
    display: flex;
    flex-direction: column;
    gap: 10px;

    & a {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}

.ind {
  color: #989898;
  margin-top: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-align: center;

  @media(max-width: 600px) {
    font-size: 8px;
  }
}

.pack-image {
  transform: translateX(-28px);
  margin-top: 13px;
  max-width: 200px;
  width: 100%;

  & img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

.addresses-wrapper {
  & p {
    font-size: 15px;
  }
}

.user_addresses {
  font-size: 15px;
}

.alert.alert-danger {
  color: #FF1418;
  text-align: center;
  text-transform: uppercase;
}

.basket-items-list-item-remove {
  display: block !important;
}

.review-form {
  & .title {
    display: none;
  }
}

.empty_cat {
  grid-column-end: span 5;
  font-size: 20px;

}


.bonuses-modal {
  position: fixed;
  left: 0;
  top: -110%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  transition: all .3s;

  & .bonuses-modal__inner {
    max-width: 617px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    & .bonuses-modal__image {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2;

      @media(max-width: 767px) {
        width: 90%;
      }

      & img {
        object-fit: contain;
        width: 100%;
        height: 100%;
      }
    }

    & .bonuses-modal__content {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 53%;
      transform: translateY(-50%);
      z-index: 3;
      max-width: 451px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;

      @media(max-width: 767px) {
        left: 0;
        top: 51%;
      }

      & .bonuses-modal__logo {
        margin-bottom: 21px;
        width: 95px;
        height: 45px;

        @media(max-width: 767px) {
          margin-bottom: 10px;
          width: 75px;
          height: 34px;
        }

        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }
      }

      & .bonuses-modal__title {
        color: #FFF;
        font-family: "Bebas Neue Pro";
        font-size: clamp(20px, 5vw, 34.286px) !important;
        ;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 33px;

        @media(max-width: 767px) {
          margin-bottom: 15px;
        }
      }

      & .bonuses-modal__subtitle {
        color: #FFF;
        text-align: center;
        font-family: "Bebas Neue Pro";
        font-size: clamp(16px, 4vw, 25.652px) !important;
        ;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 33px;
        max-width: 315px;

        @media(max-width: 767px) {
          margin-bottom: 15px;
          max-width: 216px;
        }
      }

      & .bm-personal {
        color: #FF5596;
        font-family: "Bebas Neue Pro";
        font-size: clamp(14px, 3vw, 19.704px) !important;
        ;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        /* 17.733px */
        text-transform: uppercase;
        border-radius: 1.407px;
        border: 1.407px solid #FFF;
        background: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 38px;
        padding: 10px 24px;
        filter: drop-shadow(0 5.63px 5.63px rgba(0, 0, 0, 0.25));
        margin-bottom: 16px;
        max-width: fit-content;

        @media(max-width: 767px) {
          height: 25px;
        }
      }

      & .close {
        color: #FFF;
        font-family: "Bebas Neue Pro";
        font-size: clamp(14px, 3vw, 19.704px) !important;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        /* 17.733px */
        text-transform: uppercase;
        filter: drop-shadow(0 5.63px 5.63px rgba(0, 0, 0, 0.25));
        text-shadow: none;
        opacity: 1;
      }
    }
  }
}

.bonuses-modal.active {
  top: 0;
  opacity: 1;
  z-index: 999;
  transition: all .3s;
}


.blog-text {
  color: #000;
  font-family: "Bebas Neue Pro";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin-bottom: 15px;
  text-align: center;

  @media(max-width: 992px) {
    font-size: 18px;
  }
}

.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px;
  margin-top: 30px;

  @media(max-width: 1150px) {
    grid-template-columns: 1fr;
  }

  & .news-item {
    width: 100%;
    min-height: 300px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #FF5596;
    overflow: hidden;
    display: flex;
    padding: 12px 10px;

    @media(max-width: 992px) {
      min-height: 132px;
    }

    & .news-item__image {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;

      & img {
        object-fit: cover;
        width: 100%;
        height: 100%;
      }
    }

    & .news-item__name {
      color: #FF5596;
      font-family: "Bebas Neue Pro";
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      /* 18px */
      text-transform: uppercase;
      position: relative;
      z-index: 2;
      max-width: 50%
    }

    & .news-item__detail {
      position: absolute;
      right: 15px;
      bottom: 15px;
      z-index: 2;

      & span {
        color: #000;
        font-family: "Bebas Neue Pro";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        text-decoration: underline;

      }
    }
  }
}

.news-detail {
  color: #000;
  font-family: "Bebas Neue Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;


  & h3 {
    color: #000;
    text-align: center;
    font-family: "Bebas Neue Pro";
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
  }

  & b {
    color: #FF5596;
    font-family: "Bebas Neue Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    margin-bottom: 13px;
    display: block;
    position: relative;
    margin-top: 20px;
  }
}

.read-more__title {
  color: #000;
  font-family: "Bebas Neue Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 27px */
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 20px;
}

.go-to {
  padding: 7px 70px;
  border-radius: 1px;
  border: 1px solid #FF5596;
  background: #FF5596;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;

  @media (min-width: 600px) {
    max-width: 385px;
  }

  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.modal[data-modal="const-modal"] {
  & .modal-inner {
    border: 1px solid #FF5596;
  }

  & .title {
    color: #FF5596;
    font-family: "Bebas Neue Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 18px */
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  & .message {
    color: #FF5596;
    text-align: center;
    font-family: "Bebas Neue Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    text-transform: uppercase;
  }
}

.contacts-head__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 30px;

  & .contacts-head__link {
    color: #000;
    font-family: "Bebas Neue Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    padding-bottom: 2px;

    @media(max-width: 992px) {
      font-size: 16px;
    }
  }

  & .contacts-head__link.current {
    border-bottom: 1px solid #000;

  }
}

.accordion {
  /* border: 1px solid #ccc; */
  /* border-radius: 8px; */
  overflow: hidden;
}

.accordion-item+.accordion-item {
  border-top: 1px solid #000;
}

.accordion-header {
  width: 100%;
  padding: 1em;
  padding-left: 0;
  padding-right: 0;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s;
  color: #FF5596;
  font-family: "Bebas Neue Pro";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;

  @media(max-width: 992px) {
    padding-top: 0.5em;
    padding-bottom: 0.5em;

    & span {
      max-width: 234px;
      font-weight: 400;
      font-size: 17px;
      line-height: 90%;
      letter-spacing: 0%;
      text-transform: uppercase;

    }
  }

  & svg {
    transition: all .3s;
  }
}

/* .accordion-header:hover {
  background: #e0e0e0;
} */

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  color: #000;
  font-family: "Bebas Neue Pro";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-left: 0;
  background: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;

  & b {
    font-weight: 700;
    line-height: 110%;
  }

  @media(max-width: 992px) {
    font-size: 17px;
  }
}

.accordion-item.active .accordion-header {
  & svg {
    transition: all .3s;
    transform: rotate(45deg);
  }
}

.accordion-item.active .accordion-content {
  padding: 1em;
  padding-left: 0;
  padding-top: 0;
  /* max-height: 800px; */
  max-height: 100%;
  /* Задай подходящее значение или используй scrollHeight через JS */
}

[name="present_form"] [type="radio"]:checked+label:before {
  opacity: 0;

}

[name="present_form"] [type="radio"]:checked+label:after {
  opacity: 0;
}

[name="present_form"] [type="radio"]:checked+label:before {
  opacity: 0;
}

[name="present_form"] [type="radio"]:not(:checked)+label:before {
  opacity: 0;
}

[name="present_form"] {

  & [type="radio"]:checked+label,
  [type="radio"]:not(:checked)+label {
    font-size: 10px;
  }
}


.notify-income__form {
  & label {
    font-size: 14px;
  }
}

.product-card__item-name__color {
  & span {
    font-size: 21px;
  }

  & strong {
    font-size: 21px;
  }
}

.require {
  font-size: 15px;

  & font {
    color: #E84A87;
  }

}

@font-face {
  font-family: 'Bebas Neue Pro Middle';
  src: url('../fonts/BebasNeuePro-MiddleItalic.eot');
  src: local('Bebas Neue Pro Middle Italic'), local('BebasNeuePro-MiddleItalic'),
    url('../fonts/BebasNeuePro-MiddleItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-MiddleItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-MiddleItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-MiddleItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/BebasNeuePro-BoldItalic.eot');
  src: local('Bebas Neue Pro Bold Italic'), local('BebasNeuePro-BoldItalic'),
    url('../fonts/BebasNeuePro-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-BoldItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-BoldItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedRegular.eot');
  src: local('Bebas Neue Pro Expanded Regular'), local('BebasNeuePro-ExpandedRegular'),
    url('../fonts/BebasNeuePro-ExpandedRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedRegular.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedRegular.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedMediumIt.eot');
  src: local('Bebas Neue Pro Expanded Medium Italic'), local('BebasNeuePro-ExpandedMediumIt'),
    url('../fonts/BebasNeuePro-ExpandedMediumIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedMediumIt.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedMediumIt.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedMediumIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedItalic.eot');
  src: local('Bebas Neue Pro Expanded Italic'), local('BebasNeuePro-ExpandedItalic'),
    url('../fonts/BebasNeuePro-ExpandedItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded Book';
  src: url('../fonts/BebasNeuePro-ExpandedBook.eot');
  src: local('Bebas Neue Pro Expanded Book'), local('BebasNeuePro-ExpandedBook'),
    url('../fonts/BebasNeuePro-ExpandedBook.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedBook.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedBook.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp';
  src: url('../fonts/BebasNeuePro-SemiExpThinItalic.eot');
  src: local('Bebas Neue Pro SemiExpanded Thin Italic'), local('BebasNeuePro-SemiExpThinItalic'),
    url('../fonts/BebasNeuePro-SemiExpThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpThinItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpThinItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedThinItalic.eot');
  src: local('Bebas Neue Pro Expanded Thin Italic'), local('BebasNeuePro-ExpandedThinItalic'),
    url('../fonts/BebasNeuePro-ExpandedThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedThinItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedThinItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded Book';
  src: url('../fonts/BebasNeuePro-ExpandedBookItalic.eot');
  src: local('Bebas Neue Pro Expanded Book Italic'), local('BebasNeuePro-ExpandedBookItalic'),
    url('../fonts/BebasNeuePro-ExpandedBookItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedBookItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedBookItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedBookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp';
  src: url('../fonts/BebasNeuePro-SemiExpandedThin.eot');
  src: local('Bebas Neue Pro SemiExpanded Thin'), local('BebasNeuePro-SemiExpandedThin'),
    url('../fonts/BebasNeuePro-SemiExpandedThin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpandedThin.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpandedThin.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpandedThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedMedium.eot');
  src: local('Bebas Neue Pro Expanded Medium'), local('BebasNeuePro-ExpandedMedium'),
    url('../fonts/BebasNeuePro-ExpandedMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedMedium.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedMedium.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp Book';
  src: url('../fonts/BebasNeuePro-SemiExpBook.eot');
  src: local('Bebas Neue Pro SemiExpanded Book'), local('BebasNeuePro-SemiExpBook'),
    url('../fonts/BebasNeuePro-SemiExpBook.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpBook.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpBook.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp';
  src: url('../fonts/BebasNeuePro-SemiExpLightItalic.eot');
  src: local('Bebas Neue Pro SemiExpanded Light Italic'), local('BebasNeuePro-SemiExpLightItalic'),
    url('../fonts/BebasNeuePro-SemiExpLightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpLightItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpLightItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp';
  src: url('../fonts/BebasNeuePro-SemiExpRegular.eot');
  src: local('Bebas Neue Pro SemiExpanded Regular'), local('BebasNeuePro-SemiExpRegular'),
    url('../fonts/BebasNeuePro-SemiExpRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpRegular.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpRegular.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/BebasNeuePro-Light.eot');
  src: local('Bebas Neue Pro Light'), local('BebasNeuePro-Light'),
    url('../fonts/BebasNeuePro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-Light.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-Light.woff') format('woff'),
    url('../fonts/BebasNeuePro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedBoldItalic.eot');
  src: local('Bebas Neue Pro Expanded Bold Italic'), local('BebasNeuePro-ExpandedBoldItalic'),
    url('../fonts/BebasNeuePro-ExpandedBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedBoldItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedBoldItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/BebasNeuePro-LightItalic.eot');
  src: local('Bebas Neue Pro Light Italic'), local('BebasNeuePro-LightItalic'),
    url('../fonts/BebasNeuePro-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-LightItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-LightItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/BebasNeuePro-Thin.eot');
  src: local('Bebas Neue Pro Thin'), local('BebasNeuePro-Thin'),
    url('../fonts/BebasNeuePro-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-Thin.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-Thin.woff') format('woff'),
    url('../fonts/BebasNeuePro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded XBold';
  src: url('../fonts/BebasNeueProExpandedExtraBoldIt.eot');
  src: local('Bebas Neue Pro Expanded ExtraBold Italic'), local('BebasNeueProExpandedExtraBoldIt'),
    url('../fonts/BebasNeueProExpandedExtraBoldIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueProExpandedExtraBoldIt.woff2') format('woff2'),
    url('../fonts/BebasNeueProExpandedExtraBoldIt.woff') format('woff'),
    url('../fonts/BebasNeueProExpandedExtraBoldIt.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedBold.eot');
  src: local('Bebas Neue Pro Expanded Bold'), local('BebasNeuePro-ExpandedBold'),
    url('../fonts/BebasNeuePro-ExpandedBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedBold.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedBold.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp Book';
  src: url('../fonts/BebasNeuePro-SemiExpBookItalic.eot');
  src: local('Bebas Neue Pro SemiExpanded Book Italic'), local('BebasNeuePro-SemiExpBookItalic'),
    url('../fonts/BebasNeuePro-SemiExpBookItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpBookItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpBookItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpBookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/BebasNeuePro-ThinItalic.eot');
  src: local('Bebas Neue Pro Thin Italic'), local('BebasNeuePro-ThinItalic'),
    url('../fonts/BebasNeuePro-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ThinItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ThinItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Book';
  src: url('../fonts/BebasNeuePro-Book.eot');
  src: local('Bebas Neue Pro Book'), local('BebasNeuePro-Book'),
    url('../fonts/BebasNeuePro-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-Book.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-Book.woff') format('woff'),
    url('../fonts/BebasNeuePro-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro Book';
  src: url('../fonts/BebasNeuePro-BookItalic.eot');
  src: local('Bebas Neue Pro Book Italic'), local('BebasNeuePro-BookItalic'),
    url('../fonts/BebasNeuePro-BookItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-BookItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-BookItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-BookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp';
  src: url('../fonts/BebasNeuePro-SemiExpItalic.eot');
  src: local('Bebas Neue Pro SemiExpanded Italic'), local('BebasNeuePro-SemiExpItalic'),
    url('../fonts/BebasNeuePro-SemiExpItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedLight.eot');
  src: local('Bebas Neue Pro Expanded Light'), local('BebasNeuePro-ExpandedLight'),
    url('../fonts/BebasNeuePro-ExpandedLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedLight.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedLight.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedThin.eot');
  src: local('Bebas Neue Pro Expanded Thin'), local('BebasNeuePro-ExpandedThin'),
    url('../fonts/BebasNeuePro-ExpandedThin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedThin.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedThin.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp XBold';
  src: url('../fonts/BebasNeuePro-SemiExpXBold.eot');
  src: local('Bebas Neue Pro SemiExpanded ExtraBold'), local('BebasNeuePro-SemiExpXBold'),
    url('../fonts/BebasNeuePro-SemiExpXBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpXBold.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpXBold.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpXBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro Middle';
  src: url('../fonts/BebasNeuePro-Middle.eot');
  src: local('Bebas Neue Pro Middle'), local('BebasNeuePro-Middle'),
    url('../fonts/BebasNeuePro-Middle.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-Middle.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-Middle.woff') format('woff'),
    url('../fonts/BebasNeuePro-Middle.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/BebasNeuePro-Bold.eot');
  src: local('Bebas Neue Pro Bold'), local('BebasNeuePro-Bold'),
    url('../fonts/BebasNeuePro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-Bold.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-Bold.woff') format('woff'),
    url('../fonts/BebasNeuePro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp';
  src: url('../fonts/BebasNeuePro-SemiExpBold.eot');
  src: local('Bebas Neue Pro SemiExpanded Bold'), local('BebasNeuePro-SemiExpBold'),
    url('../fonts/BebasNeuePro-SemiExpBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpBold.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpBold.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/BebasNeuePro-Italic.eot');
  src: local('Bebas Neue Pro Italic'), local('BebasNeuePro-Italic'),
    url('../fonts/BebasNeuePro-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-Italic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-Italic.woff') format('woff'),
    url('../fonts/BebasNeuePro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded XBold';
  src: url('../fonts/BebasNeuePro-ExpandedExtraBold.eot');
  src: local('Bebas Neue Pro Expanded ExtraBold'), local('BebasNeuePro-ExpandedExtraBold'),
    url('../fonts/BebasNeuePro-ExpandedExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedExtraBold.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedExtraBold.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp';
  src: url('../fonts/BebasNeuePro-SemiExpLight.eot');
  src: local('Bebas Neue Pro SemiExpanded Light'), local('BebasNeuePro-SemiExpLight'),
    url('../fonts/BebasNeuePro-SemiExpLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpLight.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpLight.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/BebasNeuePro-Regular.eot');
  src: local('Bebas Neue Pro Regular'), local('BebasNeuePro-Regular'),
    url('../fonts/BebasNeuePro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-Regular.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-Regular.woff') format('woff'),
    url('../fonts/BebasNeuePro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp Middle';
  src: url('../fonts/BebasNeuePro-SemiExpMiddle.eot');
  src: local('Bebas Neue Pro SemiExpanded Middle'), local('BebasNeuePro-SemiExpMiddle'),
    url('../fonts/BebasNeuePro-SemiExpMiddle.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpMiddle.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpMiddle.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpMiddle.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp XBold';
  src: url('../fonts/BebasNeuePro-SemiExpXBoldItalic.eot');
  src: local('Bebas Neue Pro SemiExpanded ExtraBold Italic'), local('BebasNeuePro-SemiExpXBoldItalic'),
    url('../fonts/BebasNeuePro-SemiExpXBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpXBoldItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpXBoldItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpXBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/BebasNeuePro-ExpandedLightIt.eot');
  src: local('Bebas Neue Pro Expanded Light Italic'), local('BebasNeuePro-ExpandedLightIt'),
    url('../fonts/BebasNeuePro-ExpandedLightIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-ExpandedLightIt.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedLightIt.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedLightIt.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp Middle';
  src: url('../fonts/BebasNeuePro-SemiExpMiddleIt.eot');
  src: local('Bebas Neue Pro SemiExpanded Middle Italic'), local('BebasNeuePro-SemiExpMiddleIt'),
    url('../fonts/BebasNeuePro-SemiExpMiddleIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpMiddleIt.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpMiddleIt.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpMiddleIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Bebas Neue Pro SemiExp';
  src: url('../fonts/BebasNeuePro-SemiExpBoldItalic.eot');
  src: local('Bebas Neue Pro SemiExpanded Bold Italic'), local('BebasNeuePro-SemiExpBoldItalic'),
    url('../fonts/BebasNeuePro-SemiExpBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeuePro-SemiExpBoldItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-SemiExpBoldItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-SemiExpBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}