@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Krona+One&display=swap");
* {
  padding: 0;
  margin: 0; }

body {
  font-family: 'DM Sans', sans-serif;
  transition: .3s ease all;
  background-color: #5626C4; }

li {
  list-style: none; }

h2 {
  font-family: 'Krona One', sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 10px; }
  @media screen and (max-width: 769px) {
    h2 {
      font-size: 25px;
      line-height: 31px;
      margin-bottom: 8px; } }

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  text-align: justify; }

.wrapper {
  padding: 0 16px;
  position: relative; }

.gradient {
  text-align: center;
  background: radial-gradient(100% 100% at 39.32% 0%, #99DDFF 16.15%, #5626C4 75%, #1E0063 100%) no-repeat; }

.top {
  padding-bottom: 220px;
  background: url(../img/head_back.svg) no-repeat;
  background-size: auto;
  background-position-y: -80px;
  background-position-x: 43%; }
  .top p {
    padding: 0 16px; }
  .top h3 {
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    max-width: 805px;
    color: #fff;
    margin: 33px auto; }
  @media screen and (max-width: 1023px) {
    .top {
      background-position-x: 40%; } }
  @media screen and (max-width: 769px) {
    .top {
      background-size: cover;
      background-position-y: -55px;
      background-position-x: 45%; }
      .top p {
        padding: 0 40px; } }
  @media screen and (max-width: 568px) {
    .top {
      background-size: cover;
      background-position-y: -45px;
      background-position-x: 45%;
      padding-bottom: 200px; }
      .top h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 24px auto; }
      .top p {
        padding: 0 16px;
        font-size: 14px;
        line-height: 21px; } }

.products {
  transform: translateY(-80px);
  margin-bottom: -30px; }
  @media screen and (max-width: 568px) {
    .products {
      transform: translateY(-90px);
      margin-bottom: -130px; } }

nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 26px 65px 28px 0; }
  nav ul {
    display: flex;
    justify-content: flex-end; }
  nav li {
    margin-left: 31px; }
  nav a {
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #242333; }
  @media screen and (max-width: 1023px) {
    nav li {
      margin-left: 30px; } }
  @media screen and (max-width: 769px) {
    nav {
      padding: 10px 16px; }
      nav ul {
        flex-direction: column;
        align-items: flex-end; }
      nav li {
        margin-left: 0;
        margin-bottom: 10px; }
      nav a {
        font-size: 13px;
        line-height: 16px; } }

.logo {
  padding-top: 112px; }
  .logo img {
    display: block;
    margin: 0 auto 34px; }
  @media screen and (max-width: 769px) {
    .logo {
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (max-width: 568px) {
    .logo {
      font-size: 13px;
      line-height: 16px; } }
  .logo span {
    display: inline-block;
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 56px;
    color: #ffffff;
    border: 3px solid;
    border-color: #fff;
    padding: 22px 30px; }
  @media screen and (max-width: 769px) {
    .logo img {
      margin: 0 auto 26px; }
    .logo span {
      font-size: 30px;
      line-height: 38px;
      padding: 12px 14px;
      border: 2px solid; } }

.rv-logo {
  display: flex;
  margin-bottom: 24px; }
  .rv-logo img {
    box-shadow: 0px 6.81818px 22.7273px rgba(28, 94, 221, 0.2);
    margin-right: 15px; }
  .rv-logo span {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #FFFFFF; }
  @media screen and (max-width: 769px) {
    .rv-logo {
      margin-bottom: 0;
      justify-content: center; }
      .rv-logo img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        order: 1; }
      .rv-logo span {
        order: 2;
        font-size: 18px;
        line-height: 23px; } }

.parallax-bg {
  position: absolute;
  top: 0;
  left: -30%;
  width: 4960px;
  height: 100%;
  margin: 70px 0 40px;
  background: url(../img/prod_back.svg);
  background-repeat: no-repeat; }
  @media screen and (max-width: 568px) {
    .parallax-bg {
      left: -135%;
      top: 30px; } }

.swiper-wrapper {
  padding: 55px 0; }
  @media screen and (max-width: 769px) {
    .swiper-wrapper {
      padding: 80px 0 0; } }

.swiper-slide {
  display: flex;
  box-sizing: border-box;
  padding: 0 16px;
  justify-content: center;
  align-items: center; }
  .swiper-slide p {
    max-width: 600px;
    margin: 0; }
  .swiper-slide .slide-image {
    display: block; }
  .swiper-slide__body {
    margin-left: 90px; }
    .swiper-slide__body a {
      display: block;
      margin-top: 24px;
      text-align: start; }
  @media screen and (max-width: 1023px) {
    .swiper-slide__body {
      margin-left: 50px; } }
  @media screen and (max-width: 769px) {
    .swiper-slide {
      flex-direction: column; }
      .swiper-slide p {
        order: 1; }
      .swiper-slide h3 {
        margin-bottom: 24px; }
      .swiper-slide .slide-image {
        order: 2;
        max-height: 492px;
        width: fit-content; }
      .swiper-slide__body {
        margin: 0; }
        .swiper-slide__body a {
          text-align: center;
          margin-bottom: 24px; }
      .swiper-slide .parallax-bg {
        top: 25px; } }

.mySwiper {
  padding: 105px 0 70px; }

.swiper-pagination {
  top: 10px;
  bottom: initial !important;
  justify-content: space-between;
  display: flex;
  right: 0;
  margin: 0 auto;
  flex-wrap: nowrap;
  max-width: 765px;
  width: auto !important;
  padding: 0 16px; }
  @media screen and (max-width: 769px) {
    .swiper-pagination {
      justify-content: space-between; } }

.swiper-pagination-bullet {
  display: inline-block;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  padding: 5px 3px;
  border-radius: 0;
  background: none;
  color: #fff;
  opacity: 0.5;
  position: relative;
  margin: 0 !important; }
  .swiper-pagination-bullet::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 6px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0; }
  @media screen and (max-width: 769px) {
    .swiper-pagination-bullet {
      font-size: 16px;
      line-height: 20px;
      padding: 5px 0; }
      .swiper-pagination-bullet::after {
        bottom: 4px;
        height: 1px; } }

.swiper-pagination-bullet-active {
  opacity: 1; }
  .swiper-pagination-bullet-active::after {
    width: 100%;
    left: 0; }

.contact {
  text-align: center;
  padding: 115px 16px 154px 16px;
  background: linear-gradient(90deg, #99DDFF 0%, #5626C4 100%); }
  @media screen and (max-width: 769px) {
    .contact {
      padding: 45px 16px 58px 16px; } }

.contact-info {
  max-width: 236px; }

.contact-body {
  display: flex;
  margin: 78px auto 0;
  justify-content: center;
  align-items: center; }
  .contact-body img {
    margin-right: 65px; }
  .contact-body p,
  .contact-body a {
    margin-bottom: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #fff; }
  .contact-body a {
    display: block;
    text-align: start; }
  @media screen and (max-width: 769px) {
    .contact-body {
      flex-direction: column;
      align-items: center;
      margin: 50px auto 0; }
      .contact-body img {
        width: 210px;
        height: 210px;
        order: 2;
        margin: 0; }
      .contact-body .contact-info {
        order: 1; }
      .contact-body p,
      .contact-body a {
        text-align: center;
        margin-bottom: 20px; } }

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