.head__section {
  position: relative;
}
.head__section_m {
  display: none;
}
.head__socials {
  position: absolute;
  bottom: 25px;
  left: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  width: 115px;
}
.head__social-icon {
  position: relative;
  width: 100%;
}
.head__image-filter,
.head__symptoms {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.head__symptoms {
  height: 640px;
}
.head__image-filter-part {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
}
.head__image-filter-part.active {
  opacity: 0;
}
.head__symptom {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(238, 130, 170, 0)),
    color-stop(1%, rgba(236, 130, 170, 0.02)),
    color-stop(13%, rgba(215, 126, 172, 0.28)),
    color-stop(26%, rgba(196, 123, 173, 0.5)),
    color-stop(39%, rgba(181, 120, 174, 0.68)),
    color-stop(53%, rgba(169, 118, 175, 0.82)),
    color-stop(67%, rgba(161, 117, 176, 0.92)),
    color-stop(82%, rgba(156, 116, 176, 0.98)),
    to(#9a74b0)
  );
  background: linear-gradient(
    0deg,
    rgba(238, 130, 170, 0) 0%,
    rgba(236, 130, 170, 0.02) 1%,
    rgba(215, 126, 172, 0.28) 13%,
    rgba(196, 123, 173, 0.5) 26%,
    rgba(181, 120, 174, 0.68) 39%,
    rgba(169, 118, 175, 0.82) 53%,
    rgba(161, 117, 176, 0.92) 67%,
    rgba(156, 116, 176, 0.98) 82%,
    #9a74b0 100%
  );
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.head__symptom-title {
  position: absolute;
  top: 154px;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  left: 0%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  opacity: 0;
}
.head__symptom-dot {
  position: absolute;
  top: 170px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
}
.head__symptom.active,
.head__symptom.active .head__symptom-dot,
.head__symptom.active .head__symptom-title {
  opacity: 1;
}
.head__feather-holder {
  position: absolute;
  display: inline-block;
  left: -300px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  height: 100%;
  width: 300px;
  top: 0;
  z-index: 3;
}
.head__feather-holder.active {
  -webkit-animation: head_feather_holder_animation 23s linear;
          animation: head_feather_holder_animation 23s linear;
}
.head__feather {
  position: relative;
  top: 30%;
}
.head__feather-holder.active .head__feather {
  -webkit-animation: head_feather_animation 23s ease-in-out;
          animation: head_feather_animation 23s ease-in-out;
}
@-webkit-keyframes head_feather_holder_animation {
  0% {
    left: -300px;
  }
  100% {
    left: calc(100% + 300px);
  }
}
@keyframes head_feather_holder_animation {
  0% {
    left: -300px;
  }
  100% {
    left: calc(100% + 300px);
  }
}
@-webkit-keyframes head_feather_animation {
  0% {
    top: 30%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    top: 60%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  65% {
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  85% {
    top: 50%;
  }
  100% {
    top: 30%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes head_feather_animation {
  0% {
    top: 30%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    top: 60%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  65% {
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  85% {
    top: 50%;
  }
  100% {
    top: 30%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.head__container {
  position: relative;
  overflow: hidden;
}
.head__image2,
.head__image2_m {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.head__image2.active,
.head__image2_m.active {
  opacity: 1;
  visibility: visible;
}
.cause__section {
  margin-top: 80px;
}
.cause__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cause__feather-holder {
  text-align: center;
}
.cause__feather-image {
  margin-top: 30px;
  -webkit-animation: feather_animation 3s infinite alternate ease-in-out;
          animation: feather_animation 3s infinite alternate ease-in-out;
}
@-webkit-keyframes feather_animation {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes feather_animation {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.cause__btn {
  margin-top: 40px;
}
.cause__bottom {
  margin-top: 85px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cause__category-holder {
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.cause__category-text {
  margin-top: 22px;
  font-size: 32px;
  color: #ee82aa;
  font-weight: 500;
}
.cause__category-image {
  position: relative;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cause__category-image path {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.cause__category-holder:hover .cause__category-image {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.cause__category-holder:hover .cause__category-image path:nth-child(n + 2) {
  fill: #fad300;
}
.types__section {
  margin-top: 40px;
}
.types__container {
  padding-top: 115px;
  padding-bottom: 115px;
}
.type__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.type__image {
  position: relative;
  top: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.type__grid2,
.type__grid3 {
  margin-top: 80px;
}
.type__grid.reverse .type__content {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-self: flex-end;
}
.type__btn-holder {
  display: inline-block;
}
.type__image-holder {
  text-align: right;
  padding-right: 100px;
  padding-left: 100px;
}
.type__grid.reverse .type__image-holder {
  text-align: left;
  padding-left: 100px;
}
.type__content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 75px 0;
  z-index: 2;
  max-width: 415px;
}
.type__btn-holder {
  margin-top: 20px;
}
.type__header {
  position: relative;
}
.type__header_m {
  display: none;
}
.type__header::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 135px;
  width: 135px;
  background-image: url(../img/icons/arrow_transparent.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-20px, -50%) scale(-1, 1);
          transform: translate(-20px, -50%) scale(-1, 1);
  -webkit-animation: type_arrow_anim 1s infinite alternate ease-in-out;
          animation: type_arrow_anim 1s infinite alternate ease-in-out;
}
.type__grid.reverse .type__header::before {
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  right: unset;
  left: 100%;
  -webkit-animation: type_arrow_anim_r 1s infinite alternate ease-in-out;
          animation: type_arrow_anim_r 1s infinite alternate ease-in-out;
}
@-webkit-keyframes type_arrow_anim {
  0% {
    -webkit-transform: translate(-10px, -50%) scale(-1, 1);
            transform: translate(-10px, -50%) scale(-1, 1);
  }
  100% {
    -webkit-transform: translate(-30px, -50%) scale(-1, 1);
            transform: translate(-30px, -50%) scale(-1, 1);
  }
}
@keyframes type_arrow_anim {
  0% {
    -webkit-transform: translate(-10px, -50%) scale(-1, 1);
            transform: translate(-10px, -50%) scale(-1, 1);
  }
  100% {
    -webkit-transform: translate(-30px, -50%) scale(-1, 1);
            transform: translate(-30px, -50%) scale(-1, 1);
  }
}
@-webkit-keyframes type_arrow_anim_r {
  0% {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  100% {
    -webkit-transform: translate(30px, -50%);
            transform: translate(30px, -50%);
  }
}
@keyframes type_arrow_anim_r {
  0% {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  100% {
    -webkit-transform: translate(30px, -50%);
            transform: translate(30px, -50%);
  }
}
.lactuloza__header {
  text-align: center;
}
.lactuloza__container {
  max-width: 910px;
}
.lactuloza__section {
  margin-top: 80px;
}
.lactuloza__video-holder {
  margin-top: 50px;
}
.lactuloza__video {
  position: relative;
  visibility: 100%;
}
.lactuloza__btn {
  margin-top: 46px;
}
.lactuloza__text {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-top: 50px;
}
.lactuloza__action {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lactuloza__action-header {
  position: relative;
  text-align: center;
}
.lactuloza__feather-holder {
  position: relative;
}
.lactuloza__feather {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 45%) scale(1, -1);
          transform: translate(0, 45%) scale(1, -1);
  width: 192px;
  -webkit-animation: feather_animation2 3s infinite alternate ease-in-out;
          animation: feather_animation2 3s infinite alternate ease-in-out;
}
@-webkit-keyframes feather_animation2 {
  0% {
    -webkit-transform: translate(0, 45%) scale(1, -1) rotate(-5deg);
            transform: translate(0, 45%) scale(1, -1) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 45%) scale(1, -1) rotate(5deg);
            transform: translate(0, 45%) scale(1, -1) rotate(5deg);
  }
}
@keyframes feather_animation2 {
  0% {
    -webkit-transform: translate(0, 45%) scale(1, -1) rotate(-5deg);
            transform: translate(0, 45%) scale(1, -1) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 45%) scale(1, -1) rotate(5deg);
            transform: translate(0, 45%) scale(1, -1) rotate(5deg);
  }
}
.instruction__section {
  position: relative;
  margin-top: 80px;
}
.instruction__header {
  text-align: center;
}
.instruction__indication {
  position: relative;
  margin: 45px auto 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 922px;
  grid-gap: 0 120px;
  font-size: 25px;
}
.instruction__categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 45px;
}
.instruction__category {
  position: relative;
  width: 200px;
  text-align: center;
}
.instruction__category img {
  margin: 10px 0 25px;
}
.buy__section {
  margin-top: 90px;
}
.buy__header {
  text-align: center;
}
.buy__main-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 50px;
}
.buy__icons-grid {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 40px;
}
.buy__slider {
  height: 484px;
  position: relative;
  -webkit-animation-duration: 0.001s !important;
          animation-duration: 0.001s !important;
}
.buy__slider .uk-slider-items {
  height: calc(100% - 30px);
}
.buy__slider .uk-dotnav {
  margin-top: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy__slider .uk-dotnav > li {
  width: 15px;
  height: 15px;
  text-align: center;
  position: relative;
  margin: 0 5px;
}
.buy__slider .uk-dotnav > * > * {
  border: none;
  background: #9a74b0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.uk-dotnav > .uk-active > * {
  height: 15px;
  width: 15px;
}
.buy__icon-holder img {
  max-width: 100%;
  max-height: 80px;
}
.buy__pack-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buy__pack-holder {
  display: inline-block;
  width: 285px;
  text-align: center;
}
.pack__btn {
  margin-top: 20px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.map__section {
  margin-top: 64px;
  z-index: 5;
}
.map__section .btn {
  border-radius: 100px;
  background: transparent !important;
}
.map__section #comp_wgt {
  width: 100%;
}
.c-w-tab:not(.c-w-mobile) {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .head__symptoms {
    height: 470px;
  }
  .head__symptom-title {
    font-size: 20px;
  }
  .head__feather {
    width: 250px;
  }
  .type__image-holder {
    padding-right: 100px;
    padding-left: 50px;
  }
  .type__grid.reverse .type__image-holder {
    padding-left: 100px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .head__container {
    max-width: 100%;
  }
  .head__socials {
    bottom: 10px;
  }
  .type__image {
    -webkit-transform: none;
            transform: none;
  }
  .type__content {
    padding: 50px 0;
  }
  .type__header::before {
    width: 80px;
    height: 80px;
  }
  .type__image-holder,
  .type__grid.reverse .type__image-holder {
    padding: 0;
  }
  .type__grid {
    grid-gap: 50px;
  }
  .lactuloza__container {
    max-width: 720px;
  }
  .instruction__categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
  }
  .instruction__category {
    width: 100%;
  }
  .buy__main-grid {
    grid-template-columns: 1fr;
    grid-gap: 80px;
  }
  .buy__pack-grid {
    grid-row: 1;
    grid-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .head__section {
    display: none;
  }
  .head__section_m {
    display: block;
    padding-top: 49px;
  }
  .head__section_m-container {
    width: 100%;
  }
  .head__symptoms_m {
    position: absolute;
    width: 50%;
    top: 0;
    left: 100%;
    height: 100%;
    font-size: 20px;
  }
  .head__symptom_m {
    position: absolute;
    width: 100%;
    min-height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 25px 0 0px;
    left: 0;
    top: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: 1s;
    transition: 1s;
    background: -webkit-gradient(
      linear,
      left top, right top,
      from(rgba(238, 130, 170, 0)),
      color-stop(1%, rgba(236, 130, 170, 0.02)),
      color-stop(13%, rgba(215, 126, 172, 0.28)),
      color-stop(26%, rgba(196, 123, 173, 0.5)),
      color-stop(39%, rgba(181, 120, 174, 0.68)),
      color-stop(53%, rgba(169, 118, 175, 0.82)),
      color-stop(67%, rgba(161, 117, 176, 0.92)),
      color-stop(82%, rgba(156, 116, 176, 0.98)),
      to(#9a74b0)
    );
    background: linear-gradient(
      90deg,
      rgba(238, 130, 170, 0) 0%,
      rgba(236, 130, 170, 0.02) 1%,
      rgba(215, 126, 172, 0.28) 13%,
      rgba(196, 123, 173, 0.5) 26%,
      rgba(181, 120, 174, 0.68) 39%,
      rgba(169, 118, 175, 0.82) 53%,
      rgba(161, 117, 176, 0.92) 67%,
      rgba(156, 116, 176, 0.98) 82%,
      #9a74b0 100%
    );
  }
  .head__symptom_m.active {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 1;
  }
  .head__socials {
    bottom: 0;
    left: 25px;
    width: 75px;
    grid-gap: 8px;
  }
  .head__feather_m {
    position: absolute;
    max-width: 40%;
    -webkit-transform: translate(-150%, -50%) scale(-1, 1) rotate(27deg);
            transform: translate(-150%, -50%) scale(-1, 1) rotate(27deg);
    left: 6%;
    top: 50%;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .head__feather_m.active {
    -webkit-transform: translate(0, -50%) scale(-1, 1) rotate(27deg);
            transform: translate(0, -50%) scale(-1, 1) rotate(27deg);
  }

  .cause__grid {
    grid-template-columns: 1fr;
  }
  .cause__feather-image {
    display: none;
  }
  .cause__content {
    margin-top: 20px;
  }
  .cause__btn {
    margin-top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cause__bottom {
    margin-top: 40px;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .cause__category-text {
    font-size: 22px;
    margin-top: 10px;
  }
  .cause__category-image {
    width: 160px;
    height: 160px;
  }

  .cause__category-holder:hover .cause__category-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .type__grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .type__header {
    display: none;
  }
  .type__header_m {
    display: block;
    text-align: center;
  }
  .type__grid.reverse .type__content {
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .type__content {
    padding: 0;
    grid-row: 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .type__image {
    width: 200px;
  }
  .type__image-holder,
  .type__grid.reverse .type__image-holder {
    text-align: center;
  }
  .types__container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .type__grid2,
  .type__grid3 {
    margin-top: 40px;
  }
  .lactuloza__video-holder {
    margin-top: 20px;
  }
  .lactuloza__text {
    margin-top: 20px;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .lactuloza__action {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .lactuloza__feather-holder {
    display: none;
  }
  .lactuloza__image {
    width: 200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lactuloza__btn {
    margin-top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .instruction__indication {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .instruction__categories {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;

    grid-gap: 20px 40px;
  }
  .instruction__category img {
    margin: 0;
  }
  .buy__pack-holder {
    width: 100%;
  }
  .buy__pack-grid {
    grid-gap: 20px;
  }
  .pack__btn {
    margin-top: 10px;
  }
  .buy__main-grid {
    margin-top: 20px;
    grid-gap: 20px;
  }
  .buy__slider {
    height: unset;
    padding-top: 30px;
  }
  .buy__icons-grid {
    grid-gap: 25px;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }
  .buy__slider .uk-dotnav {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .map__section {
    margin-top: 40px;
  }
}
