.hero__container {
  background-color: #c2c6ce;
}
.hero__row {
  height: 100%;
}
.hero__carousel {
  overflow: hidden;
}
.hero__slide {
  height: 840px;
  max-height: calc(100vh - 120px);
  overflow: hidden;
}
.hero__large-name {
  left: 100px;
  font-size: 575px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
}
.hero__name {
  font-size: 60px;
  margin: 12px 0 0;
}
.hero__data {
  float: left;
}
.hero__img {
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-300px);
  opacity: 0;
  transition: opacity 0s, transform 0s;
  max-height: calc(100% - 60px);
  max-width: calc(50% - 16px);
}
.hero__img--active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition: opacity 0.4s, transform 0.7s;
}
.hero__btn {
  margin: 32px 0 0;
}
.hero__arrow {
  top: 50%;
  transform: translateY(-50%);
  left: 64px;
}
.hero__arrow:disabled {
  pointer-events: none;
  opacity: 0.4;
}
.hero__arrow--next {
  left: auto;
  right: 64px;
}
.hero__pagination {
  bottom: 0;
  right: -2%;
  width: 416px;
  padding: 24px 48px;
  justify-content: center;
}
.hero__pagination button {
  width: 64px;
  margin: 0 3px;
  height: 48px;
  position: relative;
}
.hero__pagination button:after {
  height: 2px;
  width: 100%;
  content: "";
  top: 24px;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}
.hero__pagination button.is-active:after {
  background-color: #fff;
}

.front-new {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.front-new__title {
  margin: 0 0 64px;
}
.front-new__arrow {
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
}
.front-new__arrow:disabled {
  pointer-events: none;
  opacity: 0.4;
}
.front-new__arrow--next {
  left: auto;
  right: -120px;
}
.front-new .splide__pagination {
  display: none;
}
.front-new .splide__track {
  padding-top: 20px;
  padding-bottom: 20px;
}

.front-scooters__pagination {
  display: none;
}

.front-bikes {
  padding-left: 336px;
  margin-left: calc((100vw - 1904px) / 2);
}
.front-bikes__arrow {
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  z-index: 2;
}
.front-bikes__arrow--next {
  left: 1189px;
}
.front-bikes__link {
  margin-left: auto;
}
.front-bikes__pagination {
  display: none;
}

.home-guide {
  overflow: hidden;
}
.home-guide__desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  padding: 32px 32px 64px;
}
.home-guide__title {
  font-size: 24px;
  margin: 0 0 12px;
}
.home-guide__text {
  color: #E4E7EC;
}
.home-guide__link {
  margin: 32px 0 0;
}
.home-guide:hover .home-guide__img {
  transform: scale(1.05);
}
.home-guide:hover .home-guide__link {
  color: #fff;
}
.home-guide:hover .home-guide__link img {
  opacity: 1;
  transform: translateX(10px);
}

.lines {
  width: 1248px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  pointer-events: none;
}

.line {
  width: 1px;
  left: -16px;
  height: 100%;
  background: #E5E5E5;
}
.line--2 {
  left: calc(33.333% - 16px);
}
.line--3 {
  left: calc(66.666% - 16px);
}
.line--4 {
  left: calc(100% - 16px);
}
.line__marker {
  height: 100px;
  width: 2px;
  top: 0;
  left: 0;
  background: #0BA5EC;
}
.line__marker--animated {
  animation: drop 8s 0s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line__marker--1-1 {
  --dropEnd: 27%;
}
.line__marker--1-2 {
  --dropEnd: 79%;
}
.line__marker--2-1 {
  --dropEnd: 14%;
}
.line__marker--2-2 {
  --dropEnd: 54%;
}
.line__marker--2-3 {
  --dropEnd: 64%;
}
.line__marker--3-1 {
  --dropEnd: 25%;
}
.line__marker--3-2 {
  --dropEnd: 57%;
}
.line__marker--4-1 {
  --dropEnd: 82%;
}

.home-guides__pagination {
  display: none;
}

.frame-select {
  margin: 96px 0 0;
}
.frame-select--page {
  margin: 0;
}
.frame-select--page .noUi-connect {
  background: #EAECF0;
}
.frame-select--page .frame-select__summary-wrapper {
  background-color: transparent;
}
.frame-select--page .frame-select__summary-wrapper:before {
  display: none;
}
.frame-select__header {
  margin: 0 0 24px;
}
.frame-select__form, .frame-select__summary {
  width: 300px;
  max-width: 100%;
}
.frame-select__summary {
  margin-left: 16px;
  padding: 48px 0;
}
.frame-select__summary-wrapper {
  background-color: #fff;
}
.frame-select__summary-wrapper:before {
  content: "";
  width: 31px;
  left: -31px;
  height: 100%;
  background-color: #fff;
  position: absolute;
}
.frame-select__field {
  margin: 0 0 40px;
}
.frame-select__field--height {
  display: none;
}
.frame-select__sex-box {
  width: 128px;
  height: 128px;
  transition: background-color 0.2s, border-color 0.2s;
  padding: 16px;
  border: 1px solid transparent;
}
.frame-select__sex-box--male {
  margin: 0 24px 0 0;
}
.frame-select__sex-box:hover {
  border-color: #178BCA;
}
.frame-select__sex-box--active {
  background-color: #F0F9FF;
  border-color: #F0F9FF;
}
.frame-select__sex-box--active:hover {
  border-color: #F0F9FF;
}
.frame-select__sex-name {
  margin: 16px 0 0;
}
.frame-select__size {
  font-size: 36px;
}
.frame-select__choice {
  font-size: 18px;
}
.frame-select__bike {
  margin: 72px 0;
}
.frame-select__slider {
  margin: 60px 0 0;
}
.frame-select .nice-select .option::after {
  display: none;
}

@keyframes drop {
  0% {
    top: 0;
  }
  100% {
    top: var(--dropEnd);
  }
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
  background: #1E94D2;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 8px;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -17px;
  top: -7px;
}

.noUi-handle {
  border: 1px solid #1E94D2;
  border-radius: 50%;
  background: #fff;
  cursor: grab;
}

.noUi-target {
  background: #EAECF0;
  border-radius: 4px;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #fff;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after {
  left: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 8px;
  background: #fff;
  color: #1A1A1A;
  padding: 8px 12px;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 140%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

@media (max-width: 1499px) {
  .moved-text {
    padding: 95px 0 10px;
  }
  .moved-text__img {
    width: 600px;
    height: auto;
  }

  .front-new__arrow {
    display: none;
  }
  .front-new .splide__pagination {
    display: flex;
    margin: 24px 0 0;
    justify-content: center;
  }
  .front-new .splide__pagination .splide__pagination__page {
    width: 35px;
    height: 48px;
    margin: 0 8px;
    position: relative;
  }
  .front-new .splide__pagination .splide__pagination__page:after {
    content: "";
    background-color: #F5F5F5;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .front-new .splide__pagination .splide__pagination__page.is-active:after {
    background-color: #178BCA;
  }
}
@media (max-width: 1299px) {
  .front-bikes__arrow {
    left: -8px;
  }
  .front-bikes__arrow--next {
    left: 1169px;
  }
}
@media (max-width: 1248px) {
  .lines {
    width: 1050px;
  }

  .hero__pagination {
    right: 1%;
    width: 350px;
  }
  .hero__large-name {
    font-size: 335px;
  }

  .front-bikes {
    padding-left: 0;
    margin-left: calc((100vw - 1032px) / 2);
  }
  .front-bikes__arrow {
    left: -28px;
  }
  .front-bikes__arrow--next {
    left: 989px;
  }

  .home-guide__desc {
    padding: 24px 24px 48px;
  }

  .moved-text {
    padding: 95px 0 10px 32px;
  }

  .frame-select__summary, .frame-select__form {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .hero__pagination {
    width: 350px;
  }
  .hero__slide {
    height: 600px;
  }
  .hero__data {
    padding-right: 16px;
  }
  .hero__arrow {
    left: 16px;
  }
  .hero__arrow--next {
    left: auto;
    right: 16px;
  }

  .front-bikes {
    margin-left: calc((100vw - 1031px) / 2);
  }

  .frame-select {
    margin: 64px 0 0;
  }
  .frame-select--page {
    margin: 0;
  }
  .frame-select__summary {
    padding: 64px 31px 64px 0;
  }
  .frame-select--page .frame-select__summary {
    padding: 0 31px 0 0;
  }
  .frame-select__form {
    padding: 0 16px 0 0;
  }
  .frame-select__sex-box--male {
    margin: 0 8px 0 0;
  }

  .moved-text__img {
    width: 535px;
  }
  .moved-text__content {
    margin: 0 0 24px;
    font-size: 16px;
  }
}
@media (max-width: 1099px) {
  .front-bikes__arrow {
    left: -8px;
  }
  .front-bikes__arrow--next {
    left: 969px;
  }
}
@media (max-width: 1050px) {
  .hero__pagination {
    width: 317px;
  }

  .front-bikes {
    margin-left: calc((100vw - 936px) / 2);
  }
  .front-bikes__arrow {
    left: -28px;
  }
  .front-bikes__arrow--next {
    left: 889px;
  }

  .lines {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .hero__slide {
    height: 500px;
  }
  .hero__name {
    font-size: 36px;
  }
  .hero__pagination {
    left: auto;
    bottom: auto;
    width: 100%;
    position: relative;
    padding: 12px 24px;
    right: 0;
  }
  .hero__pagination button {
    margin: 0 8px;
  }
  .hero__large-name {
    font-size: 255px;
  }
  .hero__arrow {
    transform: translateY(-64px);
  }

  .front-bikes {
    margin-left: calc((100vw - 719px) / 2);
  }
  .front-bikes__section {
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .front-bikes__section .section__header {
    justify-content: center;
  }
  .front-bikes__arrows {
    display: none;
  }
  .front-bikes__link {
    display: none;
  }

  .home-guide__desc {
    padding: 16px 16px 24px;
  }
  .home-guide__title {
    font-size: 20px;
  }

  .moved-text {
    max-width: 100%;
    padding: 32px 0 0;
  }
  .moved-text__img {
    width: 100%;
    position: relative;
    right: auto;
  }
  .moved-text__col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .moved-text .arrow-link {
    justify-content: center;
  }

  .frame-select {
    background: #fff;
    padding: 64px 0;
  }
  .frame-select__section {
    padding-bottom: 0;
  }
  .frame-select__section-title {
    margin-top: 0;
  }
  .frame-select__form {
    margin: 32px auto 0;
  }
  .frame-select__summary {
    padding: 0;
    margin: 0 auto;
  }
  .frame-select__summary-wrapper:before {
    display: none;
  }

  .home-guides__carousel {
    z-index: 2;
  }

  .front-new .product {
    background-color: #fff;
  }

  .lines {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero__row {
    height: auto;
  }
  .hero__slide {
    max-height: unset;
    height: auto;
    padding: 32px 0;
  }
  .hero__img {
    height: auto;
    position: relative;
    max-width: calc(100% - 16px);
    top: auto;
    transform: translateX(-300px);
    max-height: 40vh;
  }
  .hero__img--active {
    transform: translateX(0);
  }
  .hero__data {
    padding: 24px 16px 0;
  }
  .hero__btn {
    margin: 16px 0 0;
  }
  .hero__arrow {
    display: none;
  }
  .hero .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero__large-name {
    top: 20%;
    left: -200px;
    transform: translateY(0);
  }

  .standard-pagination {
    margin: 12px 0 0;
    justify-content: center;
    order: 2;
  }
  .standard-pagination .splide__pagination__page {
    width: 35px;
    height: 48px;
    margin: 0 8px;
    position: relative;
  }
  .standard-pagination .splide__pagination__page:after {
    content: "";
    background-color: #c2c6ce;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .standard-pagination .splide__pagination__page.is-active:after {
    background-color: #178BCA;
  }

  .front-bikes {
    margin: 0;
  }
  .front-bikes__carousel {
    display: flex;
    flex-direction: column;
  }
  .front-bikes__pagination {
    display: flex;
  }

  .frame-select__form {
    padding: 0 16px;
  }
  .frame-select__sex-box {
    width: 118px;
  }

  .home-guides .section__title {
    width: 100%;
  }
  .home-guides__btn {
    display: none;
  }

  .front-scooters__carousel {
    position: relative;
    z-index: 1;
  }
  .front-scooters .section__title {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__large-name {
    font-size: 175px;
    top: 13%;
  }

  .front-bikes__pagination .splide__pagination__page {
    width: 24px;
  }

  .home-guides__pagination {
    display: flex;
  }

  .front-scooters .container {
    padding: 0;
  }
  .front-scooters__pagination {
    display: flex;
  }

  .frame-select {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}
@media (max-width: 991px) {
  .noUi-connect {
    background: #EAECF0;
  }
}

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