@charset "UTF-8";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #009244;
  border: 3px solid #fff;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 146, 68, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.7em;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

/* Typography */
h1 {
  font-size: 4em;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  position: relative;
  line-height: 1.8em;
}

.auto__container {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 60px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: bold;
  font-size: 77px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

h2 {
  font-weight: bold;
  font-size: 42px;
  line-height: 45px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
}

h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}

p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
p strong {
  font-weight: 600;
}

.titleBg {
  background-color: #ffd632;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 10px;
}
.titleBg:last-child {
  margin-bottom: 0;
}

.titleExtra {
  background-color: #ffd632;
  margin-bottom: 10px;
  padding: 0 10px;
  display: inline-block;
}
.titleExtra br {
  display: none;
}
.titleExtra .titleBg {
  background-color: none;
  margin-bottom: 0;
  padding: 0;
}

.button {
  padding: 16px 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;
  text-align: center;
  -webkit-box-shadow: 0px 8px 32px rgba(0, 146, 69, 0.3);
          box-shadow: 0px 8px 32px rgba(0, 146, 69, 0.3);
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #8cc63f;
  border-radius: 26px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button:hover {
  opacity: 0.8;
}

.footer {
  background: #545b85;
  padding: 30px 0;
}
.footer__inner {
  max-width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.footer__inner-col {
  width: calc(50% - 40px);
  margin: 0 20px;
}
.footer__inner-col img {
  width: 80%;
}
.footer__inner-col:nth-child(1) {
  border-right: 1px solid #fff;
}
.footer__inner-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.footer__inner-link {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.footer__inner-content {
  margin-bottom: 14px;
}
.footer__inner-content:last-child {
  margin-bottom: 0;
}
.footer__inner-row {
  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;
  color: #fff;
}
.footer__inner-row span {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.copyright {
  padding: 10px 0;
  text-align: center;
  font-weight: 300;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #545b85;
}

.form {
  margin-bottom: 120px;
}
.form__inner {
  max-width: 770px;
  margin: 0 auto;
}
.form__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.form__inner-footer {
  max-width: 374px;
  margin: 15px auto 0 auto;
}
.form__inner-footer .button {
  margin-bottom: 20px;
  width: 100%;
}
.form h3 {
  margin-bottom: 38px;
}

.input__outer {
  width: calc(50% - 20px);
  margin: 10px;
}
.input__outer input {
  width: 100%;
  padding: 15px 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  background: #ffffff;
  border: 1px solid rgba(140, 198, 63, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 26px;
  letter-spacing: -0.02em;
  color: #009244;
}
.input__outer input::-webkit-input-placeholder {
  color: rgba(0, 146, 69, 0.5);
}
.input__outer input::-moz-placeholder {
  color: rgba(0, 146, 69, 0.5);
}
.input__outer input:-ms-input-placeholder {
  color: rgba(0, 146, 69, 0.5);
}
.input__outer input::-ms-input-placeholder {
  color: rgba(0, 146, 69, 0.5);
}
.input__outer input::placeholder {
  color: rgba(0, 146, 69, 0.5);
}

.check {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.check label {
  padding-left: 24px;
  font-weight: 300;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #000000;
}
.check label::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 100%;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #009244;
}
.check label::after {
  position: absolute;
  content: "";
  top: 9px;
  width: 7px;
  height: 7px;
  background: #009244;
  border-radius: 50%;
  left: 4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.check input:checked + label::after {
  opacity: 1;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 680px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border-radius: 45px 45px 0 0;
  background: #009244;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 1;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.cookie.active {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 1;
}
.cookie__close {
  width: 50px;
  height: 50px;
  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: absolute;
  top: 30px;
  right: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.cookie__close:hover {
  opacity: 0.8;
}
.cookie__close img {
  width: 100%;
}
.cookie__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookie__inner-logo {
  width: 105px;
  height: 105px;
  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-right: 20px;
}
.cookie__inner-logo img {
  width: 100%;
}
.cookie__inner-text {
  width: calc(100% - 200px);
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.thanks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.thanks.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.thanks__inner {
  margin: 50px auto;
  background: #fff;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 50px;
  background: #fff;
  max-width: 440px;
  width: 100%;
  position: relative;
}
.thanks__inner-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.thanks__inner-close:hover {
  opacity: 0.8;
}
.thanks__inner-close img {
  width: 100%;
}
.thanks__inner-logo {
  width: 130px;
  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: 0 auto 50px auto;
}
.thanks__inner-logo img {
  width: 100%;
}
.thanks__inner-title {
  text-align: center;
  font-weight: bold;
  font-size: 43px;
  line-height: 120%;
  text-align: center;
  color: #000;
  padding-bottom: 15px;
  position: relative;
}
.thanks__inner-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #000;
}
.thanks__inner p {
  font-weight: 300;
  color: #000;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 40px;
}
.thanks__inner .button {
  padding: 20px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.intro {
  position: relative;
  margin-bottom: 50px;
}
.intro__inner {
  padding: 240px 0;
}
.intro__inner-logo {
  padding: 24px 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 20px 20px;
  background: #fff;
  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;
}
.intro__inner-logo img {
  width: 248px;
}
.intro__inner-arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 78px;
  height: 78px;
  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;
  border: 15px solid #fff;
  background: #8cc63f;
  border-radius: 50%;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  cursor: pointer;
}
.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
}
.intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.feature {
  margin-bottom: 150px;
}
.feature__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.featureCard {
  width: calc(33.3% - 30px);
  margin: 0 15px;
}
.featureCard p {
  text-align: center;
}
.featureCard p span {
  font-weight: 600;
  display: block;
}
.featureCard__icon {
  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: 140px;
  height: 140px;
  margin: 0 auto 20px auto;
}
.featureCard__icon img {
  width: 100%;
}
.feature h3 {
  margin-bottom: 130px;
}

.certificate {
  margin-bottom: 150px;
}
.certificate h2 {
  margin-bottom: 20px;
  color: #009244;
}
.certificate h3 {
  margin-bottom: 40px;
}
.certificate__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 100px;
  max-width: 984px;
  margin: 0 auto;
  border-radius: 26px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 146, 68, 0.4);
          box-shadow: 0px 2px 12px rgba(0, 146, 68, 0.4);
  margin-bottom: 150px;
}
.certificate__inner-image {
  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%;
}
.certificate__inner-image img {
  width: 100%;
}
.certificate h3 {
  text-align: center;
  color: #000;
}
.certificate__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.certificateCard {
  width: calc(33.3% - 20px);
  margin: 10px;
}
.certificateCard__number {
  width: 100px;
  height: 100px;
  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;
  border-radius: 50%;
  background: #8cc63f;
  font-size: 93px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 20px auto;
}
.certificateCard p {
  text-align: center;
}

.why {
  padding: 75px 0;
  margin-bottom: 150px;
  background: #009244;
}
.whySlider__outer {
  padding: 50px;
  position: relative;
}
.whySlider__outer .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.whySlider__outer .slick-dots {
  display: none !important;
  top: calc(100% + 20px);
}
.whySlider__outer .slick-dots li {
  width: 12px;
  height: 12px;
  background: #c4c4c4;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.whySlider__outer .slick-dots li.slick-active {
  background: #fff;
}
.whySlider__outer .slick-dots li button:before {
  display: none !important;
}
.whySlider__outer .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.whySlider__outer .slick-slide {
  height: inherit !important;
}
.whySlider__outer button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  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;
  cursor: pointer;
}
.whySlider__outer button.prev {
  left: 0;
}
.whySlider__outer button.prev.slick-disabled {
  opacity: 0.4;
}
.whySlider__outer button.next {
  right: 0;
}
.whySlider__outer button.next.slick-disabled {
  opacity: 0.4;
}
.whySlider__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
  padding: 25px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  background: #fff;
}
.whySlider__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.whySlider__item-header-avatar {
  margin-right: 14px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #8cc63f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whySlider__item-header-info {
  width: calc(100% - 62px);
}
.whySlider__item-header-info-name {
  font-weight: bold;
  font-size: 19.1673px;
  line-height: 23px;
  color: #000;
  margin-bottom: 4px;
}
.whySlider__item-header-info span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.51);
  margin-bottom: 4px;
}
.whySlider__item-header-info-star {
  width: 105px;
  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-bottom: 4px;
}
.whySlider__item-header-info-star img {
  width: 100%;
}

.steps {
  margin-bottom: 150px;
}
.steps__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.stepsCard {
  width: calc(33.3% - 30px);
  margin: 0 15px;
}
.stepsCard p {
  text-align: center;
}
.stepsCard p span {
  font-weight: 600;
  display: block;
}
.stepsCard__icon {
  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;
  height: 128px;
  margin: 0 auto 50px auto;
}
.stepsCard__icon img {
  height: 100%;
}
.steps h3 {
  margin-bottom: 60px;
  color: #000;
}

.banner {
  margin-bottom: 150px;
}
.banner__inner {
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 146, 68, 0.4);
          box-shadow: 0px 2px 10px rgba(0, 146, 68, 0.4);
  max-width: 960px;
  height: 640px;
  margin: 0 auto;
  overflow: hidden;
}
.banner__inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
}
.banner__inner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.banner__inner h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
  font-weight: 700;
}

@media (max-width: 1180px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .intro__inner {
    padding: 150px 0;
  }
  .intro__inner-logo {
    padding: 15px;
    width: 220px;
  }
  .intro__inner-logo img {
    width: 180px;
  }
  .intro__inner-arrow {
    width: 60px;
    height: 60px;
    border: 10px solid #fff;
    bottom: -30px;
  }

  .feature {
    margin-bottom: 100px;
  }
  .feature h3 {
    margin-bottom: 70px;
  }
  .featureCard__icon {
    width: 100px;
    height: 100px;
  }

  .certificate {
    margin-bottom: 60px;
  }
  .certificate__inner {
    margin-bottom: 50px;
    padding: 25px;
  }
  .certificateCard {
    width: calc(50% - 20px);
  }

  .steps {
    margin-bottom: 100px;
  }
  .steps h3 {
    margin-bottom: 30px;
  }

  .banner {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .feature {
    margin-bottom: 40px;
  }
  .feature__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featureCard {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .certificate {
    margin-bottom: 60px;
  }

  .steps__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stepsCard {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .stepsCard__icon {
    margin-bottom: 25px;
  }

  .banner {
    margin-bottom: 60px;
  }
  .banner__inner {
    height: 400px;
  }
  .banner .auto__container {
    padding: 0 20px;
  }

  .why .auto__container {
    padding: 0;
  }
  .whySlider__item {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .whySlider__outer {
    padding: 50px;
  }
  .whySlider__outer .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .whySlider__outer button.prev {
    left: 10px;
  }
  .whySlider__outer button.next {
    right: 10px;
  }

  .cookie {
    padding: 22px 15px;
    max-width: 450px;
    border-radius: 18px 18px 0 0;
  }
  .cookie__close {
    width: 30px;
    height: 30px;
  }
  .cookie__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookie__inner-logo {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .cookie__inner-text {
    font-size: 14px;
    line-height: 1;
    width: calc(100% - 130px);
  }
}
@media (max-width: 700px) {
  .titleExtra {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
  }
  .titleExtra br {
    display: block;
  }
  .titleExtra .titleBg {
    background-color: #ffd632;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .certificate__row {
    margin: 0;
  }
  .certificateCard {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .banner {
    margin-bottom: 35px;
  }
  .banner__inner {
    height: 260px;
    border-radius: 10px;
  }
  .banner__inner h3 {
    bottom: 10px;
    left: 10px;
    font-size: 18px;
  }
  .banner__inner h3 span {
    margin-bottom: 5px;
  }

  .form {
    margin-bottom: 50px;
  }
  .form__inner-row {
    margin: 0;
  }

  .input__outer {
    width: 100%;
    margin: 10px 0;
  }

  .footer {
    padding: 5px 0;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-col {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  .footer__inner-col img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
  .footer__inner-col:nth-child(1) {
    border-bottom: 1px solid #fff !important;
    border-right: none !important;
    padding: 15px 0;
  }
  .footer__inner-content {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
  }
  .footer__inner-content:nth-child(2) {
    border-bottom: none;
  }
  .footer__inner-title {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer__inner-link {
    text-align: center;
  }
  .footer__inner-row {
    max-width: 200px;
    margin: 0 auto;
  }

  .why {
    padding: 70px 0;
  }
  .whySlider__item {
    margin: 0 2px;
  }
}
@media (max-width: 540px) {
  .auto__container {
    padding: 0 20px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .intro__inner {
    padding: 200px 0;
  }
  .intro__inner-arrow {
    width: 52px;
    height: 52px;
    bottom: -26px;
  }
  .intro__inner-logo {
    padding: 9px;
    width: 152px;
  }
  .intro__inner-logo img {
    width: 134px;
  }

  .thanks__inner {
    max-width: unset;
    margin: 50px 20px;
    width: calc(100% - 40px);
    border-radius: 24px;
    padding: 50px 36px;
  }
  .thanks__inner-close {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
  }
  .thanks__inner-logo {
    width: 96px;
    margin: 0 auto 20px auto;
  }
  .thanks__inner-title {
    font-size: 32px;
  }

  .cookie {
    max-width: 370px;
  }
  .cookie__close {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
  }
  .cookie__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookie__inner-logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .cookie__inner-text {
    font-size: 10px;
    line-height: 1;
    width: calc(100% - 80px);
  }
}
@media (max-width: 370px) {
  .banner__inner h3 {
    font-size: 14px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}