body{
  margin:0px;
  padding:0px;
  font-family: 'vwhead';
  padding-bottom:0px;
}
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;
  top: 8vw;
  left: 6vw;
}
.c-baner-title{
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
}
.c-baner-subtitle{
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
}
.c-baner-form{
  position: absolute;
  top: 14%;
  right: 0;
  height: 100%;
  max-height: 920px;
  max-width: 40%;
}
.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 .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 .5s ease-in-out;

}
.c-baner-btn:hover > .c-baner-btn-text{
  color: #fff;
}
.c-bg-form{
  background-color: rgb(255, 255, 255, 0.9);
  height: 100%;
}
.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: 1400px;
  margin: 0 auto;
}
.c-text{
  font-size: 2rem;
}
.c-text-center{
  text-align: center;
}
.c-img-absolute{
  position: absolute;
}
.c-flex{
  display: flex;
}
.c-salon {
  position: absolute;
  top: 2vw;
  left: 6vw;
}
.c-salon span{
  font-size: 1.5vw;
  font-weight: 600;
  color: #fff;
}
.c-mobile-salon{
  position: absolute;
  top: 0;
  left: 160px;
  color: #fff;
}
.c-mobile-salon span{
  font-weight: 600;
}
.c-details{
  padding: 50px 20px;
  background: linear-gradient(90deg, rgba(0,67,122,1) 0%, rgba(0,30,80,1) 100%);
  color: #fff;
  text-align: center;
}
.c-details-flex{
  display: flex;
}
.c-details-col{
  flex: 1;
}
.c-details-title, .c-search-title{
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.c-search-title, .c-search-text{
  color: #fff;
}
.c-search-title span{
  font-weight: 100;
}
.c-details-text{
  line-height: 1.5;
  font-size: 63px;
  font-weight: 300;
}
.c-offers-mb{
  margin-bottom: 50px;
  padding-inline: 20px;
}
.c-offers-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 120px;
}

.c-offers-title{
  font-size: 63px;
  font-weight: 300;
  margin: 45px 0 50px;
  color: #01305f;
  text-align: center;
}

.c-offers-btn {
  height: 55px;
  margin: 0;
  background-color: #00366b;
  color: #fff;
  border-radius: 50px;
  line-height: 55px;
  padding: 0 35px;
}
.c-mt-auto{
  margin-top: auto;
}
.c-search{
  margin: 50px 0;
}

.c-search-flex{
  display: flex;
  align-items: center;
}
.c-search-col{
  flex: 1;
}
.c-search-blue{
  background-color: #002f65;
  padding: 150px 0px;
  margin-right: 2rem;
}
.c-search-blue::before{
  content: "";
  background-color: #002f65;
  height: 100%;
  position: absolute;
  left: -100%;
  min-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.c-search-salons{
  margin-top: .5rem;
}
.c-search-list{
  padding: .75rem 5px;
  margin-top: .75rem;
  margin-bottom: 0;
  height: 46px;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50px;
  color: #fff;
  width: auto;
}
.c-search-list-btn{
  display: inline-block;
  background-color: #fff;
  padding: 1rem 2rem;
  /* height: 46px; */
  border-radius: 50px;
}
.c-search-listflex{
  display: flex;
  align-items: flex-end;
}
.c-search-list-ml{
  margin-left: 1rem;
}
.c-relative{
  position: relative;
}
.c-pin{
  position: absolute;
  right: -60px;
  top: 40%;
}
.c-footer{
  background-color: #F4F4F4;
}
.c-footer-container{
  padding: 2rem;
}
.c-footer-title{
  font-size: 22px;
  margin-bottom: 1rem;
}
/* vue slide */
.slide-enter-active {
   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .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: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .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:2100px){
  .c-salon{
    top: 1vw;
  }
}
@media(max-width:1720px){
  .c-baner-form{
    max-height: 850px;
  }
}
@media(max-width:1600px){
  .c-line-wrapper{
    top: 10px;
  }
   .c-baner-form{
    max-height: 770px;
  }
  .c-details-text,
  .c-offers-title {
    font-size: 50px;
  }
}
@media(max-width:1470px){
  .c-baner-title{
    font-size: 3.5rem;
  }
  .c-baner-subtitle{
    font-size: 1.5rem;
  }
  .c-container{
    max-width: 1200px;
  }
  .c-pin{
    top: 50%;
    max-width: 175px;
  }
  .c-search-blue{
    padding: 115px 0;
  }
}
@media(max-width: 1400px){
  .c-text {
      font-size: 1.5rem;
  }
}
@media(max-width: 1350px){
  .c-baner{
    flex-direction: column;
  }
  .c-baner-form{
    position: relative;
    max-width: 100%;
    height: inherit;
    max-height: inherit;
  }
  .c-details-text,
  .c-offers-title {
    font-size: 42px;
  }
}
@media(max-width: 1320px){

  .c-details.c-container{
    padding: 2rem 50px;
  }
  .c-offers.c-container{
    padding: 2rem 50px;
  }
  .c-offers-col{
    padding-right: 2rem;
  }
  .c-search-container{
    padding: 0 50px;
  }
}
@media(max-width: 1200px){
  .c-pin {
    top: 60%;
    max-width: 160px;
  }
}
@media(max-width: 1100px){

  .c-details.c-container{
    padding: 2rem 20px;
  }
  .c-offers.c-container{
    padding: 2rem 20px;
  }
  .c-offers-title {
    font-size: 1.2rem;
  }
  .c-pin {
    top: 60%;
    max-width: 130px;
  }

}
@media(max-width: 1024px){
  .c-text{
    padding: 0 1.5rem;
  }
  .c-text br{
    display: none;
  }
  .c-offers-title br{
    display: none;
  }
}
@media(max-width: 960px){
  .c-line-wrapper{
    top: 0;
  }
  .c-search-blue{
    padding: 50px 0;
  }
  .c-search-text br{
    display: none;
  }
  .c-pin{
    display: none;
  }
}

@media(max-width: 768px){
  .c-offers-title br{
    display: block;
  }
  .c-search-flex{
    display: block;
  }
  .c-search-blue{
    margin-right: 0;
  }
  .c-map{
    margin-top: 2rem;
  }
  .c-flex{
    flex-direction: column;
  }
  .c-baner-title {
    font-size: 2.5rem;
  }
  .c-baner-subtitle {
    font-size: 1rem;
  }
  .c-baner-text{
    top: 10vw;
  }
  .c-logo img{
    width: 45px;
    height: 45px;
  }
  .c-baner-btn-wrap {
    margin-top: .5rem;
  }
  .c-baner-btn{
    padding: .5rem 2rem;
    min-width: 150px;
  }
  .c-details-title, .c-search-title{
    font-size: 2rem;
  }
  .c-offers-col{
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
@media(max-width: 570px){
  .c-search-listflex{
    display: block;
  }
  .c-search-list-ml{
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media(max-width: 550px){
  .c-details-flex{
    display: block;
  }
  .c-details-mr{
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@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{
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    margin: 1rem 0;
  }
  .c-baner-title{
    color: #000;
    text-align: center;
    order: 3;
    font-size: 2rem;

  }
  .c-baner-subtitle{
    color: #000;
    text-align: center;
  }
  .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-search-list{
    width: 200px;
  }
  .c-footer-title{
    font-size: 18px;
  }
  .c-footer-link{
    font-size: 14px;
  }
}
@media(max-width: 475px){
  .c-details-title, .c-search-title {
    font-size: 1.5rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .c-baner-form{
     width: 100%;
   }
   .c-offers-col{
     width: 33%;
     display: block;
   }
}
