* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  outline: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #f9fffc;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container {
  margin: 0 auto;
  width: 768px;
  padding: 0 20px;
}
.header {
  width: 100%;
  z-index: 1;
  background: #217b33;
}
.header-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.5px 0;
}
.header-logo {
  font-weight: 700;
  font-size: 35px;
  line-height: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.main {
  overflow: hidden;
}
.item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.title {
  font-family: Caveat, cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 40px;
  text-align: center;
  color: #000;
}
.show-for-mobile {
  display: none;
}
.popup-modal {
  position: fixed;
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
}
.popup {
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 20px;
  width: 728px;
  margin: 0 auto;
  z-index: 14;
  position: relative;
}
.popup-top {
  background: -webkit-linear-gradient(0.57deg, #0f561e 0.08%, #37a04c 100.33%);
  background: -o-linear-gradient(0.57deg, #0f561e 0.08%, #37a04c 100.33%);
  background: linear-gradient(89.43deg, #0f561e 0.08%, #37a04c 100.33%);
  border-radius: 20px 20px 0 0;
  position: relative;
}
.popup-title {
  margin: 0 auto;
  padding: 45px 0 43px;
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 5px 7px #104e1c;
}
.popup-close {
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.popup-bottom {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.popup-image {
  padding: 18px 0 24px;
}
.popup-image .popup-img {
  margin: 0 auto;
}
.popup-content {
  width: calc(50% + 0px);
  padding: 18px;
  color: #3d99ed;
}
.popup-content h3 {
  width: 88%;
  margin: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ff0f17;
}
.popup .time-remain {
  padding: 12px 0;
  width: 94%;
}
.popup .form {
  padding: 0;
}
.popup .item-btn-container {
  margin: 10px auto 6px;
}
.popup .time-dots {
  color: #217b33;
}
.popup .form-title-price {
  padding: 52px 46px 0;
}
.popup .form-title-price .old-price {
  margin: 0 15px 0 0;
}
.popup .form-title-price .new-price {
  margin: 0;
}
.item1 {
  position: relative;
  overflow: hidden;
}
.item1 .container {
  position: relative;
  z-index: 1;
}
.item1-bg1 {
  bottom: -64px;
  left: -150px;
}
.item1-bg1,
.item1-bg2 {
  position: absolute;
  z-index: -1;
}
.item1-bg2 {
  top: -320px;
  left: -239px;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.item1-title {
  padding: 50px 0 0;
  font-size: 96px;
}
.item1-subtitle,
.item1-title {
  text-align: center;
  font-family: Caveat, cursive;
  font-weight: 400;
  line-height: 70px;
  color: #217b33;
}
.item1-subtitle {
  font-size: 55px;
}
.main-subtitle {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all ease 0.2s;
  transition: all 0.2s ease;
}
.item1-container {
  padding: 38px 0 39px;
}
.item1-left {
  width: calc(100% - 320px);
}
.item1-img {
  margin: 0 0 0 -20px;
}
.item1-subtitle2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.item1-subtitle3 {
  font-family: Caveat, cursive;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  line-height: 91px;
  color: #ff6b00;
}
.item1-ul {
  list-style: none;
  padding: 21px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #217b33;
}
.item1-ul .item1-ul-li {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item1-ul .item1-ul-li p {
  padding: 0 86px 0 23px;
}
.form-container {
  width: 320px;
  margin: 0 0 0 auto;
  z-index: 3;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
}
.time-block {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #217b33;
  color: #fff;
}
.time-block .time-block-bg {
  display: block;
  background: rgba(242, 254, 248, 0.5);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  height: 123px;
  width: 210px;
  position: absolute;
  left: 55px;
  top: -57px;
  z-index: 0;
}
.time-block .time-block-bg2 {
  background: -webkit-radial-gradient(
    50.21% 49.3%,
    160.67px,
    #7cc88b 0,
    #217b33 80%
  );
  background: -o-radial-gradient(
    50.21% 49.3%,
    160.67px,
    #7cc88b 0,
    #217b33 80%
  );
  background: radial-gradient(160.67px at 50.21% 49.3%, #7cc88b 0, #217b33 80%);
  height: 187px;
  width: 187px;
  position: absolute;
  left: 55px;
  top: -108px;
  z-index: 0;
}
.time-title {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 19px 0 16px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
}
.time-remain {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 14px;
  font-weight: 300;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.time-remain,
.time-remain-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.time-remain-items {
  position: relative;
  width: 70px;
  height: 60px;
  -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;
  padding: 6px 14px;
  background: #217b33;
  border: 1px solid #deffe5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 1;
}
.hour,
.minutes,
.seconds {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.time-dots {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
.form-block {
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.form-title-price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  padding: 20px 20px 0;
}
.old-price {
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 29px;
  color: #9e9e9e;
  position: relative;
  padding: 12px;
  margin: 0 5px 0 0;
  overflow: hidden;
}
.new-price,
.old-price {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.04em;
}
.new-price {
  margin: 0 0 0 5px;
  line-height: 28px;
  color: #ff3d00;
  padding: 12px 16px;
}
.prize-title {
  text-transform: uppercase;
  font-size: 8px;
  line-height: 10px;
}
.line {
  position: absolute;
  top: 57%;
  right: 15%;
  display: block;
  background: #9e9e9e;
  width: 72%;
  height: 2px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 8px 20px 0;
  color: #000;
}
::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #717171;
}
:-ms-input-placeholder,
::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #717171;
}
::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #717171;
}
.form-input-block {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.form-input-img {
  position: absolute;
  top: 38%;
  left: 8%;
}
.form-input,
.country {
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #717171;
  padding: 16px 0 16px 56px;
  margin: 7.5px auto;
  outline: 0;
}
.form-input:focus,
.country:focus {
  color: #2c2c2c;
  border: none;
  border-bottom: 1px solid #717171;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 20px;
  font-size: 10px;
}
.form-checkbox .checkbox {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  border: 1px solid #5dc9d4;
  background: #fff;
}
.form-checkbox a {
  color: inherit;
  padding: 0 0 0 14px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.form-checkbox a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.form-card-pay {
  width: 100%;
  margin: 20px auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -webkit-linear-gradient(8.01deg, #f4fff3, #f0fff0);
  background: -o-linear-gradient(8.01deg, #f4fff3 0, #f0fff0 100%);
  background: linear-gradient(81.99deg, #f4fff3, #f0fff0);
  padding: 15px 20px;
}
.form-card-pay,
.form-card-pay-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-card-pay-items {
  width: 35%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-card-pay-items img {
  margin: 0 4px;
}
.form-card-pay-txt1 {
  width: 100%;
  padding: 0;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #434343;
}
.form-card-pay-txt2 {
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #434343;
  padding: 0;
}
.form-protect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0 24px;
  width: 90%;
  margin: 0 auto;
}
.item2 {
  position: relative;
  background: #cbcbcb;
  overflow: hidden;
  z-index: 1;
}
.item2-title {
  padding: 36px 0;
}
.item2-container {
  position: relative;
}
.item2-left,
.item2-right {
  width: calc(100% - 156px);
  position: relative;
  z-index: 1;
}
.item2-right {
  margin: 0 -14px 0 0;
}
.item2-ul {
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  padding: 16px 0 0;
}
.item2-ul .item2-ul-li {
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.item2-ul .item2-ul-li p {
  padding: 0 0 0 9px;
}
.item2-ul .item2-ul-li-specific {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 20px;
}
.item2-ul .item2-ul-li-specific .item2-icon {
  padding: 4px 0 0;
}
.item2-center,
.item2-img1 {
  position: relative;
}
.item2-img1 {
  margin: 0 auto -4px;
  z-index: 1;
}
.item2-img2 {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: -228px;
}
.item2-icon-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.item2-icon-container .item2-icon:first-child {
  position: absolute;
  left: 106px;
  bottom: 280px;
}
.item2-icon-container .item2-icon:nth-child(2) {
  position: absolute;
  left: 154px;
  bottom: 240px;
}
.item2-icon-container .item2-icon:nth-child(3) {
  position: absolute;
  left: 140px;
  bottom: 140px;
}
.item2-icon-container .item2-icon:nth-child(4) {
  position: absolute;
  left: 40px;
  bottom: 106px;
}
.item2-icon-container .item2-icon:nth-child(5) {
  position: absolute;
  left: 170px;
  bottom: 40px;
}
.item3 {
  overflow: hidden;
}
.item3,
.item3 .container {
  position: relative;
}
.item3-bg {
  position: absolute;
  top: 9px;
  left: -91px;
  z-index: -1;
}
.item3-container {
  padding: 27px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item3-right {
  width: 45%;
}
.item3-left {
  position: relative;
  width: 55%;
}
.item3-img {
  margin: 48px auto -52px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all ease 0.8s;
  transition: all 0.8s ease;
}
.item3-icon {
  position: absolute;
  top: 96px;
  right: 24px;
}
.item3-title {
  text-align: left;
}
.item3-text1,
.item3-title {
  margin: 48px auto -48px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all ease 0.8s;
  transition: all 0.8s ease;
}
.item3-text1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #217b33;
  padding: 35px 0 12px;
}
.item3-text2 {
  font-size: 14px;
  line-height: 25px;
  margin: 48px auto -48px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all ease 0.8s;
  transition: all 0.8s ease;
}
.item3-text2 span {
  font-weight: 700;
}
.item3-content {
  width: calc(100% - 42px);
  margin: 0 auto 36px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 30px 29px 26px 36px;
  font-size: 14px;
  line-height: 20px;
}
.item3-content p:first-child {
  padding: 0 0 16px;
}
.item4 {
  background: #217b33;
  color: #fff;
  overflow: hidden;
}
.item4 .container {
  position: relative;
}
.item4-title {
  color: #fff;
  padding: 48px 86px 26px;
}
.item4-text,
.item4-title {
  position: relative;
  z-index: 1;
}
.item4-text {
  padding: 0 42px 0 50px;
  font-size: 14px;
  line-height: 20px;
}
.item4-text span {
  font-weight: 700;
}
.item4-image-container .item4-img {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1;
}
.item4-image-container .item4-bg {
  position: absolute;
  top: 245px;
  left: -421px;
  background: -webkit-radial-gradient(50% 50%, #deffe5 0, #3b8f4c 100%);
  background: -o-radial-gradient(50% 50%, #deffe5 0, #3b8f4c 100%);
  background: radial-gradient(50% 50%, #deffe5 0, #3b8f4c 100%);
  width: 1649px;
  height: 529px;
  z-index: 0;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
.item4-container {
  position: relative;
  display: none;
  z-index: 1;
  padding: 0 0 60px;
}
.item4-card {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s ease;
  -o-transition: all ease 0.8s;
  transition: all 0.8s ease;
  width: 25%;
  font-family: Caveat, cursive;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all ease 0.45s;
  transition: all 0.45s ease;
}
.item4-card .item4-card-img-container {
  height: 117px;
  width: 117px;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 21px;
}
.item4-card h3 {
  padding: 0 24px;
  font-weight: 400;
  font-size: 36px;
  line-height: 30px;
}
.item4-card:hover .item4-card-img-container {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.item4-card:hover h3 {
  color: #000;
}
.item4-quality {
  position: relative;
  padding: 0 0 45px;
}
.item4-quality .item4-quality-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item4-quality .item4-quality-item .item4-subtitle {
  font-family: Caveat, cursive;
  font-weight: 400;
  font-size: 36px;
  line-height: 30px;
  padding: 0 0 0 22px;
}
.item4-quality .item4-btn-container {
  margin: 32px auto 12px;
}
.item4-modal {
  display: none;
  position: absolute;
  top: -12px;
  left: 0;
  margin: 0 auto;
  width: 728px;
  height: 143px;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  z-index: 4;
}
.item4-modal-container {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item4-modal-container .item4-modal-img {
  height: 118px;
}
.item4-modal-content {
  padding: 0 0 0 16px;
}
.item4-modal-content .item4-modal-title {
  font-family: Caveat, cursive;
  font-weight: 400;
  font-size: 36px;
  line-height: 30px;
  color: #217b33;
}
.item4-modal-content .item4-modal-text {
  padding: 8px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.item4-modal-close {
  padding: 12px 16px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.item4-modal-close div {
  width: 12.85px;
  height: 0.65px;
  background: #c4c4c4;
}
.item4-modal-close div:first-child {
  margin: 8px 0 -1px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item4-modal-close div:nth-child(2) {
  margin: 0 0 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item5 {
  overflow: hidden;
}
.item5,
.item5 .container {
  position: relative;
}
.item5-bg {
  position: absolute;
  top: 130px;
  left: -260px;
  z-index: -1;
}
.item5-title {
  padding: 54px 44px 14px;
}
.item5-subtitle {
  padding: 0 32px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.item5-container1 {
  padding: 64px 36px;
}
.item5-card {
  width: 33%;
  color: #217b33;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.item5-card .item5-card-title {
  font-family: Caveat, cursive;
  font-weight: 400;
  font-size: 80px;
  line-height: 25px;
  padding: 0 0 32px;
}
.item5-card p {
  padding: 0 23px;
}
.item5-container2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px 58px;
}
.item5-left {
  width: auto;
  margin: 0 26px 0 auto;
}
.item5-right {
  width: calc(100% - 240px);
}
.item5-img {
  display: block;
  margin: 0 auto;
}
.item5-ul .item5-ul-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 0;
}
.item5-ul .item5-ul-li p:first-child {
  font-weight: 700;
  font-size: 72px;
  line-height: 20px;
  color: #ff6b00;
  padding: 0 14px 0 0;
  margin: 16px 0;
}
.item6 {
  background: #217b33;
  padding: 0;
  overflow: hidden;
}
.item6,
.item6 .container {
  position: relative;
}
.item6-bg {
  background: -webkit-radial-gradient(50% 50%, 259px, #deffe5 0, #217b33 100%);
  background: -o-radial-gradient(50% 50%, 259px, #deffe5 0, #217b33 100%);
  background: radial-gradient(259px at 50% 50%, #deffe5 0, #217b33 100%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  width: 520px;
  height: 518px;
  position: absolute;
  top: -57px;
  left: -30px;
  z-index: 0;
}
.item6-title {
  padding: 28px 0 6px;
  color: #fff;
}
.item6-slider-container,
.item6-title {
  position: relative;
  z-index: 1;
}
.item6-slider-container .item6-slider-markup {
  margin: 20px auto 36px;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.item6-slider {
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 562px;
  height: 327px;
  margin: 0 auto 0 96px;
}
.item6-slider,
.item6-slider .item6-slider-img {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}
.item6-slider .item6-slider-img {
  margin: 0 20px 0 -20px;
}
.item6-slider .item6-content {
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 20px;
}
.item6-slider .item6-content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 12px;
}
.slider-arrow {
  position: absolute;
  bottom: 190px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 14;
}
.slider-arrow .item6-btn-prev {
  margin: 0 auto 0 48px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slider-arrow .item6-btn-next,
.slider-arrow .item6-btn-prev {
  border: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slider-arrow .item6-btn-next {
  margin: 0 48px 0 auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider-arrow .item6-btn-next,
.slider-arrow .item6-btn-prev {
  width: 20px;
  height: 20px;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.45s ease;
  -o-transition: all ease 0.45s;
  transition: all 0.45s ease;
  z-index: 23;
}
.slider-arrow .item6-btn-next:hover,
.slider-arrow .item6-btn-prev:hover {
  border-top: 2px solid #ff6b00;
  border-right: 2px solid #ff6b00;
}
.dot-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 14;
}
.dot-container li {
  margin: 0 2px;
}
.dot-container li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  border: 0 solid #5dc9d4;
  font-size: 6px;
  color: transparent;
}
.dot-container li button:before {
  content: none;
}
.dot-container .slick-active button {
  border: 0 solid #ed7416;
  background: #ed7416;
  border-radius: 5px;
  width: 28px;
  height: 8px;
}
.item7 {
  position: relative;
  z-index: 2;
}
.item7-title {
  padding: 44px 0 48px;
}
.item7-container {
  padding: 0 84px 48px;
}
.item7-card {
  width: 33%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s ease;
  -o-transition: all ease 0.8s;
  transition: all 0.8s ease;
}
.item7-card p {
  padding: 4px 0 0;
}
.item7-card:nth-child(3) .item7-card-img {
  padding: 20px 0;
}
.item1:nth-child(2) {
  overflow: visible;
}
.item8 .item1-bg {
  position: absolute;
  z-index: -1;
  top: 24px;
  left: -150px;
}
.footer {
  background: #217b33;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
}
.footer .footer-top p {
  padding: 24px 93px;
}
.footer .footer-top span {
  font-weight: 700;
}
.footer .footer-bottom {
  padding: 16px 0;
  font-weight: 700;
}
.header-scroll {
  position: fixed;
  top: 0;
  z-index: 44;
}
.header-btn-container {
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
}
.header-btn-container .right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-btn-container .header-btn {
  font-family: Montserrat, sans-serif;
  width: 219px;
  height: 47px;
  border: 0;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#ff8a00),
      to(hsla(0, 0%, 100%, 0))
    ),
    #ff3d00;
  background: -webkit-linear-gradient(right, #ff8a00, hsla(0, 0%, 100%, 0)),
    #ff3d00;
  background: -o-linear-gradient(right, #ff8a00 0, hsla(0, 0%, 100%, 0) 100%),
    #ff3d00;
  background: linear-gradient(270deg, #ff8a00, hsla(0, 0%, 100%, 0)), #ff3d00;
  border-radius: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 0;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-transition: all 0.32s ease;
  -o-transition: all ease 0.32s;
  transition: all 0.32s ease;
  cursor: pointer;
  outline: 0;
}
.header-btn-container .header-btn .header-icon {
  display: none;
}
.header-btn-container .header-btn:hover {
  background: #ff3d00;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.animate-btn-header:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff5e00;
  border-radius: 15px;
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate-btn-header:hover:after {
  background-color: #ff3d00;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.item-btn-container {
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
}
.item-btn-container .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item-btn-container .btn-form-buy {
  font-family: Montserrat, sans-serif;
  display: block;
  width: 280px;
  height: 60px;
  padding: 30px 0;
  margin: 0 auto;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#ff8a00),
      to(hsla(0, 0%, 100%, 0))
    ),
    #ff3d00;
  background: -webkit-linear-gradient(right, #ff8a00, hsla(0, 0%, 100%, 0)),
    #ff3d00;
  background: -o-linear-gradient(right, #ff8a00 0, hsla(0, 0%, 100%, 0) 100%),
    #ff3d00;
  background: linear-gradient(270deg, #ff8a00, hsla(0, 0%, 100%, 0)), #ff3d00;
  border: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 0;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in 0.2s;
  -o-transition: all 0.3s ease-in 0.2s;
  transition: all 0.3s ease-in 0.2s;
  outline: 0;
}
.item-btn-container .btn-form-buy:hover {
  background: #ff3d00;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes a {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.animate-btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff5e00;
  border-radius: 15px;
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate-btn:hover:after {
  background-color: #ff3d00;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.pulse {
  -webkit-animation: b 4s infinite;
  animation: b 4s infinite;
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  94% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  94% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.item2-container .item2-left .item2-ul li:first-child,
.item2-container .item2-left .item2-ul li:nth-child(2),
.item2-container .item2-left .item2-ul li:nth-child(3),
.item2-container .item2-left .item2-ul li:nth-child(4),
.item2-container .item2-left .item2-ul li:nth-child(5),
.item2-container .item2-left .item2-ul li:nth-child(6),
.item2-container .item2-left .item2-ul li:nth-child(7) {
  margin: 0 48px 0 -48px;
}
.item2-container .item2-right .item2-ul li:first-child,
.item2-container .item2-right .item2-ul li:nth-child(2),
.item2-container .item2-right .item2-ul li:nth-child(3),
.item2-container .item2-right .item2-ul li:nth-child(4),
.item2-container .item2-right .item2-ul li:nth-child(5),
.item2-container .item2-right .item2-ul li:nth-child(6) {
  margin: 0 -48px 0 48px;
}
.item2-container-animation .item2-left .item2-ul li:first-child {
  opacity: 1;
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.item2-container-animation .item2-left .item2-ul li:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.item2-container-animation .item2-left .item2-ul li:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.item2-container-animation .item2-left .item2-ul li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.item2-container-animation .item2-left .item2-ul li:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.item2-container-animation .item2-left .item2-ul li:nth-child(6) {
  opacity: 1;
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.item2-container-animation .item2-left .item2-ul li:nth-child(7) {
  opacity: 1;
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.item2-container-animation .item2-right .item2-ul li:first-child {
  opacity: 1;
  -webkit-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  transform: translateX(-48px);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.item2-container-animation .item2-right .item2-ul li:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  transform: translateX(-48px);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.item2-container-animation .item2-right .item2-ul li:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  transform: translateX(-48px);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.item2-container-animation .item2-right .item2-ul li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  transform: translateX(-48px);
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.item2-container-animation .item2-right .item2-ul li:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  transform: translateX(-48px);
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.item2-container-animation .item2-right .item2-ul li:nth-child(6) {
  opacity: 1;
  -webkit-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  transform: translateX(-48px);
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.item3-container-animation .item3-img,
.item3-container-animation .item3-title {
  opacity: 1;
  -webkit-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  transform: translateY(-48px);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.item3-container-animation .item3-text1 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.item3-container-animation .item3-text1,
.item3-container-animation .item3-text2 {
  opacity: 1;
  -webkit-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  transform: translateY(-48px);
}
.item3-container-animation .item3-text2 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.item4-container-animation .item4-card:nth-child(3),
.item4-container-animation .item4-card:nth-child(4) {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.item4-container-animation .item4-card:nth-child(2),
.item4-container-animation .item4-card:nth-child(5) {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.item7-container-animation .item7-card:nth-child(2n) {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.item7-container-animation .item7-card:nth-child(odd) {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  .pulse {
    -webkit-animation: b 2s infinite;
    animation: b 2s infinite;
  }
  .item2-container .item2-left .item2-ul li:first-child,
  .item2-container .item2-left .item2-ul li:nth-child(2),
  .item2-container .item2-left .item2-ul li:nth-child(3),
  .item2-container .item2-left .item2-ul li:nth-child(4),
  .item2-container .item2-left .item2-ul li:nth-child(5),
  .item2-container .item2-left .item2-ul li:nth-child(6),
  .item2-container .item2-left .item2-ul li:nth-child(7),
  .item2-container .item2-right .item2-ul li:first-child,
  .item2-container .item2-right .item2-ul li:nth-child(2),
  .item2-container .item2-right .item2-ul li:nth-child(3),
  .item2-container .item2-right .item2-ul li:nth-child(4),
  .item2-container .item2-right .item2-ul li:nth-child(5),
  .item2-container .item2-right .item2-ul li:nth-child(6),
  .item2-container .item2-right .item2-ul li:nth-child(7) {
    margin: 0 48px 0 -48px;
  }
  .item2-container-animation .item2-left .item2-ul li:first-child,
  .item2-container-animation .item2-left .item2-ul li:nth-child(2),
  .item2-container-animation .item2-left .item2-ul li:nth-child(3),
  .item2-container-animation .item2-left .item2-ul li:nth-child(4),
  .item2-container-animation .item2-left .item2-ul li:nth-child(5),
  .item2-container-animation .item2-left .item2-ul li:nth-child(6),
  .item2-container-animation .item2-left .item2-ul li:nth-child(7),
  .item2-container-animation .item2-right .item2-ul li:first-child,
  .item2-container-animation .item2-right .item2-ul li:nth-child(2),
  .item2-container-animation .item2-right .item2-ul li:nth-child(3),
  .item2-container-animation .item2-right .item2-ul li:nth-child(4),
  .item2-container-animation .item2-right .item2-ul li:nth-child(5),
  .item2-container-animation .item2-right .item2-ul li:nth-child(6),
  .item2-container-animation .item2-right .item2-ul li:nth-child(7) {
    opacity: 1;
    -webkit-transform: translateX(48px);
    -ms-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .item4-container-animation .item4-card:nth-child(2),
  .item4-container-animation .item4-card:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .item4-container-animation .item4-card:nth-child(4),
  .item4-container-animation .item4-card:nth-child(5) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .item7-container-animation .item7-card:first-child {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .item7-container-animation .item7-card:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .item7-container-animation .item7-card:nth-child(3) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .item7-container-animation .item7-card:nth-child(4) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 320px;
  }
  .item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title {
    font-size: 24px;
    line-height: 25px;
  }
  .show-for-mobile {
    display: block;
  }
  .hide-for-mobile {
    display: none;
  }
  .header {
    width: 100%;
  }
  .header-logo {
    font-size: 23px;
    line-height: 0;
    letter-spacing: 0.1em;
  }
  .header-btn-container .header-btn {
    padding: 13px 16px 10px 14px;
    width: 60px;
    height: 54px;
  }
  .header-btn-container .header-btn p {
    display: none;
  }
  .header-btn-container .header-btn .header-icon {
    display: block;
  }
  .popup-modal {
    padding: 70px 0;
  }
  .popup {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 320px;
  }
  .popup .form-title-price {
    padding: 12px 0;
  }
  .popup-title {
    padding: 44px 12px 90px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .popup-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup-image {
    padding: 0 20px;
  }
  .popup-image .popup-img {
    margin: -104px auto 0;
    width: 100%;
  }
  .popup-content {
    width: 100%;
  }
  .popup-content h3 {
    text-align: center;
  }
  .item1 .container {
    padding: 0;
  }
  .item1-title {
    padding: 24px 0 0;
    font-size: 50px;
    line-height: 40px;
  }
  .item1-subtitle {
    font-size: 41px;
    line-height: 30px;
  }
  .item1-container {
    padding: 38px 0 39px;
  }
  .item1-left {
    width: 100%;
  }
  .item1-img {
    margin: 0 auto;
    width: 100%;
  }
  .item1-subtitle2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto -12px;
    padding: 0 20px;
  }
  .item1-ul {
    padding: 44px 0 0 41px;
  }
  .item1-ul .item1-ul-li p {
    padding: 0 40px 0 23px;
  }
  .item2-title {
    margin: 0 -20px;
    padding: 36px 0 16px;
  }
  .item2-left,
  .item2-right {
    width: 100%;
  }
  .item2-ul {
    padding: 0;
  }
  .item2-ul .item2-ul-li {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .item3-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .item3-left,
  .item3-right {
    width: 100%;
  }
  .item3-title {
    padding: 12px 0 0;
  }
  .item3-text1 {
    font-size: 19px;
    line-height: 25px;
    padding: 12px 0;
  }
  .item3-icon {
    top: -196px;
    right: 0;
  }
  .item3-img {
    width: 100%;
    margin: 48px auto -112px;
  }
  .item3-content {
    width: 100%;
    padding: 30px 18px 28px 22px;
    position: relative;
    z-index: 1;
  }
  .item4-title {
    padding: 48px 0 26px;
  }
  .item4-text {
    padding: 0 0 24px;
  }
  .item4-image-container .item4-img {
    width: 100%;
  }
  .item4-image-container .item4-bg {
    top: 410px;
    left: -270px;
    width: 871px;
    height: 274px;
  }
  .item4-container {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 0;
  }
  .item4-card {
    padding: 0 0 24px;
    width: 45%;
  }
  .item4-card h3 {
    padding: 0 6px;
    font-size: 24px;
    line-height: 20px;
  }
  .item4-quality .item4-quality-item .item4-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  .item4-modal {
    top: 24px;
    width: 280px;
    height: 306px;
  }
  .item4-modal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item5-title {
    padding: 36px 0 18px;
  }
  .item5-subtitle {
    padding: 0;
  }
  .item5-container1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 36px;
  }
  .item5-card {
    width: 100%;
  }
  .item5-card .item5-card-title {
    padding: 36px 0;
  }
  .item5-card p {
    padding: 0 54px;
  }
  .item5-container2 {
    padding: 0 0 48px;
  }
  .item5-left {
    display: none;
    margin: 0 auto;
  }
  .item5-right {
    width: 100%;
  }
  .item5-ul .item5-ul-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .item5-ul .item5-ul-li p:first-child {
    font-weight: 700;
    font-size: 72px;
    line-height: 20px;
    color: #ff6b00;
    padding: 0 14px 0 0;
    margin: 27px 0;
  }
  .item6 {
    height: auto;
  }
  .item6 .container {
    padding: 0;
  }
  .item6-bg {
    width: 520px;
    height: 518px;
    top: -57px;
    left: -160px;
  }
  .item6-title {
    padding: 36px 0 6px;
  }
  .item6-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    height: auto;
    margin: 56px auto 0;
    padding: 0 20px;
  }
  .item6-slider .item6-slider-img {
    margin: -56px auto 12px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
  }
  .item6-slider .item6-content {
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .item6-slider .item6-content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 12px;
  }
  .slider-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .item7-title {
    padding: 44px 0 24px;
  }
  .item7-container {
    padding: 0;
  }
  .item7-card {
    width: 100%;
    padding: 0 0 32px;
  }
  .item7-card p {
    padding: 4px 0 0;
  }
  .item7-card:nth-child(3) .item7-card-img {
    padding: 20px 0;
  }
  .item8 {
    overflow: visible;
    position: relative;
  }
  .item8 .item1-bg {
    position: absolute;
    z-index: -1;
    top: -360px;
    left: -280px;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
  }
  .item8 .item1-ul {
    display: none;
  }
  .footer .footer-top p {
    padding: 24px 0 0;
  }
  .footer .footer-bottom {
    padding: 16px 0 24px;
  }
  .item3-container-animation .item3-img {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
}
