@charset "UTF-8";
.page-template-create-order {
  background: #fff;
}

.page-template-create-order .header {
  margin-bottom: 1rem;
}

.page-template-create-order .header__top {
  padding-bottom: 1rem !important;
}

.orderform__action {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.orderform__action .btn--main {
  min-width: 300px;
}

.orderqty {
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.orderqty__title {
  margin-bottom: 0.5rem;
}

.orderqty__snippet {
  margin-bottom: 0.5rem;
}

.orderqty__action {
  margin-top: 1rem;
  width: 100%;
  padding: 0.5rem;
}

.orderqty__button {
  width: 100%;
}

.qty__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty__input {
  padding: 1rem;
  border-radius: 100px;
  background: #e3e3e3;
  margin: 0 1rem;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.9);
  width: 182px;
  flex: 0 0 182px;
  text-align: center;
  border: 0;
  outline: 0 !important;
  -moz-appearance: textfield;
}

.qty__input::-webkit-outer-spin-button, .qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.orderconfirm__form {
  max-width: 390px;
  margin: 0 auto;
}

.qty__button {
  padding: 1rem;
  cursor: pointer;
}

.package__title {
  margin-bottom: 0.5rem;
  padding-top: 1.5rem;
}

.package__subtitle {
  margin-bottom: 0.5rem;
}

.package__slider {
  position: relative;
  margin-bottom: 0.5rem;
}

.package__slider .swiper-slide {
  width: auto;
}

.package__slider .swiper-slide:not(:last-child) {
  margin-right: 0.5rem;
}

.package__slider .swiper-slide:last-child {
  margin-right: 0 !important;
}

.package__slider .swiper-wrapper {
  transition: 0.3s !important;
  margin: 0 auto !important;
}

.package__slider .swiper-slide {
  width: 200px;
  transition: 0.2s;
  position: relative;
}

.package__slider .swiper-slide img {
  border-radius: 16px;
  height: auto;
  max-width: 100%;
}

.package__slider .swiper-slide-invisible {
  width: 0;
}

.package__slider .swiper-centered {
  -justify-content: center;
}

.package__slider .swiper-button-disabled {
  display: none;
}

.package__slider .swiper {
  width: auto !important;
}

.package__tariffs {
  display: flex;
  justify-content: center;
}

.package__tariffs .tariff {
  margin-right: 0.5rem;
}

.package__track {
  overflow-x: auto;
}

.tariff {
  padding: 1rem 0.5rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 117px;
  flex: 0 0 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.2s;
  user-select: none;
}

.tariff--active {
  border-color: #000;
}

.tariff__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  color: rgba(0, 0, 0, 0.6);
}

.tariff__name {
  font-size: 1rem;
}

.tariff__price {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}

.location {
  min-height: 660px;
}

.location__title {
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.location__snippet {
  margin-bottom: 0.5rem;
}

.location__cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
}

.location__cards .additional:not(:last-child) {
  margin-right: 1rem;
}

.location__track {
  width: 100%;
  overflow-x: auto;
}

.additional {
  width: 240px;
  flex: 0 0 240px;
  padding: 0.5rem;
  border-radius: 56px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}

.additional__image {
  margin-bottom: 0.5rem;
  border-radius: 48px;
  border: 1px solid transparent;
  overflow: hidden;
  transition: 0.2s;
}

.additional__image img {
  min-height: 290px;
  width: 100%;
}

.additional__name {
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 0.5rem;
}

.additional__price {
  font-size: 1.5rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.5rem;
}

.additional--active {
  border-color: #000;
}

.additional--active .additional__image {
  border-color: #000;
}

.videoadd {
  max-width: 976px;
  min-height: 576px;
  margin: 0 auto;
}

.videoadd__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
}

.videoadd .btn--main, .videoadd .btn--bordered {
  min-width: 147px;
}

.videoadd__media {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  height: 85vh;
  max-height: 820px;
}

.videoadd__contents {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.videoadd__title {
  margin-bottom: 0.5rem;
}

.videoadd__snippet {
  margin-bottom: 0.5rem;
}

.videoadd__price {
  font-size: 1.5rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
}

.videoadd__mobile {
  display: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 177%;
  border-radius: 40px;
}

.videoadd video {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.selectmodel {
  text-align: center;
  padding-top: 1.5rem;
  min-height: 720px;
}

.selectmodel__title {
  margin-bottom: 0.5rem;
}

.selectmodel__subtitle {
  margin-bottom: 1rem;
}

.selectmodel__slider {
  margin-bottom: 1rem;
}

.selectmodel__slider .swiper-slide {
  width: 240px;
  padding-bottom: 0.75rem;
}

.selectmodel__slider .swiper-slide:last-child {
  margin-right: 0 !important;
}

.selectmodel__slider .swiper-slide {
  margin-right: 0.5rem;
}

.selectmodel__slider .swiper-slide:first-child {
  margin-left: 0.5rem;
}

@media screen and (min-width: 1800px) {
  .selectmodel__slider .swiper-wrapper {
    justify-content: center;
  }
}

.selectmodel__indicator {
  margin-bottom: 1rem;
}

.orderconfirm {
  max-width: 904px;
  margin: 0 auto;
  margin-top: clamp(12px, 2vw, 24px);
}

.orderconfirm__title {
  margin-bottom: 0.5rem;
}

.orderconfirm__subtitle {
  margin-bottom: 1rem;
}

.orderconfirm__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1.5rem;
}

.orderconfirm__totals {
  padding: 0.5rem;
  border-radius: 36px;
  border: 1px solid #000;
}

.orderconfirm__snippet {
  margin: 1rem 0;
}

.orderconfirm__total {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1;
  margin-bottom: 1rem;
}

.orderconfirm .input {
  margin-bottom: 10px;
}

.kv {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5rem;
  gap: 1.5rem;
  column-gap: 1.5rem;
  cursor: pointer;
}

.kv__value {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  position: relative;
  padding-right: 1rem;
  text-align: right;
}

.kv__value:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  transform: translateY(-45%);
}

.thanks__icon {
  font-size: 4rem;
  margin-bottom: 1.5rem;
}

.thanks__snippet {
  margin-bottom: 1.5rem;
}

.thanks .btn {
  display: block;
}

[v-cloak] .orderform__step:not(:first-child) {
  display: none;
}

@media screen and (max-width: 768px) {
  html, body {
    height: 100%;
    padding: 0;
    margin: 0;
  }

  [v-cloak] .orderqty {
    min-height: calc(100svh - 132px);
  }

  .orderqty__action {
    padding: 0.5rem 0;
  }

  .orderform__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 0.5rem;
    background: #fff;
    z-index: 2;
  }

  .orderform .btn--main,
  .orderform .btn--bordered {
    min-width: unset;
    width: 100%;
  }

  .package {
    overflow: hidden;
  }

  .package__title {
    padding-top: 1rem;
  }

  .package__tariffs {
    justify-content: flex-start;
  }

  .package__slider .btn {
    display: none;
  }

  .package__slider .swiper {
    padding: 0 0.5rem 14rem;
  }

  .package__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0.5rem;
    width: 100% !important;
  }

  .package__slider .swiper-slide {
    width: auto;
    margin-right: 0 !important;
    transition: 0.3s;
    overflow: hidden;
  }

  .package__slider .swiper-slide-invisible {
    max-height: 0;
  }

  .package__track {
    padding: 0.5rem 0.5rem 1px;
    display: flex;
  }

  .package__controls {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
  }

  .package .orderform__action {
    margin-top: 0;
  }

  .location__title {
    padding-top: 1rem;
  }

  .location__cards {
    justify-content: flex-start;
  }

  .videoadd {
    overflow: hidden;
    padding-bottom: 84px;
  }

  .videoadd__title {
    padding-top: 1rem;
  }

  .videoadd__wrapper {
    display: block;
  }

  .videoadd__media {
    display: none;
  }

  .videoadd__mobile {
    display: block;
    max-width: 280px;
    margin: 0 auto 1rem;
    width: 100%;
    padding-bottom: 51vh;
  }

  .videoadd__mobile img {
    border-radius: 40px;
  }

  .selectmodel {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .selectmodel__title {
    padding-top: 1rem;
  }

  .selectmodel__slider .swiper-wrapper {
    justify-content: flex-start;
    padding: 0 0.5rem;
  }

  .modelcard--small .modelcard__snippet {
    transform: scale(0.65) translate(-25.5%, 26%);
  }

  .orderconfirm {
    margin-top: 1rem;
  }

  .orderconfirm__wrapper {
    display: block;
  }

  .orderconfirm__subtotal {
    margin-bottom: 0.5rem;
  }

  .orderconfirm__snippet {
    margin-bottom: 0.5rem;
  }

  .orderconfirm__total {
    margin-bottom: 0.75rem;
  }

  .orderconfirm__totals {
    border: 0;
  }

  .thanks .orderqty {
    justify-content: center;
  }

  .thanks__title {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-create-order .header {
    margin-bottom: 0;
  }

  .orderqty__title{
    max-width: 320px;
  }
}

@media screen and (max-height: 640px) {
  html:has(.page-template-create-order) {
    zoom: 0.9;
  }
}

.orderform{
  margin-top: 24px;
}

.orderconfirm .style-snippet{
  text-align: center;
}