.section__header {
  font-family: "AGAvalancheC";
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #de1f35;
}
.head__bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.head__bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav__social_m {
  display: none;
}
.head__bg2.active {
  opacity: 1;
  visibility: visible;
}
.head__section {
  height: 685px;
  position: relative;
}
.head__cloud {
  display: inline-block;
  position: absolute;
  opacity: 0.1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.head__cloud.active {
  opacity: 1;
}
.head__cloud-text {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 500;
  color: #95c12c;
}
/* cloud-text */
.head__cloud-text1 {
  text-align: right;
}
.head__cloud-text4 {
  color: #b9e2f4;
  text-align: left;
  left: 45%;
}
.head__cloud-text6 {
  color: #95c12c;
  text-align: left;
  left: 65%;
}
.head__cloud-text2 {
  color: #fcea22;
  text-align: left;
  left: 40%;
}
.head__cloud-text3 {
  color: #fcea22;
}
.head__cloud-text5 {
  color: #b9e2f4;
}
/* cloud */
.head__cloud1 {
  left: 0;
  top: 100px;
}
.head__cloud5 {
  left: 20px;
  top: 215px;
}
.head__cloud3 {
  left: 50px;
  top: 255px;
}
.head__cloud4 {
  right: 40px;
  top: 70px;
}
.head__cloud6 {
  right: 50px;
  top: 245px;
}
.head__cloud2 {
  right: 30px;
  top: 365px;
}
/* cloud-image */
.head__cloud-image {
  width: 421px;
}
.head__cloud-image4 {
  width: 409px;
}
.head__cloud-image6 {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.head__cloud-image5 {
  width: 410px;
}
.head__storm-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -53%);
          transform: translate(-50%, -53%);
}
.head__storm {
  position: relative;
  max-width: unset;
  max-height: 650px;
}
.head__lightning-holder {
  position: absolute;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.head__lightning-holder img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  mix-blend-mode: lighten;
  -webkit-animation: lightning_blink 0.06s infinite alternate;
          animation: lightning_blink 0.06s infinite alternate;
}
.head__lightning-holder.right img {
  -o-object-position: right;
     object-position: right;
}
.head__lightning-holder.right {
  text-align: right;
}
.head__lightning-holder1 {
  height: 178%;
  width: 0%;
  left: -27%;
  top: 10%;
}
.head__cloud1.active .head__lightning-holder {
  width: 104%;
}
.head__lightning-holder2 {
  height: 154%;
  width: 0%;
  top: -3%;
  right: -29%;
}
.head__cloud2.active .head__lightning-holder {
  width: 104%;
}
.head__lightning-holder3 {
  height: 107%;
  width: 0%;
  top: 22%;
  left: -31%;
}
.head__lightning-holder3 img {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  -o-object-position: right;
     object-position: right;
}
.head__cloud3.active .head__lightning-holder {
  width: 135%;
}
.head__lightning-holder4 {
  height: 109%;
  width: 0%;
  top: -10%;
  right: -44%;
}
.head__cloud4.active .head__lightning-holder {
  width: 104%;
}
.head__lightning-holder5 {
  height: 191%;
  width: 0%;
  top: -47%;
  left: -38%;
}
.head__lightning-holder5 img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -o-object-position: right;
     object-position: right;
}
.head__cloud5.active .head__lightning-holder {
  width: 100%;
}
.head__lightning-holder6 {
  height: 178%;
  width: 0%;
  top: -1%;
  right: -31%;
}
.head__lightning-holder6 img {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  -o-object-position: left !important;
     object-position: left !important;
}
.head__cloud6.active .head__lightning-holder {
  width: 104%;
}
.head__heart {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 165px;
  -webkit-animation: heart_pulse1 1.5s infinite ease-in-out;
          animation: heart_pulse1 1.5s infinite ease-in-out;
  z-index: 4;
  -webkit-transition: top 1s, width 1s, left 1s;
  transition: top 1s, width 1s, left 1s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.head__heart.active {
  -webkit-animation: none;
          animation: none;
  top: 74%;
  left: 48%;
  width: 158px;
}
.head__heart2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
  -webkit-animation: heart_pulse2 1.5s infinite ease-in-out;
          animation: heart_pulse2 1.5s infinite ease-in-out;
  width: 165px;

  -webkit-transform-origin: center;

          transform-origin: center;
}
.head__heart.removeAnim,
.head__heart2.removeAnim {
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes heart_pulse1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  14% {
    -webkit-transform: translate(-50%, -50%) scale(1.52);
            transform: translate(-50%, -50%) scale(1.52);
  }
  28% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  42% {
    -webkit-transform: translate(-50%, -50%) scale(1.32);
            transform: translate(-50%, -50%) scale(1.32);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes heart_pulse1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  14% {
    -webkit-transform: translate(-50%, -50%) scale(1.52);
            transform: translate(-50%, -50%) scale(1.52);
  }
  28% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  42% {
    -webkit-transform: translate(-50%, -50%) scale(1.32);
            transform: translate(-50%, -50%) scale(1.32);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes heart_pulse2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  14% {
    -webkit-transform: translate(-50%, -50%) scale(1.52);
            transform: translate(-50%, -50%) scale(1.52);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes heart_pulse2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  14% {
    -webkit-transform: translate(-50%, -50%) scale(1.52);
            transform: translate(-50%, -50%) scale(1.52);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes lightning_blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightning_blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.head__rain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
}
.head__pack {
  position: absolute;
  left: 50%;
  top: 53%;
  -webkit-transform: translate(0, -50%) scale(0.1);
          transform: translate(0, -50%) scale(0.1);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
  max-width: 360px;
  max-height: 85%;
}
.head__pack.active {
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}
.head__slogan {
  position: absolute;
  top: 50%;
  right: calc(50% - 200px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 400px;
  padding: 6px;
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgb(255, 255, 255)),
    color-stop(80.77%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 80.77%
  );
  z-index: 3;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.head__slogan-inner {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(2, 95, 171, 1)),
    color-stop(50.77%, rgba(132, 177, 214, 0.49)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(2, 95, 171, 1) 0%,
    rgba(132, 177, 214, 0.49) 50.77%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 100%;
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 43px;
  font-family: "AGAvalancheC";
  overflow: hidden;
}
.head__slogan.active {
  opacity: 1;
  visibility: visible;
  width: 600px;
}
.head__slogan-inner > div > div:nth-child(odd) {
  position: relative;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  width: 100%;
}
.head__slogan-inner > div > div:nth-child(even) {
  position: relative;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  width: 100%;
}
.head__slogan-inner > div > div:nth-child(1) {
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
}
.head__slogan-inner > div > div:nth-child(2) {
  -webkit-transition: 0.5s 0.6s;
  transition: 0.5s 0.6s;
}
.head__slogan-inner > div > div:nth-child(3) {
  -webkit-transition: 0.5s 0.8s;
  transition: 0.5s 0.8s;
}
.head__slogan-inner > div > div:nth-child(4) {
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
}
.head__slogan-inner > div > div:nth-child(5) {
  -webkit-transition: 0.5s 1.2s;
  transition: 0.5s 1.2s;
}
.head__slogan.active > .head__slogan-inner > div > div {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.head__slide2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.head__slide2.active {
  visibility: visible;
  opacity: 1;
}
.composition__section {
  margin-top: 60px;
}
/* .composition__container {
  max-width: 900px;
} */
.composition__header {
  color: #de1f35;
}
.composition__main-grid {
  position: relative;
  display: grid;
  grid-gap: 80px;
  margin-top: 80px;
}
.composition__cell {
  position: relative;
  display: grid;
  grid-template-columns: 480px auto;
  grid-gap: 50px;
  z-index: 3;
  cursor: default;
}
.composition__cell2 {
  grid-template-columns: auto 480px;
  z-index: 2;
}
.composition__cell3 {
  z-index: 1;
  margin-top: 25px;
}
.composition__component::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  background: #fff;
  border-radius: 20px;
}
.composition__component {
  padding: 34px 20px 40px 50px;
  border-radius: 25px;
  max-width: 480px;
  max-height: 95px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.composition__component-holder {
  height: 95px;
  width: 480px;
  position: relative;
}
.composition__component:hover {
  max-height: 500px;
}
.composition__component1 {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(232, 83, 41, 1)),
    color-stop(47.19%, rgba(230, 60, 53, 1)),
    color-stop(77.53%, rgba(222, 31, 53, 1)),
    to(rgba(190, 39, 46, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(232, 83, 41, 1) 0%,
    rgba(230, 60, 53, 1) 47.19%,
    rgba(222, 31, 53, 1) 77.53%,
    rgba(190, 39, 46, 1) 100%
  );
  color: #de1f35;
}
.composition__component2 {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(125, 255, 0, 1)),
    to(rgba(0, 107, 0, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(125, 255, 0, 1) 0%,
    rgba(0, 107, 0, 1) 100%
  );
  color: #0f8f3e;
}
.composition__component3 {
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(0, 194, 198, 1)),
    to(rgba(23, 94, 143, 1))
  );
  background: linear-gradient(
    -90deg,
    rgba(0, 194, 198, 1) 0%,
    rgba(23, 94, 143, 1) 100%
  );
  color: #2b74b8;
}
.composition__component > div {
  position: relative;
}
.composition__component-header {
  font-size: 26px;
  font-weight: 500;
  padding-left: 60px;
}
.composition__component-text {
  margin-top: 30px;
}
.composition__component-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  z-index: 3;
}
.composition__component-image1 {
  -webkit-transform: translate(-45%, -45%);
          transform: translate(-45%, -45%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.composition__component-image2 {
  left: 100%;
  -webkit-transform: translate(-59%, -53%);
          transform: translate(-59%, -53%);
  width: 170px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.composition__component-image3 {
  width: 178px;
  left: 0;
  top: 0;
  -webkit-transform: translate(-25%, -47%);
          transform: translate(-25%, -47%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.composition__component-holder:hover .composition__component-image1 {
  -webkit-transform: translate(-70%, -45%);
          transform: translate(-70%, -45%);
}
.composition__component-holder:hover .composition__component-image2 {
  -webkit-transform: translate(-20%, -53%);
          transform: translate(-20%, -53%);
}
.composition__component-holder:hover .composition__component-image3 {
  -webkit-transform: translate(-60%, -47%);
          transform: translate(-60%, -47%);
}
.composition__component-header2 {
  padding-left: 0;
}
.composition__component-header3 {
  text-align: center;
  padding: 0;
}
.composition__component-holder::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transform: translate(-50%, 10%) scale(22.7, 1);
          transform: translate(-50%, 10%) scale(22.7, 1);
  background: radial-gradient(
    circle closest-side,
    rgba(232, 83, 41, 1) 0%,
    rgba(234, 100, 62, 1) 3.54%,
    rgba(239, 136, 107, 1) 11.94%,
    rgba(243, 168, 147, 1) 20.95%,
    rgba(247, 195, 180, 1) 30.42%,
    rgba(250, 217, 208, 1) 40.49%,
    rgba(252, 234, 229, 1) 51.39%,
    rgba(254, 246, 244, 1) 63.53%,
    rgba(255, 253, 252, 1) 77.87%,
    rgba(255, 255, 255, 1) 100%
  );
}
.composition__component-holder2::before {
  background: radial-gradient(
    circle closest-side,
    rgba(88, 214, 0, 1) 0%,
    rgba(95, 216, 10, 1) 1.37%,
    rgba(128, 224, 61, 1) 8.95%,
    rgba(158, 231, 107, 1) 17.08%,
    rgba(184, 238, 147, 1) 25.56%,
    rgba(206, 243, 180, 1) 34.48%,
    rgba(224, 247, 208, 1) 43.97%,
    rgba(238, 251, 229, 1) 54.24%,
    rgba(248, 253, 244, 1) 65.66%,
    rgba(253, 255, 252, 1) 79.16%,
    rgba(255, 255, 255, 1) 100%
  );
}
.composition__component-holder3::before {
  background: radial-gradient(
    circle closest-side,
    rgba(68, 157, 165, 1) 0%,
    rgba(108, 178, 184, 1) 7.96%,
    rgba(147, 198, 203, 1) 17.2%,
    rgba(180, 216, 219, 1) 27.11%,
    rgba(208, 230, 232, 1) 37.67%,
    rgba(229, 241, 242, 1) 49.09%,
    rgba(244, 249, 250, 1) 61.8%,
    rgba(252, 254, 254, 1) 76.81%,
    rgba(255, 255, 255, 1) 100%
  );
}
.composition__component-holder::after,
.composition__component::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-filter: blur(0.3px);
          filter: blur(0.3px);
  z-index: 2;
  opacity: 0.7;
}
.composition__component::after {
  top: unset;
  bottom: 2px;
}
.composition__component-figure {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(45%, 40%);
          transform: translate(45%, 40%);
  width: 174px;
}
.composition__component-figure2 {
  left: 0;
  right: unset;
  -webkit-transform: translate(-60%, 47%);
          transform: translate(-60%, 47%);
  width: 150px;
}
.composition__component-figure3 {
  -webkit-transform: translate(42%, 30%);
          transform: translate(42%, 30%);
  width: 147px;
}
.composition__component-image3 {
  width: 178px;
  left: 0;
  top: 0;
  -webkit-transform: translate(-35%, -47%);
          transform: translate(-35%, -47%);
}
.composition__component-btn {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 134px;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(242, 147, 21, 1)),
    color-stop(64.29%, rgba(230, 60, 53, 1)),
    to(rgba(222, 31, 53, 1))
  );
  background: linear-gradient(
    -90deg,
    rgba(242, 147, 21, 1) 0%,
    rgba(230, 60, 53, 1) 64.29%,
    rgba(222, 31, 53, 1) 100%
  );
}
.composition__component-btn2 {
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(125, 255, 0, 1)),
    to(rgba(0, 107, 0, 1))
  );
  background: linear-gradient(
    90deg,
    rgba(125, 255, 0, 1) 0%,
    rgba(0, 107, 0, 1) 100%
  );
  justify-self: center;
}
.composition__component-btn3 {
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(0, 194, 198, 1)),
    to(rgba(23, 94, 143, 1))
  );
  background: linear-gradient(
    -90deg,
    rgba(0, 194, 198, 1) 0%,
    rgba(23, 94, 143, 1) 100%
  );
}
.pack__section {
  position: relative;
  margin-top: 50px;
}
.pack__pack-holder {
  position: relative;
  width: 740px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
}
.pack__pills {
  position: absolute;
  bottom: 15%;
  left: 50px;
  width: 242px;
}
.pack__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  right: 85px;
  width: 134px;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(242, 147, 21, 1)),
    color-stop(64.29%, rgba(230, 60, 53, 1)),
    to(rgba(222, 31, 53, 1))
  );
  background: linear-gradient(
    -90deg,
    rgba(242, 147, 21, 1) 0%,
    rgba(230, 60, 53, 1) 64.29%,
    rgba(222, 31, 53, 1) 100%
  );
}
.pack__bg {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-15deg);
          transform: translate(-50%, 0) rotate(-15deg);
  width: 170vw;
  height: 1050px;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(1.12%, rgba(232, 83, 41, 1)),
    color-stop(10.19%, rgba(232, 83, 41, 0.91)),
    to(rgba(232, 83, 41, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(232, 83, 41, 1) 1.12%,
    rgba(232, 83, 41, 0.91) 10.19%,
    rgba(232, 83, 41, 0) 100%
  );
  border-radius: 50%;
  opacity: 0.3;
}
.video__section {
  margin-top: 25px;
}
.video__video {
  position: relative;
  width: 100%;
}
.help__section {
  position: relative;
  margin-top: 110px;
}
.help__header {
  color: #de1f35;
}
.help__main-grid {
  position: relative;
  display: grid;
  grid-gap: 60px;
  margin-top: 75px;
}
.help__grid {
  position: relative;
  display: grid;
  grid-template-columns: 316px auto;
  grid-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
}
.help__grid.reverse {
  grid-template-columns: auto 316px;
}
.help__text-holder {
  max-width: 570px;
}
.help__text1 > p::before {
  content: "\25B8";
  color: #e85329;
  position: absolute;
  top: 0;
  left: -16px;
}
.help__text3 > p::before {
  content: "\25B8";
  color: #0f8f3e;
  position: absolute;
  top: 0;
  left: -16px;
}
.help__text p {
  position: relative;
  margin-top: 10px;
}
.help__text-header {
  font-size: 24px;
  font-weight: bold;
  font-family: "AGAvalancheC";
  color: #e85329;
}
.help__text-header2 {
  color: #0041a7;
  text-align: right;
}
.help__text-header3 {
  color: #0f8f3e;
}
.help__text2 {
  text-align: right;
}
.help__bg {
  position: absolute;
  bottom: -140px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-15deg);
          transform: translate(-50%, 0) rotate(-15deg);
  width: 170vw;
  height: 1050px;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(1.12%, rgba(157, 157, 157, 1)),
    color-stop(18.58%, rgba(149, 149, 149, 0.82)),
    color-stop(54.66%, rgba(140, 140, 139, 0.46)),
    to(rgba(137, 137, 136, 0))
  );
  background: linear-gradient(
    0deg,
    rgba(157, 157, 157, 1) 1.12%,
    rgba(149, 149, 149, 0.82) 18.58%,
    rgba(140, 140, 139, 0.46) 54.66%,
    rgba(137, 137, 136, 0) 100%
  );
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
}
.expert__section {
  margin-top: 240px;
}
.expert__doctor-holder {
  margin-top: 30px;
  position: relative;
}
.expert__articles {
  position: absolute;
  right: 0;
  width: calc(100% - 250px);
  height: 75%;
  top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-left: 80px;
  overflow: hidden;
}
.expert__articles > li {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-transform: translateX(calc(100% + 100px));
          transform: translateX(calc(100% + 100px));
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.expert__articles > li.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.expert__articles > li:hover {
  font-weight: bold;
}
.expert__articles > li::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  width: 35px;
  height: 30.5px;
  background: url(../img/heart_bullet.png);
  background-size: 100% 100%;
}
.expert__popUp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  text-align: center;
}
.expert__popUp-header {
  font-size: 26px;
  font-weight: bold;
  font-family: "AGAvalancheC";
}
.expert__popUp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 134px;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(242, 147, 21, 1)),
    color-stop(64.29%, rgba(230, 60, 53, 1)),
    to(rgba(222, 31, 53, 1))
  );
  background: linear-gradient(
    -90deg,
    rgba(242, 147, 21, 1) 0%,
    rgba(230, 60, 53, 1) 64.29%,
    rgba(222, 31, 53, 1) 100%
  );
}
.buy__section {
  margin-top: 90px;
}
.buy__header {
  color: #de1f35;
}
.buy__main-grid {
  margin-top: 60px;
  position: relative;
  display: grid;
  grid-template-columns: auto 260px;
  grid-gap: 60px;
}
.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: 570px;
  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: #de1f35;
  -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: 125px;
}
.buy__pack-image {
  margin-top: -120px;
}
.buy__pack-image_m,
.buy__map-image_m {
  display: none;
}
.buy__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map__section {
  margin-top: 100px;
  z-index: 5;
}
.map__section #comp_wgt {
  width: 100%;
}
.c-w-tab:not(.c-w-mobile) {
  margin: 0 !important;
}
.component__popUp {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.component__popUp.active {
  opacity: 1;
  visibility: visible;
}
.component__popUp-close {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.component__popUp-close::before,
.component__popUp-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background: #000;
}
.component__popUp-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.component__popUp h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1em;
}
.component__popUp h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 1em 0;
}
.component__popUp p {
  margin: 0.5em 0;
}
.component__popUp .sources {
  list-style-type: decimal;
  padding-left: 1em;
  margin-top: 75px;
}
.component__popUp ul {
  padding-left: 1em;
}
.component__popUp a {
  text-decoration: underline;
  cursor: pointer;
  color: #333;
}
.component__popUp a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .head__bg1,
  .head__bg2 {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .head__cloud {
    left: 50%;
    top: 50%;
    bottom: unset;
    right: unset;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 80%;
    opacity: 0.15;
  }
  .head__cloud-image {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-46%);
            transform: translateX(-46%);
    width: 600px;
  }
  .head__cloud-text {
    max-width: 300px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    text-align: center;
    opacity: 0.1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .head__heart,
  .head__heart2 {
    width: 120px;
    top: 30%;
  }
  .head__lightning-holder3,
  .head__lightning-holder1,
  .head__lightning-holder5 {
    height: 117%;
    width: 0%;
    top: -40%;
    left: -27%;
  }
  .head__lightning-holder5 img,
  .head__lightning-holder3 img,
  .head__lightning-holder1 img {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    -o-object-position: right;
       object-position: right;
  }
  .head__cloud3.active .head__lightning-holder {
    width: 100%;
  }
  .head__lightning-holder2 img,
  .head__lightning-holder4 img,
  .head__lightning-holder6 img {
    -webkit-transform: none;
            transform: none;
    -o-object-position: right !important;
       object-position: right !important;
  }
  .head__lightning-holder6,
  .head__lightning-holder2,
  .head__lightning-holder4 {
    height: 159%;
    width: 0%;
    top: -50%;
    right: -40%;
  }
  .head__pack {
    max-height: 70%;
  }
  .head__heart.active {
    width: 140px;
  }
  .head__slogan-inner {
    font-size: 36px;
    padding: 25px;
  }
  .head__slogan {
    height: 300px;
  }
  .head__slogan {
    right: 38%;
  }
  .head__slogan.active {
    width: 400px;
  }
  .head__cloud.active .head__cloud-text {
    opacity: 1;
  }
  .head__cloud.active {
    z-index: 3;
  }
  .composition__component {
    max-height: 500px;
    position: relative;
  }
  .composition__component-holder {
    height: unset;
  }
  .composition__component-holder::before,
  .composition__component-holder::after,
  .composition__component::after {
    content: none;
  }
  .composition__component-figure {
    display: none;
  }
  .composition__cell {
    grid-template-columns: 1fr;
    -webkit-animation: none;
            animation: none;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .composition__component-btn {
    justify-self: center;
    grid-row: 2;
  }
  .composition__cell:nth-child(odd) .composition__component-holder {
    justify-self: flex-end;
  }
  .composition__component-image {
    opacity: 0;
  }
  .uk-animation-slide-left .composition__component-image {
    -webkit-animation-name: uk-fade-left;
            animation-name: uk-fade-left;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .uk-animation-slide-right .composition__component-image {
    -webkit-animation-name: uk-fade-right;
            animation-name: uk-fade-right;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .composition__component-image1 {
    left: -120px;
    top: -60px;
  }
  .composition__component-image2 {
    left: unset;
    top: -110px;
    right: -105px;
  }
  .composition__component-image3 {
    width: 178px;
    left: -65px;
    top: -75px;
  }

  .buy__main-grid {
    grid-template-columns: 1fr;
  }
  .buy__right {
    grid-row: 1;
    display: block;
    position: relative;
  }
  .buy__map-image {
    position: absolute;
    bottom: 0;
    right: 7%;
    width: 340px;
  }
  .buy__pack-image {
    margin-top: 0;
    width: 350px;
    left: 10%;
    position: relative;
    z-index: 2;
  }
  .buy__slider {
    height: 615px;
  }
}
@media (max-width: 767px) {
  .head__cloud-text {
    font-size: 24px;
  }
  .head__cloud {
    width: 107%;
  }
  .head__lightning-holder3,
  .head__lightning-holder1,
  .head__lightning-holder5 {
    height: 117%;
    width: 0%;
    top: -48%;
    left: -16%;
  }
  .head__cloud3.active .head__lightning-holder,
  .head__cloud1.active .head__lightning-holder,
  .head__cloud5.active .head__lightning-holder {
    width: 78%;
  }
  .head__lightning-holder6,
  .head__lightning-holder2,
  .head__lightning-holder4 {
    height: 159%;
    width: 0%;
    top: -13%;
    right: -28%;
  }
  .head__cloud4.active .head__lightning-holder,
  .head__cloud2.active .head__lightning-holder,
  .head__cloud6.active .head__lightning-holder {
    width: 88%;
  }

  .head__heart,
  .head__heart2 {
    width: 100px;
  }
  .head__heart.active {
    top: 66%;
    left: 47%;
  }
  .head__storm {
    max-height: 577px;
  }
  .head__section {
    height: 600px;
  }
  .head__pack {
    max-width: calc(50% - 10px);
  }
  .head__slogan.active {
    width: calc(62% - 10px);
  }
  .head__slogan {
    height: 50vw;
  }
  .head__slogan-inner {
    font-size: 20px;
    padding: 15px;
  }
  .head__heart.active {
    width: 90px;
  }
  .section__header {
    font-size: 25px;
    font-weight: bold;
  }
  .nav__social {
    display: none;
  }
  .nav__social_m {
    display: grid;
    grid-template-columns: 25px 25px 25px;
    grid-gap: 7px;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .composition__component-holder {
    width: calc(100% - 60px);
  }
  .composition__component-image1 {
    width: 130px;
    left: -65px;
    top: -45px;
  }
  .composition__component::before {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
  }
  .composition__component {
    padding: 15px 10px 20px 25px;
    font-size: 14px;
  }
  .composition__component-text {
    margin-top: 10px;
  }
  .composition__component-header {
    font-size: 16px;
    padding-left: 30px;
  }
  .composition__cell {
    grid-gap: 10px;
  }
  .composition__component-btn {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
  .composition__main-grid {
    grid-gap: 30px;
  }
  .composition__component-image2 {
    left: unset;
    top: -65px;
    right: -80px;
    width: 105px;
  }
  .composition__component-header2 {
    padding-left: 0;
  }
  .composition__component-image3 {
    width: 90px;
    left: -45px;
    top: -36px;
  }
  .composition__component-header3 {
    padding: 0;
  }
  .pack__section {
    margin-top: 30px;
  }

  .pack__pills {
    width: 110px;
    left: 0;
  }
  .pack__btn {
    width: 120px;
    height: 35px;
    font-size: 14px;
    bottom: 25px;
  }
  .pack__btn {
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: unset;
    left: 50%;
    position: relative;
    margin-bottom: 30px;
  }
  .video__section {
    margin-top: 5px;
  }
  .video__video {
    margin-left: -15px;
    margin-right: -15px;
    max-width: unset;
    width: calc(100% + 30px);
  }
  .pack__bg {
    height: 64vw;
  }
  .help__section {
    margin-top: 30px;
  }
  .help__main-grid {
    margin-top: 25px;
    grid-gap: 25px;
  }
  .help__grid,
  .help__grid.reverse {
    grid-template-columns: 1fr;
  }
  .help__image {
    width: 55vw;
    position: relative;
    left: 23vw;
    display: block;
  }
  .help__text-holder {
    width: 100%;
  }
  .help__text-header {
    font-size: 20px;
  }
  .help__text-holder {
    padding-left: 10px;
  }
  .help__grid {
    font-size: 16px;
  }
  .help__text2,
  .help__text-header {
    text-align: left;
  }
  .help__image-holder2 {
    grid-row: 1;
  }
  .help__image-holder2 img {
    left: 12vw;
  }
  .help__text2 > p::before {
    content: "\25B8";
    color: #0041a7;
    position: absolute;
    top: 0;
    left: -16px;
  }
  .help__bg {
    position: absolute;
    bottom: -8vw;
    width: 248vw;
    height: 160vw;
  }
  .expert__image {
    display: none;
  }
  .expert__articles {
    position: relative;
    width: 100%;
    height: unset;
    top: unset;
    padding-left: 40px;
    font-size: 14px;
    visibility: visible !important;
    -webkit-animation: none;
            animation: none;
  }
  .expert__articles > li::before {
    width: 23px;
    height: 20px;
    left: -40px;
  }
  .expert__articles > li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .expert__popUp-header {
    font-size: 20px;
  }
  .expert__popUp-btn {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
  .buy__section {
    margin-top: 40px;
  }
  .buy__pack-image {
    width: 40%;
    left: 17%;
    display: none;
  }
  .buy__map-image {
    width: 43%;
    display: none;
    right: 13%;
  }
  .buy__pack-image_m,
  .buy__map-image_m {
    display: block;
  }
  .buy__main-grid {
    margin-top: 20px;
    grid-gap: 20px;
  }
  .buy__icons-grid {
    grid-gap: 25px;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }
  .buy__slider {
    height: unset;
    padding-top: 30px;
  }
  .buy__3i_holder {
    grid-area: 2 / 3 / 4 / 2;
  }
  .buy__zr_holder {
    grid-area: 3 / 2 / 5 / 1;
  }
  .buy__slider .uk-dotnav {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .buy__slider .uk-dotnav > * > * {
    width: 12px;
    height: 12px;
    border: solid 1px #de1f35;
    background: transparent;
  }
  .uk-dotnav > .uk-active > * {
    width: 12px;
    height: 12px;
    background: #de1f35;
  }
  .map__section {
    margin-top: 30px;
  }
  .buy__icon-holder img {
    -webkit-animation: unset;
            animation: unset;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .footer__top-text {
    font-size: 10px;
  }
  .footer__link {
    font-size: 12px;
  }
  footer::before {
    width: 390vw;
    background: -webkit-gradient(
      linear,
      left top, left bottom,
      color-stop(2.12%, rgba(157, 157, 157, 1)),
      color-stop(15.58%, rgba(149, 149, 149, 0.82)),
      color-stop(30.66%, rgba(140, 140, 139, 0.46)),
      color-stop(60%, rgba(137, 137, 136, 0))
    );
    background: linear-gradient(
      -180deg,
      rgba(157, 157, 157, 1) 2.12%,
      rgba(149, 149, 149, 0.82) 15.58%,
      rgba(140, 140, 139, 0.46) 30.66%,
      rgba(137, 137, 136, 0) 60%
    );
  }
  .component__popUp {
    font-size: 16px;
  }
  .component__popUp h2 {
    font-size: 26px;
  }
  .component__popUp h3 {
    font-size: 20px;
  }
  .component__popUp-close {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
  }
}
