.wrapper {
  overflow: hidden;
}

.img-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: auto;
}

.sku {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  color: #858585;
  text-align: right;
  font-size: 13px;
  ;
}

.img-wrap img {
  max-width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.accent_color {
  color: #00843d;
}

.cust_set {
  padding-top: 30px;
  font-size: 15px !important;
  line-height: 23px !important;
}

.logo_naymark {
  position: absolute;
  top: 40px;
  right: 110px;
}

.naymark {
  width: 104px;
}

/*! buttons */
.button {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  transition: .2s linear;
}

.button::after, .button::before {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 110%;
  height: 110%;
  transition: .2s linear;
}

.button::after {
  left: -122%;
  width: 116%;
}

.button:hover::after, .button:hover::before {
  transform: translateX(100%) skewX(25deg);
}

.button:focus {
  outline: 0;
}

.wrapper_section1__bcg img {
  position: absolute;
  right: 0;
  bottom: -100px;
}

.button--desktop {
  display: block;
}

.button--mobile {
  display: none;
}

.button--red {
  border: 2px solid #00843d;
  background: #00843d;
  color: #ffffff;
}

.button--red::before {
  left: 0;
  background: #00843d;
}

.button--red::after {
  background: #ffffff;
  transform: skewX(25deg);
}

.button--red:hover {
  color: #00843d;
}

.button--white {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #ac001f;
}

.button--white::before {
  left: 0;
  background: #ffffff;
}

.form-container .btn {
  background: #00843d;
}

.button--white::after {
  background: #00843d;
  transform: skewX(25deg);
}

.mob-visible {
  display: none;
}

.button--white:hover {
  color: #ffffff;
}

.section1__img_mob {
  display: none;
}

@media screen and (max-width: 992px) {
  .button {
    padding: 10px 0;
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .product__wrapper {
    padding-top: 0 !important;
  }

  .mob-visible {
    display: block;
  }

  .mob-hide {
    display: none;
  }

  .button {
    font-size: 20px;
  }
}

/*! buttons end*/
/*! form */
#form {
  padding: 75px 0 0 0;
}

.form__title {
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}

#form__wrapper .call_btn {
  border-radius: 5px !important;
  background: #00843d !important;
  transition: all .2s linear;
}

#form__wrapper .call_btn:hover {
  border-radius: 5px;
  background: #00843d !important;
  transition: all .2s linear;
}

#form__wrapper .call_btn:active, #form__wrapper .call_btn:focus {
  border-radius: 5px !important;
  background: #00843d !important;
  transition: all .2s linear;
}

#form .tabs, #form .productPrice_container {
  display: none;
}

/*! form end */
/*! banner */
.banner {
  position: relative;
  padding: 8.5% 0;
  background: url('../img/section1__bcg.jpg') center bottom/cover no-repeat;
}

.banner__subtitle {
  padding: 20px 0 75px 0;
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
}

.banner__button {
  max-width: 200px;
  border-radius: 0;
  color: #ffffff;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.banner__content {
  z-index: 1;
  padding-top: 70px !important;
  padding-right: 70px !important;
}

.banner__flowers {
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 0;
}

/*! banner end */
/*! product */
.product {
  padding: 115px 0 0 0;
}

.product__wrapper {
  padding-top: 70px;
}

.product__suptitle {
  display: block;
  color: #1445a6;
  text-align: center;
  letter-spacing: .1em;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.product__title {
  margin: 0 0 50px 0;
  color: #000000;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 26px;
  line-height: 32px;
}

.card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}


.card .img-wrap img {
  width: 302px;
  /* width: 100%; */
}

.section-pdb {
  padding-top: 30px !important;
  padding-bottom: 130px;
}

.opacity-zero {
  opacity: 0;
}

.card__title {
  padding: 30px 0 10px 0;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.card__description {
  max-width: 275px;
  color: #858585;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
}

.card__prices {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 40px 0 20px 0;
}

.card__price {
  display: flex;
  justify-content: center;
}

.card__button {
  margin-top: 25px;
  max-width: 200px;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  letter-spacing: .1em;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

.price {
  margin: 0 5px;
}

.price--new {
  color: #1445a6;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
}

.price--old {
  margin: 0 0 1px 0;
  color: #858585;
  text-align: center;
  letter-spacing: .1em;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;

  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.product .row:last-child .col-12:nth-child(1) .card, .product .row:last-child .col-12:nth-child(3) .card {
  margin: -30px 0 0 0;
}

/*! product end */
/*! kit */
.kit {
  padding: 90px 0 0 0;
  background: url('../img/section3__bcg.png') center/cover no-repeat;
}

/* .kit .img-wrap {
  border: 8px solid #ffffff;
} */

.kit__wrapper {
  margin: 0 0 0 30px;
  padding: 50px;
  background: #ffffff;
}

.kit__title {
  max-width: 350px;
  color: #000000;
  font-weight: normal;
  font-style: italic;
  font-size: 36px;
  line-height: 44px;
}

.kit__text {
  padding: 20px 0 0 0;
  color: #858585;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
}

.kit__text:nth-child(4) {
  padding: 20px 0 60px 0;
}

.kit__button {
  max-width: 335px;
  border-radius: 0;
  color: #ffffff;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

/*! kit end */
@media screen and (max-width: 991px) {
  .banner__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .product {
    padding: 60px 0 70px 0;
  }

  .product__title {
    font-size: 25px;
    line-height: 32px;
  }

  .kit {
    padding: 50px 0 100px 0;
  }

  .kit__wrapper {
    margin: 0;
    padding: 30px;
  }

  .kit__title {
    font-size: 25px;
    line-height: 32px;
  }

  .kit__text {
    padding: 10px 0 0 0;
  }

  .kit__text:nth-child(4) {
    padding: 10px 0 30px 0;
  }

  .button {
    font-size: 18px;
  }

  .form__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 5.5% 0;
    background: none;
  }

  .banner__subtitle {
    padding: 0 0 45px 0;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .banner__button {
    margin: 40px 0 0 0;
    padding: 14px 0;
    max-width: unset;
    width: 50%;
  }

  .banner .img-wrap {
    width: calc(100vw * .85);
  }

  .product {
    padding: 30px 0 35px 0;
  }

  .card {
    margin: 30px 0 !important;
  }

  .card__description {
    font-size: 17px;
    line-height: 130%;
  }

  .kit {
    padding: 0 0 30px 0;
    background: none;
  }

  .kit .img-wrap {
    border: none;
  }

  .kit__wrapper {
    padding: 30px 0 0 0;
  }

  .kit__title {
    padding: 0 0 15px 0;
    max-width: unset;
    font-size: 30px;
    line-height: 44px;
  }

  .button {
    padding: 15px 0;
  }

  #form #form__wrapper .tab_content {
    border-top: 1px solid #d1dee7 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #d1dee7 !important;
    border-left: 0 !important;
  }
}




@media (min-width: 320px) and (max-width: 768px) {
  .logo_naymark {
    position: absolute;
    top: 60px;
    right: 35px;
  }

  .opacity-zero {
    display: none !important;
  }

  .section1__img_mob {
    display: block;
    width: 300px;
  }

  .banner__content {
    padding-right: 0 !important;
  }

  .wrapper_section1__bcg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .logo_naymark {
    position: absolute;
    top: 40px;
    right: 60px;
    /* right: 110px; */
  }

  .wrapper_section1__bcg img {
    right: -600px;
    bottom: -82px;
  }
}



@media (min-width: 992px) and (max-width: 1200px) {
  .logo_naymark {
    position: absolute;
    top: 40px;
    right: 80px;
  }

  .wrapper_section1__bcg img {
    right: -400px;
    bottom: -82px;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .wrapper_section1__bcg img {
    right: -250px;
  }
}
