body {
  height: 100%;
  overflow-y: visible;
}

.loader {
  position: absolute;
  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;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 10;
}

.loader svg {
  -webkit-animation: bounce 500ms alternate infinite ease;
  animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
  0% {
    top: 30px;
    height: 50px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
  }

  35% {
    height: 75px;
    border-radius: 50%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 50px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
  }

  35% {
    height: 75px;
    border-radius: 50%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    top: 0;
  }
}

.bounce:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.bounce:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.h-first {
  position: relative;
  background-image: url("../images/bg/h-first-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .h-first {
    background-image: none;
  }
}

.h-first-parallax {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  height: 100%;
  width: 50vw;
}

.h-first .content {
  margin-top: 40px;
}

@media screen and (min-width: 576px) {
  .h-first .content {
    margin-top: 0;
  }
}

.h-first-top {
  padding: 136px 0 58px;
}

.h-first-top .h1 {
  text-align: center;
  margin-top: 0;
  max-width: 732px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: -webkit-linear-gradient(230.88deg, #2BE9C7 .58%, #1BAAA5 36.75%, #0B6B82 63.49%, #003F6A 100%);
  background: linear-gradient(219.12deg, #2BE9C7 .58%, #1BAAA5 36.75%, #0B6B82 63.49%, #003F6A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 576px) {
  .h-first-top .h1 {
    text-align: left;
  }
}

.h-first-top-desc {
  text-align: center;
  max-width: 640px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1E1C1C;
}

@media screen and (min-width: 576px) {
  .h-first-top-desc {
    text-align: left;
  }
}

.h-first-bottom {
  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;
  padding: 40px 0 100px;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .h-first-bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 80px 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .h-first-bottom {
    padding: 33px 0 200px;
  }
}

.h-first-bottom.bottom-padding {
  -webkit-transition: 0.5s ease-in all;
  transition: 0.5s ease-in all;
  padding: 128px 0 200px;
}

.h-first-bottom .h2 {
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .h-first-bottom .h2 {
    text-align: left;
  }
}

.h-first-bottom:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
  display: block;
  width: 100%;
  min-width: 130vw;
  height: 100%;
  background-color: #F6F7FA;
}

.h-first-bottom .item-content {
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 70px;
}

@media screen and (min-width: 460px) {
  .h-first-bottom .item-content {
    min-width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .h-first-bottom .item-content {
    min-width: 280px;
  }
}

.h-first-bottom .item-icon {
  width: 46px;
  height: 46px;
  margin-right: 20px;
  content: '';
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .h-first-bottom .item-icon {
    margin-right: 40px;
  }
}

.h-first-bottom .item-title {
  width: 100%;
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 1px solid #1E1C1C;
}

@media screen and (min-width: 576px) {
  .h-first-bottom .item-title {
    font-size: 20px;
  }
}

.h-first .col-6 {
  max-width: 430px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 460px) {
  .h-first .col-6 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 576px) {
  .h-first .col-6 {
    max-width: 100%;
  }
}

.h-first .bottom-desc {
  text-align: center;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: #1E1C1C;
}

@media screen and (min-width: 576px) {
  .h-first .bottom-desc {
    text-align: left;
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .h-first .bottom-desc {
    margin-top: 50px;
    max-width: 635px;
  }
}

.h-first-btn-group {
  text-align: center;
  margin-top: 68px;
}

@media screen and (min-width: 576px) {
  .h-first-btn-group {
    text-align: left;
  }
}

.h-first-btn-group .row {
  margin-top: 12px;
}

.h-first-col {
  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%;
}

@media screen and (min-width: 992px) {
  .h-first-col {
    width: 57%;
  }
}

.h-first-scene {
  display: none;
  position: relative;
  border-top: 90px solid transparent;
  width: 43%;
}

@media screen and (min-width: 992px) {
  .h-first-scene {
    display: block;
  }
}

.h-first .btn-desc {
  font-size: 24px;
  line-height: 1.18;
  font-weight: 300;
  color: #1E1C1C;
}

.h-first .store-link:not(:last-child) {
  margin-right: 10px;
}

@media screen and (min-width: 576px) {
  .h-first .store-link:not(:last-child) {
    margin-right: 30px;
  }
}

.h-first .circle-bg {
  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: 100px;
  content: '';
  position: relative;
  top: 195px;
  left: -35px;
  width: 471px;
  height: 471px;
  background-color: #DDE7E9;
  border-radius: 50%;
}

.h-first .circle-bg:before {
  content: '';
  position: absolute;
  top: -102px;
  left: -102px;
  display: block;
  width: 675px;
  height: 675px;
  border-radius: 50%;
  border: 1px solid rgba(221,231,233,0.7);
}

.h-first .circle-bg:after {
  content: '';
  position: absolute;
  top: -191px;
  left: -191px;
  display: block;
  width: 853px;
  height: 853px;
  border-radius: 50%;
  border: 1px solid rgba(221,231,233,0.4);
}

.h-first-up {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.h-first .el-sticky {
  position: absolute;
  display: block;
  top: 270px;
  left: 40px;
}

.h-first .el-sticky.bottom,
.h-first .el-sticky.fixed {
  left: 40px !important;
  top: unset !important;
  bottom: 170px;
}

.h-second {
  z-index: 1;
  position: relative;
  padding: 44px 0 200px;
  background-image: url("../images/bg/h-second-bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
}

@media screen and (min-width: 576px) {
  .h-second {
    padding: 88px 0 258px;
  }
}

@media screen and (min-width: 768px) {
  .h-second {
    background-position: 33% 50%;
  }
}

@media screen and (min-width: 992px) {
  .h-second {
    background-position: 50% 50%;
  }
}

.h-second-content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .h-second-content {
    margin-top: 0;
  }
}

.h-second .h2 {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .h-second .h2 {
    text-align: left;
  }
}

.h-second .item {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .h-second .item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .h-second .item__bg {
    content: '';
    position: absolute;
    bottom: -258px;
    right: -125px;
    width: 100%;
    max-width: 500px;
    height: 100%;
    min-height: 600px;
    background-image: url("../images/bg/h-second-hand-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
}

@media screen and (min-width: 992px) {
  .h-second .item__bg {
    right: -70vw;
    max-width: 785px;
  }
}

@media screen and (min-width: 1200px) {
  .h-second .item__bg {
    min-height: 850px;
  }
}

@media screen and (min-width: 992px) {
  .h-second .item-animate {
    right: -185px;
    -webkit-animation: motion-hand 1.2s ease infinite;
    animation: motion-hand 1.2s ease infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}

.h-second .f-item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 304px;
}

@media screen and (min-width: 768px) {
  .h-second .f-item {
    margin: 0;
  }
}

.h-second .f-item:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .h-second .f-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.h-second .f-item-icon {
  margin-right: 20px;
  width: 54px;
  height: 54px;
  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;
}

.h-second .f-item-content {
  max-width: 230px;
  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%;
}

.h-second .f-item-title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

@media screen and (min-width: 576px) {
  .h-second .f-item-title {
    font-size: 24px;
  }
}

.h-second .f-item-desc {
  padding-top: 10px;
  border-top: 1px solid #FFFFFF;
  font-size: 16px;
  line-height: 1.7;
  color: #FFFFFF;
}

@media screen and (min-width: 576px) {
  .h-second .f-item-desc {
    font-size: 18px;
  }
}

@-webkit-keyframes motion-hand {
  0% {
    right: -90vw;
  }

  100% {
    right: -185px;
  }
}

@keyframes motion-hand {
  0% {
    right: -90vw;
  }

  100% {
    right: -185px;
  }
}

.h-fourth {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 0 100px;
  background-color: #F6F7FA;
  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;
}

@media screen and (min-width: 576px) {
  .h-fourth {
    padding: 40px 0 160px;
  }
}

@media screen and (min-width: 992px) {
  .h-fourth {
    padding: 110px 0 240px;
  }
}

.h-fourth-bg {
  position: relative;
  content: '';
  width: 100%;
  height: 250px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 576px) {
  .h-fourth-bg {
    height: 380px;
    background-image: url("../images/bg/h-fourth-bg.png");
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .h-fourth-bg {
    margin: 40px 0;
    height: 430px;
  }
}

.h-fourth-bg:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1800px;
  height: 250px;
  background-image: url("../images/bg/h-fourth-bg-1.png");
  background-position: 50% 26%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 576px) {
  .h-fourth-bg:before {
    background-position: 50% 46%;
    height: 550px;
  }
}

@media screen and (min-width: 768px) {
  .h-fourth-bg:before {
    background-position: 50% 50%;
    height: 648px;
  }
}

.h-fourth .h2 {
  text-align: center;
}

.h-fourth-desc {
  max-width: 380px;
  margin: 10px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1E1C1C;
}

@media screen and (min-width: 576px) {
  .h-fourth-desc {
    font-weight: 700;
    max-width: 950px;
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .h-fourth-desc {
    margin: 30px auto 0;
    font-size: 24px;
  }
}

.h-fourth-content {
  text-align: center;
  margin-right: auto;
  max-width: 550px;
  z-index: 1;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: #1E1C1C;
  border-top: 1px solid #000;
}

@media screen and (min-width: 576px) {
  .h-fourth-content {
    padding-top: 34px;
    text-align: left;
    font-size: 18px;
  }
}

.h-fifth {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 0 60px;
  background-color: #23232F;
}

@media screen and (min-width: 992px) {
  .h-fifth {
    padding: 100px 0;
  }
}

.h-fifth .h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
}

@media screen and (min-width: 576px) {
  .h-fifth .h2 {
    text-align: left;
  }
}

.h-fifth .item__w-sm {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .h-fifth .item__w-sm {
    width: 40%;
  }
}

.h-fifth .item__w-lg {
  margin-top: 50px;
  width: 100%;
  height: 100%;
  content: '';
}

@media screen and (min-width: 992px) {
  .h-fifth .item__w-lg {
    margin-top: 0;
    width: 60%;
  }
}

.h-fifth .item-bg {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-fifth .item-bg:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  max-width: 650px;
  min-height: 400px;
  height: 50%;
  background-image: url("../images/bg/h-fifth-item-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

@media screen and (min-width: 400px) {
  .h-fifth .item-bg:before {
    min-height: 500px;
  }
}

@media screen and (min-width: 500px) {
  .h-fifth .item-bg:before {
    min-height: 600px;
  }
}

@media screen and (min-width: 576px) {
  .h-fifth .item-bg:before {
    height: 680px;
    background-size: contain;
  }
}

@media screen and (min-width: 992px) {
  .h-fifth .item-bg:before {
    width: 650px;
    max-width: 100%;
    height: 720px;
    background-position: 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .h-fifth .item-bg:before {
    width: 943px;
    height: 920px;
  }
}

.h-fifth .item-bg-desc {
  text-align: center;
  position: relative;
  top: 0;
  font-size: 12px;
  line-height: 1.7;
  font-weight: normal;
  color: #FFFFFF;
}

@media screen and (min-width: 576px) {
  .h-fifth .item-bg-desc {
    top: -100px;
  }
}

@media screen and (min-width: 768px) {
  .h-fifth .item-bg-desc {
    top: 0;
  }
}

@media screen and (min-width: 992px) {
  .h-fifth .item-bg-desc {
    top: -150px;
    background-position: 0 0;
  }
}

.h-fifth .bl-item {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  color: #fff;
}

@media screen and (min-width: 576px) {
  .h-fifth .bl-item {
    margin: 0;
    max-width: 100%;
  }
}

.h-fifth .bl-item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .h-fifth .bl-item:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .h-fifth .bl-item:not(:last-child) {
    margin-bottom: 80px;
  }
}

.h-fifth .bl-item-title {
  text-align: center;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (min-width: 576px) {
  .h-fifth .bl-item-title {
    text-align: left;
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .h-fifth .bl-item-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .h-fifth .bl-item-title {
    font-size: 24px;
  }
}

.h-fifth .bl-item-content {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
  color: #fff;
}

@media screen and (min-width: 576px) {
  .h-fifth .bl-item-content {
    text-align: left;
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .h-fifth .bl-item-content {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .h-fifth .bl-item-content {
    font-size: 16px;
  }
}

.h-fifth .bl-item-content:before {
  margin-bottom: 14px;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}

.h-sixth {
  position: relative;
  width: 100%;
  padding: 31px 0 42px;
  background-image: url("../images/bg/h-sixth-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.h-sixth .cn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-sixth-content {
  position: relative;
  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%;
  max-width: 815px;
  padding: 32px 30px 46px 30px;
  background: rgba(255,255,255,0.2);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

@media screen and (min-width: 576px) {
  .h-sixth-content {
    padding: 32px 60px 46px 60px;
  }
}

@media screen and (min-width: 768px) {
  .h-sixth-content {
    padding: 32px 70px 46px 240px;
  }
}

@media screen and (min-width: 768px) {
  .h-sixth-content:before {
    content: '';
    position: absolute;
    left: -98px;
    bottom: -42px;
    display: block;
    width: 380px;
    height: 390px;
    background-image: url("../images/bg/h-sixth-bg-before.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
}

@media screen and (min-width: 1200px) {
  .h-sixth-content:before {
    height: 490px;
  }
}

.h-sixth-content__desc {
  text-align: center;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 300;
  color: #1E1C1C;
}

@media screen and (min-width: 500px) {
  .h-sixth-content__desc {
    font-size: 22px;
  }
}

@media screen and (min-width: 576px) {
  .h-sixth-content__desc {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .h-sixth-content__desc {
    font-size: 24px;
  }
}

.h-sixth-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  margin-top: 21px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .h-sixth-btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

.h-sixth-btn a:not(:last-child) {
  margin-right: 10px;
}

@media screen and (min-width: 400px) {
  .h-sixth-btn a:not(:last-child) {
    margin-right: 30px;
  }
}

.h-sixth .h2 {
  text-align: center;
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (min-width: 500px) {
  .h-sixth .h2 {
    font-size: 50px;
  }
}

@media screen and (min-width: 576px) {
  .h-sixth .h2 {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .h-sixth .h2 {
    font-size: 68px;
  }
}

.vendors-first-top {
  height: 100%;
  min-height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .vendors-first-top {
    min-height: 560px;
    background-position: 50% 50%;
  }
}

.vendors-first-bottom {
  height: 100%;
  width: 100%;
  padding: 20px 0 200px;
  background-color: #23232F;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}

@media screen and (min-width: 576px) {
  .vendors-first-bottom {
    padding: 20px 0 260px;
  }
}

@media screen and (min-width: 992px) {
  .vendors-first-bottom {
    padding: 40px 0 410px;
  }
}

.vendors-first .h2 {
  text-align: center;
  color: #fff;
}

.vendors-first-content {
  padding-top: 30px;
  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;
}

.vendors-first .item {
  max-width: 730px;
}

.vendors-first .item:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (min-width: 576px) {
  .vendors-first .item:not(:last-child) {
    margin-bottom: 70px;
  }
}

.vendors-first .item__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

@media screen and (min-width: 576px) {
  .vendors-first .item__title {
    font-size: 24px;
  }
}

.vendors-first .item__desc {
  max-width: 710px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
  color: #fff;
}

@media screen and (min-width: 576px) {
  .vendors-first .item__desc {
    font-size: 16px;
  }
}

.vendors-first .item__desc:before {
  margin-bottom: 14px;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}

.vendors-second {
  padding: 0 0 90px;
  position: relative;
  top: -200px;
  margin-bottom: -200px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .vendors-second {
    top: -366px;
    margin-bottom: -366px;
  }
}

@media screen and (min-width: 992px) {
  .vendors-second {
    padding: 0 0 133px;
  }
}

.vendors-second-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vendors-second-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: transparent;
}

.vendors-second .tab-content {
  content: '';
  width: 100%;
  max-width: 1160px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 30%;
}

@media screen and (min-width: 576px) {
  .vendors-second .tab-content {
    background-position: 50% 50%;
    height: 600px;
  }
}

@media screen and (min-width: 768px) {
  .vendors-second .tab-content {
    height: 700px;
  }
}

@media screen and (min-width: 992px) {
  .vendors-second .tab-content {
    height: 773px;
  }
}

.vendors-second-dots {
  position: relative;
  top: -100px;
  margin-bottom: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 400px) {
  .vendors-second-dots {
    top: -70px;
  }
}

@media screen and (min-width: 576px) {
  .vendors-second-dots {
    top: -130px;
  }
}

@media screen and (min-width: 992px) {
  .vendors-second-dots {
    top: -80px;
  }
}

.vendors-second .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
}

.vendors-second .slick-dots li:not(:last-child) {
  margin-right: 26px;
}

.vendors-second .slick-dots li.slick-active .dot {
  background-color: #1BAAA5;
}

.vendors-second .slick-dots .dot {
  display: block;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #DFEAEA;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .vendors-second .slick-dots .dot {
    height: 12px;
    width: 12px;
  }
}

.vendors-second .slick-dots .dot:hover {
  background-color: #1BAAA5;
}

.vendors-second-content {
  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;
}

.vendors-second-content .h2 {
  margin-top: 40px;
  text-align: center;
  color: #1E1C1C;
}

@media screen and (min-width: 992px) {
  .vendors-second-content .h2 {
    margin-top: 80px;
  }
}

.vendors-second-content__desc {
  text-align: center;
  max-width: 825px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: #1E1C1C;
}

@media screen and (min-width: 992px) {
  .vendors-second-content__desc {
    margin-top: 30px;
  }
}

.vendors-second-btn {
  margin-top: 70px;
}

.vendors-third {
  padding: 20px 0 60px;
  width: 100%;
  height: 100%;
  background-color: #F6F7FA;
  position: relative;
  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;
}

@media screen and (min-width: 576px) {
  .vendors-third {
    padding: 20px 0 80px;
  }
}

@media screen and (min-width: 992px) {
  .vendors-third {
    padding: 92px 0 109px;
  }
}

.vendors-third .h2 {
  text-align: center;
}

.vendors-third .h1 {
  margin-top: 58px;
  text-align: center;
  background: -webkit-linear-gradient(253.92deg, #2BE9C7 .58%, #1BAAA5 36.75%, #0B6B82 63.49%, #003F6A 100%);
  background: linear-gradient(196.08deg, #2BE9C7 .58%, #1BAAA5 36.75%, #0B6B82 63.49%, #003F6A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vendors-third__desc {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1E1C1C;
}

@media screen and (min-width: 576px) {
  .vendors-third__desc {
    font-size: 24px;
  }
}

.vendors-third-content {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .vendors-third-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.vendors-third .item {
  width: 100%;
  max-width: 320px;
  padding: 29px 15px 20px;
  height: 100%;
  min-height: 378px;
  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;
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 40px rgba(225,225,225,0.2);
  box-shadow: 0 4px 40px rgba(225,225,225,0.2);
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .vendors-third .item {
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    max-width: 100%;
    padding: 29px 15px 20px;
  }
}

@media screen and (min-width: 768px) {
  .vendors-third .item {
    padding: 39px 30px 40px;
    width: -webkit-calc((100% - 45px) / 2);
    width: calc((100% - 45px) / 2);
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .vendors-third .item {
    padding: 39px 11px 40px;
    width: -webkit-calc((100% - 90px) / 4);
    width: calc((100% - 90px) / 4);
    margin-bottom: 0;
  }
}

.vendors-third .item-icon {
  content: '';
  display: block;
  width: 100%;
  height: 46px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
}

.vendors-third .item-title {
  text-align: center;
  margin-top: 33px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1E1C1C;
}

@media screen and (min-width: 768px) {
  .vendors-third .item-title {
    font-size: 24px;
  }
}

.vendors-third .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
  color: #1E1C1C;
}

.vendors-third .item-content ul {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 0;
}

.vendors-third .item-content li:not(:last-child) {
  margin-bottom: 3px;
}

.contact-us {
  padding: 28px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .contact-us {
    padding: 32px 0 150px;
  }
}

.contact-us .cn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us .h2 {
  text-align: center;
}

.contact-us-form {
  width: 100%;
  max-width: 920px;
}

.contact-us-form .input-text {
  margin-bottom: 24px;
}

@media screen and (min-width: 576px) {
  .contact-us-form .input-text {
    margin-bottom: 1px;
  }
}

.contact-us-form .input-text__w-part {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .contact-us-form .input-text__w-part {
    max-width: 350px;
    width: 40%;
  }
}

.contact-us .form-row {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 576px) {
  .contact-us .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 576px) {
  .contact-us .form-row:not(:last-child) {
    margin-bottom: 40px;
  }
}

.contact-us .form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (min-width: 576px) {
  .contact-us .form-btn {
    margin-top: 0;
  }
}

.contact-us .form-btn .btn {
  width: 100%;
  max-width: 220px;
}

@media screen and (min-width: 576px) {
  .contact-us .form-btn .btn {
    max-width: 270px;
  }
}

.contact-us-desc {
  margin-top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

@media screen and (min-width: 576px) {
  .contact-us-desc {
    margin-top: 70px;
    font-size: 16px;
  }
}

.contact-us-desc a {
  color: #747F7F;
}

.contact-us-desc a:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
  .contact-us-desc a:not(:last-child) {
    margin-bottom: 0;
  }
}

.contact-first-bg {
  content: '';
  width: 100%;
  height: 561px;
  background-image: url("../images/bg/contact-us-first-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.contact-second {
  width: 100%;
  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;
  padding: 0 0 90px;
  background-color: #F6F7FA;
}

@media screen and (min-width: 576px) {
  .contact-second {
    padding: 0 0 150px;
  }
}

.contact-second .contact-us {
  margin: 0 auto -310px;
  position: relative;
  top: -310px;
  width: 100%;
  max-width: 1050px;
  padding: 50px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 7px;
  -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-shadow: 0 4px 40px rgba(225,225,225,0.2);
  box-shadow: 0 4px 40px rgba(225,225,225,0.2);
}

@media screen and (min-width: 768px) {
  .contact-second .contact-us {
    padding: 42px 65px;
  }
}

.contact-second .contact-us-form {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .contact-second .contact-us-form {
    margin-top: 50px;
  }
}

.contact-second .contact-us-form .input-text__w-part {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .contact-second .contact-us-form .input-text__w-part {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .contact-second .contact-us-form .input-text__w-part {
    width: 40%;
  }
}

.contact-second .contact-us-desc {
  width: 100%;
  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;
}

@media screen and (min-width: 992px) {
  .contact-second .contact-us-desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.contact-second .contact-us-link {
  font-size: 16px;
  line-height: 1.18;
  font-weight: normal;
  color: #1BAAA5;
}

@media screen and (min-width: 576px) {
  .contact-second .contact-us-link:not(:last-child) {
    margin-right: 30px;
  }
}

.contact-second .contact-us-link:hover {
  color: #147e7a;
}

.contact-second .contact-us-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .contact-second .contact-us-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.contact-second .h2 {
  margin: 0;
}

.contact-second .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .contact-second .social-links {
    margin-top: 0;
  }
}

.contact-second .social-desc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  text-transform: uppercase;
  color: #1BAAA5;
}

.contact-second .social-desc:after {
  content: '';
  position: relative;
  right: 0;
  margin: 0 20px;
  display: block;
  height: 1px;
  width: 20px;
  background-color: #1BAAA5;
}

@media screen and (min-width: 576px) {
  .contact-second .social-desc:after {
    width: 95px;
  }
}

.contact-second .social-link {
  font-size: 20px;
  color: #1BAAA5;
}

.contact-second .social-link:hover {
  color: #147e7a;
}

.contact-second .social-link:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 0;
}

.contact-second .social-link .icon-youtube-play {
  font-size: 26px;
}

.contact-second .social-link .icon-instagram {
  font-size: 24px;
}

.faq-first {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F6F7FA;
  padding: 181px 0 88px;
}

@media screen and (min-width: 576px) {
  .faq-first {
    padding: 181px 0 128px;
  }
}

.faq-first .cn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-first-tab-links {
  max-width: 730px;
  min-height: 54px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .faq-first-tab-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.faq-first .tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #323A3A;
  letter-spacing: 0.02em;
  cursor: pointer;
}

@media screen and (min-width: 340px) {
  .faq-first .tab-link {
    font-size: 20px;
  }
}

.faq-first .tab-link:not(:last-child) {
  margin-right: 10px;
}

@media screen and (min-width: 340px) {
  .faq-first .tab-link:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 576px) {
  .faq-first .tab-link:not(:last-child) {
    margin-right: 150px;
  }
}

.faq-first .current {
  font-size: 20px;
  line-height: 1.68;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0B6B82;
  border-bottom: 1px solid #0B6B82;
  -webkit-transition: 80ms all ease-in;
  transition: 80ms all ease-in;
}

@media screen and (min-width: 340px) {
  .faq-first .current {
    font-size: 26px;
  }
}

@media screen and (min-width: 576px) {
  .faq-first .current {
    font-size: 32px;
  }
}

.faq-first-tabs {
  margin-top: 70px;
  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;
}

.faq-first .faq-item {
  width: 100%;
  max-width: 730px;
}

.faq-first .faq-item:not(:first-child) {
  margin-top: 50px;
}

.faq-first .faq-item.active .item-icon:after {
  content: none;
}

.faq-first .faq-item .item-icon {
  cursor: pointer;
}

.faq-first .faq-item .item-icon:before {
  content: '';
  position: absolute;
  top: 25%;
  left: -45px;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1BAAA5;
}

.faq-first .faq-item .item-icon:after {
  content: '';
  position: absolute;
  top: -webkit-calc(25% - 11px);
  top: calc(25% - 11px);
  left: -34px;
  display: block;
  width: 2px;
  height: 24px;
  background-color: #1BAAA5;
}

.faq-first .faq-item-title {
  width: 100%;
  max-width: -webkit-calc(100% - 45px);
  max-width: calc(100% - 45px);
  height: 100%;
  margin-left: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1E1C1C;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .faq-first .faq-item-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .faq-first .faq-item-title {
    margin-left: 90px;
    max-width: 730px;
  }
}

.faq-first .faq-item-title:after {
  opacity: 0.2;
  margin-top: 20px;
  content: '';
  position: relative;
  left: -45px;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #1E1C1C;
}

@media screen and (min-width: 576px) {
  .faq-first .faq-item-title:after {
    width: -webkit-calc(100% + 45px);
    width: calc(100% + 45px);
  }
}

@media screen and (min-width: 992px) {
  .faq-first .faq-item-title:after {
    left: -95px;
    width: -webkit-calc(100% + 95px);
    width: calc(100% + 95px);
  }
}

.faq-first .faq-item__content {
  max-width: 635px;
  margin-top: 20px;
  padding-left: 45px;
}

@media screen and (min-width: 992px) {
  .faq-first .faq-item__content {
    padding-left: 95px;
  }
}

.faq-first-bottom {
  margin-top: 70px;
  max-width: 610px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: #1E1C1C;
}

@media screen and (min-width: 576px) {
  .faq-first-bottom {
    margin-top: 100px;
  }
}

.faq-first-bottom__link {
  color: #1BAAA5;
}

.error-404 {
  text-align: center;
}

.error-404 .page-content p {
  font-weight: bold;
}

.error-404-img {
  display: inline-block;
  max-width: 300px;
  margin: 40px auto 70px;
}

.error404 .choose-s__items>a {
  padding: 29px 26px;
}

.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);
  -ms-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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline-offset: -4px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
}

textarea {
  resize: none;
}

select {
  width: 100%;
  max-width: 100%;
  height: 55px;
  padding: 16px 25px 12px 15px;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #A8A8A8;
  border-radius: 3px;
  color: #3E4148;
  font-size: 18px;
  line-height: 23px;
}

.input-text {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 12px 10px 12px 10px;
  border: none;
  border-bottom: 1px solid #323A3A;
  font-size: 16px;
  line-height: 1;
  color: #3E4148;
  margin-bottom: 1px;
}

.input-text:focus {
  margin-bottom: 0;
  outline-color: transparent;
  border-bottom: 2px solid #000;
}

.input-text::-webkit-input-placeholder {
  color: #323A3A;
  opacity: 0.5;
}

.input-text:-moz-placeholder {
  color: #323A3A;
  opacity: 0.5;
}

.input-text::-moz-placeholder {
  color: #323A3A;
  opacity: 0.5;
}

.input-text:-ms-input-placeholder {
  color: #323A3A;
  opacity: 0.5;
}

.input-text.error {
  border-color: red;
}

.footer {
  width: 100%;
  background-color: #1E1C1C;
  padding: 32px 0 32px;
}

.footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer .top {
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer .content {
  padding: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #747F7F;
}

@media screen and (min-width: 992px) {
  .footer .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer .content-desc {
  text-align: center;
  max-width: 255px;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer .content-desc {
    text-align: left;
    margin-top: 9px;
  }
}

.footer .content-nav-social {
  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;
}

.footer .content-downloads {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .footer .content-downloads {
    margin-top: 0;
  }
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .footer-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 20px;
    padding-left: 40px;
  }
}

.footer-link {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link a {
  color: #747F7F;
}

.footer-link a:hover {
  padding-bottom: 5px;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.footer-link:not(:last-child) {
  margin-right: 20px;
}

@media screen and (min-width: 519px) {
  .footer-link:not(:last-child) {
    margin-right: 50px;
  }
}

.footer-link.active a {
  padding-bottom: 5px;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.footer .social {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .footer .social {
    margin-top: 26px;
    margin-bottom: 0;
  }
}

.footer .social a {
  color: #747F7F;
}

.footer .social a:not(:last-child) {
  margin-right: 60px;
}

.footer .social a:hover {
  color: #fff;
}

.footer .downloads__title {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #747F7F;
}

@media screen and (min-width: 768px) {
  .footer .downloads__title {
    text-align: right;
  }
}

.footer .downloads-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 18px;
}

.footer .downloads-icons a {
  width: 100%;
  max-width: 89px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .downloads-icons a:not(:last-child) {
  margin-right: 19px;
}

.footer .bottom {
  border-top: 1px solid #747F7F;
  padding: 23px 0 0;
}

.footer .bottom.col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .footer .bottom.col-4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer .item {
    margin-bottom: 0;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .footer .item {
    width: 33%;
  }
}

.footer .item-link {
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  color: #747F7F;
  text-decoration: underline;
}

.footer .item-link:hover {
  color: #fff;
}

.footer .item-link:not(:last-child) {
  margin-right: 40px;
}

.footer .item__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 16px;
  color: #747F7F;
}

.footer .item__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media screen and (min-width: 768px) {
  .footer .item__contacts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .footer .item__contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.footer .item__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 768px) {
  .footer .item__order {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .footer .item__order {
    margin-top: 0;
  }
}

.footer .item-contact {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
}

.footer .item-contact:hover {
  color: #747F7F;
}

.footer .item-contact:not(:last-child) {
  margin-right: 50px;
}



