.candy-checkboxes {
  line-height: 1.3;
  padding: 0 0 0 40px; }
  @media (max-width: 767px) {
    .candy-checkboxes {
      padding: 0; } }
  .candy-checkboxes .container-check {
    font-size: 14px;
    color: #707070; }
    .candy-checkboxes .container-check:hover {
      color: #56A637; }
      .candy-checkboxes .container-check:hover a {
        color: #56A637; }
  .candy-checkboxes .container-check input:checked ~ .checkmark {
    border: none;
    background-color: #74bd26; }
  .candy-checkboxes .container-check .checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    transition: background .3s; }
    .candy-checkboxes .container-check .checkmark::after {
      width: 4px;
      height: 9px;
      position: static;
      top: auto;
      left: auto;
      border-color: #fff; }
  .candy-checkboxes a {
    color: #707070;
    text-decoration: underline; }
    .candy-checkboxes a:hover {
      text-decoration: none; }

.candy-form {
  max-width: 778px;
  width: 100%;
  margin: 0 auto; }
  .candy-form--landing {
    padding: 0 0 60px; }
    .candy-form--landing .candy-form__inner {
      border-radius: 20px;
      background-color: #f2eee6;
      padding: 40px 40px 15px;
      margin: 0 0 35px; }
      @media (max-width: 767px) {
        .candy-form--landing .candy-form__inner {
          padding: 20px 20px 10px;
          margin: 0 0 25px; } }
    @media (max-width: 767px) {
      .candy-form--landing {
        padding: 0 0 30px; } }
  .candy-form__input {
    width: 100%;
    height: 34px;
    border-radius: 17px;
    background-color: #ffffff;
    padding: 0 20px;
    color: #707070;
    font-size: 16px;
    border: none;
    margin: 0 0 25px; }
  .candy-form__select {
    position: relative;
    width: 100%;
    font-size: 18px;
    background: #fff;
    border-radius: 17px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 25px; }
    .candy-form__select::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 18px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      border-color: #000 transparent transparent transparent;
      pointer-events: none; }
    .candy-form__select select {
      outline: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: none;
      margin: 0;
      width: 100%;
      padding: 6px 45px 6px 18px;
      color: #707070;
      font-family: inherit;
      font-size: inherit;
      cursor: pointer;
      line-height: inherit; }
  .candy-form__btn.landing-btn {
    height: 48px;
    padding: 0 48px;
    font-size: 16px; }
    .candy-form__btn.landing-btn:hover {
      background: #fff;
      color: #00a91a; }
    @media (max-width: 767px) {
      .candy-form__btn.landing-btn {
        padding: 0 24px; } }
  .candy-form__descr {
    font-size: 14px;
    margin: 10px 0 0 !important; }

.candy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 45px 30px; }
  @media (max-width: 767px) {
    .candy {
      padding: 45px 20px; } }
  .candy__hero {
    height: 433px; }
    .candy__hero .nav-crumbs li,
    .candy__hero .nav-crumbs li a,
    .candy__hero .nav-crumbs li span {
      color: #fff; }
    @media (max-width: 767px) {
      .candy__hero {
        height: 205px; } }
  .candy__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    width: 100%;
    height: 478px; }
    @media (max-width: 767px) {
      .candy__img {
        height: 250px; } }
  .candy__main {
    padding: 70px 45px 0; }
    @media (max-width: 767px) {
      .candy__main {
        padding: 30px 20px 0; } }
  .candy__title {
    color: #00a919;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .candy__title {
        font-size: 32px;
        margin: 0 0 15px; } }

.landing-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 60px 0;
  padding: 28px 35px 25px;
  background: #fff; }
  @media (max-width: 991px) {
    .landing-banner {
      padding: 220px 70px 70px; } }
  @media (max-width: 700px) {
    .landing-banner {
      padding: 180px 30px 30px; } }
  @media (max-width: 575px) {
    .landing-banner {
      padding: 100px 20px 30px; } }
  .landing-banner--reverse {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 991px) {
      .landing-banner--reverse::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); } }
    .landing-banner--reverse .landing-banner__title {
      font-size: 27px; }
    .landing-banner--reverse .landing-banner__text {
      font-size: 20px; }
    .landing-banner--reverse .landing-banner__img {
      right: auto;
      left: 0; }
      @media (max-width: 991px) {
        .landing-banner--reverse .landing-banner__img {
          max-width: 400px;
          width: 100%; } }
  .landing-banner__info {
    max-width: 490px;
    width: 100%; }
    @media (max-width: 991px) {
      .landing-banner__info {
        max-width: none; } }
  .landing-banner__title {
    color: #27a835;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 15px; }
    @media (max-width: 991px) {
      .landing-banner__title {
        max-width: 590px;
        width: 100%;
        font-size: 54px;
        margin: 0 0 45px; } }
    @media (max-width: 700px) {
      .landing-banner__title {
        font-size: 42px;
        margin: 0 0 25px; } }
    @media (max-width: 575px) {
      .landing-banner__title {
        font-size: 28px; } }
  .landing-banner__text {
    color: #3d4556;
    font-size: 22px;
    margin: 0 0 20px; }
    @media (max-width: 991px) {
      .landing-banner__text {
        max-width: 610px;
        width: 100%;
        font-size: 36px;
        margin: 0 0 70px; } }
    @media (max-width: 700px) {
      .landing-banner__text {
        font-size: 28px;
        margin: 0 0 25px; } }
    @media (max-width: 575px) {
      .landing-banner__text {
        font-size: 22px; } }
  @media (max-width: 991px) {
    .landing-banner__btn.landing-btn {
      width: 100%;
      height: 108px;
      border-radius: 53px;
      font-size: 34px; } }
  @media (max-width: 700px) {
    .landing-banner__btn.landing-btn {
      height: 60px;
      font-size: 28px;
      border-radius: 40px; } }
  @media (max-width: 575px) {
    .landing-banner__btn.landing-btn {
      font-size: 20px; } }
  .landing-banner__img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 991px) {
      .landing-banner__img {
        width: 100%;
        height: auto;
        border-radius: 44px 44px 0 0; } }

.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 46px;
  border: none;
  border-radius: 24px;
  background-color: #00a91a;
  border: 2px solid #00a91a;
  padding: 0 25px;
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
  transition: background .3s, color .3s; }
  .landing-btn:hover {
    background: #fff;
    color: #00a91a; }

.modal-candy__content {
  max-width: 778px;
  background-color: #ffffff; }

.modal-candy__title {
  font-weight: 700;
  margin: 0 0 35px;
  padding: 0; }
  @media (max-width: 767px) {
    .modal-candy__title {
      margin: 0 0 15px;
      font-size: 24px; } }

.modal-candy__form .candy-form__input {
  border: 1px solid #748aa1;
  background-color: #f1f5f5;
  color: #223758; }

.modal-candy__form .candy-form__select {
  border: 1px solid #748aa1;
  background-color: #f1f5f5;
  color: #223758; }
  .modal-candy__form .candy-form__select select {
    white-space: pre-wrap; }

.modal-candy__wrap {
  display: flex;
  margin: 0 0 10px; }

.modal-candy__info {
  color: #3d4556;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px; }

.modal-candy__info-text {
  color: #74bd26;
  font-size: 22px;
  font-weight: 300;
  margin: 30px 0 0; }
  @media (max-width: 767px) {
    .modal-candy__info-text {
      margin: 15px 0 0; } }

.modal-candy__img {
  max-width: 333px;
  width: 100%;
  margin: 0 0 0 28px; }
  @media (max-width: 767px) {
    .modal-candy__img {
      display: none; } }

.modal-candy .candy-checkboxes {
  padding: 0;
  margin: 15px 0 0; }

.modal-candy__cross {
  background-image: url("../images/landing/pop-up-cross.png");
  background-size: contain;
  background-repeat: no-repeat; }

.subtitle-h4 {
  color: #74bd26;
  margin-bottom: 5px; }

.banner_yellow p {
  color: inherit;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0; }

a.banner_yellow__button {
  color: #fff;
  font-size: 17px;
  line-height: 17px; }

.cm-top-banner {
  background-image: url("/images/reflect/bg_top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  height: 577px;
  padding-top: 60px;
  margin-bottom: 0; }

.cm-top-banner__left {
  padding: 0 0 0 55px; }

.cm-top-banner__slogan {
  font-size: 23px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  padding-top: 38px;
  margin-bottom: 74px; }

.cm-top-banner__title-span {
  font-size: 35px;
  line-height: 36px;
  color: #fff;
  font-weight: 500; }

.cm-top-banner__title-strong {
  font-size: 56px;
  line-height: 56px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 153px; }

.cm-top-banner__right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0 65px 0 0; }

.cm-top-banner__right-img {
  position: relative;
  z-index: 2; }

.cm-top-banner__right-desc {
  position: absolute;
  bottom: 120px;
  z-index: 1;
  height: 140px;
  width: 140px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #f4be49;
  color: #54575a;
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  left: -21px; }

.cm-text {
  padding: 0 55px;
  margin-bottom: 40px; }
  .cm-text p {
    color: #707070;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 0;
    letter-spacing: .8px; }
    .cm-text p strong {
      font-weight: 700; }

.cm-buy-now {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px; }

.cm-buy-now__left {
  display: flex;
  align-items: flex-end;
  font-size: 34px;
  font-weight: 500;
  padding: 0 15px;
  color: #00a919; }
  .cm-buy-now__left span {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    position: relative;
    margin: 0 10px 0 10px; }
    .cm-buy-now__left span sup {
      font-size: 12px;
      top: 15px;
      position: absolute;
      right: -10px; }

.cm-buy-now__right {
  padding: 0 15px; }

a.cm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a919;
  width: 210px;
  height: 50px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  transition: all .2s ease; }
  a.cm-btn:hover {
    background-color: #fff;
    border: 1px solid #00a919;
    color: #00a919; }

.bg-grey {
  background-color: #eee;
  padding: 40px 0; }

.cm-title {
  position: relative;
  text-align: center;
  color: #00a919;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 40px; }
  .cm-title::after {
    content: '';
    display: block;
    height: 3px;
    background-color: #00a919;
    max-width: 580px;
    margin: 43px auto 0 auto; }

.cm-title-small {
  margin-bottom: 35px; }

.cm-title-small-h3 {
  text-align: center;
  color: #74bd26;
  font-size: 23px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 15px; }
  .cm-title-small-h3 strong {
    font-weight: 500; }

.cm-title-small-p {
  font-size: 17px;
  line-height: 22px;
  color: #707070;
  text-align: center; }

.cm-function-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px; }

.cm-function__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  align-self: baseline; }

.cm-function__item-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  color: #00a919; }

.cm-function__item-img {
  margin: 20px 0 15px 0; }

.cm-function__item-desc {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  padding: 0 30px;
  font-weight: 300; }

.cm-line {
  max-width: 580px;
  height: 3px;
  background-color: #00a919;
  margin: 22px auto 42px auto; }

.img-result {
  display: flex;
  align-items: center;
  justify-content: center; }

.cm-small-text {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #707070;
  padding: 0 50px;
  letter-spacing: 0.1px; }

.cm-hardware-menu {
  margin-bottom: 50px; }

.cm-hardware-menu__top {
  padding: 48px 0 57px 0;
  background-image: url("/images/reflect/b-08.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

.cm-hardware-menu__top-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .cm-hardware-menu__top-item .cm-buy-now__left {
    color: #fff; }

a.cm-hardware-menu__top-btn {
  height: 60px;
  width: 270px;
  background-color: #fff;
  color: #74bd26;
  cursor: pointer;
  font-size: 23px;
  line-height: 23px;
  margin: 35px auto 0 auto; }
  a.cm-hardware-menu__top-btn:hover {
    color: #fff;
    background-color: #74bd26;
    border-color: #74bd26; }

.cm-hardware-menu__bottom {
  background-color: #74bd26;
  display: flex;
  flex-wrap: wrap; }

.cm-hardware-menu__bottom-left {
  width: 52%;
  display: flex;
  align-items: center;
  justify-content: center; }

.cm-hardware-menu__bottom-right {
  width: 48%;
  padding-top: 65px; }

.cm-hardware-menu__bottom-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 24px; }
  .cm-hardware-menu__bottom-title img {
    margin-left: 20px; }

.cm-hardware-menu__bottom-desc {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding-right: 40px; }

.cm-special-price {
  margin-bottom: 55px; }

.cm-special-price__yeelow-slogan {
  background-color: #f8f400;
  height: 50px;
  display: flex;
  align-items: center;
  max-width: 370px;
  color: #00a919;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  padding-left: 75px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 50px; }
  .cm-special-price__yeelow-slogan sup {
    font-size: 12px; }

.cm-special-price__wrap {
  display: flex;
  flex-wrap: wrap; }

.cm-special-price__left {
  width: 60%;
  padding-left: 71px;
  padding-right: 30px; }

.cm-special-price__left-title {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #707070;
  font-weight: 300; }

.cm-special-price__left-btn {
  margin-bottom: 39px; }

.cm-special-price__img {
  width: 40%;
  margin-top: -20px; }

ul.cm-special-price__left-ul {
  list-style: disc outside;
  padding-left: 15px !important; }
  ul.cm-special-price__left-ul li {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #707070; }

.cm-kit {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 33px; }

.cm-kit__img {
  width: 40%;
  padding: 0 0 0 37px; }

.cm-kit__desc {
  width: 60%;
  padding: 10px 20px 0 18px; }

.cm-kit__desc-title {
  font-weight: 700;
  font-size: 33px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #74bd26; }

ul.cm-kit__desc-ul {
  list-style: disc inside; }
  ul.cm-kit__desc-ul li {
    font-size: 21px;
    line-height: 24px;
    font-weight: 100;
    margin-bottom: 15px; }
    ul.cm-kit__desc-ul li strong {
      font-weight: 500; }
    ul.cm-kit__desc-ul li:last-child {
      margin-bottom: 0; }

.cm-kit__desc-slogan {
  background-color: #f8f400;
  padding: 15px 20px;
  font-size: 19px;
  line-height: 24px;
  color: #00a919;
  font-weight: 500;
  border-radius: 20px;
  margin-top: 48px; }

.cm-application__title {
  font-size: 22px;
  line-height: 24px;
  color: #74bd26;
  font-weight: 700;
  text-align: center; }

.cm-application__title-small {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #74bd26;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 35px; }

.cm-application__wrapper {
  margin-bottom: 29px;
  display: flex;
  flex-wrap: wrap; }

.cm-application__wrapper-img {
  width: 60%;
  display: flex;
  justify-content: center;
  padding-left: 50px; }

.cm-application__wrapper-desc {
  width: 40%;
  padding-left: 48px; }

.cm-application__text {
  padding-left: 115px; }

.cm-application__text-title {
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  color: #747474;
  margin-bottom: 23px; }

ul.cm-application__text-ul {
  list-style: disc inside; }
  ul.cm-application__text-ul li {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 17px; }
    ul.cm-application__text-ul li:last-child {
      margin-bottom: 0; }

.cm-application__wrapper-desc__app {
  font-size: 17px;
  line-height: 20px;
  color: #626262;
  font-weight: 500; }

.cm-application__wrapper-desc__app-text {
  font-size: 13px;
  line-height: 16px;
  color: #626262;
  font-weight: 300; }

.cm-application__wrapper-desc__yel-sl {
  width: 227px;
  padding: 5px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffed00;
  border-radius: 15px;
  color: #00a919;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 38px;
  margin-top: 15px; }
  .cm-application__wrapper-desc__yel-sl span {
    font-size: 33px;
    line-height: 35px;
    font-weight: 700; }

.cm-application__wrapper-desc__app-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 24px; }
  .cm-application__wrapper-desc__app-img a:nth-child(2) {
    margin: 0 10px; }

.banner_yellow p {
  margin-right: 3px; }

.cm-yellow__btn {
  padding: 8px 15px; }

.cm-mb-40 {
  margin-bottom: 40px; }

.cm-mb-c {
  margin-bottom: 28px; }

.cm-mt-line {
  margin-top: 47px; }

.cm-block-bg {
  margin-top: 14px; }
  .cm-block-bg p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #707070;
    margin-bottom: 0 !important; }
