html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Myriad Pro", sans-serif;
  color: #57585b;
  font-size: 17px;
  line-height: 130%;
  scroll-behavior: smooth;
}
body.active {
  overflow: hidden;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#wrapper footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

:root {
  --text-color: #343434;
}

@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  src: url("../font/myriadpro-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  src: url("../font/myriadpro-light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  src: url("../font/myriadpro-semibold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  src: url("../font/myriadpro-bold.ttf") format("truetype");
  font-weight: 700;
}
@-webkit-keyframes move {
  from, to {
    right: -2px;
  }
  25%, 75% {
    right: 5px;
  }
  50% {
    right: 10px;
  }
}
@keyframes move {
  from, to {
    right: -2px;
  }
  25%, 75% {
    right: 5px;
  }
  50% {
    right: 10px;
  }
}
.container {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    position: relative;
    max-width: 1344px;
    width: 100%;
    margin: 0 auto;
  }
}
img {
  border: none;
  display: block;
  max-width: 100%;
}

.bg-light-gray {
  background: #eee;
}

.content-section {
  padding: 25px 21px;
}

h2, .h2 {
  font-size: 35px;
  color: #158f45;
  font-weight: 400;
  margin-bottom: 7px;
  line-height: 1;
}

a {
  color: #158f45;
  font-weight: 700;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.button, .custom-form .wpcf7-submit {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #158f45;
  border: 1px solid #ffffff;
  padding: 20px 32px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.button:hover, .custom-form .wpcf7-submit:hover {
  background: #285820;
}

.select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 21px;
}
.select-block .custom-select {
  max-width: 210px;
}
.select-block .select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-align: center;
  background: #158f45;
  margin-left: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.select-block .error {
  margin-left: 15px;
  font-size: 14px;
  color: #de2323;
  line-height: 100%;
}

.custom-select {
  position: relative;
  background: #fff url(../img/icon/arrow-down-gray.png) no-repeat top 50% right 11px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 13px;
  width: 100%;
}
.custom-select .current-value {
  padding: 7px 36px 7px 28px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select .select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background: #ffffff;
  border: 1px solid #000000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 7px 0;
  z-index: 1;
}
.custom-select .select-list li.option {
  padding: 4px 28px;
}
.custom-select .select-list li.option:nth-child(odd) {
  background: #eeeeee;
}

.custom-select.open .select-list {
  display: block;
}

.ci-download {
  background-image: url(../img/icon/sprite.png);
  background-position: -118px -70px;
  width: 16px;
  height: 15px;
}

.ci {
  display: inline-block;
  vertical-align: baseline;
}

.no_link {
  pointer-events: none;
  cursor: default;
}

.synergy-pages-wrapper {
  overflow-x: hidden;
  font-weight: 400;
}

.video-block {
  position: relative;
  max-height: 40%;
}

.video-block.smaller:before {
  padding-top: 45.3125%;
  content: "";
  display: block;
}

.video-block iframe, .video-block img, .video-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.content-section {
  padding: 25px 21px;
}

.free-text-wrap {
  line-height: 1.3;
}
.free-text-wrap p {
  margin-bottom: 14px;
}
.free-text-wrap h1, .free-text-wrap h2, .free-text-wrap h2, .free-text-wrap h3, .free-text-wrap h4, .free-text-wrap h5 {
  font-weight: 400;
  color: #158f45;
  margin: 25px 0 10px;
}
.free-text-wrap h2 {
  font-size: 35px;
}
.free-text-wrap .reset-typography {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline-block;
  margin: 0 0 14px;
}
.free-text-wrap a {
  text-decoration: underline;
  color: #57585b;
  font-weight: inherit;
}

.free-text-wrap > *:first-child {
  margin-top: 0;
}

.crop-single-s-1 .h2 {
  margin-bottom: 15px;
}
.crop-single-s-1 h3 {
  color: #158f45;
  text-transform: uppercase;
  font-size: 17px;
}
.crop-single-s-1 .btn-wrap {
  margin-top: 42px;
}
.crop-single-s-1 .download-block-wrap {
  padding: 20px 14px;
  border: 1px solid #158f45;
  margin-top: 15px;
}
.crop-single-s-1 .download-block-wrap h3 {
  font-weight: 700;
}
.crop-single-s-1 .download-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 18px;
}
.crop-single-s-1 .download-block .custom-select {
  max-width: 214px;
}
.crop-single-s-1 .download-block .download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: #158f45;
}
.crop-single-s-1 .download-block .download-btn:hover {
  background: #57585b;
}
.crop-single-s-1 .download-block:last-child {
  margin-bottom: 0px;
}

.crop-single-s-2 {
  margin-bottom: 25px;
}
.crop-single-s-2 .product-list h2 {
  margin: 0 0 21px;
}
.crop-single-s-2 .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 52px;
}
.crop-single-s-2 .product .img-wrap {
  width: 32%;
  height: 20vw;
  max-height: 410px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 61px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.crop-single-s-2 .product .img-wrap a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.crop-single-s-2 .product .img-wrap a img {
  z-index: 1;
  max-height: 100%;
}
.crop-single-s-2 .product .img-wrap.img-slider {
  height: unset;
  max-height: unset;
}
.crop-single-s-2 .product .img-wrap.marked a .mark {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 5.903vw;
  height: 5.903vw;
  min-width: 80px;
  min-height: 80px;
  background: #158f45;
  color: #ffffff;
  z-index: 2;
  overflow: hidden;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.crop-single-s-2 .product .img-wrap.marked a .mark p {
  width: 80%;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 0.833vw;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.crop-single-s-2 .product .img-wrap.marked:hover a .mark {
  text-decoration: none;
}
.crop-single-s-2 .product .img-wrap.marked:hover a .mark p {
  text-decoration: none;
}
.crop-single-s-2 .product .about-product {
  max-width: 637px;
}
.crop-single-s-2 .product .about-product ul {
  padding-left: 3px;
}
.crop-single-s-2 .product .about-product ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.crop-single-s-2 .product h3 {
  font-size: 22px;
  font-weight: 700;
  color: #158f45;
  margin-bottom: 18px;
}
.crop-single-s-2 .product h4 {
  font-size: 20px;
  font-weight: 600;
}
.crop-single-s-2 .product:last-child {
  margin-bottom: 0;
}

@media (max-width: 1439px) {
  .crop-single-s-2 .product .img-wrap.marked a .mark p {
    line-height: 100%;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .crop-single-s-2 {
    background: #eee;
    padding-top: 4px;
  }
  .container {
    padding: 0 14px;
  }
  .content-section {
    padding: 21px 0;
  }
  .crop-single-s-2 .product-list h2, .crop-single-s-2 .product-list .h2 {
    margin: 4px 0 18px;
  }
  .crop-single-s-2 .product {
    margin-bottom: 26px;
  }
  .crop-single-s-2 .product .img-wrap {
    margin-right: 30px;
    margin-bottom: 0;
    max-width: 420px;
  }
  .crop-single-s-2 .product h3 {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .crop-single-s-2 .product .selects-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .select-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 14px;
  }
  .select-block .select-label {
    width: 78%;
    font-size: 15px;
    margin-bottom: 12px;
  }
  .select-block .custom-select {
    width: 78%;
  }
  .select-block .select-btn {
    margin-left: 13px;
  }
  .select-block .custom-select .current-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .crop-single-s-2 .product-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .crop-single-s-2 .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .crop-single-s-2 .product .img-wrap.marked::before {
    display: none;
  }
  .crop-single-s-2 .product-list-items .product {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .crop-single-s-2 .product .img-wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    min-height: 340px;
    max-height: 340px;
  }
}
@media (max-width: 568px) {
  .crop-single-s-2 .product-list-items .product {
    width: 100%;
  }
  .select-block {
    width: 100%;
  }
}
.crop-single-s-4 .product-slider,
.crop-single-s-3 .product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.crop-single-s-4 .product-slider .img-slider,
.crop-single-s-3 .product-slider .img-slider {
  margin-top: 21px;
  margin-right: 0;
  width: 100%;
}
.crop-single-s-4 .product-slider .img-slider a,
.crop-single-s-3 .product-slider .img-slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 16vw;
  min-width: 16vw;
  margin-right: 20px;
  margin-bottom: 25px;
  min-height: 300px;
  min-width: 300px;
}
.crop-single-s-4 .product-slider .img-slider a .img-box,
.crop-single-s-3 .product-slider .img-slider a .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 16vw;
  min-height: 16vw;
  background: #fff;
  margin-bottom: 25px;
  min-height: 308px;
}
.crop-single-s-4 .product-slider .img-slider a img,
.crop-single-s-3 .product-slider .img-slider a img {
  width: 100%;
  max-width: 12vw;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 240px;
  min-width: 240px;
}

@media (max-width: 1023px) {
  .crop-single-s-4 .product,
  .crop-single-s-3 .product {
    overflow-x: hidden;
  }
  .crop-single-s-4 .product-slider .img-slider,
  .crop-single-s-3 .product-slider .img-slider {
    padding-bottom: 10px;
  }
}
.crop-single-s-4 .product-slider .img-slider a {
  width: calc(33.3333333333% - 20px);
  min-width: calc(33.3333333333% - 20px);
}

@media (max-width: 1279px) {
  .crop-single-s-4 .product-slider .img-slider a {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .crop-single-s-4 .product-slider .img-slider a {
    width: unset;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .crop-single-s-4 .product-list-items .product,
  .crop-single-s-3 .product-list-items .product {
    width: 100%;
  }
  .crop-single-s-4 .product-slider .img-slider a,
  .crop-single-s-3 .product-slider .img-slider a {
    margin-bottom: 0;
  }
}
.video-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 69px;
  background: url(../img/icon/play.png) no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.crop-single-s-2 .item {
  margin-top: 33px;
  display: block;
}

.video-item {
  position: relative;
  display: block;
}

.zoom-img-wrap {
  display: block;
  overflow: hidden;
}

.zoom-img-wrap .zoom-img {
  width: 100%;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.zoom-img-wrap:hover .zoom-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}
a:hover * {
  cursor: pointer;
  text-decoration: underline;
}

.side-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 200;
}
.side-nav li {
  margin-bottom: 30px;
}
.side-nav li a {
  color: #158f45;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9D9D9D;
  position: relative;
}
.side-nav li a * {
  text-decoration: none;
}
.side-nav li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #158f45;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-nav li a:after {
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.side-nav li a.active:before {
  width: 130%;
  height: 130%;
}
.side-nav li .link-text {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  -webkit-transform: translate(-40px, -50%);
  transform: translate(-40px, -50%);
  visibility: hidden;
  opacity: 0;
  padding: 7px 28px;
  border-radius: 7px;
  background: #158f45;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-nav li a:focus .link-text, .side-nav li a:hover .link-text {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  visibility: visible;
  opacity: 1;
}
.side-nav li a:hover:before {
  width: 130%;
  height: 130%;
}

@media screen and (max-width: 1399px) {
  .side-nav {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .side-nav {
    right: 3px;
  }
  .side-nav li {
    margin-bottom: 12px;
  }
  .side-nav li a {
    width: 8px;
    height: 8px;
  }
  .side-nav li a .link-text {
    font-size: 16px;
    line-height: 1.1;
    border-radius: 3px;
    padding: 5px 15px;
    right: calc(100% + 8px);
  }
  .side-nav li a:after {
    height: 20px;
    width: 40px;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}

@media (min-width: 992px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
footer .footer-menu {
  max-height: 440px;
}

@media (max-width: 991px) {
  footer .menu-item {
    margin: 0 0 5px;
    padding: 0;
    max-width: 100%;
    font-size: 11px;
    line-height: 100%;
  }
}
.crop-single-s-2 .btn-wrap {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .crop-single-s-2 .btn-wrap {
    margin-top: 25px;
  }
  .crop-single-s-2 .steps-title {
    display: none;
  }
  h2, .h2 {
    line-height: 1;
    font-size: 25px;
  }
  .free-text-wrap h2, .free-text-wrap .h2 {
    font-size: 25px;
  }
}
.steps-title {
  font-weight: 700;
  margin: 53px 0 13px;
}

.crop-single-s-2 .item {
  margin-top: 0;
}
.crop-single-s-2 .item .video-item {
  margin-top: 33px;
}

.steps-list .title {
  line-height: 130%;
}

@media (max-width: 767px) {
  #protect-4 .product-list-items .product {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #protect-4 .product-list-items .product .img-wrap {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}
section ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 3px;
  position: relative;
}

section .custom-select ul.select-list {
  z-index: 3;
  list-style: none;
}
section .custom-select ul.select-list li {
  list-style: none;
}

@media (max-width: 991px) {
  .crop-single-s-2 .product .about-product ul li,
  section ul li {
    list-style: none;
  }
  .crop-single-s-2 .product .about-product ul li:before,
  section ul li:before {
    content: "";
    list-style-type: disc;
    display: list-item;
    float: left;
    width: 1px;
    margin: 0 12px 0 0px;
    list-style-position: inside;
  }
  section .custom-select ul.select-list {
    list-style: none;
  }
  section .custom-select ul.select-list li {
    list-style: none;
  }
  section .custom-select ul.select-list li:before {
    display: none;
  }
}
.crop-single-s-2 .product .img-slider {
  max-width: 100%;
  background: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  .crop-single-s-2 .product .img-wrap.img-slider {
    max-width: 100%;
    background: transparent;
    display: block;
  }
  .crop-single-s-2 .product .img-wrap.img-slider a {
    background: #fff;
    padding-bottom: 15px;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .crop-single-s-2 .product .img-wrap.img-slider a .img-box {
    margin-bottom: 0;
  }
  .crop-single-s-2 .product .img-wrap.img-slider a.slick-current,
  .crop-single-s-2 .product .img-wrap.img-slider a.slick-active {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    background: transparent no-repeat center/contain;
    border: 0;
    font-size: 0;
    width: 23px;
    height: 40px;
    margin-top: -20px;
  }
  .slick-arrow.slick-prev {
    left: 15px;
    background-image: url(../img/icon/arrow-left.png);
  }
  .slick-arrow.slick-next {
    right: 15px;
    background-image: url(../img/icon/arrow-right.png);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .slick-arrow {
    width: 14px;
    height: 24px;
    margin-top: -12px;
  }
}
@media (max-width: 991px) {
  .slick-slide {
    max-height: 420px;
  }
}