html {
  font-size: 16px
}
@media (min-width: 320px) {
  html {
    font-size: calc(16px + 2 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 18px
  }
}
h6, .h6 {
  font-size: 16px
}
@media (min-width: 320px) {
  h6, .h6 {
    font-size: calc(16px + 8 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  h6, .h6 {
    font-size: 24px
  }
}
h5, .h5 {
  font-size: 18px
}
@media (min-width: 320px) {
  h5, .h5 {
    font-size: calc(18px + 10 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 28px
  }
}
h4, .h4 {
  font-size: 20px
}
@media (min-width: 320px) {
  h4, .h4 {
    font-size: calc(20px + 12 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 32px
  }
}
h4, .h4 {
  font-size: 22px
}
@media (min-width: 320px) {
  h4, .h4 {
    font-size: calc(22px + 14 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 36px
  }
}
h3, .h3 {
  font-size: 24px
}
@media (min-width: 320px) {
  h3, .h3 {
    font-size: calc(24px + 16 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 40px
  }
}
h2, .h2 {
  font-size: 26px
}
@media (min-width: 320px) {
  h2, .h2 {
    font-size: calc(26px + 18 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 44px
  }
}
h1, .h1 {
  font-size: 28px
}
@media (min-width: 320px) {
  h1, .h1 {
    font-size: calc(28px + 20 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 48px
  }
}
body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  background: #fff
}
.btn {
  padding: 6px 24px 7.5px 24px;
  border-radius: 56px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out
}
.btn {
  font-size: 14px
}
@media (min-width: 320px) {
  .btn {
    font-size: calc(14px + 2 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  .btn {
    font-size: 16px
  }
}
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.btn.btn-primary {
  background: #0082fa;
  border: none
}
.btn.btn-primary:hover {
  background: #0070cc
}
.btn.btn-primary:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  background: #00407a
}
.no-br {
  white-space: nowrap
}
header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 5
}
@media (max-width: 720px) {
  header {
    position: relative;
    text-align: center
  }
}
header .logo {
  height: 40px
}
main {
  position: relative;
  overflow-x: hidden;
  width: 100%
}
.app__start {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 0
}
@media (max-width: 991px) {
  .app__start {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    padding: 0 0
  }
}
@media (max-width: 991px) {
  .app__start {
    margin-top: 60px
  }
}
.app__start--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 300;
  position: relative;
  z-index: 6
}
.app__start--title {
  font-size: 24px
}
@media (min-width: 320px) {
  .app__start--title {
    font-size: calc(24px + 4 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  .app__start--title {
    font-size: 36px
  }
}
@media (max-width: 1200px) {
  .app__start--title {
    font-size: 20px
  }
}
@media (max-width: 1200px) and (min-width: 320px) {
  .app__start--title {
    font-size: calc(20px + 8 * (100vw - 320px) / 704)
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .app__start--title {
    font-size: 28px
  }
}
.app__start--subtitle {
  padding-bottom: 8px
}
.app__start--subtitle {
  font-size: 16px
}
@media (min-width: 320px) {
  .app__start--subtitle {
    font-size: calc(16px + 6 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  .app__start--subtitle {
    font-size: 28px
  }
}
@media (max-width: 1200px) {
  .app__start--subtitle {
    font-size: 14px
  }
}
@media (max-width: 1200px) and (min-width: 320px) {
  .app__start--subtitle {
    font-size: calc(14px + 4 * (100vw - 320px) / 704)
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .app__start--subtitle {
    font-size: 18px
  }
}
.app__start--info {
  font-weight: 500;
  padding-bottom: 8px
}
.app__start--info {
  font-size: 30px
}
@media (min-width: 320px) {
  .app__start--info {
    font-size: calc(30px + 8 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  .app__start--info {
    font-size: 38px
  }
}
@media (max-width: 1200px) {
  .app__start--info {
    font-size: 24px
  }
}
@media (max-width: 1200px) and (min-width: 320px) {
  .app__start--info {
    font-size: calc(24px + 8 * (100vw - 320px) / 704)
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .app__start--info {
    font-size: 32px
  }
}
.app__steps {
  margin-top: 0px;
  margin-bottom: 64px
}
@media (min-width: 1400px) {
  .app__steps {
    margin-top: 40px
  }
}
.app__steps--icon {
  width: 88px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 24px
}
@media (max-width: 768px) {
  .app__steps--icon {
    width: 68px;
    height: 60px
  }
}
@media (max-width: 540px) {
  .app__steps--icon {
    width: 48px;
    height: 40px
  }
}
.app__steps--background {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  padding: 56px;
  border-radius: 24px
}
@media (max-width: 420px) {
  .app__steps--background {
    padding: 40px
  }
}
.app__steps .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed #ccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px auto 0;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 900px;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}
.app__steps .coupon {
  font-size: 16px
}
.app__steps .coupon:hover {
  background: #f7f7f7
}
@media (max-width: 768px) {
  .app__steps .coupon {
    margin-left: 0
  }
}
.app__products {
  margin-top: -256px;
  background: #f2f2f2;
  padding: 240px 0 60px 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px
}
.app__products .category__listing {
  padding: 24px 0 0;
  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
}
@media (max-width: 768px) {
  .app__products .category__listing {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
}
.app__products .category__listing .single-product {
  padding: 0 30px 0;
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  position: relative;
  width: calc(33.3% - 24px);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .app__products .category__listing .single-product {
    padding: 0 15px 15px
  }
}
@media (max-width: 768px) {
  .app__products .category__listing .single-product {
    width: calc(50% - 12px);
    margin-bottom: 24px
  }
}
@media (max-width: 768px) {
  .app__products .category__listing .single-product:nth-child(3) {
    margin: 0 auto
  }
}
@media (max-width: 480px) {
  .app__products .category__listing .single-product {
    width: 100%
  }
}
@media (max-width: 390px) {
  .app__products .category__listing .single-product {
    padding-bottom: 50px
  }
}
.app__products .category__listing .single-product:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px
}
.app__products .category__listing .single-product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}
@media (max-width: 1080px) {
  .app__products .category__listing .single-product a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media (max-width: 560px) {
  .app__products .category__listing .single-product a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.app__products .category__listing .single-product a .badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  padding: 8px 12px;
  border-radius: 900px
}
.app__products .category__listing .single-product a .badge {
  font-size: 12px
}
.app__products .category__listing .single-product a .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 100%
}
.app__products .category__listing .single-product a .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  -o-object-fit: contain;
  object-fit: contain
}
.app__products .category__listing .single-product a .place {
  color: #8c8c8c;
  font-weight: 500;
  font-size: 0.8rem
}
.app__products .category__listing .single-product a h5 {
  color: #000;
  font-size: 1rem
}
.app__products .category__listing .single-product a:hover {
  text-decoration: none
}
.app__products .category__listing .single-product a .details {
  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%;
  padding-bottom: 24px;
  margin-top: -8px
}
@media (max-width: 1080px) {
  .app__products .category__listing .single-product a .details {
    width: 100%;
    padding-left: 0
  }
}
.app__products .category__listing .single-product a .details h5 {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 0;
  margin-bottom: 0
}
.app__products .category__listing .single-product a .details .model {
  width: 80%
}
.app__products .category__listing .single-product a .details .spec {
  padding: 16px 0;
  margin: 0
}
.app__products .category__listing .single-product a .details .spec__item {
  color: #666;
  list-style-type: none
}
.app__products .category__listing .single-product a .details .spec__item {
  font-size: 14px
}
.app__products .category__listing .single-product a .details .price .regular-price {
  text-decoration: line-through;
  color: #999
}
.app__products .category__listing .single-product a .details .price .regular-price {
  font-size: 16px
}
.app__products .category__listing .single-product a .details .price .special-price {
  color: #000;
  font-weight: 500
}
.app__products .category__listing .single-product a .details .price .special-price {
  font-size: 22px
}
.app__products .category__listing .single-product a .details .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 16px;
  right: 16px
}
.app__products .category__listing .single-product a .details .summary .price {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000
}
.app__products .category__listing .single-product a .details .summary .btn.btn-arrow {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.app__products .category__listing .single-product .btn.btn-price {
  background: #fff;
  color: #0082fa;
  border: 1px solid #0082fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: absolute;
  bottom: 30px;
  right: 30px
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .app__products .category__listing .single-product .btn.btn-price {
    bottom: 15px;
    right: 15px
  }
}
@media (max-width: 480px) {
  .app__products .category__listing .single-product .btn.btn-price {
    bottom: 20px;
    right: 20px
  }
}
@media (max-width: 390px) {
  .app__products .category__listing .single-product .btn.btn-price {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    padding: 5px 0;
    margin-top: -10px;
    height: 30px
  }
}
.app__products .category__listing .single-product .btn.btn-price svg {
  width: 22px;
  height: 22px
}
.app__products .category__listing .single-product .btn.btn-price svg path {
  fill: #0082fa;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}
.app__products .category__listing .single-product .btn.btn-price:hover {
  background: #0075e1
}
.app__products .category__listing .single-product .btn.btn-price:hover svg path {
  fill: #fff
}
.app__form {
  margin-bottom: 64px
}
.app__form--background {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  padding: 56px;
  border-radius: 24px
}
@media (max-width: 420px) {
  .app__form--background {
    padding: 40px
  }
}
.app__form--background form .floating input {
  border-radius: 56px;
  font-size: 0.9rem;
  padding: 12px 24px;
  font-weight: 500
}
.app__form--background form .floating label {
  position: absolute;
  padding: 12px 0;
  left: 24px;
  top: 1px;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-size: 0.9rem;
  cursor: text
}
.app__form--background form .floating input:focus + label, .app__form--background form .floating input.filled + label, .app__form--background form .floating textarea:focus + label, .app__form--background form .floating textarea.filled + label {
  position: absolute;
  top: -8px;
  font-size: 0.65rem;
  background: #fff;
  padding: 0 8px;
  cursor: auto
}
.app__form--background form .floating textarea {
  min-height: 192px;
  border-radius: 16px;
  padding: 16px 19px
}
.app__form--background form .floating input:focus, .app__form--background form .floating input:active, .app__form--background form .floating textarea:focus, .app__form--background form .floating textarea:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #0082fa
}
.app__form--background form .floating .invalid-feedback {
  padding-left: 24px;
  padding-top: 4px
}
.app__form--background form .form-check-label.small {
  font-size: 0.8rem
}
.app__form--background form .invalid-feedback {
  font-size: 0.64rem
}
.app__videos .videos__carousel {
  margin-top: 24px
}
.app__videos .videos__carousel a {
  text-decoration: none;
  color: #fff
}
.app__videos .videos__carousel a .videos__carousel--thumb {
  position: relative;
  width: 100%;
  padding-top: 64%;
  border-radius: 24px;
  overflow: hidden;
  background: #0082fa
}
.app__videos .videos__carousel a .videos__carousel--thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 103%;
  height: 103%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}
.app__videos .videos__carousel a .videos__carousel--thumb:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}
.app__videos .videos__carousel a .videos__carousel--title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  z-index: 3
}
.app__videos .videos__carousel a .videos__carousel--title {
  font-size: 16px
}
@media (min-width: 320px) {
  .app__videos .videos__carousel a .videos__carousel--title {
    font-size: calc(16px + 2 * (100vw - 320px) / 704)
  }
}
@media (min-width: 1024px) {
  .app__videos .videos__carousel a .videos__carousel--title {
    font-size: 18px
  }
}
.app__videos .videos__carousel a:hover .videos__carousel--thumb img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4
}
.app__videos .videos__carousel a:hover .videos__carousel--thumb:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 130, 250, 0)), to(#0082fa));
  background: linear-gradient(180deg, rgba(0, 130, 250, 0) 0%, #0082fa 100%)
}
.app__videos .videos__carousel a:hover .videos__carousel--title:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-bottom: 16px
}
.app__videos .videos__carousel a:hover .videos__carousel--title:before {
  font-size: 12px
}
.app__videos .videos__carousel a:hover .videos__carousel--title:after {
  content: "odtwórz film";
  padding-top: 16px
}
.app__videos .videos__carousel a:hover .videos__carousel--title:after {
  font-size: 14px
}
.app__download {
  margin-top: 64px;
  padding-bottom: 128px
}
.app__download .h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.app__download--list {
  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;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  border-radius: 24px;
  padding: 24px;
  list-style-type: none
}
@media (max-width: 480px) {
  .app__download--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px
  }
}
.app__download--item {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}
@media (max-width: 480px) {
  .app__download--item {
    margin: 8px
  }
}
@media (max-width: 420px) {
  .app__download--item {
    width: 100%
  }
}
@media (max-width: 420px) {
  .app__download--item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}
@media (max-width: 420px) {
  .app__download--item a img {
    width: 160px;
    margin: 0 auto
  }
}
.app__download--item:hover {
  opacity: .9
}
.app__download--disclaimer {
  font-size: .8rem;
  color: gray;
  padding-top: 8px
}
.app__download--disclaimer a {
  color: #0082fa
}
.app__download--scene {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
  z-index: -1
}
@media (min-width: 728px) and (max-width: 991px) {
  .app__download--scene {
    margin-top: 80px;
    margin-bottom: 192px
  }
}
@media (max-width: 1024px) {
  .app__download--scene {
    margin-top: -60px;
    margin-bottom: 24%
  }
}
.app__download--background {
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: 120%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-window-dragging: none
}
.app__download--bike {
  position: absolute;
  bottom: -120px;
  left: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 95%;
  height: 95%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media (min-width: 1920px) {
  .app__download--bike {
    left: 65%
  }
}
@media (max-width: 1440px) {
  .app__download--bike {
    left: 45%
  }
}
@media (max-width: 1200px) {
  .app__download--bike {
    width: 110%;
    height: 110%;
    left: 60%
  }
}
@media (max-width: 1024px) {
  .app__download--bike {
    left: 35%
  }
}
@media (max-width: 728px) {
  .app__download--bike {
    left: 25%
  }
}
.app__download--bench {
  position: absolute;
  left: 10%;
  bottom: -80px;
  width: 73%;
  height: 73%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media (max-width: 1440px) {
  .app__download--bench {
    left: 0
  }
}
@media (max-width: 1200px) {
  .app__download--bench {
    width: 80%;
    height: 80%;
    left: 10%
  }
}
@media (max-width: 1024px) {
  .app__download--bench {
    left: -20%
  }
}
@media (max-width: 728px) {
  .app__download--bench {
    left: -20%
  }
}
footer p {
  color: #999;
  font-size: .8rem !important
}
.modal-video {
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}
.modal-video .modal-video-movie-wrap {
  border-radius: 24px;
  overflow: hidden
}
.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 24px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}
@media (max-width: 1024px) {
  .owl-carousel .owl-nav {
    top: 24px
  }
}
.owl-carousel .owl-nav button {
  background: #fff !important;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 18px 50px -10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 18px 50px -10px;
  border-radius: 80px;
  font-size: 12px !important;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 0
}
.owl-carousel .owl-nav button:hover {
  background: #0082fa !important;
  color: #fff
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -24px;
  top: 0
}
@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 24px
  }
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -24px;
  top: 0
}
@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 24px
  }
}
.owl-carousel .owl-dots {
  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;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.owl-carousel .owl-dots .owl-dot {
  background: #dbdbdb;
  width: 12px;
  height: 12px;
  border-radius: 64px;
  margin: 0 4px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}
.owl-carousel .owl-dots .owl-dot:hover {
  background: #bfbfbf
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #0082fa
}
.owl-carousel .owl-dots .owl-dot.active:hover {
  background: #0067c7
}
@media (max-width: 480px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
  }
}

.background
{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
.bg2
	{
		display: none;
	}
	.bg1
	{
		display: block;
	}
@media(max-width:991px)
{
	.app__start
	{
		justify-content: flex-start !important;
	}
	.bg2
	{
		display: block;
	}
	.bg1
	{
		display: none;
	}
	.background
	{
		position: absolute;
		top: 50%;
		right: 0%;
		width: 150%;
		z-index: 1;
		-o-object-fit: cover;
		object-fit: contain;
		transform: translate(-60%, -70%);
	}
}
@media(max-width:768px)
{
	.background
	{
		position: absolute;
		top: 50%;
		right: 0%;
		width: 170%;
		z-index: 1;
		-o-object-fit: cover;
		object-fit: contain;
		transform: translate(-70%, -70%);
	}
}


/*# sourceMappingURL=style.min.css.map */