body {
  margin: 0px;
  padding: 0px;
  font-family: "vwhead";
  padding-bottom: 0px;
  overflow-x: hidden;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
*::after,
*::before,
* {
  box-sizing: border-box;
}
.c-baner {
  position: relative;
  display: flex;
}
.c-baner-img {
  width: 100%;
}
.c-baner-text {
  position: absolute;
  width: 100%;
  bottom: -170px;
  background: rgb(0, 95, 158);
  background: rgb(1, 63, 117);
  background: linear-gradient(
    90deg,
    rgba(1, 63, 117, 1) 50%,
    rgba(0, 33, 84, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );

  color: #fff;
  padding: 2rem 0;
}
.c-baner-text-box {
  width: 50%;
  padding: 2rem 0;
}
.c-baner-mobile {
  display: none;
}
.c-baner-title {
  font-size: 3.5rem;
  font-weight: 700;
}
.c-baner-subtitle {
  font-size: 2.5rem;
  font-weight: 100;
}
.c-baner-subtitle-sm {
  font-size: 2.5rem;
  font-weight: 100;
}
.pt-130 {
  padding-top: 130px;
}
.light-font {
  font-weight: 100;
}
.c-baner-subtitle-sm.mobile {
  display: none;
}
.c-baner-form {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 50%;
}
.c-baner-form .c-container {
  max-width: 100%;
}
.c-baner-btn-wrap {
  margin-top: 2rem;
}
.c-baner-btn {
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
  padding: 1rem 3rem;
  transition: all 0.5s ease-in-out;
  min-width: 275px;
  text-align: center;
}
.c-baner-btn:hover {
  background-color: #002f65;
}
.c-baner-btn-text {
  font-size: 14px;
  color: #002f65;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.c-baner-btn:hover > .c-baner-btn-text {
  color: #fff;
}
.c-bg-form {
  background-color: #fff;
  height: 100%;
}
.c-title {
  font-size: 1.5rem;
  padding-bottom: 2rem;
  display: none;
}
.c-line-wrapper {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 40px;
  padding: 0.5rem 0;
  z-index: 9999;
}
.c-logo-line {
  height: 2px;
  background-color: rgb(255, 255, 255);
  width: 80%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.flex-basis {
  flex-basis: 333.33%;
}
.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0px 14px;
}
.c-logo img {
  width: 64px;
  height: 64px;
  max-width: unset;
}
.logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 10px 5px 10px;
}
.logo h3 {
  font-size: 12px;
  color: #001e50;
  text-align: right;
  margin-right: 10px;
}
.logo h3 span {
  font-weight: 200;
}
.logo img {
  max-width: 56px;
}
.logo-mobile {
  display: none;
}
.c-container {
  max-width: 1580px;
  margin: 0 auto;
}
.c-container-big {
  max-width: 1920px;
  margin: 0 auto;
}
.c-container-big.relative {
  position: relative;
  margin-bottom: 85px;
}
.text-right {
  text-align: right;
}
.section-gradient {
  background: rgb(1, 63, 117);
  background: linear-gradient(
    261deg,
    rgba(1, 63, 117, 1) 10%,
    rgba(0, 33, 84, 1) 60%,
    rgba(255, 255, 255, 0) 50%
  );
  margin: 100px 0;
}
.section-margin {
  margin: 70px 0;
}
.section-margin.mb {
  margin-bottom: 0;
}
.section-mt {
  margin-top: 200px;
}
.section-blue {
  background: rgb(1, 63, 117);
  background: linear-gradient(
    90deg,
    rgba(1, 63, 117, 1) 50%,
    rgba(0, 33, 84, 1) 100%,
    rgba(255, 255, 255, 0) 100%
  );
}
.w100 {
  width: 100%;
}
.photo-text {
  display: flex;
}
.photo-text.relative {
  position: relative;
}
.photo-text.mt {
  margin-top: -130px;
}
.photo-text__just-center {
  justify-content: center;
}
.photo-text__between {
  justify-content: space-between;
}
.photo-text__around {
  justify-content: space-around;
}
.photo-text__center {
  align-items: center;
}
.mb50 {
  margin-bottom: 50px;
}
.photo-text.margin {
  margin: 65px 0 0;
}
.photo-text__col {
  width: 50%;
}
.photo-text__col--48 {
  width: 48%;
  position: relative;
  z-index: 99999;
  padding: 0 0 0 2rem;
}
.photo-text__img img {
  width: 100%;
}
.photo-text__content {
  padding: 50px 70px;
}
.photo-text__col.margin {
  margin: 0 25px;
}
.photo-text__intro {
  padding: calc(482px - 280px) 1rem 0 0;
}
.photo-text__wrap {
  margin-bottom: 40px;
}
.photo-text__cta {
  display: flex;
  margin: 50px 0 20px;
}
.photo-text__button {
  display: inline-block;
  background-color: transparent;
  border: 3px solid #fff;
  min-width: 260px;
  text-align: center;
  padding: 0.8rem 0;
  color: #fff;
  border-radius: 50px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.photo-text__button.white {
  background-color: #fff;
  color: #013067;
}
.photo-text__button.blue {
  background-color: #013067;
  color: #fff;
}
.photo-text__button:hover {
  background-color: #013067;
  color: #fff;
}
.photo-text__title {
  font-size: 36px;
  margin-bottom: 15px;
}
.photo-text__title.white {
  color: #fff;
}
.photo-text__text {
  margin-bottom: 20px;
  font-size: 18px;
}
.photo-text__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.photo-text__text.white {
  color: #fff;
}
.photo-text.white {
  color: #fff;
}
.photo-relative {
  position: relative;
  min-height: 320px;
}
.bigimg {
  margin: 60px 0;
  display: flex;
}
.bigimg__img {
  width: 100%;
}
.button {
  width: 230px;
  border: 1px solid #001e50;
  color: #001e50;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  padding: 0.7rem;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background-color: #001e50;
  color: #fff;
}

.intro {
  margin: 135px 0;
  position: relative;
  padding-top: 100px;
}
.intro__content {
  background-color: #00b0f0;
  padding: 65px;
  position: absolute;
  left: 54%;
  transform: translateX(-50%);
  height: calc(100% + 154px);
  width: 445px;
  max-width: 100%;
  z-index: -1;
  top: -100px;
}
.intro__content-wrap {
  color: #001e50;
}
.intro__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
p.intro__text {
  font-size: 18px;
}
.intro__row {
  display: flex;
  align-items: flex-end;
}
.intro__img-wrap {
  display: flex;
}
.intro__img {
  width: 100%;
}

.intro__col--right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro__img-wrap--mb {
  margin-bottom: 40px;
}

.listing {
  margin: 0 0 60px;
}
.listing__header {
  text-align: center;
  margin: 80px 0;
}
.listing__header-title {
  font-size: 40px;
  font-weight: 100;
}

.listing__filter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 25px;
  margin: 0 0 60px;
}
.listing__filter-item {
  width: calc(100% / 4);
  padding: 0 2rem;
}
.listing__filter-text {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
}
.listing__filter-item strong {
  font-size: 23px;
}
.listing__filter-select-wrap {
  position: relative;
  display: flex;
  line-height: 4;
  overflow: hidden;
  border-radius: 0.25em;
}
.listing__filter-select {
  flex: 2;
  padding: 0 0.5em;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-family: "vwtext";
  border: 1px solid #000;
  height: 40px;
  margin: 0;
  font-weight: 100;
}
.listing__filter-select option {
  color: #000;
}
/* .listing__filter-select-wrap::after {
  content: url(../assets/img/elem/arrow_blue.svg);
  position: absolute;
  right: 0;
  padding: 0 0.5em;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  top: -9px;
  height: 32px;
} */
.listing__filter-price-flex {
  display: flex;
}
.listing__filter-price-col {
  flex: 1;
}
.listing__filter-price-col:first-of-type {
  margin-right: 1rem;
}

.custom__select-wrap {
  flex: 2;
  padding: 0 0.5em;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-family: "vwtext";
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  border-radius: 0;
  background: #fff;
  background-image: none;
  border: 1px solid #003266 !important;
  border-radius: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.custom__select {
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 105%;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 11px 27px -9px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 11px 27px -9px rgba(0, 0, 0, 1);
  box-shadow: 0px 11px 27px -9px rgba(0, 0, 0, 1);
  border-radius: 10px;
}
.custom__option {
  display: flex;
  padding: 5px 10px;
  cursor: pointer;
}
.custom__option label {
  font-size: 20px;
  margin-left: 5px;
  text-align: left;
}

.listing__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing__item {
  border: 1px solid #a4a4a4;
  margin-bottom: 30px;
  width: calc(100% / 3 - 40px);
  box-shadow: 0px 3px 16px 3px rgba(0, 0, 0, 0.32);
}
.listing__img {
  width: 100%;
  height: 350px;
  display: flex;
}
.listing__img img {
  width: 100%;
  object-fit: cover;
}
.listing__info {
  display: flex;
  flex-direction: column;
  padding: 16px 26px 0 26px;
  width: 100%;
}
.listing__year {
  font-size: 13px;
}
.listing__model {
  font-weight: 700;
  font-size: 26px;
  padding: 10px 0;
}
.listing__salon {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
.listing__version {
  font-weight: 700;
  font-size: 18px;
}
.listing__spec-row {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.listing__spec-item {
  margin-bottom: 5px;
}
.listing__spec-content p {
  font-size: 13px;
}
.listing__summary-wrapper {
  background-color: #34ade0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 10px 2rem;
}
.listing__price {
  font-size: 43px;
  font-weight: 700;
}
.listing__monthprice {
  font-weight: 300;
  font-size: 23px;
  padding-top: 19px;
}
.listing__offernum {
  font-size: 13px;
  padding: 12px 26px;
}
.listing__cta-row {
  margin: 12px 26px 20px;
  background-color: #003266;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
}
.listing__button {
  background-color: #fff;
  margin: 5px;
  border-radius: 50px;
  padding: 0.7rem;
  width: 200px;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
  color: #003266;
}
.listing__link-row {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.listing__link {
  margin-left: 5px;
  color: #fff;
}

.c-cars-pagination {
  text-align: center;
}

.c-cars-pagination button {
  border: 2px solid #003266;
  background-color: #fff;
  border-radius: 1%;
  /* padding: .75rem 1rem; */
  margin-left: 0.25rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  cursor: pointer;
  color: #003266;
  padding: 0;
}

.c-cars-pagination button.active {
  background-color: #003266;
  border: 2px solid #003266;
  color: #fff;
}

.gallery {
  margin: 100px 0 0;
}
.gallery__header {
  background: rgb(0, 63, 118);
  background: linear-gradient(
    90deg,
    rgba(0, 63, 118, 1) 30%,
    rgba(0, 32, 83, 1) 70%
  );
  color: #fff;
  padding: 50px;
}
.gallery__title {
  font-size: 36px;
  font-weight: 100;
  margin-left: 55%;
}
.gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc((100% - 1580px) / 2);
  justify-content: space-between;
}
.gallery__item {
  width: calc(100% / 2 - 2rem);
  margin-bottom: 40px;
}
.gallery__mt {
  margin-top: -12.7%;
}
.gallery__img {
  width: 100%;
}
.gallery__img--pl {
  padding-left: 20px;
}

.title__h2 {
  font-size: 3rem;
  font-weight: 100;
}
.title__h2 span.light {
  font-weight: 100;
}
.title__h2.mb50 {
  margin-bottom: 50px;
}
.title__h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 100;
}
.title__h4 {
  font-size: 1.85rem;
  margin-bottom: 40px;
}
.title__h4.white {
  color: #fff;
}
.c-text-box {
  padding: 2rem;
}
.c-text {
  font-size: 2rem;
  text-align: center;
}
.c-text-center {
  text-align: center;
}
.c-btn-row {
  padding: 2rem 0;
}
.c-text-btn {
  background-color: #00a4e4;
  color: #fff;
  padding: 0.5rem 2rem;
  display: inline-block;
  cursor: pointer;
}
.c-salon {
  position: absolute;
  top: 2vw;
  left: 6vw;
}
.c-salon span {
  font-size: 1.5vw;
  font-weight: 600;
  color: #fff;
}
.c-mobile-salon {
  display: none;
}
.c-mobile-salon span {
  font-weight: 600;
}
.c-relative {
  position: relative;
}
.c-footer {
  background-color: #f4f4f4;
}
.c-footer-container {
  padding: 2rem;
}
.c-footer-title {
  font-size: 22px;
  margin-bottom: 1rem;
}
.text-rest-mobile {
  display: none;
}

.form-desc {
  font-size: 24px;
  font-weight: 100;
  max-width: 670px;
}
.form-img {
  position: absolute;
  bottom: -30px;
  width: 100%;
  max-width: 750px;
}

/* vue slide */
.slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to,
.slide-leave {
  max-height: 400px;
  overflow: hidden;
}

.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-height: 0px;
}
/* end of vue slide */
@media (min-width: 2000px) {
  .c-container {
    max-width: 1920px;
  }
}
@media (min-width: 2100px) {
  .c-salon {
    top: 1vw;
  }
}

@media (max-width: 1700px) {
  .c-text br {
    display: none;
  }
  .intro__img--first {
    width: 960px;
  }
  .intro__col:first-of-type,
  .intro__col--right {
    margin-right: 40px;
  }
}

@media (max-width: 1600px) {
  .c-line-wrapper {
    top: 10px;
  }
  .c-salon {
    top: 1vw;
  }
  .c-container {
    max-width: 90%;
  }
  .photo-relative {
    min-height: 270px;
  }
  .listing__link {
    font-size: 12px;
  }
  .listing__cta-row {
    width: 90%;
  }
  .listing__img {
    height: 310px;
  }
  .gallery__wrap {
    margin-left: calc((100% - 90%) / 2);
  }
}
@media (max-width: 1520px) {
  .form-img {
    max-width: 640px;
  }
  .intro__img--first {
    width: 860px;
  }
  .gallery__title {
    margin-left: 45%;
  }
}
@media (max-width: 1450px) {
  .listing__button {
    width: 175px;
  }
}
@media (max-width: 1400px) {
  .c-text {
    font-size: 1.5rem;
  }
  .photo-relative {
    min-height: 235px;
  }

  .c-container-big.relative {
    margin-bottom: 100px;
  }
  .listing__price {
    font-size: 34px;
  }
  .listing__link-row {
    margin-right: 20px;
  }
  .listing__img {
    height: 265px;
  }
  .listing__filter-item {
    padding: 0 0.5rem;
  }
  .intro__img--first {
    width: 768px;
  }
}
@media (max-width: 1350px) {
  .c-baner {
    flex-direction: column;
  }
  .c-baner-form {
    position: relative;
    max-width: 100%;
    height: inherit;
  }

  .c-baner-desktop {
    display: none;
  }
  .c-baner-mobile,
  .c-title {
    display: block;
  }
  .c-baner-title {
    font-size: 2rem;
  }
  .c-baner-subtitle {
    font-size: 2rem;
  }
  .title__h2 {
    font-size: 2.35rem;
  }
  .c-baner-subtitle-sm {
    font-size: 1.2rem;
  }
  .listing__filter {
    flex-wrap: wrap;
  }
  .listing__filter-item {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
}
@media (max-width: 1340px) {
  .photo-text__button {
    min-width: 190px;
  }
  .form-img {
    max-width: 540px;
  }

  .listing__img {
    height: 240px;
  }
  .listing__monthprice {
    padding-top: 5px;
  }
  .listing__price {
    font-size: 30px;
  }
  .listing__summary-wrapper {
    padding: 10px 1rem;
  }
}
@media (max-width: 1250px) {
  .intro__img--first {
    width: 650px;
  }
}
@media (max-width: 1200px) {
  .c-container-big.relative {
    margin-bottom: 135px;
  }
  .listing__cta-row {
    display: flex;
    width: 90%;
    margin: 1rem;
    flex-direction: column;
  }
  .listing__button {
    width: 175px;
    margin: 10px auto 0;
  }
  .listing__link-row {
    margin-right: 0;
    padding: 1rem;
    justify-content: center;
  }
  .gallery__title {
    font-size: 26px;
  }
}
@media (max-width: 1150px) {
  .title__h3 br {
    display: none;
  }
  .photo-text__intro {
    padding: calc(482px - 315px) 1rem 0 0;
  }
  .form-img {
    max-width: 440px;
  }
  .listing__item {
    width: calc(100% / 2 - 40px);
  }
  .intro__img--first {
    width: 550px;
  }
}
@media (max-width: 1100px) {
  .c-container-big.relative {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .c-text {
    padding: 0 1.5rem;
  }
  .c-text br {
    display: none;
  }
  .title__h2 {
    font-size: 2.15rem;
  }
}
@media (max-width: 960px) {
  .c-baner {
    margin-bottom: 30px;
  }
  .c-line-wrapper {
    top: 0;
  }
  .c-baner-text {
    bottom: 0;
    position: relative;
    background: rgb(1, 63, 117);
    background: linear-gradient(
      90deg,
      rgba(1, 63, 117, 1) 50%,
      rgba(0, 33, 84, 1) 100%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .c-baner-text-box {
    width: 100%;
  }
  .photo-text__intro {
    padding: 2rem 1rem 0 0;
  }
  .photo-text__cta {
    display: block;
  }
  .photo-text__button {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-gradient {
    padding: 2rem 0;
    margin: 0;
  }
  .section-margin {
    margin: 30px 0;
  }
  .form-img {
    max-width: 340px;
  }
  .listing__filter {
    display: block;
  }
  .listing__filter-item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .listing__header-title {
    font-size: 30px;
  }
  .listing__header {
    margin: 30px 0;
  }
  .photo-text__col--48 {
    width: 100%;
    padding: 1rem 0;
  }
  .photo-text__col.hide {
    display: none;
  }
  .photo-text__text {
    font-size: 16px;
  }
  .intro {
    margin: 30px 0;
    padding-top: 0;
  }
  .intro__content {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    height: auto;
    z-index: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 860px) {
  .gallery__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section-mt {
    margin-top: 70px;
  }
  .text-rest-mobile {
    display: inline;
  }
  .text-rest-desktop {
    display: none;
  }
  .photo-text {
    flex-direction: column;
  }
  .photo-text__content {
    padding: 0 40px;
  }
  .photo-text__col {
    width: 100%;
    padding-bottom: 2rem;
  }
  .photo-text__col.center {
    text-align: center;
  }
  .photo-text__col.order-2 {
    order: 2;
  }
  .photo-text__col.mobile-pt {
    padding-top: 50px;
  }
  .c-baner-title {
    font-size: 1.8rem;
  }
  .c-logo img {
    width: 45px;
    height: 45px;
  }
  .c-baner-btn-wrap {
    margin-top: 0.5rem;
  }
  .c-baner-btn {
    padding: 0.5rem 2rem;
    min-width: 150px;
  }

  .photo-text__col.ml50 {
    margin-left: 0;
  }

  .photo-text__col-f1.mr20 {
    margin-right: 0;
  }
  .section-gradient {
    background: none;
  }
  .section-gradient .photo-text__title.white,
  .section-gradient .photo-text__text.white {
    color: #000;
  }
  .photo-text__col.margin {
    margin: 0;
  }
  .text-right {
    text-align: left;
  }
  .form-img {
    position: relative;
    max-width: 100%;
  }
  .listing__item {
    width: calc(100% / 2 - 10px);
  }
  .intro__row {
    display: block;
  }
  .intro__col:first-of-type,
  .intro__col--right {
    margin-right: 0;
  }
  .intro__img--first {
    width: 100%;
  }
  .intro__col--right {
    display: block;
  }
  .intro__img-wrap--mb {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .listing__header-title {
    font-size: 24px;
  }
  .listing__item {
    width: 100%;
  }
  .intro__content {
    padding: 2rem;
  }
  .gallery__wrap {
    display: block;
  }
  .gallery__item {
    width: 100%;
    margin-bottom: 0;
  }
  .gallery__wrap {
    margin: 0;
  }
  .gallery__mt {
    margin-top: 0;
  }
  .gallery__img--pl {
    padding-left: 0;
  }
  .gallery__title {
    margin-left: 0;
    text-align: center;
}
.bigimg{
  margin: 0;
}
}
@media (max-width: 600px) {
}
@media (max-width: 570px) {
  .c-baner-text {
    padding: 1rem 0;
  }
  .c-text-box {
    padding: 2rem 1rem;
  }
  .c-baner-subtitle-sm br {
    display: none;
  }
  .title__h2 {
    font-size: 1.8rem;
  }
  .photo-text__cta {
    margin: 10px 0;
  }
  .c-baner-text-box {
    padding: 0;
  }
}
@media (max-width: 525px) {
  .c-logo-line {
    display: none;
  }
  .c-logo img {
    width: 32px;
    height: 32px;
  }
  .c-salon {
    display: none;
  }
  .c-mobile-salon {
    display: block;
  }
  .c-text {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .c-line-wrapper {
    position: relative;
    order: 0;
  }
  .c-logo-line {
    background: #000;
  }
  .logo-hide {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
  .c-baner-img {
    order: 1;
  }
  .c-baner-text {
    order: 2;
  }
  .c-baner-form {
    order: 4;
  }
  .c-baner-btn-wrap {
    text-align: center;
  }
  .c-baner-btn {
    background-color: #002f65;
  }
  .c-baner-btn-text {
    color: #fff;
  }
  .c-footer-title {
    font-size: 18px;
  }
  .c-footer-link {
    font-size: 14px;
  }
  .c-baner-subtitle {
    font-size: 1.5rem;
  }
  .c-baner-subtitle-sm {
    font-size: 1rem;
  }
  .c-baner-title {
    font-size: 1.2rem;
  }
  .c-baner-title br {
    display: none;
  }
  .title__h2 {
    font-size: 1.2rem;
  }
  .photo-text__content {
    padding: 0 20px;
  }
  .listing__filter-price-flex {
    display: block;
  }
  .listing__filter-price-col:first-of-type {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 475px) {
  .listing__header-title {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .listing__summary-wrapper {
    display: block;
    padding: 1rem;
  }
  .listing__info {
    padding: 10px;
  }
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .c-baner {
    display: block;
  }
  .c-baner-form {
    width: 100%;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
