* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  color: #707070;
  font-family: "Myriad Pro", Arial, sans-serif;
  background: #fff;
}
body.modal-visible {
  overflow: hidden;
}

picture, figure, iframe {
  display: block;
}

a, button {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Myriad Pro", Arial, sans-serif;
  background: transparent;
}

ul, ol {
  list-style: none;
}

.btn {
  border: 0;
  color: #fff;
  background: #158f45;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  min-height: 50px;
  font-family: "Myriad Pro", Arial, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  outline: none !important;
  padding: 7px 24px;
  border: 1px solid #158f45;
  border-radius: 0;
  text-transform: uppercase;
}
.btn .btn-icon {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  max-width: 18px;
  max-height: 18px;
}
.btn .btn-icon:last-child {
  margin-right: 8px;
}
.btn.w-btn {
  width: 239px;
}
.btn.btn-accent {
  background: #158f45;
  border-color: #158f45;
  color: #707070;
}
.btn.btn-accent:hover {
  background: #fff;
  color: #707070;
}
.btn.btn-transparent {
  background: transparent;
  color: #158f45;
}
.btn.btn-transparent:hover, .btn.btn-transparent:focus {
  background: #158f45;
  color: #fff;
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #158f45;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  background: transparent;
  color: #fff;
}
.btn.btn-white-transparent {
  border-color: #fff;
  color: #fff;
}
.btn.btn-white-transparent:hover, .btn.btn-white-transparent:focus {
  border-color: #158f45;
}
.btn.btn-white.btn-transparent {
  background: #158f45;
  color: #fff;
}
.btn.btn-white.btn-transparent:hover, .btn.btn-white.btn-transparent:focus {
  background: #fff;
  border-color: #fff;
  color: #158f45;
}
.btn:hover, .btn:focus, .btn.active {
  background: #fff;
  color: #158f45;
}
.btn:hover .btn-icon, .btn:focus .btn-icon, .btn.active .btn-icon {
  fill: #158f45;
}
.btn.btn-fullwidth {
  width: 100%;
}

.form-field .input-field,
.form-field textarea,
.form-field .select-field select {
  border: 2px solid #fff;
  height: 55px;
  font-size: 17px;
  padding: 0 14px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  outline: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  font-family: "Myriad Pro", Arial, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.form-field .input-field::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder,
.form-field .select-field select::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.form-field .input-field::-moz-placeholder,
.form-field textarea::-moz-placeholder,
.form-field .select-field select::-moz-placeholder {
  color: #fff;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.form-field .input-field[type=email], .form-field .input-field[type=tel],
.form-field textarea[type=email],
.form-field textarea[type=tel],
.form-field .select-field select[type=email],
.form-field .select-field select[type=tel] {
  text-align: left;
  direction: ltr;
}
.form-field .input-field[type=email]::-webkit-input-placeholder, .form-field .input-field[type=tel]::-webkit-input-placeholder, .form-field textarea[type=email]::-webkit-input-placeholder, .form-field textarea[type=tel]::-webkit-input-placeholder, .form-field .select-field select[type=email]::-webkit-input-placeholder, .form-field .select-field select[type=tel]::-webkit-input-placeholder {
  direction: rtl;
}
.form-field .input-field[type=email]::-moz-placeholder, .form-field .input-field[type=tel]::-moz-placeholder, .form-field textarea[type=email]::-moz-placeholder, .form-field textarea[type=tel]::-moz-placeholder, .form-field .select-field select[type=email]::-moz-placeholder, .form-field .select-field select[type=tel]::-moz-placeholder {
  direction: rtl;
}
.form-field .input-field[type=email]:-ms-input-placeholder, .form-field .input-field[type=tel]:-ms-input-placeholder, .form-field textarea[type=email]:-ms-input-placeholder, .form-field textarea[type=tel]:-ms-input-placeholder, .form-field .select-field select[type=email]:-ms-input-placeholder, .form-field .select-field select[type=tel]:-ms-input-placeholder {
  direction: rtl;
}
.form-field .input-field[type=email]::-ms-input-placeholder, .form-field .input-field[type=tel]::-ms-input-placeholder, .form-field textarea[type=email]::-ms-input-placeholder, .form-field textarea[type=tel]::-ms-input-placeholder, .form-field .select-field select[type=email]::-ms-input-placeholder, .form-field .select-field select[type=tel]::-ms-input-placeholder {
  direction: rtl;
}
.form-field .input-field[type=email]::placeholder, .form-field .input-field[type=tel]::placeholder,
.form-field textarea[type=email]::placeholder,
.form-field textarea[type=tel]::placeholder,
.form-field .select-field select[type=email]::placeholder,
.form-field .select-field select[type=tel]::placeholder {
  direction: rtl;
}
.form-field .input-field:focus,
.form-field textarea:focus,
.form-field .select-field select:focus {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .form-field .input-field,
  .form-field textarea,
  .form-field .select-field select {
    height: 12.2667vw;
    font-size: 3.7333vw;
    padding: 0 12px;
  }
}
.form-field .select-field {
  position: relative;
}
.form-field .select-field:not(.multiple):after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  right: 16px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1256' height='776' fill='none' xmlns='https://www.w3.org/2000/svg'%3e%3cpath d='M148 776l480-480 480 480 148-148L628 0 0 628l148 148z' fill='%23fff'/%3e%3c/svg%3e") no-repeat center center/contain;
  pointer-events: none;
}
.form-field .select-field select {
  cursor: pointer;
}
.form-field .select-field select option {
  color: #000;
}
.form-field .select-field select option:first-child {
  pointer-events: none;
}
.form-field .select-field select[multiple] {
  height: 230px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .form-field .select-field select[multiple] {
    height: 47vw;
  }
}
.form-field .select-field select[multiple] option {
  color: #fff;
}
.form-field textarea {
  resize: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  height: 206px;
}
@media screen and (max-width: 767px) {
  .form-field textarea {
    height: 170px;
  }
}
.form-field input[type=submit], .form-field .submit {
  width: 398px;
  height: 68px;
  margin-left: auto;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: initial;
  border-color: #fff;
  border-width: 3px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.form-field input[type=submit]:hover, .form-field input[type=submit]:focus, .form-field .submit:hover, .form-field .submit:focus {
  background-color: #fff;
  color: #158f45;
}
@media screen and (max-width: 767px) {
  .form-field input[type=submit], .form-field .submit {
    width: 100%;
    font-size: 6.4vw;
    height: unset;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.form-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 65px;
  font-size: 28px;
  padding: 10px 30px;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
}
.form-btn:hover {
  background: #fff;
  color: #353434;
}
@media screen and (max-width: 767px) {
  .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    min-height: 10.8333vw;
    font-size: 4.6667vw;
    padding: 1.6667vw 5vw;
  }
}

.file-input {
  position: relative;
}

.form .form-row {
  margin-bottom: 25px;
}
.form .form-row:last-child, .form .form-row.last {
  margin-bottom: 0;
}
.form .form-row.columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.form .form-row.columns-2:last-child .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .form-row.columns-2:last-child .column:first-child {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .form .form-row.columns-2:last-child .column:first-child {
    width: 100%;
  }
}
.form .form-row.columns-2 .column {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form .form-row.columns-2 {
    max-width: initial;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form .form-row.columns-2 .column {
    padding: 0;
    display: block !important;
    width: 100% !important;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .form .form-row {
    margin-bottom: 2.3333vw;
  }
  .form .form-row:last-child, .form .form-row.last {
    margin-bottom: 0;
  }
}
.form p:empty {
  display: none;
}

html[dir=rtl] .wpcf7 {
  direction: rtl !important;
}

/* custom checkbox styling for contact form 7 checkbox */
.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
}

.wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  bottom: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.wpcf7-checkbox input[type=checkbox]:focus + span {
  text-decoration: underline;
}

.wpcf7-checkbox input[type=checkbox] + span {
  padding-left: 55px;
  vertical-align: text-top;
  font-size: 18px;
}
.wpcf7-checkbox input[type=checkbox] + span a {
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
  content: "";
  border-radius: 0;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background: #fff;
  border: 2px solid #fff;
}

.wpcf7-checkbox input[type=checkbox]:checked + span::before {
  background-color: #fff;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
  content: "";
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 7px;
  top: 7px;
}

@media screen and (max-width: 1420px) {
  .form-fixed-form .wpcf7-checkbox input[type=checkbox] + span {
    padding-top: 12px !important;
  }
  .wpcf7-checkbox input[type=checkbox] + span:before {
    top: 6px;
  }
  .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    top: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  /* custom checkbox styling for contact form 7 checkbox */
  .wpcf7-checkbox {
    min-height: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wpcf7-checkbox label {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .wpcf7-checkbox input[type=checkbox] + span {
    font-size: 3.7333vw !important;
    padding-left: 7.3333vw !important;
    line-height: 1.1;
  }
  .form-fixed-form .wpcf7-checkbox input[type=checkbox] + span {
    padding-top: 6px !important;
  }
  .wpcf7-checkbox input[type=checkbox] + span:before {
    height: 4.6667vw;
    width: 4.6667vw;
  }
  .wpcf7-checkbox input[type=checkbox] + span:before {
    top: 1.0813vw;
  }
  .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    top: 1.6438vw !important;
    left: 1vw !important;
    width: 3.2552vw;
    height: 3.2552vw;
  }
}
.checkboxes-grid {
  margin-bottom: 15px;
}
.checkboxes-grid .wpcf7-checkbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 20px 30px;
  margin: 0 !important;
}
@media screen and (max-width: 1199px) {
  .checkboxes-grid .wpcf7-checkbox {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .checkboxes-grid .wpcf7-checkbox {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 10px;
  }
  .checkboxes-grid .wpcf7-checkbox label {
    height: auto;
  }
}

.form-fixed {
  background: #158f45;
  padding: 25px 0;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  z-index: 80;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  overflow-x: hidden;
}
.form-fixed .section-caption {
  margin-bottom: 47px;
}
.form-fixed.opened {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.form-fixed.opened .form-fixed-opener::before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .form-fixed.opened .form-fixed-opener::before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media screen and (max-width: 1400px) {
  .form-fixed.opened {
    max-height: calc(100vh - 81px);
  }
}
@media screen and (max-width: 991px) {
  .form-fixed.opened {
    max-height: calc(100vh - 14.329vw);
  }
}
.form-fixed .form-fixed-opener {
  position: relative;
  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;
  font-weight: 700;
  z-index: 10;
}
.form-fixed .form-fixed-opener::before {
  content: "";
  display: block;
  width: 50px;
  height: 29px;
  position: absolute;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='29' fill='none'%3E%3Cpath fill='%23fff' d='M1.1 1.1a3.76 3.76 0 0 1 5.316 0l18.607 18.601 18.607-18.6A3.76 3.76 0 0 1 50 3.77a3.758 3.758 0 0 1-1.055 2.643L27.68 27.672a3.76 3.76 0 0 1-5.315 0L1.101 6.414a3.757 3.757 0 0 1 0-5.314Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .form-fixed .form-fixed-opener {
    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;
    text-align: center;
    padding: 10px 30px;
    width: 100%;
  }
  .form-fixed .form-fixed-opener .sc-title {
    margin-bottom: 0 !important;
  }
  .form-fixed .form-fixed-opener::before {
    top: 0;
    position: relative;
    margin-right: 25px;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.form-fixed .form-fixed-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.form-fixed .form-fixed-inner .form-fixed-block {
  padding: 0 15px;
}
.form-fixed .section-caption button {
  color: #fff;
  cursor: pointer;
}
.form-fixed .section-caption.white .sc-title {
  color: #fff;
}
.form-fixed .sc-subtitle {
  color: #e3e3e3;
}
.form-fixed .section-bottom {
  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;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .form-fixed {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .form-fixed .section-caption .sc-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .form-fixed {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
  .form-fixed .section-caption .sc-title {
    font-size: 4.0363vw;
  }
}
@media screen and (max-width: 767px) {
  .form-fixed {
    padding: 0 0 0;
    -webkit-transform: translateY(-15vw);
            transform: translateY(-15vw);
  }
  .form-fixed.opened {
    max-height: calc(100vh - 22.4vw);
    max-height: 100vh;
    z-index: 9999;
  }
  .form-fixed .section-caption {
    margin-bottom: 3vw;
  }
  .form-fixed .section-caption .sc-title {
    font-size: 5.8333vw;
    margin-bottom: 4vw;
  }
  .form-fixed .select-field.multiple {
    margin-top: 4vw;
  }
  .form-fixed .section-bottom {
    margin-top: 2.5vw;
  }
}

.form-fixed-socials {
  background: #158f45;
  padding: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4vw;
}
.form-fixed-socials li {
  padding: 0 4vw;
}
.form-fixed-socials li a {
  display: block;
}
.form-fixed-socials li img {
  display: block;
  width: 10vw;
  height: auto;
}

.contacts-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-list li {
  margin-left: 15px;
}
.contacts-list li:last-child {
  margin-left: 0;
}
.contacts-list li a {
  display: block;
}
.contacts-list li a img {
  display: block;
}
@media screen and (max-width: 767px) {
  .contacts-list li a img {
    width: 14vw;
    height: auto;
  }
}

.form {
  position: relative;
}
.form-filled .form-filled-section {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  height: calc(100% + 1px);
  opacity: 1;
}
.form-filled .form-filled-section img, .form-filled .form-filled-section .tpg {
  display: block;
}
.form-filled .form-filled-section .socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-filled-section {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  height: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0px;
  z-index: 8;
  background-color: #158f45;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.form-filled-section img, .form-filled-section .tpg, .form-filled-section .socials-list {
  display: none;
}
.form-filled-section img {
  width: 435px;
  margin-bottom: 95px;
}
.form-filled-section .tpg {
  max-width: 844px;
  text-align: center;
}
.form-filled-section .tpg p {
  font-size: 35px;
}
.form-filled-section .socials-list {
  margin-top: 35px;
}
.form-filled-section .socials-list img {
  width: 55px;
  height: 55px;
}
.form-filled-section .socials-list li {
  margin-right: 15px;
}

.wcadi-banner {
  min-height: 537px;
  padding: 84px 0;
  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;
  position: relative;
  z-index: 2;
}

.wcadi-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wcadi-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .content-section .down-section {
  font-size: 13px;
}

.category-name {
  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;
}

.category-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
  width: 100%;
  height: inherit;
  margin-bottom: 70px;
}

h1 p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

h1 p strong {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.crop-page {
  margin-top: 65px;
}

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

.crop-single-s-1 .download-block-wrap {
  border: none;
  padding: 0;
}

.content-section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-lg-8 {
  max-width: 58%;
}

.wcadi__row img {
  width: 100%;
  margin-bottom: 40px;
}

.section-text p {
  margin-bottom: 15px;
}

.wcadi__row h3 {
  color: #158f45;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
}

.wcadi__row h4 {
  color: #565655;
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: bold;
}

.wcadi-list .item {
  font-size: 17px;
  color: #707070;
  font-weight: 400;
  line-height: 25px;
  list-style-type: disc;
  margin-left: 15px;
}

.wcadi-list {
  margin-bottom: 25px;
}

.features__row {
  width: 100%;
  background-color: #158f45;
}

.features__row h3 {
  color: #fff;
  text-transform: capitalize;
  width: 42%;
  font-weight: bold;
}

.features__row h4 {
  color: #fff;
  margin-bottom: 20px;
}

.features__row .wcadi-list {
  width: 42%;
}

.features__row .wcadi-list .item {
  color: #fff;
}

.ul__features {
  width: 322px;
  margin-right: 5.21vw;
  position: relative;
  z-index: 2;
}

.item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item__row .ul__features h3 {
  width: 100%;
}

.item__row .ul__features .wcadi-list {
  width: 100%;
}

.mobile_block {
  display: none;
}

@media (max-width: 991px) {
  .category-name h1 p {
    width: 480px;
    text-align: center;
  }
  .col-lg-8 {
    max-width: 100%;
  }
  .section-text p {
    font-size: 18px;
  }
  .wcadi__row h3 {
    font-size: 47px;
    text-align: left;
    margin-top: 80px;
  }
  .col-lg-4.mobile_block {
    display: block;
  }
  .col-lg-4 {
    display: none;
  }
  .crop-single-s-1 .download-block-wrap h3 {
    color: #158f45;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    margin-top: 0;
  }
  .wcadi__row h4 {
    font-size: 30px;
  }
  .wcadi-list {
    position: relative;
    left: 15px;
    width: 98%;
  }
  .wcadi-list .item {
    font-size: 18px;
    line-height: 1.33;
  }
  .features__row h4 {
    font-size: 47px;
  }
  .item__row {
    width: 100%;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ul__features {
    width: 100%;
    margin: 0;
  }
  .item__row .ul__features h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
  }
  .container .content-section .down-section {
    font-size: 19px;
  }
  .crop-single-s-1 .download-block .custom-select {
    max-width: 361px;
  }
  .select-block .custom-select .current-value {
    font-size: 24px;
  }
  .crop-single-s-1 .download-block .download-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .category-name h1 p {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .category-name h1 {
    font-size: 35px;
  }
  .section-text p {
    font-size: 18px;
  }
  .crop-page {
    margin-top: 25px;
  }
  .wcadi__row h3 {
    font-size: 30px;
    text-align: left;
    margin-top: 40px;
  }
  .col-lg-4.mobile_block {
    padding: 0;
  }
  .crop-single-s-1 .download-block-wrap h3 {
    font-size: 20px;
  }
  .select-block .custom-select .current-value {
    font-size: 20px;
  }
  .crop-single-s-1 .download-block .download-btn {
    width: 35px;
    height: 35px;
  }
  .wcadi__row h4 {
    font-size: 25px;
  }
  .wcadi-list .item {
    font-size: 18px;
    line-height: 25px;
  }
  .features__row h4 {
    font-size: 30px;
  }
  .item__row .ul__features h3 {
    font-size: 25px;
  }
  .wcadi-list {
    left: 7px;
  }
}
.contact-us-link {
  position: static !important;
  display: none !important;
}