@import "slick.min.css" all;

@import "/promo/default/css/normalize.css" all;
@import "/promo/default/css/fonts.css" all;
@-webkit-keyframes promocode {
  0% {
    left: -100%;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  30% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: 100%;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes promocode {
  0% {
    left: -100%;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  30% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: 100%;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.eld-promo-page {
  overflow: hidden;
  z-index: 1;
}
.eld-promo-page * {
  box-sizing: border-box;
}
.eld-promo-page .eld-promo-container {
  width: 1200px;
  margin: auto;
}
@media (max-width: 1240px) {
  .eld-promo-page .eld-promo-container {
    width: 940px;
  }
}
@media (max-width: 999px) {
  .eld-promo-page .eld-promo-container {
    width: 710px;
  }
}
@media (max-width: 760px) {
  .eld-promo-page .eld-promo-container {
    width: 100%;
  }
}
.eld-promo-page .slick-arrow {
  display: block;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  font-size: 0;
  text-indent: -999999px;
  position: absolute;
  top: calc(50% - 24px);
}
.eld-promo-page .slick-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/nav-arrow.svg") center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.eld-promo-page .slick-arrow.slick-next {
  right: -68px;
}
.eld-promo-page .slick-arrow.slick-next:after {
  transform: rotate(180deg);
}
.eld-promo-page .slick-arrow.slick-prev {
  left: -68px;
}
.eld-promo-page .eld-section-header {
  margin: 20px 0 40px;
}
.eld-promo-page .eld-section-header .eld-header {
  overflow: hidden;
  border: 1px solid #d9d9d9;
  position: relative;
}
.eld-promo-page .eld-section-header .eld-header .eld-header-figure {
  display: block;
  margin: 0;
  overflow: hidden;
}
.eld-promo-page .eld-section-header .eld-header .eld-header-figure picture {
  display: block;
}
.eld-promo-page .eld-section-header .eld-header .eld-header-figure picture img {
  display: block;
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 999px) {
  .eld-promo-page .eld-section-header .eld-header .eld-header-figure picture img {
    width: 100%;
  }
}
.eld-promo-page .eld-section-header .eld-header .eld-header-title {
  position: absolute;
  left: 20px;
  top: 20px;
}
.eld-promo-page .eld-section-steps {
  margin: 0 0 40px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps {
    padding: 0 10px;
  }
}
.eld-promo-page .eld-section-steps .eld-steps-block > *:first-child {
  margin-top: 0;
}
.eld-promo-page .eld-section-steps .eld-steps-block > *:last-child {
  margin-bottom: 0;
}
.eld-promo-page .eld-section-steps .eld-steps-block + .eld-steps-block {
  margin-top: 40px;
}
.eld-promo-page .eld-section-steps .eld-steps-block + .eld-steps-block.eld-dropdown {
  margin-top: 25px;
}
.eld-promo-page .eld-section-steps .eld-steps-block.eld-dropdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -15px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-steps-block.eld-dropdown {
    display: block;
    text-align: center;
  }
}
.eld-promo-page .eld-section-steps .eld-steps-block.eld-dropdown .eld-title-steps {
  order: -1;
  margin-left: 15px;
  margin-right: 33px;
  margin-bottom: 0;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
  border-bottom: dashed 1px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-steps-block.eld-dropdown .eld-title-steps {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.eld-promo-page .eld-section-steps .eld-steps-block.eld-dropdown .eld-title-steps:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  vertical-align: baseline;
  width: 12px;
  height: 6px;
  background: url("../img/steps-arrow.svg") center no-repeat;
  background-size: contain;
  transition: transform ease-in 0.3s;
}
.eld-promo-page .eld-section-steps .eld-steps-block.eld-dropdown .eld-title-steps.eld-active:after {
  transform: rotate(180deg);
}
.eld-promo-page .eld-section-steps .eld-steps-block.eld-dropdown .eld-dropdown-wrapper {
  order: 2;
  width: 100%;
  display: none;
  margin-top: 15px;
}
.eld-promo-page .eld-section-steps .eld-steps-block.eld-dropdown .eld-dropdown-wrapper > *:last-child {
  margin-bottom: 0;
}
.eld-promo-page .eld-section-steps .eld-title-steps {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.4;
  color: #262626;
  font-family: "Graphik_LC", "Arial", sans-serif !important;
  font-weight: 500;
  text-align: center;
}
.eld-promo-page .eld-section-steps .eld-subtitle-steps {
  font-family: "Graphik_LC", "Arial", sans-serif !important;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
  margin: 0 0 15px;
}
.eld-promo-page .eld-section-steps .eld-steps-row {
  display: flex;
  margin: 30px -30px 30px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: flex-start;
  counter-reset: steps;
  text-align: left;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-steps-row {
    display: block;
  }
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col {
  padding: 0 30px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col + .eld-step-col {
    margin-top: 30px;
  }
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col:before {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D9D9D9;
  font-family: "Graphik_LC", Arial, sans-serif;
  font-size: 24px;
  color: rgb(67, 67, 67);
  counter-increment: steps;
  content: counter(steps);
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text {
  margin: 0 0 0 10px;
  width: calc(100% - 50px);
  font-family: "Graphik_LC", sans-serif;
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
  color: #262626;
  align-self: center;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-promocode {
  background-color: #D9D9D9;
  padding: 2px 3px;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  transition: ease-out 0.2s opacity;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-promocode:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  font-weight: 500;
  font-size: 10px;
  top: 0;
  position: absolute;
  background: #76bc21 url("../img/check.svg") center no-repeat;
  background-size: auto 50%;
  transition: ease-out 0.2s all;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-promocode:hover {
  opacity: 0.8;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-promocode.eld-copied {
  opacity: 1;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-promocode.eld-copied:before {
  -webkit-animation: promocode 0.8s linear 0s 1 normal;
          animation: promocode 0.8s linear 0s 1 normal;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-question-tip {
  position: relative;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-question-tip .eld-question-tip-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  text-align: center;
  vertical-align: top;
  line-height: 18px;
  color: #262626;
  font-size: 14px;
  cursor: pointer;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-question-tip .eld-question-tip-icon:hover + .eld-question-tip-content {
  visibility: visible;
  opacity: 1;
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-question-tip .eld-question-tip-content {
  background: white;
  position: absolute;
  left: 0px;
  bottom: 28px;
  width: 450px;
  height: auto;
  display: block;
  padding: 10px;
  z-index: 3;
  border-radius: 3px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.26);
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out 0.25s;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-question-tip .eld-question-tip-content {
    width: 100vw;
  }
}
.eld-promo-page .eld-section-steps .eld-steps-row .eld-step-col .eld-step-text .eld-question-tip .eld-question-tip-content img {
  display: block;
  width: 100%;
}
.eld-promo-page .eld-section-steps .eld-disclaimer-steps {
  text-align: center;
  margin: 20px auto 40px;
  font-family: "Graphik_LC", Arial, sans-serif;
  max-width: 638px;
  font-size: 12px;
  color: #9D9D9D;
  line-height: 1.1428;
}
.eld-promo-page .eld-section-steps .eld-card-shield {
  margin: 5px 0 0;
}
@media (max-width: 999px) {
  .eld-promo-page .eld-section-steps .eld-card-shield.eld-hover .eld-card-shield-text span {
    padding: 5px !important;
    font-size: 10px !important;
  }
}
.eld-promo-page .eld-section-info {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-info {
    padding: 0 10px;
  }
}
.eld-promo-page .eld-section-info p {
  margin: 0 auto;
  font-family: "Graphik_LC", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.428;
  font-weight: 500;
  color: #262626;
}
.eld-promo-page .eld-section-info p a {
	color: #76BC21;
}
.eld-promo-page .eld-section-info p a:hover {
	color: #8AC641;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-info p {
    font-size: 16px;
  }
}
.eld-promo-page .eld-section-info .eld-card-shield {
  margin: 10px auto 0;
}
.eld-promo-page .eld-section-steps .eld-card-shield,
.eld-promo-page .eld-section-info .eld-card-shield {
  text-align: left;
}
.eld-promo-page .eld-section-steps .eld-card-shield.eld-hover,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover {
  background: #F6FAF0;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-color: #76BC21;
  border-radius: 28px 4px 4px 28px;
  width: 100%;
  min-width: 140px;
  max-width: 198px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-card-shield.eld-hover,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover {
    max-width: 122px;
    border-radius: 19px 4px 4px 19px;
    height: 37px;
  }
}
.eld-promo-page .eld-section-steps .eld-card-shield.eld-hover .eld-card-shield-icon,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover .eld-card-shield-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-height: 52px;
  height: 100%;
  border-radius: 50%;
  transition: background ease-in 0.2s;
  background: #E1EFD0;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-card-shield.eld-hover .eld-card-shield-icon,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover .eld-card-shield-icon {
    width: 35px;
    height: 35px;
  }
}
.eld-promo-page .eld-section-steps .eld-card-shield.eld-hover .eld-card-shield-icon img,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover .eld-card-shield-icon img {
  display: block;
  width: auto;
  max-height: 30px;
  max-width: 30px;
  width: 100%;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-card-shield.eld-hover .eld-card-shield-icon img,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover .eld-card-shield-icon img {
    max-width: 22px;
    max-height: 22px;
  }
}
.eld-promo-page .eld-section-steps .eld-card-shield.eld-hover .eld-card-shield-text,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover .eld-card-shield-text {
  overflow: hidden;
  transition: width ease-in 0.2s;
  width: 144px;
  width: calc(100% - 52px);
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-card-shield.eld-hover .eld-card-shield-text,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover .eld-card-shield-text {
    width: 85px;
    width: calc(100% - 35px);
  }
}
.eld-promo-page .eld-section-steps .eld-card-shield.eld-hover .eld-card-shield-text span,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover .eld-card-shield-text span {
  display: block;
  padding: 5px 10px 5px 15px;
  width: 100%;
  max-width: 144px;
  font-size: 12px;
  line-height: 1.33;
  font-family: "Graphik_LC";
  color: #262626;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-steps .eld-card-shield.eld-hover .eld-card-shield-text span,
.eld-promo-page .eld-section-info .eld-card-shield.eld-hover .eld-card-shield-text span {
    width: 85px;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 12px;
  }
}
.eld-promo-page .eld-section-steps .eld-card-shield:not(.eld-hover),
.eld-promo-page .eld-section-info .eld-card-shield:not(.eld-hover) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 36px;
  border: 1px solid #d9d9d9;
  width: 100%;
  min-width: 140px;
  max-width: 178px;
}
.eld-promo-page .eld-section-steps .eld-card-shield:not(.eld-hover) .eld-card-shield-icon,
.eld-promo-page .eld-section-info .eld-card-shield:not(.eld-hover) .eld-card-shield-icon {
  width: 42px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eld-promo-page .eld-section-steps .eld-card-shield:not(.eld-hover) .eld-card-shield-icon img,
.eld-promo-page .eld-section-info .eld-card-shield:not(.eld-hover) .eld-card-shield-icon img {
  display: block;
  width: auto;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.eld-promo-page .eld-section-steps .eld-card-shield:not(.eld-hover) .eld-card-shield-text,
.eld-promo-page .eld-section-info .eld-card-shield:not(.eld-hover) .eld-card-shield-text {
  padding: 3px 7px;
  width: calc(100% - 42px);
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  font-family: "Graphik_LC";
  color: #555;
}
.eld-promo-page .eld-section-cards {
  margin: 0 0 40px;
}
.eld-promo-page .eld-section-cards .eld-cards-list-title {
  margin: 0 0 20px;
  font-size: 20px;
  color: #262626;
  font-family: "Graphik_LC", "Arial", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list-title {
    padding: 0 10px;
  }
}
.eld-promo-page .eld-section-cards * + .eld-cards-list-title {
  margin-top: 40px;
}
.eld-promo-page .eld-section-cards * + .eld-buttons-list {
  margin-top: 40px;
}
.eld-promo-page .eld-section-cards .eld-cards-list {
  margin-right: -13px;
  margin-left: -12px;
  margin-top: -25px;
}
@media (max-width: 1240px) {
  .eld-promo-page .eld-section-cards .eld-cards-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }
}
@media (max-width: 999px) {
  .eld-promo-page .eld-section-cards .eld-cards-list {
    margin-right: -13px;
    margin-left: -12px;
    margin-top: -25px;
  }
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list {
    margin: 0;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list:not(.eld-slider.slick-initialized) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card {
  width: 220px !important;
  background-color: gray;
  margin-right: 13px;
  margin-left: 12px;
  margin-top: 25px;
  padding: 16px 20px 30px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  position: relative;
}
@media (max-width: 1240px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 999px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card {
    margin-right: 13px;
    margin-left: 12px;
    margin-top: 25px;
  }
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    width: 100% !important;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 10px 10px 15px;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card:first-of-type {
    border-top: 1px solid #D9D9D9;
  }
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-aligner {
    padding-left: 36.25vw;
    min-height: 36.25vw;
    position: relative;
    max-width: calc(36.25vw + 220px);
    width: 100%;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-aligner .eld-card-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-aligner .eld-card-info {
    width: 100%;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-aligner .eld-card-shields:not(.eld-hover) {
    padding-left: 3.125vw;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover {
    left: 0;
    top: 0;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield {
  background: #F6FAF0;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 28px 28px 28px 28px;
  width: 54px;
  transition: border-radius ease-in 0.2s, border-color ease-in 0.2s, width ease-in 0.2s;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield {
    width: 37px;
    height: 37px;
    border-radius: 19px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield .eld-card-shield-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transition: background ease-in 0.2s;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield .eld-card-shield-icon {
    width: 35px;
    height: 35px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield .eld-card-shield-icon img {
  display: block;
  width: auto;
  max-height: 30px;
  max-width: 30px;
  width: 100%;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield .eld-card-shield-icon img {
    max-width: 22px;
    max-height: 22px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield .eld-card-shield-text {
  width: 0;
  overflow: hidden;
  transition: width ease-in 0.2s;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield .eld-card-shield-text span {
  display: block;
  padding: 5px 10px 5px 15px;
  width: 144px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Graphik_LC";
  color: #262626;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield .eld-card-shield-text span {
    width: 85px;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 12px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield:hover {
  border-color: #76BC21;
  border-radius: 28px 4px 4px 28px;
  width: 198px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield:hover {
    width: 122px;
    border-radius: 19px 4px 4px 19px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield:hover .eld-card-shield-icon {
  background: #E1EFD0;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield:hover .eld-card-shield-text {
  width: 144px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield:hover .eld-card-shield-text {
    width: 85px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield + .eld-card-shield {
  margin-top: 6px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields.eld-hover .eld-card-shield + .eld-card-shield {
    margin-top: 4px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields:not(.eld-hover) {
  position: static;
  margin: 0 0 8px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields:not(.eld-hover) {
    width: 100%;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields:not(.eld-hover) .eld-card-shield {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  border: 1px solid #d9d9d9;
  width: 100%;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields:not(.eld-hover) .eld-card-shield .eld-card-shield-icon {
  width: 42px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields:not(.eld-hover) .eld-card-shield .eld-card-shield-icon img {
  display: block;
  width: auto;
  max-width: 90%;
  max-height: 90%;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields:not(.eld-hover) .eld-card-shield .eld-card-shield-text {
  padding: 0 7px;
  width: calc(100% - 42px);
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  font-family: "Graphik_LC";
  color: #555;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-shields:not(.eld-hover) .eld-card-shield + .eld-card-shield {
  margin-top: 6px;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto 12px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-image {
    margin: 0;
    width: 36.25vw;
    height: 36.25vw;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-info {
  position: relative;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-info {
    position: static;
    width: calc(100% - 36.25vw);
    padding-left: 3.125vw;
    max-width: 220px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating {
    margin-bottom: 6px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating .rating-stars {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating .rating-stars .rating-stars__star {
  width: 12px;
  height: 12px;
  background: url("../img/star.svg") center no-repeat;
  background-size: contain;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating .rating-stars .rating-stars__star + .rating-stars__star {
  margin-left: 3px;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating .rating-stars .rating-stars__star.star--empty {
  background: url("../img/star-empty.svg") center no-repeat;
  background-size: contain;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating .eld-card-rating-reviews {
  padding-left: 6px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating .eld-card-rating-reviews {
    padding-left: 4px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating .eld-card-rating-reviews a {
  font-family: "Graphik_LC";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 12px;
  color: #9D9D9D;
  text-decoration: none;
  transition: color ease-in 0.2s;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-rating .eld-card-rating-reviews a:hover {
  color: #76bc21;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-title {
  display: block;
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  color: #262626;
  font-family: "Graphik_LC";
  text-decoration: none;
  transition: color ease-in 0.2s;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-title {
    margin-bottom: 10px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-title:hover {
  color: #76bc21;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-installment {
  position: absolute;
  left: 0px;
  top: -28px;
  max-width: 200px;
  background: #76BC21;
  border-radius: 2px;
  font-size: 11px;
  line-height: 12px;
  color: white;
  font-family: "Graphik_LC";
  padding: 3px 5px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-installment {
    position: static;
    margin-bottom: 10px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price {
  position: relative;
  padding-top: 27px;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price {
    padding-top: 20px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price .eld-card-price-old {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  letter-spacing: -0.03em;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price .eld-card-price-old .eld-card-price-old-value {
  font-family: "DINWebNarrow";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  color: #9D9D9D;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price .eld-card-price-old .eld-card-price-old-value {
    font-size: 16px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price .eld-card-price-old .eld-card-price-old-value:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 1px;
  background: #9D9D9D;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price .eld-card-price-old .eld-card-price-difference {
  font-family: "DINWebNarrow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  padding: 3px 4px 0px 4px;
  color: #FFFFFF;
  background: #76BC21;
  display: block;
  border-radius: 2px;
  margin-left: 8px;
  letter-spacing: normal;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price .eld-card-price-old .eld-card-price-difference {
    font-size: 12px;
    line-height: 1;
    padding: 2px 4px 0px 4px;
    margin-left: 6px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price .eld-card-price-actual-value {
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  font-family: "DINWebNarrow";
  color: #262626;
  display: block;
  letter-spacing: -0.03em;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-price .eld-card-price-actual-value {
    font-size: 26px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-bonus-price {
  background: #F5F5F5;
  border-radius: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-bonus-price {
    margin-top: 4px;
    display: inline-flex;
    vertical-align: top;
    padding-right: 5px;
    background-color: #E9E9E9;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-bonus-price .eld-card-bonus-price-value {
  padding: 0 4px 1px 5px;
  background: #FFE066;
  border-radius: 2px;
  font-family: "DINWebNarrow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  letter-spacing: -0.03em;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-bonus-price .eld-card-bonus-price-value {
    font-size: 14px;
    line-height: 19px;
    padding: 1px 3px 0px 5px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-bonus-price .eld-card-bonus-price-text {
  font-size: 11px;
  line-height: 13px;
  line-height: 1;
  font-family: "Graphik_LC";
  color: #555555;
  padding-left: 6px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-bonus-price .eld-card-bonus-price-text {
    padding-left: 4px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-cashback {
  background: #F5F5F5 url("../img/cashback.svg") 8px center no-repeat;
  border-radius: 2px;
  font-family: "Graphik_LC";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 25px;
  color: #262626;
  padding-left: 36px;
  margin-top: 7px;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-cashback strong {
  font-weight: 500;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-cashback {
    margin-top: 4px;
    line-height: 20px;
    background-size: 16px auto;
    background-position: 4px center;
    padding-left: 22px;
    background-color: #E9E9E9;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-button {
  background: #76BC21;
  border-radius: 2px;
  padding: 12px 10px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: "Graphik_LC";
  text-align: center;
  margin-top: 15px;
  transition: background ease-in 0.2s;
}
.eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-button:hover {
  background: #8AC641;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list .eld-card .eld-card-button {
    width: 100%;
    font-size: 13px;
    padding: 7px 10px;
    margin: 12px auto 0;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-slider {
  margin-top: 0;
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-slider .eld-card {
  margin-top: 0;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list.slick-initialized .slick-track {
    display: flex !important;
    align-items: stretch;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list.slick-initialized .slick-slide {
    height: inherit !important;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list.slick-initialized .slick-slide > div {
    height: 100%;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list.slick-initialized .eld-card {
    margin-left: 10px;
    width: 76.5vw !important;
    max-width: 280px;
    border: 1px solid #D9D9D9;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100%;
    display: block !important;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list.slick-initialized .eld-card .eld-card-aligner {
    padding: 0;
    min-height: 0;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list.slick-initialized .eld-card .eld-card-image {
    width: 100%;
    margin-bottom: 25px;
    position: static;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list.slick-initialized .eld-card .eld-card-shields {
    padding: 0 !important;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list.slick-initialized .eld-card .eld-card-info {
    width: 100%;
    padding-left: 0px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }
  .eld-promo-page .eld-section-cards .eld-cards-list.slick-initialized .eld-card .eld-card-info .eld-card-installment {
    position: absolute;
    top: -25px;
    left: 0;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list .slick-list {
  margin: auto;
}
.eld-promo-page .eld-section-cards .eld-cards-list .slick-track {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
}
.eld-promo-page .eld-section-cards .eld-cards-list .slick-track.eld-centered {
  transform: none !important;
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more {
  position: relative;
  overflow: hidden;
  transition: height ease 1s;
}
@-webkit-keyframes move {
  0% {
    transform: translateY(-7px);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes move {
  0% {
    transform: translateY(-7px);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  cursor: pointer;
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 99%);
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: height ease 1s;
  pointer-events: none;
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button .eld-show-more-button-title {
  color: #76BC21;
  display: block;
  font-family: "DINWebNarrow";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: color ease-in 0.2s;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button .eld-show-more-button-title {
    font-size: 26px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button .eld-show-more-button-arrows {
  padding: 7px 0;
  margin-top: 8px;
  position: relative;
  transition: transform ease 0.5s;
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button .eld-show-more-button-arrows svg {
  display: block;
  width: 34px;
  -webkit-animation: move 3s ease-in-out infinite;
          animation: move 3s ease-in-out infinite;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button .eld-show-more-button-arrows svg {
    width: 30px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button .eld-show-more-button-arrows svg path {
  transition: fill ease-in 0.2s;
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button:hover .eld-show-more-button-title {
  color: #8AC641;
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more .eld-show-more-button:hover .eld-show-more-button-arrows svg path {
  fill: #8AC641;
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more.eld-open .eld-show-more-button:before {
  height: 100%;
}
.eld-promo-page .eld-section-cards .eld-cards-list.eld-show-more.eld-open .eld-show-more-button .eld-show-more-button-arrows {
  transform: rotate(180deg);
}
.eld-promo-page .eld-section-cards .eld-cards-list + .eld-cards-list {
  margin-top: -5px;
}
.eld-promo-page .eld-section-cards .eld-cards-list + .eld-cards-list.eld-slider {
  margin-top: 20px;
}
.eld-promo-page .eld-section-cards .eld-kit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit {
    display: block;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-kit-aligner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  width: 232px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-kit-aligner {
    padding: 10px 10px 0 !important;
    width: auto;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result {
  width: 220px;
  padding: 52px 0 0 10px;
  position: relative;
}
@media (max-width: 1240px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result {
    margin-top: 20px;
  }
}
@media (max-width: 999px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result {
    margin-top: 25px;
  }
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result {
    margin: 0;
    width: 100% !important;
    padding: 54px 10px 15px;
    text-align: center;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result:after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url("../img/result.svg") center no-repeat;
  background-size: auto 25%;
  position: absolute;
  right: calc(100% - 9px);
  top: calc(50% - 21px);
  z-index: 10;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result:after {
    right: 0;
    left: 0;
    margin: auto;
    top: 0px;
    width: 54px;
    height: 54px;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-price {
  border-left: none;
  border-right: none;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-price {
    padding: 10px;
    margin: 0 -10px;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-price .eld-card-result-price-old {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #9D9D9D;
  font-family: "DINWebNarrow";
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 5px;
  letter-spacing: -0.03em;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-price .eld-card-result-price-old {
    font-size: 20px;
    line-height: 1;
    margin: 0;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-price .eld-card-result-price-old:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 1px;
  background: #9D9D9D;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-price .eld-card-result-price-new {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.2;
  font-family: "DINWebNarrow";
  color: #262626;
  letter-spacing: -0.03em;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-price .eld-card-result-price-new {
    font-size: 26px;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-benefit {
  font-family: "Graphik_LC";
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #76BC21;
  margin: 5px 0 0;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-benefit {
    margin: 0 -10px;
    padding: 0;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-benefit span {
  font-size: 22px;
  line-height: 1;
  font-family: "DINWebNarrow";
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-benefit span {
    font-size: 18px;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-button {
  background: #76BC21;
  border-radius: 2px;
  padding: 12px 10px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: "Graphik_LC";
  text-align: center;
  margin-top: 15px;
  transition: background ease-in 0.2s;
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-button:hover {
  background: #8AC641;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-card-result .eld-card-result-button {
    width: 100%;
    font-size: 13px;
    padding: 7px 10px;
    margin: 12px auto 0;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-cards-list {
  max-width: calc(100% - 220px);
  margin: 0 0 0 -12px !important;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-kit .eld-cards-list {
    max-width: none;
    margin: auto !important;
  }
}
.eld-promo-page .eld-section-cards .eld-kit .eld-cards-list.slick-initialized .slick-next {
  display: none !important;
}
.eld-promo-page .eld-section-cards .eld-kit .eld-cards-list.slick-initialized + .eld-kit-aligner {
  padding-left: 25px;
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card:after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url("../img/plus.svg") center no-repeat;
  background-size: auto 50%;
  position: absolute;
  right: calc(100% - 9px);
  top: calc(50% - 21px);
  z-index: 10;
}
.eld-promo-page .eld-section-cards .eld-kit .eld-card:first-of-type:after {
  display: none;
}
.eld-promo-page .eld-section-cards .eld-cards-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-row {
    display: block;
    padding: 0 10px;
  }
}
@media (min-width: 1241px) {
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.col-lg-1 {
    max-width: 220px;
  }
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.col-lg-2 {
    max-width: 465px;
  }
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.col-lg-3 {
    max-width: 710px;
  }
}
@media (max-width: 1240px) and (min-width: 1000px) {
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.col-md-1 {
    max-width: 220px;
  }
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.col-md-2 {
    max-width: 465px;
  }
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.col-md-3 {
    max-width: 710px;
  }
}
@media (max-width: 999px) and (min-width: 761px) {
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.col-sm-1 {
    max-width: 220px;
  }
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.col-sm-2 {
    max-width: 465px;
  }
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.col-sm-3 {
    width: auto;
  }
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col .eld-cards-list {
    margin: 0 -10px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col .eld-cards-col-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 0 0 15px;
  border-bottom: 6px solid #76bc21;
  color: #000000;
  margin: 0 0 15px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col .eld-cards-col-title {
    font-size: 16px;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.eld-green .eld-card {
  border-color: #76BC21 !important;
}
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.eld-blue .eld-card,
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col.eld-blue .eld-cards-col-title {
  border-color: #F4A029 !important;
}
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col .slick-next {
  right: -44px;
}
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-col .slick-prev {
  left: -44px;
}
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-plus-col {
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-plus-col {
    height: auto !important;
    width: auto;
    margin: 25px 0;
  }
}
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-plus-col .eld-cards-plus {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-plus-col .eld-cards-plus:before, .eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-plus-col .eld-cards-plus:after {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  background-color: #76bc21;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.eld-promo-page .eld-section-cards .eld-cards-row .eld-cards-plus-col .eld-cards-plus:before {
  transform: rotate(90deg);
}
.eld-promo-page .eld-section-cards .eld-tabs .eld-tabs-list .eld-active {
  cursor: default;
}
.eld-promo-page .eld-section-cards .eld-tabs .eld-tab-content {
  display: none;
}
.eld-promo-page .eld-section-cards .eld-tabs .eld-tab-content.eld-active {
  display: block;
}
.eld-promo-page .eld-section-cards * + .eld-tabs {
  margin-top: 40px;
}
.eld-promo-page .eld-section-cards .eld-cards-list-title + .eld-tabs {
  margin-top: 0;
}
.eld-promo-page .eld-buttons-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 40px;
  gap: 10px;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-buttons-list {
    padding: 0 10px;
  }
}
.eld-promo-page .eld-buttons-list .eld-button {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border: 1px solid #76bc21;
  border-radius: 2px;
  box-shadow: none;
  font-family: "Graphik_LC", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  background: #76bc21;
  margin: 0;
  padding: 7px 35px;
  transition: background ease-in 0.2s, border-color ease-in 0.2s;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-buttons-list .eld-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.eld-promo-page .eld-buttons-list .eld-button:hover {
  background: #8AC641;
  border-color: #8AC641;
}
.eld-promo-page .eld-buttons-list .eld-button.eld-active {
  background: #569F15;
  border-color: #569F15;
}
.eld-promo-page .eld-buttons-list .eld-link {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #76bc21;
  border-bottom: 1px solid #76bc21;
  text-align: center;
  text-decoration: none;
  font-family: "Graphik_LC", sans-serif;
  white-space: nowrap;
  transition: color ease-in 0.2s, border-color ease-in 0.2s;
}
.eld-promo-page .eld-buttons-list .eld-link:hover {
  color: #8AC641;
  border-color: #8AC641;
}
.eld-promo-page .eld-section-rules {
  margin: 0 0 40px;
}
.eld-promo-page .eld-section-rules .eld-rules {
  background-color: #F5F5F5;
  border-radius: 2px;
}
.eld-promo-page .eld-section-rules .eld-rules .eld-rules-title {
  cursor: pointer;
  color: #262626;
  font-family: "Graphik_LC", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 14px 10px;
  text-align: center;
}
.eld-promo-page .eld-section-rules .eld-rules .eld-rules-title span {
  border-bottom: 1px dashed #262626;
}
.eld-promo-page .eld-section-rules .eld-rules ol {
  margin: 0;
  margin: 0;
  padding: 0 20px 10px 35px;
  text-align: left;
  white-space: normal;
  list-style: none;
  display: none;
}
.eld-promo-page .eld-section-rules .eld-rules ol li {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #262626;
  list-style-type: decimal;
}
.eld-promo-page .eld-section-rules .eld-rules ol li span {
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  font-family: "Graphik_LC", Arial, sans-serif !important;
  font-weight: 400;
}
.eld-promo-page .eld-section-rules .eld-rules ol li span a {
  color: #76BC21;
  text-decoration: underline;
}
.eld-promo-page .eld-section-rules .eld-rules ol li span table {
  margin: 5px 0;
}
.eld-promo-page .eld-section-rules .eld-rules ol li span table td {
  padding: 3px 8px;
  border: 1px solid #262626;
}
.eld-promo-page .eld-section-rules .eld-rules ol li span table thead td {
  background: rgba(0, 0, 0, 0.04);
  font-weight: 500;
}
.eld-promo-page .eld-section-rules .eld-rules ol li.eld-disclaimer {
  padding-top: 15px;
  list-style: none;
  opacity: 0.8;
}
.eld-promo-page .eld-section-rules .eld-rules ol li.eld-disclaimer span {
  font-size: 12px;
  line-height: 14px;
}
.eld-promo-page .eld-section-rules .eld-rules + .eld-rules {
  margin-top: 10px;
}
.eld-promo-page .eld-section-timer {
  margin: 0 0 40px;
}
.eld-promo-page .eld-section-timer .eld-timer-title {
  margin: 0 0 20px;
  font-size: 20px;
  color: #262626;
  font-family: "Graphik_LC", "Arial", sans-serif !important;
  font-weight: 500;
  text-align: center;
}
.eld-promo-page .eld-section-timer .eld-timer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.eld-promo-page .eld-section-timer .eld-timer > div .eld-timer-value {
  width: 70px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #76BC21;
  background: #E1EFD0;
  border-radius: 2px;
  color: #76BC21;
  font-size: 50px;
  margin: 0 15px;
  font-family: "DINWebNarrow";
  font-weight: 600;
  position: relative;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-timer .eld-timer > div .eld-timer-value {
    width: 56px;
    height: 70px;
    font-size: 44px;
    margin: 0 10px;
  }
}
.eld-promo-page .eld-section-timer .eld-timer > div .eld-timer-value:after {
  content: ":";
  display: block;
  width: 30px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #76BC21;
  font-family: "DINWebNarrow";
  font-weight: 600;
  font-size: 44px;
  left: 100%;
  top: 0;
  position: absolute;
}
@media (max-width: 760px) {
  .eld-promo-page .eld-section-timer .eld-timer > div .eld-timer-value:after {
    width: 20px;
    height: 70px;
    font-size: 36px;
  }
}
.eld-promo-page .eld-section-timer .eld-timer > div:last-of-type .eld-timer-value:after {
  display: none;
}
.eld-promo-page .eld-section-timer .eld-timer > div .eld-timer-value-title {
  padding-top: 8px;
  font-family: "Graphik_LC";
  font-size: 12px;
  color: #76BC21;
  text-align: center;
}

.eld-disclaimer {
  text-align: left;
  margin: 20px auto 40px;
  font-family: 'Graphik_LC', Arial, sans-serif;
  font-size: 12px;
  color: #9D9D9D;
  line-height: 16px;
}
@media (max-width: 760px) {
  .eld-disclaimer {
      padding: 0 10px;
  }
}
/*# sourceMappingURL=eld-styles.css.map */