    @font-face {
  font-family: "IranYekan";
  font-display: swap;

  src: url("../webfonts/Qs_Iranyekan.ttf");
}
   @font-face {
  font-family: "faNum";
  font-display: swap;
  src: url("../webfonts/IRANYekanLightFaNum.ttf");
}
   @font-face {
  font-family: "falight";
  font-display: swap;
  src: url("../webfonts/IRANYekanThin.ttf");
}
   @font-face {
  font-family: "fabold";
  font-display: swap;
  src: url("../webfonts/IRANYekanBold.ttf");
}

.faNum{
  font-family: "faNum";
}
.font-light{
  font-family: "falight";
}
.font-bold{
  font-family: "fabold";
}
  * {
  box-sizing: border-box;
  transition: .3s ease all;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
header{
  z-index: 99;
}
.header{
    background-color: rgba(0, 0, 0, .2);
    position: relative;
    background-image: url("../images/back-menu.svg");

}
 /* .header::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(40px);
} */
 .slider-cnt{
  position: relative;
  z-index: 9;
 }
  .slider-cnt .swiper-button-next::after, .slider-cnt  .swiper-button-prev::after{
    font-size: 24px;
  }
.dropdownDelay{
  margin-top: -11px !important;
  /* left: -120px !important; */
  transition: unset !important;
}
    body {
    font-family: "IranYekan";
      font-size: 14px;
      color: #fff;
      margin: 0;
      padding: 0;
    }

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #444; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      /* width: 100%;
      height: 100%; */
      object-fit: cover;
    }

   .mySwiper  .swiper-button-next,.mySwiper  .swiper-button-prev{
    width: 74px;
    height: 74px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 74px;
   }

.clr{
    clear: both;
}






.sale-product .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.sale-product .wrapper {
  width: 100%;
  height: 67vh;
  min-height: 750px;
 position: relative;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 992px) {
 .sale-product .wrapper {
    height: auto;
    min-height: 75vh;
  }
   .sale-product .titr{
        right: 0;
    left: 0;
    text-align: center;
  }
}

 .sale-product .content {
  height: 600px;
  margin: 0 auto;
  width: 100%;
  max-width: 1177px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .sale-product .content {
    max-width: 920px;
  }
}
@media screen and (max-width: 992px) {
  .sale-product .content {
    max-width: 920px;
    margin-top: 0;
    height: auto;
    min-height:80vh;
  }
}
@media screen and (max-width: 767px) {
  .sale-product .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sale-product .content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

 .sale-product .bg-shape {
  height: 100%;

  /* box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26); */
  border-radius: 30px;
  padding: 45px 40px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
 .sale-product  .bg-shape {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .sale-product .bg-shape {
    width: 90%;
    height: 290px;
    align-items: flex-start;
    padding: 50px;
    right: 50%;
    transform: translateX(50%);
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sale-product .bg-shape {
    padding: 30px;
    width: 95%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sale-product .bg-shape {
    height: 200px;
    padding: 30px;
  }
}
 .sale-product .bg-shape img {

  max-width: inherit;
  right: 10px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .sale-product .bg-shape img {
    width: 430px;
    right: 10px;
  }
}
@media screen and (max-width: 992px) {
   .sale-product .bg-shape img {
    transform: none;
    width: 100%;
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
    object-position: top center;
  }
}

 .sale-product .next,
 .sale-product .prev {
  z-index: 22;
  display: inline-flex;
  border: none;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  outline: none;
  cursor: pointer;
}
 .sale-product .next.disabled,
 .sale-product .prev.disabled {
  cursor: not-allowed;
}
 .sale-product .next:focus,
 .sale-product .prev:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  .sale-product .next,
 .sale-product .prev {
    top: 170px;
  }
}

 .sale-product .prev {
  left: -30%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1200px) {
  .sale-product .prev {
    left: -21%;
  }
}
@media screen and (max-width: 992px) {
  .sale-product .prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  .sale-product .prev {
    transform: translate(20%, -50%);
  }
}

 .sale-product .next {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 576px) {
   .sale-product .next {
    transform: translate(-20%, -50%);
  }
}

 .sale-product .product-slider {
  width: 75%;
  height: 411px;
  border-radius: 30px;
  box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #060f25;
}
@media screen and (max-width: 1200px) {
  .sale-product .product-slider {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .sale-product .product-slider {
    width: 80%;
    right: 50%;
    transform: translateX(50%);
    height: auto;
    position: relative;
    top: 0;
    
  
  }
  .sale-product .product-slider br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sale-product .product-slider {
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sale-product .product-slider {
    width: 85%;
    margin-top: 130px;
  }
}
 .sale-product .product-slider__wrp {
  height: 100%;
}
 .sale-product .product-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .sale-product .product-slider__item {
    height: auto;
  }
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > * {
  opacity: 1;
  transform: none;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(1) {
  transition-delay: 0s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(2) {
  transition-delay: 0.2s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(3) {
  transition-delay: 0.4s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(5) {
  transition-delay: 0.8s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(6) {
  transition-delay: 1s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(7) {
  transition-delay: 1.2s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(8) {
  transition-delay: 1.4s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(9) {
  transition-delay: 1.6s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(10) {
  transition-delay: 1.8s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(11) {
  transition-delay: 2s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(12) {
  transition-delay: 2.2s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(13) {
  transition-delay: 2.4s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(14) {
  transition-delay: 2.6s;
}
 .sale-product .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(15) {
  transition-delay: 2.8s;
}
 .sale-product .product-slider__item.swiper-slide-active circle {
  animation: progress 1s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0.75;
}
 .sale-product .product-slider__card {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .sale-product .product-slider__card {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .sale-product .product-slider__card {
    border-radius: 20px;
  }
}
 .sale-product .product-slider__cover {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sale-product .product-slider__cover {
    border-radius: 20px;
  }
}
 .sale-product .product-slider__content {
  color: #fff;
  padding-top: 1px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 80px;
  padding-right: 180px;
  /* margin-top: 70px; */
}

@media screen and (max-width: 1200px) {
  .sale-product .product-slider__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
 .sale-product  .product-slider__content {
    padding: 20px 60px 100px;
    padding-top: 20px;
    text-align: center;
  }

}
@media screen and (max-width: 767px) {
 .sale-product  .product-slider__content {
    padding: 20px 30px 50px;
    padding-top: 300px;
  }
}
@media screen and (max-width: 576px) {
  .sale-product .product-slider__content {
    padding-top: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
 .sale-product .product-slider__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 41px;
  line-height: 1.2em;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .sale-product .product-slider__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
 .sale-product  .product-slider__title {
    font-size: 24px;
  }
}
 .sale-product .product-slider__price {
  display: block;
  font-size: 42px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .sale-product .product-slider__price {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .sale-product .product-slider__price {
    font-size: 30px;
  }
}
 .sale-product .product-slider__price sup {
  top: -20px;
  font-size: 65%;
}
 .sale-product .product-slider__cart {
 background-color: #36bacf;
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  min-height: 50px;
  font-weight: 700;
  font-size: 14px;

  margin-right: 40px;
  cursor: pointer;
}
 .sale-product .product-slider__cart:hover{
  color: #36bacf;
  background-color: #fff;
  border: 1px solid #36bacf;
 }
@media screen and (max-width: 768px) {
   .sale-product .product-slider__cart {
    margin-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sale-product .product-slider__cart {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
 .sale-product .product-slider__fav {
  color: #888e94;
  background: none;
  border: none;
  position: relative;
  padding-left: 25px;
  outline: none;
  cursor: pointer;
}
 .sale-product .product-slider__fav:focus {
  outline: none;
}
 .sale-product .product-slider__fav .heart {
  display: block;
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%) scale(0.7);
  top: 50%;
  pointer-events: none;
  width: 100px;
  height: 100px;
  background: url("https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}
 .sale-product .product-slider__fav .heart.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}
.product-slider__bottom {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
.product-ctr {
  display: flex;
  align-items: center;
  min-height: 150px;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .product-ctr {
    justify-content: center;
  }
}
.product-ctr .hr-vertical {
  width: 1px;
  background: #9fa3a7;
  align-self: stretch;
  margin: 0 35px;
  flex-shrink: 0;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .product-ctr {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .product-ctr .hr-vertical {
    width: 100%;
    margin: 35px 0;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .product-labels {
    width: 100%;
  }
}
.product-labels__checkbox {
  display: none;
}
.product-labels__checkbox:checked + .product-labels__txt {
  border-color: #cc3743;
  padding: 10px 13px;
}
.product-labels__title {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-labels__group {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .product-labels__group {
    justify-content: center;
  }
}
.product-labels__group:last-child {
  margin-bottom: 0;
}
.product-labels__item {
  margin: 5px;
  cursor: pointer;
}
.product-labels__item:first-child {
  margin-left: 0;
}
.product-labels__txt {
  display: block;
  border: 2px solid transparent;
  font-size: 14px;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 50px;
  transition: all 0.3s;
  letter-spacing: 2px;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.product-inf {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-inf {
    width: 100%;
  }
}
.product-inf__percent {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: "Dosis", sans-serif;
  position: relative;
}
.product-inf__percent circle {
  transform: rotate(180deg) scaleY(-1);
  transform-origin: 50%;
}
.product-inf__percent-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-inf__title {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}
.product-img {
  position: absolute;
  z-index: 2;
  width: 250px;
  right: 16%;
  /* transform: translateX(45%); */
  max-height: 500px;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .product-img {
    width: 430px;
    left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .product-img {
    width: 430px;
    right: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 350px;
  }
  .product-img__item img{
    margin: 0 auto;
  }
  .product-img__item,.product-img{
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .product-img {
    width: 100%;
    max-width: 400px;
    top: 30px;
    height: 390px;
  }
}
@media screen and (max-width: 576px) {
  .product-img {
    max-width: 300px;
    height: 300px;
  }
}
.product-img__item {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-130px);
  opacity: 0;
  transition: all 0.3s;
}
.product-img__item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0.3s;
}
.product-img__item img {
  object-fit: contain;
  object-position: center right;
}

.product-slider .swiper-pagination-bullet{
  width: 18px;
  height: 18px;
  background-color: #fff;
}
.title-banner {
  position: absolute;
  top: 50%;
  right: 123px;
  font-size: 42px;
}
.contact-left{
  background-image: url("../images/contact-back.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#dropdownDelay1{
  height: 100vh;
}
/* .products-items-cat .item-cat{
  z-index: 99;
} */
.products-items-cat .item-cat:hover{
  transform: scaleY(1.5);
  z-index: 999;
}
.products-items-cat .item-cat:hover > *{
  transform: scaleY(.6)
}
.addresstext span.sep:last-child{
  display: none;
}
.contact-border{
  position: relative;
}
.contact-border::before{
content: "";
  position: absolute;
  width: 91%;
  height: 68%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0 0 0 30px;
  top: 269px;
  left: 95px;
  mix-blend-mode: difference;
}
#refreshimg {
  position: absolute;
  left: 100px;
  top: 44px;
}
.load-captcha{
  position: absolute;
  left: 0;
  top: 32px;
}
.phone-fix span {
  font-family: "faNum";
}

.loading {
        transform: rotateZ(45deg);
        perspective: 1000px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        color: #000;
        position: absolute;
  left: 0;
  right: 0;
  margin: 80px auto;
  z-index: 9;
      }
        .loading:before,
        .loading:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: inherit;
          height: inherit;
          border-radius: 50%;
          transform: rotateX(70deg);
          animation: 1s spin linear infinite;
        }
        .loading:after {
          color: #36bacf;
          transform: rotateY(70deg);
          animation-delay: .4s;
        }

      @keyframes rotate {
        0% {
          transform: translate(-50%, -50%) rotateZ(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotateZ(360deg);
        }
      }

      @keyframes rotateccw {
        0% {
          transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotate(-360deg);
        }
      }

      @keyframes spin {
        0%,
        100% {
          box-shadow: .2em 0px 0 0px currentcolor;
        }
        12% {
          box-shadow: .2em .2em 0 0 currentcolor;
        }
        25% {
          box-shadow: 0 .2em 0 0px currentcolor;
        }
        37% {
          box-shadow: -.2em .2em 0 0 currentcolor;
        }
        50% {
          box-shadow: -.2em 0 0 0 currentcolor;
        }
        62% {
          box-shadow: -.2em -.2em 0 0 currentcolor;
        }
        75% {
          box-shadow: 0px -.2em 0 0 currentcolor;
        }
        87% {
          box-shadow: .2em -.2em 0 0 currentcolor;
        }
      }
   .over-x{
 
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  -webkit-overflow-scrolling: touch;
   }
      .name-sk{
     display: flex;
  display: -webkit-box;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex: none;
  max-width: unset;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  opacity: unset;
  -webkit-box-pack: center;
  font-family: "faNum";
      }
      .table-name{
background-color: #0e49d7;
  border-radius:  50px ;
      }
      .table-name .name-sk{
        background-color: #0e49d7;
        height: 64px;
        -webkit-box-pack: center;
        width: 85px;
      }
         .table-name .name-sk:first-child{
        border-radius: 0 50px 50px 0;
        width: 200px;
        padding-right: 20px;
      }
             .table-name .name-sk:last-child{
        border-radius: 50px 0 0 50px;
        padding-left: 20px;
      }
      .table-answers .border-b:nth-child(odd){
background-color: #dbeafe;
  border-radius: 30px;
      }
       .table-answers .border-b:nth-child(even){
         background-color: #cccdce;
           border-radius:  30px ;
      }
        .table-answers .name-sk{
               height: 64px;
               width: 85px;
        }
      .table-answers .border-b:nth-child(odd) .name-sk{
background-color: #dbeafe;
      }
        .table-answers .border-b:nth-child(even) .name-sk{
        background-color: #cccdce;
      }
         .table-answers .name-sk:first-child{
        border-radius: 0 50px 50px 0;
        width: 200px;
        padding-right: 20px;
      }
             .table-answers .name-sk:last-child{
        border-radius: 50px 0 0 50px;
        padding-left: 20px;
      }

    .contact-right  #authentication-modal .closebtn{
position: absolute;
  right: -100px;
  left: unset;
  font-size: 30px;
      }

@media only screen and (max-width:1600px){
  .menu-cnt .group ul {
    padding-top: 10px !important;
  }
  .menu-cnt .group ul li a{
    padding-top:  10px !important;
      padding-bottom:  10px !important;
  }
}
      @media only screen and (max-width:1200px){
        main.px-\[100px\]{
          padding: 0 20px !important;
        }
        .pro-cnt.flex {
          flex-direction: column;
        }
       .pro-cnt .sidebar-cnt{
          width: 100%;
        }
       .pro-cnt .brand-cnt {
          width: 100%;
        }
      }
      .text-product p span.ans:last-child{
        display: none;
      }
      #styled-dashboard  p span.ans:last-child{
          display: none;
      }
 .product-slider__wrp  .product-slider__item:nth-child(1) ul.columns-2 li:nth-child(1) a{
color: #36bacf !important;
    }
     .product-slider__wrp  .product-slider__item:nth-child(2) ul.columns-2 li:nth-child(2) a{
color: #36bacf !important;
    }
     .product-slider__wrp  .product-slider__item:nth-child(3) ul.columns-2 li:nth-child(3) a{
color: #36bacf !important;
    }
     .product-slider__wrp  .product-slider__item:nth-child(4) ul.columns-2 li:nth-child(4) a{
color: #36bacf !important;
    }
     .product-slider__wrp  .product-slider__item:nth-child(5) ul.columns-2 li:nth-child(5) a{
color: #36bacf !important;
    }
     .product-slider__wrp  .product-slider__item:nth-child(6) ul.columns-2 li:nth-child(6) a{
color: #36bacf !important;
    }
    .table-answers .border-b:last-child{
      display: none;
    }
    .table-answers .border-b:nth-child(2n+1):hover .name-sk{
background-color: #0e49d7;
    }
     .table-answers .border-b:nth-child(2n):hover .name-sk{
      background-color: #0e49d7;
    }
        .table-answers .border-b:hover .name-sk{
color: #fff;
    }
        .table-answers .border-b:nth-child(2n+1):hover {
      background-color: #0e49d7;
    }
     .table-answers .border-b:nth-child(2n):hover {
      background-color: #0e49d7;
    }
[data-bc-title-container],[data-bc-answer-container],[data-bc-part-container], [data-bc-btn-container]{
    width: auto !important;
    float: none !important;
    display: block !important;
}
[data-bc-answer-container] input[type="text"]{
  height: 46px !important;
  background-color: #fff !important;
}
[data-bc-answer-container] textarea{
    background-color: #fff !important;
}

    @media only screen and (max-width:1025px) and (min-width:992px){
      .sale-product .titr{
right: 50% !important;
      }
    }
    @media only screen and (max-width:800px){
      .menu-cnt li button a {
        font-size: 12px !important;
      }
      .about-cnt .text-about p{
        font-size: 14px !important;
        padding-left: 15px;
      }
    }
.landing-text p,.landing-text h2,.landing-text h3{
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 26px;
}
h1.column-tir-2{
  font-size: 20px;
  color: #0e49d7;
  margin: 10px 0;
}
.landing-text h2{
   font-size: 18px;
  color: #0e49d7;
   margin: 10px 0;
}
.landing-text h3{
   font-size: 16px;
  color: #0e49d7;
   margin: 10px 0;
}
.keywordbox a:hover{
  cursor: pointer;
  color: #36bacf;
}

