/* Breakpoints */
/* Mixins */
/* x-kom styles */
html,
body {
  font-family: "Nunito", sans-serif;
}

.top-mobile img {
  display: none;
}

@media (max-width: 992px) {
  .top-mobile img {
    display: inline;
  }

  .top__wrapper {
    background: none;
  }
}

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

html {
  scroll-behavior: smooth;
  font-size: 14px;
}

@media (min-width: 576px) {
  html {
    font-size: 15.5px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

body {
  overflow-x: hidden;
}

strong {
  font-weight: 600 !important;
}

.section {
  margin: 80px 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.cta {
  border-radius: 24px;
  font-size: 1rem !important;
  font-weight: 300;
  border: none;
  width: fit-content;
  height: 40px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  transition: 0.3s;
  background: #fff;
  color: #000;
  margin-top: 10px;
  height: 48px;
  padding: 0 34px;
  font-size: 1.2rem !important;
}

.cta:hover {
  background: #d5d5d5;
  color: #000;
}

.cta:active {
  background: #d5d5d5;
  color: #000;
}

.cta--white {
  background: #fff;
  color: #000;
}

.cta--white:hover {
  background: #e6e6e6;
  color: #000;
}

.cta--white:active {
  background: #cccccc;
  color: #000;
}

.cta--gray {
  background: #333333;
  color: #fff;
}

.cta--gray:hover {
  background: #1a1a1a;
  color: #fff;
}

.cta--gray:active {
  background: #000;
  color: #fff;
}

.cta--violet {
  background: #8250fa;
  color: #fff;
}

.cta--violet:hover {
  background: #5f1ef9;
  color: #fff;
}

.cta--violet:active {
  background: #4606de;
  color: #fff;
}

.cta--pink {
  background: #fa0064;
  color: #fff;
}

.cta--pink:hover {
  background: #c70050;
  color: #fff;
}

.cta--pink:active {
  background: #94003b;
  color: #fff;
}

.cta--sm {
  height: 40px;
  padding: 0 24px;
  font-size: 1rem !important;
}

/* Typography */
h1 {
  font-weight: 200;
  /*   font-size: 1.6rem; */
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.2rem;
  }
}

h1 br {
  display: none;
}

@media (min-width: 768px) {
  h1 br {
    display: initial;
  }
}

h2 {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  h2 {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.2rem;
  }
}

/* Utilities */
.nobr {
  display: inline-block;
}

/* Layout */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  margin-top: 0;
}

.left__logos-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 576px) {
  .left__logos-wrapper {
    justify-content: flex-start;
  }
}

.header__logos-wrapper {
  height: auto;
  width: 100%;
  padding: 20px 25px 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 530px) {
  .header__logos-wrapper {
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  .header__logos-wrapper {
    padding: 30px 30px 30px 10px;
  }
}

.header #brand {
  height: 35px;
  margin: 15px 10px;
}

@media (min-width: 576px) {
  .header #brand {
    height: 40px;
    margin: 0 20px;
  }
}

.header #vendor {
  height: 25px;
  margin: 0 10px;
}

@media (min-width: 576px) {
  .header #vendor {
    height: 40px;
    margin: 25px 20px;
  }
}

.header #vendor2 {
  height: 55px;
  margin: 16px 10px 0;
}

@media (min-width: 465px) {
  .header #vendor2 {
    margin: 0 10px;
  }
}

@media (min-width: 576px) {
  .header #vendor2 {
    height: 65px;
    margin: 0 20px;
  }
}

.top {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.top__wrapper {
  /*  background: url("../../img/top/topv2.jpg?v2");
  background-size: cover;
  background-position: 68%;
  border-radius: 0 0 24px 24px;
  
  width: 100%;
  padding: 140px 0 100px 0;
  margin: 0 auto;*/
  background: #072348;
  height: auto;
  padding: 140px 0 0 0;
}

@media (min-width: 576px) {
  .top__wrapper {
    padding: 200px 0 0px 0;
  }
}

.top__wrapper {
  padding: 240px 0 200px 0;
  background: url("../../img/top/top-mobile.jpg?v=3.1");
  background-size: cover;
  background-position: 15%;
}

@media (min-width: 790px) {
  .top__wrapper {
    background-position: center 70%;
  }
}

@media (min-width: 992px) {
  .top__wrapper {
    padding: 240px 0 200px 0;
    background: url("../../img/top/NEW-top.jpg?v=3.1");
    background-position: 64%;
    background-size: cover;
  }
}

.top__wrapper--3 {
  background-image: linear-gradient(
    -45deg,
    transparent 0%,
    rgba(0, 0, 0, 0.7) 60%
  );
}

.top__copy {
  display: flex;
  max-width: 540px;
}

.top__copy h2 {
  font-weight: 200;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10px;
}

.top__copy--center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.top__copy--left {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
}

.plyr__video-embed {
  position: unset;
  margin: 38px auto 20px auto;
}

.plyr__video-embed iframe {
  position: unset;
  max-width: 1920px;
  border-radius: 24px;
}

.steps__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .steps__wrapper {
    flex-direction: row;
  }
}

.steps__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 300px;
  text-align: center;
  padding: 24px 32px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
}

.steps__item img {
  width: 140px;
  height: 140px;
  margin-bottom: -16px;
}

.steps__item-coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px dashed #c382fa;
  border-radius: 200px;
  height: 40px;
  padding: 0 26px;
  transition: 0.3s;
  margin-bottom: 14px;
  white-space: nowrap;
}

/* products */
.products__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  padding: 24px 30px 30px 30px;
  border-radius: 24px;
  box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
  transition: 0.3s;
  font-size: 0.9rem;
  /*   &:hover &-image img {
      transform: scale(1.03);
    } */
}

.products__item:hover {
  box-shadow: rgba(149, 157, 165, 0.3) 8px 20px 30px;
  transform: translateY(-6px);
}

.products__item-image img {
  width: 80%;
  height: auto;
  transition: 0.3s;
  margin: 0 auto;
  display: block;
}

.products__item h4 {
  margin-bottom: 8px;
}

.products__item-rating {
  margin-bottom: 10px;
}

.products__item ul {
  padding-left: 10px;
}

.products__item ul li {
  margin-bottom: 0px;
  font-weight: 300;
}

.products__item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products__item-footer-button {
  fill: #8250fa;
  transition: 0.3s;
}

.products__item-footer-button:hover {
  fill: #5f1ef9;
}

.products__item-footer-button:active {
  fill: #4606de;
}

.products__item-price {
  display: flex;
  align-items: center;
  position: relative;
}

.products__item-price .old-price {
  margin-right: 10px;
  text-decoration: line-through;
  color: gray;
}

.products__item-price .new-price {
  font-size: 1.5rem;
}

.main a {
  color: #0082fa;
  transition: 0.3s;
}

.main a:hover {
  color: #0067c7;
  text-decoration: underline;
}

.main h2 {
  margin-bottom: 14px;
}

.main img {
  width: 100%;
  margin: 20px auto;
  border-radius: 24px;
}

.main img.ico {
  width: 100px;
  margin: 0 auto 14px auto;
  border-radius: 0;
}

.footer__card {
  position: relative;
  width: 100%;
  padding: 24px 32px;
  border-radius: 24px;
  box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
  transition: 0.3s;
}

.footer__card:hover {
  box-shadow: rgba(149, 157, 165, 0.3) 8px 20px 30px;
  transform: translateY(-4px);
}

.footer__product-image {
  height: auto;
  max-width: 100%;
  max-height: 300px;
}

ul {
  list-style-position: outside;
  padding-left: 0;
}

ul li {
  margin-bottom: 0px;
  font-weight: 300;
}

/* Animations */
/* Slider */
/*# sourceMappingURL=main.css.map */
