/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */


body, html {
    font-family: 'Montserrat', sans-serif;
    background: url('../img/background.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100%;
    background-attachment: fixed;
    background-position: center;
}

.full-width{width:  100%;}
.section{width: 1200px;position: relative;margin: 0 auto;}
.main-body-wrapper{
  background-size: cover;position: absolute;left: 0;top: 0;width: 100%;height: 100%;min-height: 100%;display: flex;align-items: center;justify-content: center;}

body:after{
  background: rgba(233,236,239, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.main-form-wrapper{width: 1090px;position: relative;margin: 0 auto;padding: 15px;background: transparent;z-index: 11;}

.main-form-wrapper h1{color: #2A4783;font-size: 48px;font-weight: 600;text-align: center;margin-bottom: 50px;padding: 0;margin: 0 0 90px;}

.main-form-logo{position: relative;margin: 0 auto 20px;display: block;}

.align-left{float: left;}
.align-right{float: right;}

.main-form-wrapper{}
.booking-form-row{float: left;width: 100%;}
.booking-form-row label{width: 100%;display: block;color: #BEA166;font-size: 20px;font-weight: 500;text-transform: uppercase;padding-bottom: 10px;}
.booking-form-column{width: 49%;}

.booking-form-row input[type=text]{
  padding: 5px;
  width: calc(100% - 10px);
  height: 45px;
  border-radius: 15px;
  background: #fff;
  border: 0;
  outline: none;
  box-shadow: 2px 2px #E9ECEF;
  text-indent: 60px;
  color: #000 !important;
}


::-webkit-input-placeholder {
   color: #D8D8D8;
}

:-ms-input-placeholder {
   color: #D8D8D8;
}

::placeholder {
   color: #D8D8D8;
}


.booking-form-row input.input-booking{
  background-image: url('../img/calendar-icon.svg');
  background-position: 15px 10px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

.booking-form-row input.input-user{
  background-image: url('../img/user-icon.svg');
  background-position: 15px 10px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

.booking-form-row input.input-flight {
    background-image: url('../img/flight.png');
    background-position: 15px 10px;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.booking-form-row input.input-city {
    background-image: url('../img/city.png');
    background-position: 15px 10px;
    background-repeat: no-repeat;
    background-size: 30px auto;
}
.booking-form-steps{margin-top: 40px;}


.form-btn-grey,
.form-btn-blue{
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  width: 260px;
  text-align: center;
  height: 55px;
  border-radius: 30px;
  border: 0;
  cursor: pointer;
}


.form-btn-grey{
  background: #848484;
}
.form-btn-blue{
background: #2A4783;
}



 @media screen and (min-width: 768px) and (max-width: 1199px) {
  .section,
  .main-form-wrapper{ width: calc(100% - 30px);  }
 }

 @media screen and (max-width: 767px) {
  .main-form-wrapper h1{font-size: 32px;}
  .section,
  .main-form-wrapper{ width: calc(100% - 30px);  }
  .booking-form-column{width: 100%;margin: 0 0 35px;}
  .form-btn-grey, .form-btn-blue{
    width: auto;
    width: auto;
    text-align: center;
    height: 40px;
    padding: 0 20px;
    font-size: 17px;
  }
 }