.special-offers {
    background-color: #db595a ;
}
.special-offers-abstract:after {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #db595a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to-position: 50%;
}

root: 
.special-offers .swiper-outer:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 4;
    display: none;
    width: 2px;
    background-color: #db595a;
}


.fixed-contact {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 1001;
}
.fixed-contact-button {
  background: #ffb931;
  color: #fff !important;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.25), 0 5px 15px rgba(255, 185, 49, 0.35);
  height: 54px;
  width: 54px;
  display: block;
  border-radius: 100%;
  line-height: 54px !important;
  position: relative;
  z-index: 2;
  font-size: 20px;
  text-align: center;
  -webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
  -o-transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
  transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fixed-contact-tooltip {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 15px;
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 20px rgba(25, 63, 125, 0.15);
  pointer-events: none;
  color: #989cad;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}
.fixed-contact-tooltip:before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 21px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0 0 4px 0;
  background-color: inherit;
}

@keyframes pulse {

  0% {
    -moz-box-shadow: 0 0 0 0 rgba(236, 200, 69, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(236, 200, 69, 0);
    box-shadow: 0 0 0 40px rgba(236, 200, 69, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(236, 200, 69, 0);
    box-shadow: 0 0 0 0 rgba(236, 200, 69, 0);
  }
}




.btn-primary{
	background-color:#db595a;
}

.btn-primary:hover{
	background-color:#ff5d5e;
}