@font-face {
  font-family: "Georgia";
  src: url('/local/templates/lonfur/fonts/georgia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url('/local/templates/lonfur/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: clamp(12px, 1vw, 16px);
}

a{
  text-decoration: none;

  &:hover{
    text-decoration: none;
  }
}

/*[id^="bx_incl_area_"] {*/
/*  display: contents;*/
/*}*/

.row{
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #1D2D53;
  font-size: 1rem;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0;
  padding: 0 210px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .container {
    padding: 0 43px;
  }
}


@media (max-width: 1024px) {
  .container {
    padding: 0 32px;
  }
}


@media (max-width: 768px) {
  .container {
    padding: 0 24px;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 16px;
  }
}


a {
  color: #1D2D53;
}

* {
  box-sizing: border-box;
}

/* HEADER */

header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 23px;
  position: relative;
  padding: 0 210px;
  padding-bottom: 25px;

  .header-burger {
    display: none;
  }

  &::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100vw;
    left: 0;
    bottom: 0;
    background-color: #CACDD5;
  }

  @media (max-width: 1440px) {
    padding: 0 43px;
    padding-bottom: 25px;
  }


  @media (max-width: 1024px) {
    padding: 8px 32px;

    .header-burger {
      display: flex;
      justify-content: center;
      align-items: center;

      .header-burger-logo {
        height: 40px;
        width: 115px;

        img {
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
      }
    }

    .header-burger-btn {
      position: absolute;
      right: 20px;
      cursor: pointer;

      .close{
        display: none;

        width: 30px;
      }

      .menu{
        display: block;
      }

      &.active{
        .close{
          display: block;
        }
  
        .menu{
          display: none;
        }
      }
    }

    .header-top {
      display: none;
    }

    .header-bottom {
      display: none;
    }
  }


}

.header-top {
  .header-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    .header-items-container{
      display: flex;
      gap: 48px;
      margin:0;
      padding: 0;
    }

    .header-item {
      &.logo {
        width: 175px;
        height: 80px;
        margin-left: -25px;

        img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }
      }

      .header-item-links,
      .header-phone {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
      }

      .header-phone-content {
        position: absolute;
        padding: 15px 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 1px 5px 0px rgba(29, 45, 83, 0.20);
        width: 110%;
        top: 60px;
        z-index: 100;
        right: -2px;

        opacity: 0;
        visibility: hidden;

        transition: all .4s ease;

        &.active {
          opacity: 1;
          visibility: visible;
        }

        .header-phone-content-head {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: var(--, #1D2D53);
          font-size: 1.25rem;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 25px;

          button {
            background-color: transparent;
            border: 0;
            outline: none;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
          }
        }

        .header-phone-content-body {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px;
        }

        .header-phone-content-body-input {
          width: 100%;
          display: flex;
          position: relative;
          margin-bottom: 24px;

          input {
            background-color: white;
            border-radius: 10px;
            width: 60%;
            border: 2px solid #E0E1E5;
            outline: none;
            padding-top: 3px;
            padding-left: 20px;
            min-height: 48px;

            &::placeholder {
              color: #8E96A9;
              font-family: Montserrat;
              font-size: 1rem;
              font-style: normal;
              font-weight: 600;
              line-height: normal;
            }
          }

          button {
            border-radius: 10px;
            background: #CACDD5;
            height: 100%;
            position: absolute;
            right: 0;
            padding: 0 15px;
            color: white;
            border: 0;
            font-weight: 700;
            line-height: normal;
            cursor: pointer;
            color: #FFF;
            font-family: Montserrat;
            font-size: 1.15rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
          }
        }
      }

      .header-item-links {
        font-size: 1rem;
        font-weight: 600;
        gap: 48px;
      }

      .header-item-link {
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;

        .header-item-link-items {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          z-index: 100;
          top: 30px;
          left: 0;
          padding: 28px 22px;
          border-radius: 10px;
          border: 2px solid #E0E1E5;
          background: #FFF;
          text-wrap: nowrap;
          display: flex;
          flex-direction: column;
          gap: 17px;
          transition: all .4s ease;

          &.active {
            opacity: 1;
            visibility: visible;
          }
        }
      }

      .header-phone-number {
        font-size: 1.25rem;
        color: #1A2D53;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 25px;
        border-radius: 10px;
        border: 2px solid #E0E1E5;
        padding: 12px 20px;
        padding-right: 30px;
        max-height: 48px;

        img {
          width: 21px;
          height: 21px;
        }
      }
    }

    .header-phone-button {
      margin-left: -15px;
      height: 100%;

      button {
        background-color: #0EAA9E;
        border: 2px solid #0EAA9E;
        border-radius: 10px;
        height: 100%;
        outline: none;
        display: flex;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 700;
        padding: 12px 20px;
        cursor: pointer;
        transition: all .4s ease;
        max-height: 48px;
        align-items: center;

        &:hover {
          background-color: #57C4BC;
          border: 2px solid #57C4BC;
        }
      }
    }
  }
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  height: 48px;
  position: relative;

  .header-catalog {
    display: flex;
    flex-direction: row;
    gap: 5px;

    .header-catalog-item {
      background-color: #1D2D53;
      padding: 0 20px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;

      img {
        width: 20px;
        height: 20px;
      }
    }

    .header-catalog-item:nth-child(1) {
      border-radius: 10px 0px 0px 10px;
    }

    .header-catalog-item:nth-child(2) {
      border-radius: 0px 10px 10px 0px;
      background: #0EAA9E;
      color: #fff;
      font-size: 1.25rem;
      font-weight: 700;
      padding-left: 25px;
      padding-right: 45px;
    }

    .header-catalog-menu {
      position: absolute;
      opacity: 0;
      left: 0;
      top: 90px;
      visibility: hidden;
      z-index: 1000;
      width: 100%;
      display: flex;
      gap: 24px;

      transition: all .4s ease;
    }

    .header-catalog-categories {
      background: rgb(244 245 247);
      display: flex;
      flex-direction: column;
      gap: 24px;
      width: 35%;
      padding: 25px 0;
      border-radius: 10px;
      box-shadow: 0 0 7px -3px rgba(0, 0, 0, 0.75);
    }

    .header-catalog-category {
      padding: 12px 23px;
      height: 60px;

      display: flex;
      gap: 40px;
      align-items: center;
      position: relative;

      color: #1D2D53;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      cursor: pointer;

      text-decoration: none;


      img{
        width: 36px;
        height: 36px;
      }

      &.active {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 1px 11.2px 3px rgba(29, 45, 83, 0.20);

        color: #0EAA9E;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

      }
    }

    .catalog-arrow {
      position: absolute;
      right: 36px;
    }

    &.active {
      .header-catalog-menu {
        opacity: 1;
        visibility: visible;
      }

      .close-category {
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .catalog-btn {
        display: none;
      }

    }

    .close-category {
      display: none;
    }

    .header-catalog-subcategories {
      background: rgb(244 245 247);
      display: flex !important;
      flex-direction: column;
      gap: 24px;
      width: 65%;
      padding: 25px 0;
      border-radius: 10px;
      box-shadow: 0 0 7px -3px rgba(0, 0, 0, 0.75);
      transition: all .4s ease;

      &.hide{
        opacity: 0;
        visibility: hidden;
      }

      .header-catalog-subcategory {
        height: 60px;
        padding: 12px 38px;
        gap: 75px;
        align-items: center;
        color: #1D2D53;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        cursor: pointer;
        display: none;
        opacity: 0;
        visibility: hidden;
        text-decoration: none;
        transition: all .4s ease;

        &.show{
          display: flex !important;
          opacity: 1;
          visibility: visible;
        }

        .header-catalog-subcategory-circle {
          width: 6px;
          height: 6px;
          border-radius: 100%;
          background-color: #CACDD5;
        }

        .header-catalog-subcategory-arrow {
          display: none;
          align-items: center;
          justify-content: center;
          margin-left: 40px;
        }

        &.active {
          color: #0EAA9E;
          font-weight: 700;

          .header-catalog-subcategory-circle {
            width: 8px;
            height: 8px;
            background-color: #0EAA9E;
          }

          .header-catalog-subcategory-arrow{
            display: flex;
          }
        }
      }
    }
  }
}

.header-search {
  height: 100%;
  width: 55%;

  input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.5;
    background: #CFEEEC;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    &::placeholder {
      color: #747b8b;
      font-size: 1rem;
      font-weight: 600;
    }
  }
}

.header-actions,
.footer-medias {
  display: flex;
  gap: 5px;

  .header-action,
  .footer-media {
    background-color: #1D2D53;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;

    img {
      width: 30px;
      height: 30px;
    }

    &.first {
      border-radius: 10px 0px 0px 10px;

      img {
        width: 26px;
        height: 26px;
      }
    }

    &.last {
      border-radius: 0px 10px 10px 0px;

      img {
        width: 22px;
        height: 22px;
      }
    }

    .header-action-counter {
      position: absolute;
      bottom: -25%;
      right: 5px;
      border-radius: 5px;
      background: #0EAA9E;
      width: 26px;
      height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 600;
    }
  }
}

.header-burger-content {
  position: absolute;
  height: max-content;
  background-color: #fff;
  top: 55px;
  left: 0;
  z-index: 200;
  padding: 15px;
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.6);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all .4s ease;

  &.active{
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .header-actions {
    justify-content: center;

    a {
      flex-grow: 1;
      width: 20%;
    }
  }

  .header-burger-content-top {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;

    .header-actions {
      order: 1;
      width: 25%;
      height: 46px;
    }

    .header-burger-content-btn {
      order: 2;
      width: 70%;
      flex-grow: 1;
      height: 46px;

      button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        border-radius: 10px;
        background: #0EAA9E;
        border: 0;
        outline: none;
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        cursor: pointer;
      }
    }

    .header-search {
      order: 3;
      width: 100%;

      input {
        width: 100%;
        outline: none;
        text-align: center;
      }
    }

    @media screen and (max-width: 560px){
      flex-direction: column;
      gap: 10px;

      .header-actions{
        order: 3;
        width: 100%;
      }

      .header-burger-content-btn{
        order: 1;
        width: 100%;
      }

      .header-search{
        order: 2 ;
        width: 100%;
      }
    }

  }

  .header-burder-content-menu {
    .header-catalog-title {
      padding: 25px 0;
      color: #8E96A9;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }

    .header-catalog-categories {
      margin-bottom: 50px;
      padding: 30px 0;
      border-radius: 10px;
      background: rgb(244 245 247);
      box-shadow: 0 0 7px -3px rgba(0, 0, 0, 0.75);

      .header-catalog-category {
        padding: 12px 23px;
        height: 60px;

        display: flex;
        gap: 40px;
        align-items: center;
        position: relative;

        color: #1D2D53;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        cursor: pointer;

        text-decoration: none;

        img{
          width: 36px;
          height: 36px;
        }

        &.active {
          border-radius: 10px;
          background: #FFF;
          box-shadow: 0px 1px 11.2px 3px rgba(29, 45, 83, 0.20);

          color: #0EAA9E;
          font-style: normal;
          font-weight: 700;
          line-height: normal;

        }

        .catalog-arrow {
          position: absolute;
          right: 25px;
          transform: rotateZ(90deg);

          img {
            width: 16px;
            height: 16px;
          }
        }
      }
    }

    .accordion-button{
      height: 39px;
      background: white;
      box-shadow: 0px 1px 5px 0px rgba(29, 45, 83, 0.20);
      font-weight: 600;
      color: #1A2D53;
      border-radius: 10px !important;
    }

    .accordion-item{
      border: 0;
    }

    .accordion-collapse{
      background-color: rgb(244 245 247);

      .accordion-body{
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 45px 20px;
        color: #1D2D53;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
    }

    .header-btn-links{
      display: flex;
      flex-direction: column;
      gap: 18px;
      margin-top: 18px;
      .header-btn-link{
        button{
          width: 100%;
          height: 39px;
          border: 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 20px;
          background-color: #fff;
          border: 0;
          outline: 0;
          color: #1A2D53;
          border-radius: 10px;
          box-shadow: 0px 1px 5px 0px rgba(29, 45, 83, 0.20);
          font-weight: 700;

          .soon{
            border-radius: 6px;
            background: #FF6C87;
            color: white;
            padding: 8px;
          }
        }
      }
    }

    .menu-footer{
      display: flex;
      flex-direction: column;
      gap: 22px;

      .menu-footer-top{
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;

        &::before{
          content: '';
          position: absolute;
          width: 1px;
          background: #0EAA9E;
          height: 50%;
          top: 50%;
          left: 48%;
          transform: translate(-50%, -50%);
        }
        img{
          width: 45%;
        }

        span{
          width: 50%;
          color: #0EAA9E;
          font-family: Georgia;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
        }
      }

      .menu-footer-bottom{
        display: flex;
        justify-content: space-between;

        @media screen and (max-width: 560px){
          flex-direction: column;
          gap: 15px;
        }
      }

      .footer-medias{
        height: 46px;
        width: 45%;
        border-radius: 10px;
        overflow: hidden;

        .footer-media{
          width: 30%;
          flex-grow: 1;
        }

        @media screen and (max-width: 560px){
          width: 100%;
        }
      }

      .footer-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        width: 50%;
        padding: 15px 20px;
        border-radius: 10px;
        background: #CFEEEC;
        font-size: 12px;
        font-weight: 700;
        height: 48px;

        img {
          width: 20px;
          height: 20px;
        }

        @media screen and (max-width: 560px){
          width: 100%;
        }
      }
    }

  }
}

/* !HEADER! */

/* BREADCRUMBS */

.bx-breadcrumb {
  display: flex;
  padding: 50px 0 50px 0;
  flex-wrap: wrap;

  .bx-breadcrumb-item {
    &.select {
      span {
        color: #0EAA9E;
      }
    }

    display: flex;
    align-items: center;

    .fa{
      padding-right: 10px;
      &::before{
        font-size: 20px;
        color: #8E96A9;
      }
    }

    a{
      text-decoration: none;

      &:hover{
        span{
          color: #0EAA9E ;
        }
      }
    }


    span {
      padding-right: 10px;
      color: #8E96A9;
      font-weight: 600;
      font-size: 1rem;
      transition: all .4s ease;
    }
  }
}

/* PRODUCTS */
.products {}

.container {
  padding-bottom: 20px;
}

.product-card {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(29, 45, 83, 0.20);
  position: relative;

  &:hover{
    .product-card-name a span{
      color: #0EAA9E;
    }
  }

  @media screen and (max-width: 768px) {
    padding: 10px;
  }

  .product-card-img {
    max-height: 285px;
    min-height: 285px;
    border-radius: 10px;
    margin-bottom: 10px;

    img {
      max-height: 285px;
      min-height: 285px;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  @media screen and (max-width: 460px){
    .product-card-img {
      max-height: 160px;
      min-height: 160px;

      img {
        max-height: 160px;
        min-height: 160px;
      }
    }
  }

  .product-card-sticker {
    position: absolute;
    top: 22px;
    left: 0;
    border-radius: 0px 10px 10px 0px;
    background: #9C7198;
    color: #fff;
    padding: 8px 16px;
    padding-left: 30px;
    font-weight: 600;

    @media screen and (max-width: 768px) {
      padding-left: 20px;
      top: 12px;
    }

    &.sale {
      background-color: #FF6C87;

      @media screen and (max-width: 600px) {
        font-size: 10px;
      }
    }
  }

  .buy-favorite {
    position: absolute;
    top: 16px;
    right: 18px;


    @media screen and (max-width: 600px) {
      right: 5px;
    }
  }

  .product-card-name {
    font-weight: 600;
    width: 90%;
    margin-bottom: 5px;

    a{
      text-decoration: none;
    }

    a span{
      transition: all .4s ease;
    }

    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }

  .product-card-stars {
    display: flex;
    gap: 2px;
    cursor: pointer;

    table{
      margin-right: auto;
      margin-left: 0;
    }

    @media screen and (max-width: 768px) {
      margin-bottom: 0;

      img {
        width: 10px;
        height: 10px;
      }
    }
  }

  .product-card-price {
    font-size: 2rem;
    font-weight: 700;
    color: #0EAA9E;
    margin-bottom: 10px;

    @media screen and (max-width: 768px) {
      margin-bottom: 0;
      font-size: 18px;
    }

    &.noavail{
      color: #8E96A9 !important;
    }

    &.discount {
      display: flex;
      justify-content: space-between;
      align-items: center;

      @media screen and (max-width: 460px){
        flex-direction: column-reverse;
        align-items: flex-start;
      }

      .product-card-price-discount {
        display: flex;
        align-items: center;
        gap: 10px;

        .product-card-price-discount-old {
          font-size: 1.25rem;
          color: #8E96A9;
          text-decoration: line-through;
        }

        .product-card-price-discount-percent {
          font-size: 1rem;
          color: white;
          background-color: #FF6C87;
          border-radius: 10px;
          padding: 8px 10px;
        }
      }
    }
  }

  .product-card-btns {
    display: flex;
    gap: 15px;
    align-items: center;
    height: 48px;
    margin-bottom: 20px;


    .product-card-btn-buy {
      width: 100%;

      &.notavail{
        button{
          background-color: #CACDD5;
          pointer-events: none;
        }
      }

      button {
        border-radius: 10px;
        background: #1D2D53;
        border: 0;
        outline: none;
        height: 48px;
        width: 100%;
        color: #fff;
        font-weight: 600;
        font-size: 1.25rem;
        cursor: pointer;
        transition: all .4s ease;
        
        &.in-cart{
          background-color: #0EAA9E;
        }

        &.notavail{
          background-color: #CACDD5;
          pointer-events: none;
        }

        @media screen and (max-width: 600px) {
          font-size: 13px;
        }
      }
    }

    .product-card-btn-go {
      height: 48px;
      cursor: pointer;

      @media screen and (max-width: 600px) {
        display: none;
      }
    }

    @media screen and (max-width: 768px) {
      margin-bottom: 0;

      .product-card-btn-buy {
        button {
          height: 34px;
        }
      }

      .product-card-btn-go {
        height: 34px;
        width: 34px;

        img {
          width: 34px;
          height: 34px;
        }
      }
    }
  }
}

/* !PRODUCTS! */

/* FOOTER */
footer {
  margin-top: 50px;

  .footer-content {
    display: flex;
    flex-direction: column;
    gap: 55px;

    position: relative;

    &::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 200vw;
      left: -50%;
      bottom: 0;
      background-color: #CACDD5;
    }
  }

  .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
    height: 130px;

    .footer-top-left {
      display: flex;
      align-items: center;
      gap: 57px;
      padding: 0 20px;
      position: relative;
      width: 52%;

      .footer-company-logo {
        margin-left: -75px;
      }

      &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        width: 140%;
        height: 100%;
        border-radius: 0px 10px 10px 0px;
        background-color: #cfeeec;
        opacity: .5;
        z-index: -1;
      }

      &::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 62%;
        transform: translate(-50%, -50%);
        height: 48px;
        width: 2px;
        background: #0EAA9E;
      }

      .footer-company-title {
        color: #0EAA9E;
        font-family: Georgia;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
    }

    .footer-top-right {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      width: 40%;
      justify-content: space-between;

      .footer-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        width: 50%;
        padding: 15px 20px;
        border-radius: 10px;
        background: #CFEEEC;
        height: 48px;
        font-size: 1.25rem;
        font-weight: 700;
        height: 48px;

        img {
          width: 28px;
          height: 28px;
        }
      }

      .footer-medias {
        height: 48px;
        width: max-content;
        border-radius: 10px;
        overflow: hidden;
      }

      .footer-maps {
        box-shadow: 0px 1px 5px 0px rgba(29, 45, 83, 0.20);
        border-radius: 10px;
        background-color: #fff;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        height: 60px;

        .footer-maps-title {
          display: flex;
          align-items: center;
          font-weight: 700;
          gap: 26px;
        }

        img {
          width: 30px;
          height: 30px;
        }

        .footer-maps-go {
          color: #8E96A9;
          font-weight: 600;
        }
      }
    }
  }

  .footer-bottom {
    position: relative;
    padding-bottom: 90px;

    .footer-links {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      width: max-content;
      gap: 18px 88px;
      font-weight: 600;
      max-height: 120px;
    }
  }

  .footer-copyright {
    color: #8E96A9;
    font-weight: 600;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .footer-copyright-item {
      height: 30px;
      display: flex;
      gap: 10px;

      img {
        width: 50%;
        max-height: 20px;
        object-fit: cover;
        filter: grayscale(100%);
        opacity: .8;
      }
    }
  }

  .footer-faq {
    position: absolute;
    bottom: 20px;
    right: 0;

    padding: 10px 30px;
    border-radius: 10px;
    border: 2px solid #E0E1E5;

    color: #1A2D53;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
  }


  .footer-mobile {
    display: none;
    flex-direction: column;

    .footer-mobile-logo {
      display: flex;
      align-items: center;
      gap: 57px;
      padding: 0 20px;
      position: relative;
      width: 91%;

      @media screen and (max-width: 580px) {
        padding: 20px 0;
        gap: 0;
      }

      img {
        max-height: 112px;

        @media screen and (max-width: 580px) {
          max-height: 95px;
        }
      }

      .footer-company-logo {
        margin-left: -58px;
        position: relative;

        &::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(-50%, -50%);
          height: 48px;
          width: 2px;
          background: #0EAA9E;
        }
      }

      &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        width: 140%;
        height: 100%;
        border-radius: 0px 10px 10px 0px;
        background-color: #cfeeec;
        opacity: .5;
        z-index: -1;
      }

      .footer-company-title {
        color: #0EAA9E;
        font-family: Georgia;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        max-width: 44%;
      }
    }

    .footer-mobile-content {
      display: flex;
      justify-content: space-between;
      margin-top: 22px;

      @media screen and (max-width: 580px) {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 50px;
      }

      .footer-mobile-content-left {
        width: max-content;
      }

      .footer-links {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding-top: 30px;

        .footer-link a {
          color: #1A2D53;
          font-size: 1rem;
          font-weight: 600;
        }
      }

      .footer-mobile-content-right {
        width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: flex-end;
        gap: 20px;

        @media screen and (max-width: 580px) {
          width: 100%;

          .footer-phone {
            order: 1;
          }

          .footer-maps {
            order: 2;

            padding: 0 10px !important;
            width: max-content !important;

            .footer-maps-go {
              display: none !important;
            }
          }

          .footer-mobile-btns {
            order: 3;
            gap: 5px !important;

            .footer-faq {
              padding: 10px !important;
            }
          }

          .footer-copyright-item {
            order: 4;
          }
        }


        .footer-maps {
          box-shadow: 0px 1px 5px 0px rgba(29, 45, 83, 0.20);
          border-radius: 10px;
          background-color: #fff;
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 20px;
          height: 60px;

          .footer-maps-title {
            display: flex;
            align-items: center;
            font-weight: 700;
            gap: 26px;
            font-size: 1rem;
          }

          img {
            width: 30px;
            height: 30px;
          }

          .footer-maps-go {
            img {
              width: 16px;
              height: 16px;
            }

          }
        }

        .footer-phone {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 25px;
          width: max-content;
          padding: 15px 20px;
          border-radius: 10px;
          background: #CFEEEC;
          height: 48px;
          font-size: 1.25rem;
          font-weight: 700;
          height: 48px;

          img {
            width: 28px;
            height: 28px;
          }
        }

        .footer-mobile-btns {
          display: flex;
          gap: 27px;

          .footer-medias{
            border-radius: 10px;
            overflow: hidden;
          }
        }

        .footer-media {
          height: 48px;
        }

        .footer-faq {
          position: relative;
          right: unset;
          bottom: unset;
        }


        .footer-copyright-item {
          height: 30px;
          display: flex;
          gap: 10px;

          img {
            width: 50%;
            max-height: 25px;
            object-fit: cover;
            filter: grayscale(100%);
            opacity: .8;
          }
        }
      }
    }

    .footer-mobile-copyright {
      display: flex;
      justify-content: space-between;
      margin-top: 70px;

      color: #8E96A9;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;

      @media screen and (max-width: 580px) {
        font-size: 14px;
        gap: 20px;
        text-align: center;
        flex-direction: column;
      }
    }
  }

  @media screen and (max-width: 1024px) {
    .footer-content {
      display: none;
    }

    .footer-copyright {
      display: none;
    }

    .footer-mobile {
      display: flex;
    }
  }

  @media screen and (max-width: 580px) {
    .footer-mobile-logo {
      flex-direction: column;



      .footer-company-logo {
        &::after {
          display: none;
        }
      }

      .footer-company-title {
        max-width: 85% !important;
      }

    }
  }


}


/* !FOOTER! */

/* REQUEST */
 .request {
   position: relative;
   margin-top: 110px;

   &::before {
     content: "";
     position: absolute;
     height: 100%;
     border-radius: 60px;
     border: 1px solid #000;
     background: linear-gradient(86deg, #0EAA9E 65.77%, #1A2D53 99.56%);
     box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
     left: 0;
     width: 100%;
   }

   .container {
     display: flex;
     gap: 40px;
   }

   .request-left {
     display: flex;
     flex-direction: column;
     padding-top: 80px;
     width: 50%;

     .request-form-title {
       display: none;
     }
   }

   .request-left-title {
     position: relative;
     max-width: 480px;
     font-size: 2rem;
     font-weight: 600;
     color: #fff;

     img {
       position: absolute;
       bottom: 2px;
       margin-left: 20px;
       width: 25px;
       height: 25px;
     }
   }

   .request-left-img {
     position: relative;
     max-height: 700px;
     display: flex;
     justify-content: center;

     img {
       width: 100%;
       height: 100%;
       object-fit: contain;
     }

     .womanback {
       position: absolute;
       height: 100%;
       left: 45%;
       transform: translateX(-50%);
       z-index: 1;

       img {
         width: 100%;
         height: 100%;
       }
     }

     .woman {
       position: relative;
       height: 100%;
       z-index: 2;

       img {
         width: 100%;
         height: 100%;
       }
     }
   }

   .request-form-title {
     font-size: 16px;
     font-weight: 600;
     color: #fff;
     max-width: 545px;
     margin-bottom: 40px;
   }

   .request-right {
     padding-top: 150px;
     position: relative;
     z-index: 3;
     width: 45%;
     padding-bottom: 70px;

     .request-form-inputs {
       display: flex;
       flex-direction: row;
       flex-wrap: wrap;
       justify-content: space-between;
       gap: 24px 0;

       .request-form-input {
         width: 100%;

         input,
         textarea {
           width: 100%;
           height: 100%;
           border-radius: 10px;
           background: #CFEEEC;
           border: 0;
           outline: none;
           display: flex;
           align-items: center;
           justify-content: center;
           text-align: left;
           padding: 20px 25px;

           &::placeholder {
             color: #747b8b;
             font-size: 1rem;
             font-weight: 600;
           }
         }

         textarea {
           min-height: 348px;
         }

         &.half {
           width: 48%;
         }
       }
     }

     .request-btns {
       display: flex;
       align-items: center;
       gap: 25px;
       margin-top: 25px;
       margin-bottom: 5px;
     }

     button {
       outline: none;
       cursor: pointer;
       border-radius: 10px;
       border: 0;
     }

     .request-btn {
       width: calc(100% - 90px);

       button {
         background-color: #1D2D53;
         padding: 18px;
         color: #fff;
         font-size: 1.25rem;
         font-weight: 600;
         display: flex;
         justify-content: center;
         align-items: center;
         position: relative;
         width: 100%;
         height: 60px;

         img {
           position: absolute;
           top: 50%;
           transform: translateY(-50%);
           left: 20px;
           width: 32px;
           height: 32px;
         }
       }
     }

     .request-clip {
       label {
         width: 90px;
         padding: 16px 0;
         display: flex;
         justify-content: center;
         align-items: center;
         background-color: #1D2D53;
         height: 60px;
         border-radius: 10px;
         cursor: pointer;

         img {
           width: 28px;
           height: 28px;
         }
       }
     }
   }
 }

@media screen and (max-width: 1024px) {
  .request .container {
    flex-direction: column;
  }

  .request .request-left,
  .request .request-right {
    width: 100%;
  }

  .request .request-left-title {
    width: 45%;
  }

  .request .request-left-img {
    position: absolute;
    right: 0;
    bottom: 60%;
    width: 50%;
  }

  .request .womanback {
    display: none;
  }

  .request .request-form-title {
    width: 40%;
  }
}

@media screen and (max-width: 856px) {
  .request .request-left-img {
    position: absolute;
    right: -40px;
    bottom: 57%;
    width: 60%;
  }

  .request .request-left {
    padding-top: 20px;
  }

  .request::before {
    border-radius: 20px;
  }
}

@media screen and (max-width: 630px) {
  .request .request-left-img {
    position: absolute;
    right: -40px;
    bottom: 55%;
    width: 60%;
  }
}

@media screen and (max-width: 495px) {
  .request .container {
    gap: 0;
  }

  .request .request-right {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .request .request-form-title {
    display: none;
  }

  .request .request-left-title {
    width: 80%;
  }

  .request .request-left .request-form-title {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 60px;
    width: 80%;
  }

  .request .request-left-img {
    position: relative;
    width: 100%;
    bottom: unset;
    right: unset;
  }

  .request .half {
    width: 100% !important;
  }

  .request .request-btns {
    flex-direction: column-reverse;
  }

  .request .request-btn {
    width: 100% !important;
  }

  .request .request-btn button {
    font-size: 1rem;
    height: 48px;
  }

  .request .request-btn img {
    width: 23px;
    height: 23px;
  }

  .request .request-clip {
    width: 100%;
  }

  .request .request-clip button {
    height: 48px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 580px) {
  .request .request-form-input input {
    height: 48px;
  }

  .request .request-form-input textarea {
    min-height: 168px;
  }
}

/* !REQUEST! */

/* NEWS-LETTER */
.news-letter {
  width: 100%;
  position: relative;

  .mobile {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .mobile {
      display: block;
    }

    .large {
      display: none;
    }
  }

  img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;

    @media screen and (max-width: 768px) {
      min-height: 200px;
    }
  }

  position: relative;

  .first-text {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 40%;
    background-color: #0EAA9E;
    border-radius: 0 100px 0 0;
    padding: 20px 93px 20px 33px;

    span {
      font-size: 48px;
      color: #fff;
      font-weight: 600;
    }

    &::after {
      z-index: 2;
      content: " ";
      background-image: url(../img/blog/free-icon-bonus-5622939\ 1.png);
      background-repeat: no-repeat;
      position: absolute;
      width: 170px;
      height: 170px;
      right: 50px;
      bottom: -122px;
    }


  }

  &.second {
    .first-text {
      &::after {
        display: none;
      }
    }
  }

  .second-text {
    position: absolute;
    right: 0;
    top: 480px;

    span {
      font-size: 1.25rem;
      color: #fff;
      background-color: #1D2D53;
      padding: 20px 49px;
      border-radius: 10px 0 0 10px;
      font-weight: 600;
    }
  }

  .info-news {
    position: absolute;
    bottom: 25px;
    left: 20px;
    background: white;
    padding: 5px 10px;
    border-radius: 15px;

    span {
      color: #CACDD5;
      font-size: 1rem;
    }
  }

  .third-next {
    position: absolute;
    top: 80px;
    right: 50px;
    border: 2px solid #E0E1E5;
    width: 100px;
    height: 100px;

    color: #1D2D53;
    font-size: 1rem;
    border-radius: 10px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 1024px) {
      top: 35px;
      right: 20px;
    }


    @media screen and (max-width: 768px) {
      width: 75px;
      height: 75px;

      img {
        min-height: unset;
        width: 17px;
        height: 31px;
      }
    }

    @media screen and (max-width: 560px) {
      display: none;
    }

    img {
      width: 17px;
      height: 31px;
    }
  }
}

/* NEWS-LETTER */

/* NEWS CARD */

.news-container {
  position: relative;

  &::before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 60px 60px 0px 0px;
    opacity: 0.2;
    background: #CACDD5;
    width: 100%;
    height: 150%;
    left: 0;
    top: 0;
    z-index: -1;
  }
}


@media screen and (max-width: 1024px){
  .news-container{

    &::before{
      border-radius: 20px 20px 0px 0px;
    }
  }
}

.news-main .news-title {
  padding-top: 137px;
  font-size: 2rem;
  font-weight: 700;
  max-width: 55%;
  margin-bottom: 72px;

  @media screen and (max-width: 1024px) {
    padding-top: 20px;
    max-width: 80%;
    font-size: 1.5rem;
  }
}

.news-cards {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;

  [id^="bx_incl_area_"] {
    width: 100%;
  }
}

.news-card {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(29, 45, 83, 0.20);
  display: flex;
  flex-direction: column;
  width: 32%;
  gap: 20px;

  @media screen and (max-width: 560px) {
    gap: 0;
  }

  .news-img {
    height: 325px;
    width: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 10px 10px 0px 0px;

    }

    @media screen and (max-width: 1024px) {
      height: max-content;
      object-fit: contain;
    }

    @media screen and (max-width: 720px) {
      height: max-content;
      object-fit: contain;
    }
  }

  .news-content {
    padding: 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 70px;

    @media screen and (max-width: 1024px) {
      gap: 20px;
    }
  }

  .news-title {
    font-size: 1.25rem;
    font-weight: 600;
    width: 90%;

    @media screen and (max-width: 560px) {
      font-size: 12px;

      img {
        height: 10px;
      }
    }

    img {
      margin-left: 5px;
      padding-top: 3px;
    }
  }

  .news-date {
    color: #CACDD5;
    font-weight: 600;
  }
}

/* !NEWS CARD! */

/* CHECKBOX */
.control {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background: #ffffff;
  border: 2px solid #E0E1E5;
  border-radius: 5px;
  transition: all .4s ease;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
  background: #ffffff;
}

.control input:checked~.control_indicator {
  background: #1D2D53;
  border: 2px solid #1D2D53;
}

.control input:disabled~.control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control input:checked~.control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
  border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

/* !CHECKBOX! */

/* PAGINATOR */
.paginator {
  display: flex;
  gap: 11px;
  margin-top: 24px;

  .paginator-prev,
  .paginator-next {
    max-width: max-content;

    button {
      background-color: #fff;
      border-radius: 10px;
      border: 2px solid #D2D5DD;
      outline: none;
      height: 48px;
      padding-left: 70px;
      padding-right: 34px;
      font-weight: 600;
      cursor: pointer;
    }
  }

  .paginator-prev {
    position: relative;

    img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(180deg);
      left: 20px;
    }
  }

  .paginator-next {
    position: relative;

    img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
    }

    button {
      padding-left: 34px;
      padding-right: 90px;
    }
  }

  .paginator-btn {
    button {
      width: 48px;
      height: 48px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      border: 2px solid #D2D5DD;
      background: #FFF;
      outline: none;
      font-weight: 600;
      color: #1D2D53;
      cursor: pointer;
    }

    &.select {
      button {
        background: #D2D5DD;
        color: #fff;
      }
    }
  }

  @media screen and (max-width: 600px) {
    display: none;
  }
}

.paginator-more {
  width: 100%;
  margin-top: 10px;
  display: none;

  button {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #E0E1E5;
    height: 36px;
    color: #1D2D53;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
  }

  @media screen and (max-width: 600px) {
    display: block;
  }
}

/* !PAGINATOR! */


/* SWIPER BUTTON */

.swiper-button-next,
.swiper-button-prev {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 48px !important;
  height: 145px !important;
  border: 2px solid #E0E1E5 !important;
  background-color: #fff;
  border-radius: 10px;

  &::after {
    display: none;
  }

  &::before {
    display: none;
  }

  @media screen and (max-width: 786px) {
    width: 35px !important;
    height: 100px !important;
  }

}

.swiper-button-next {
  transform: rotateZ(180deg) translateY(50%);
  right: 0 !important;
}

.swiper-button-prev {
  transform: translateY(-50%);
  left: 0 !important;
}



/* !SWIPER BUTTON! */

/* INPUT */
/*input,*/
/*textarea {*/
/*  min-height: 48px;*/
/*  border-radius: 10px;*/
/*  background: rgba(14, 170, 158, 0.20);*/
/*  border: 0;*/
/*  padding: 0 25px;*/

/*  &::placeholder {*/
/*    color: rgba(26, 45, 83, 0.50);*/
/*    font-weight: 600;*/
/*  }*/
/*}*/

/* !INPUT! */

/* SELECT-BTN */
.select-btn {
  width: 320px;
  padding: 15px 0;
  border-radius: 10px;
  border: 2px solid #E0E1E5;
  background-color: #fff;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  cursor: pointer;

  &::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 10px;
    background-image: url(../../../../img/Polygon.svg);
    background-repeat: no-repeat;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* !SELECT-BTN! */

/* FAVORITE */
.favorite-btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #E0E1E5;
  background: #fff;
  cursor: pointer;

  img {
    width: 25px;
    height: 25px;
  }

  .heart-active {
    display: none;
  }

  &.active {
    background-color: #FF6C87;
    border: 2px solid #FF6C87;
    background-image: url(../../../../img/heart.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;

    img {
      display: none;
    }
  }
}

/* !FAVORITE! */


.popular {
  padding-top: 90px;
  position: relative;

  @media screen and (max-width: 560px){
    padding-top: 30px;
  }

  &::before {
    content: '';
    opacity: 0.2;
    width: 100%;
    height: 720px;
    position: absolute;
    top: 0;
    left: 0;
    background: #CACDD5;

    @media screen and (max-width: 560px){
      height: 100%;
    }
  }

  .popular-title {
    font-size: 2rem;
    font-weight: 700;
    width: 20%;
    margin-bottom: 90px;

    @media screen and (max-width: 560px){
      margin-bottom: 30px;
    }
  }

  .products {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}



/* SWIPER */
.banners-swiper {
  .swiper-pagination {
    bottom: 20%;
  }

  .swiper-pagination-bullet {
    width: 1.25rem;
    height: 1.25rem;

    background-color: #fff;

    @media screen and (max-width: 900px) {
      width: 12px;
      height: 12px;
    }
  }

  .swiper-pagination-bullet-active {
    background-color: #0EAA9E;
  }
}

.popular {
  .popular-card {
    padding-bottom: 20px;

    .product-card {
      width: 100%;
      height: 100%;
    }
  }

  .popular {
    .container {
      overflow: visible;
    }
  }

  .swiper-button-next {
    right: 80px !important;
    top: 62%;
  }

  .swiper-button-prev {
    top: 62%;
    left: 80px !important;
  }

  @media screen and (max-width: 1440px) {
    .swiper-button-next {
      right: 25px !important;
    }

    .swiper-button-prev {
      left: 25px !important;
    }
  }

  @media screen and (max-width: 560px){
    .swiper-button-next,
    .swiper-button-prev {
      display: none !important;
    }
  }
}

.brand {
  position: relative;

  .container {
    overflow: visible;
  }

  .brand-swiper {
    padding: 20px;

    .swiper-slide{
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      background: #FFF;
      img{
        width: 60%;
        height: 60%;
        object-fit: contain;
      }

      box-shadow: 0px 1px 5px 0px rgba(29, 45, 83, 0.20);
      cursor: pointer;
    }
  }

  .swiper-button-next {
    right: 80px !important;
    top: 62%;
  }

  .swiper-button-prev {
    top: 62%;
    left: 80px !important;
  }

  @media screen and (max-width: 1440px) {
    .swiper-button-next {
      right: 25px !important;
    }

    .swiper-button-prev {
      left: 25px !important;
    }

  }

  @media screen and (max-width: 786px) {

    .swiper-button-next,
    .swiper-button-prev {
      width: 35px !important;
      height: 100px !important;
    }
  }

  @media screen and (max-width: 560px) {

    .swiper-button-next,
    .swiper-button-prev {
      display: none !important;
    }
  }

}

.news-container {
  overflow: visible;

  .news-main {
    position: relative;

    .swiper-button-next {
      right: -80px !important;
      top: 70%;
    }

    .swiper-button-prev {
      top: 70%;
      left: -80px !important;
    }

    .swiper-pagination {
      bottom: 20px;
    }

    .swiper-pagination-bullet {
      width: 1.25rem;
      height: 1.25rem;

      background-color: #fff;

      @media screen and (max-width: 900px) {
        width: 12px;
        height: 12px;
      }

      @media screen and (max-width:560px) {
        width: 6px;
        height: 6px;
      }
    }

    .swiper-pagination-bullet-active {
      background-color: #0EAA9E;
    }

    @media screen and (max-width: 1440px) {
      .swiper-button-next {
        right: -25px !important;
      }

      .swiper-button-prev {
        left: -25px !important;
      }
    }

    @media screen and (max-width: 786px) {

      .swiper-button-next,
      .swiper-button-prev {
        width: 35px !important;
        height: 100px !important;
        top: 80%;
      }
    }
  }
}

.news-cards {
  position: relative;

  .news-card-swiper {
    padding-bottom: 10px;
    .news-card {
      height: 100%;
      width: 100%;

      @media screen and (max-width: 560px) {
        height: 100%;
        gap: 10px;
      }
    }
  }

  .swiper-button-next {
    right: -80px !important;
  }

  .swiper-button-prev {
    left: -80px !important;
  }

  @media screen and (max-width: 1440px) {
    .swiper-button-next {
      right: -25px !important;
    }

    .swiper-button-prev {
      left: -25px !important;
    }
  }

  @media screen and (max-width: 786px) {

    .swiper-button-next,
    .swiper-button-prev {
      width: 35px !important;
      height: 100px !important;
    }
  }

  @media screen and (max-width: 786px) {

    .swiper-button-next,
    .swiper-button-prev {
      display: none !important;
    }
  }
}

/* !SWIPER! */

.buy-favorite{
  border-radius: 10px;
  border: 2px solid #E0E1E5;
  width: 48px;
  height: 48px;
  background-color: #fff;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  img{
    width: 24px;
    height: 24px;
  }

  .active-img{
    display: none;
  }

  .unactive-img{
    display: block;
  }

  &.in-favorites{
    background-color: #EA5176 !important;
    border: 2px solid #EA5176 !important;
    .active-img{
      display: block;
    }
    .unactive-img{
      display: none;
    }
  }

  @media screen and (max-width:560px){
    border-radius: 100%;
    width: 40px;
    height: 40px;

    img{
      width: 22px;
      height: 22px;
    }
  }
}