@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны.
 * Читайте ./README.md для понимания.
 */
/**
 * $src      The path to your SVG file
 * $fill-new The fill value you would like to have injected into your paths
 */
/**
 * Преобразование пикселей в em на основе переменной с базовым размером шрифта
 * (указывается в px) проекта.
 * @param  {number} $px Число без единиц измерения, кол-во пикселей
 * @param  {string} $font-size Число пикселей, размер конт. шрифта на проекте
 * @return {string} Результат преобразования $px в em на основе $font-size
 */
/*-------------------------------------*      Layout and helpers
      helpers.css
\*-------------------------------------*/
.visually-hidden {
  font-size: 0;
  visibility: hidden; }
.hamburger__input:checked ~ .body {
  margin-top: 150px; }
/*-------------------------------------*      CSS reset and utils
      settings.css
\*-------------------------------------*/
/*
* {
  border: 1px solid red;
}
*/
html {
  box-sizing: border-box; }
*,
*::before,
*::after {
  box-sizing: inherit; }
html,
body,
nav,
section,
footer,
div,
fieldset,
legend,
ul,
p,
li,
h1,
h2,
h3,
img {
  margin: 0;
  padding: 0; }
body {
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  text-transform: uppercase; }
fieldset {
  border: none;
  display: table-cell;
  min-width: 0; }
legend {
  display: block; }
h1,
h2,
p {
  padding-left: 1rem;
  padding-right: 1rem; }
a {
  color: inherit;
  text-decoration: none; }
/*-------------------------------------*      Menu
      menu.css
\*-------------------------------------*/
.menu {
  background-color: white;
  height: 56px;
  position: fixed;
  width: 100%;
  top: 0;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  visibility: hidden; }
.menu__list {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
.menu__item {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 0.9rem;
    font-weight: 700;
    display: block;
    list-style: none;
    text-align: center;
    width: 25%; }
.menu__item:hover {
      color: #a9cadf; }
.menu__item:active {
      color: #756257; }
.menu__item:hover:active {
      color: #604e43; }
.menu__item:nth-of-type(2) {
    margin-right: 5rem; }
.menu__item:nth-of-type(3) {
    margin-left: 5rem; }
.menu--hidden {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.hamburger__input:checked ~ .menu {
  height: initial;
  visibility: visible; }
.hamburger__input:checked ~ .menu .menu__list {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
.hamburger__input:checked ~ .menu .menu__item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #80b2d1;
  box-shadow: 0 2px 1px rgba(55, 55, 55, 0.4), inset 0 -2px 1px rgba(55, 55, 55, 0.3), inset 0 2px 1px rgba(255, 255, 255, 0.3);
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  outline: 1px solid rgba(55, 55, 55, 0.2);
  width: 100%; }
.hamburger__input:checked ~ .menu .menu__item:hover {
    background-color: #679ec1; }
.hamburger__input:checked ~ .menu .menu__item:active {
    background-color: #5697bd;
    color: #80b2d1; }
/*-------------------------------------*      Media box
      media.css
\*-------------------------------------*/
.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 33%;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%; }
.media--direction {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
.media__body {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 13rem;
  padding-left: 0.7rem;
  padding-right: 0.3rem; }
.media__body--color-blue {
    background: #80b2d1;
    color: white; }
.media__body--upper-indent-big {
    margin-top: -1rem;
    padding-top: 2.3rem;
    z-index: -1; }
.media__body--indent-small {
    padding-top: 1.1rem;
    margin-bottom: -1rem; }
.media__object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.media__header {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  text-align: center; }
.media__text {
  display: block;
  font-size: 0.9rem;
  line-height: 1.35rem;
  margin-top: 0.9rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center; }
/*-------------------------------------*      Masthead
      masthead.css
\*-------------------------------------*/
.masthead {
  background-color: #dfedf7;
  background-image: url("../img/masthead__shape.png"), url("../img/masthead__main.jpg");
  background-position: center bottom, 50% 4.5rem;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 242%;
  border: 0;
  font-size: 0;
  height: 450px; }
.masthead__title {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.3rem; }
.masthead__title--welcome {
      fill: #80b2d1;
      height: 5vh;
      width: 48vw; }
.masthead__title--gorgeous {
      fill: black;
      height: 4vh;
      margin-top: 0.4rem;
      width: 61vw; }
.masthead__title--sedona {
      fill: white;
      height: 7.2vh;
      margin-top: 3.1rem;
      width: 87vw; }
.masthead__title--canyon {
      fill: white;
      height: 8vh;
      margin-top: 4.3rem;
      width: 62vw; }
/*-------------------------------------*      Teaser
      teaser.css
\*-------------------------------------*/
.teaser {
  background-image: url(../img/teaser__shape.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: 2.3rem;
  padding-bottom: 2.4rem;
  text-align: center; }
.teaser__header {
    font-size: 1.1rem;
    line-height: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem; }
.teaser__text {
    display: block;
    font-size: 0.9rem;
    line-height: 1.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.8rem;
    text-align: center; }
/*-------------------------------------*      Offers
      offers.css
\*-------------------------------------*/
.offer__list {
  margin-bottom: 1rem;
  margin-top: 2rem; }
.offer {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.1rem; }
.offer__body--height {
    height: 100%; }
.offer__object {
    margin-left: 1.5rem; }
/*-------------------------------------*      Main
      main.css
\*-------------------------------------*/
.main__image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35.6vh;
  min-height: 15rem; }
.main__image--sedona-streets {
  background-image: url("../img/teaser-1.jpg");
  background-position: center center; }
.main__image--diablo-bridge {
  background-image: url("../img/teaser-2.jpg");
  background-position: left center; }
.main__header {
  margin-top: 0.7rem; }
.main__text {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 1rem;
  padding-right: 0.5rem; }
.main__sequence {
  display: block;
  font-size: 0.9rem;
  margin-top: 1rem;
  text-align: center; }
.main__sequence::before,
.main__sequence::after {
  content: '\2014';
  margin-left: 0.4rem;
  margin-right: 0.4rem; }
/*-------------------------------------*      Search form
      search.css
\*-------------------------------------*/
.search-form {
  text-align: center; }
.search-form__teaser {
  font-size: 1.3rem;
  margin-top: 1.4rem; }
.search-form__text {
  display: block;
  line-height: 1.6rem;
  font-size: 0.9rem;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3rem; }
/*
.search-form__title {
  background-color: $color-grey-red;
  color: $white;
  padding: 2rem;
}
*/
.search-form__map {
  width: 100%;
  height: 21.7rem; }
.search-form__container {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  margin: 0 auto;
  padding: 3rem; }
.search-form__body {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
.search-form__label {
  font-weight: 700;
  padding-right: 0.5rem;
  text-align: left; }
.search-form__spawn {
  font-size: 1.2rem;
  font-weight: 400;
  height: 3.6rem;
  margin-bottom: 3.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.1rem;
  text-transform: inherit;
  width: 87vw; }
.search-form__input {
  background-color: #f2f2f2;
  border: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  height: 2.4em;
  margin-bottom: 0.7rem;
  margin-top: 0.7rem; }
.search-form__submit {
  font-size: inherit;
  height: 3rem;
  margin-top: 3rem;
  text-transform: inherit;
  width: 100%; }
.search-form__label--size-m {
  -webkit-flex: 1 1 24%;
      -ms-flex: 1 1 24%;
          flex: 1 1 24%; }
.search-form__input--size-l {
  -webkit-flex: 2 2 75%;
      -ms-flex: 2 2 75%;
          flex: 2 2 75%; }
/*-------------------------------------*      Footer
      footer.css
\*-------------------------------------*/
.footer {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 1.3rem;
  font-weight: 700;
  height: 15rem;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 2.5rem;
  width: 100%; }
.footer__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
.footer__copyright {
  font-size: 1rem;
  font-weight: 500; }
.footer--direction {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
.to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000;
  color: transparent;
  font: 0/0 a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.js .to-top {
    display: none; }
/*-------------------------------------*      Social
      social.css
\*-------------------------------------*/
.social {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  fill: white;
  height: 48px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  width: 46px; }
.social__twitter {
  height: 60%;
  width: 60%;
  z-index: 1; }
.social__facebook {
  height: 50%;
  width: 50%;
  z-index: 1; }
.social__youtube {
  height: 60%;
  width: 60%;
  z-index: 1; }
/*-------------------------------------*      Icons
      icon.css
\*-------------------------------------*/
.icon {
  fill: #81b3d2;
  width: 36px;
  height: 36px; }
.icon_wrapper {
  margin-left: 1.4rem; }
/*-------------------------------------*      Card - text form
      card.css
\*-------------------------------------*/
.card {
  -webkit-flex: 1 1 33%;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  margin-bottom: 2rem;
  margin-top: 1.4rem;
  min-width: 32%; }
.card--direction {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
.card__header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  text-align: center; }
.card__text {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center; }
/*-------------------------------------*      Hamburger menu button for mobile
      hamburger.css
\*-------------------------------------*/
.hamburger__input {
  left: -100rem;
  position: absolute; }
.hamburger__label {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.0//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2022.928%2021.982%22%20enable-background%3D%22new%200%200%2022.928%2021.982%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20fill%3D%22%2381b3d2%22%3E%0D%0A%09%3Crect%20width%3D%2222.928%22%20height%3D%223.964%22/%3E%0D%0A%09%3Crect%20y%3D%229.009%22%20width%3D%2222.928%22%20height%3D%223.964%22/%3E%0D%0A%09%3Crect%20y%3D%2218.018%22%20width%3D%2222.928%22%20height%3D%223.964%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 23px;
  position: fixed;
  right: 1.2625rem;
  top: 1.0625rem;
  width: 23px;
  z-index: 1; }
.hamburger__input:checked + .hamburger__label {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.0//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2022.199%2022.199%22%20enable-background%3D%22new%200%200%2022.199%2022.199%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20points%3D%2222.199%2C2.804%2019.396%2C0%2011.1%2C8.297%202.804%2C0%200%2C2.803%208.297%2C11.1%200%2C19.396%202.803%2C22.199%2011.1%2C13.902%2019.396%2C22.199%20%0D%0A%0922.199%2C19.396%2013.903%2C11.1%20%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
          filter: invert(100%); }
.logo {
  font-size: 0;
  height: 56px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 67px;
  z-index: 2; }
.logo__background {
  fill: #81b3d2;
  height: 70px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 138px;
  z-index: 1; }
.hamburger__input:checked ~ .logo__background,
.hamburger__input:checked ~ .logo {
  display: none; }
/*-------------------------------------*      Row - basic layout element
      row.css
\*-------------------------------------*/
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.row__header {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    text-align: center; }
.row--indent {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }
.row--border {
    border-top: 2px;
    border-top-color: #f2f2f2;
    border-top-style: solid; }
.row--gray {
    background-color: #e6e6e6;
    padding-top: 0.5rem; }
.row--inner {
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%; }
.btn {
  border: 0;
  background-color: #80b2d1;
  color: white; }
.btn:hover {
    background-color: #679ec1; }
.btn:active {
    background-color: #5697bd;
    color: #80b2d1; }
.form__label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.95rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-left: 1.375rem;
  padding-right: 1.375rem; }
.form__input {
  background-color: #f2f2f2;
  border: none;
  box-shadow: none;
  display: block;
  font-size: 1.125rem;
  font-family: inherit;
  font-weight: 700;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-left: 1.375rem;
  padding-right: 1.375rem; }
.form__input:focus {
  outline: 3px solid #80b2d1; }
.form__input--radio {
  position: absolute;
  left: -100rem; }
.form__label--radio {
  cursor: pointer;
  padding-left: 3.6rem;
  margin-top: 2rem;
  position: relative; }
.form__label--radio::before {
  border: 1.8rem solid #f2f2f2;
  border-radius: 50%;
  content: '';
  margin-left: -4rem;
  position: absolute;
  top: -1.2rem; }
.form__input--radio:focus + .form__label--radio::before {
  outline: 3px solid #80b2d1; }
.form__input--radio:checked + .form__label--radio::before {
  background-color: #1a1a1a;
  border: 1rem solid #f2f2f2;
  width: 3.6rem;
  height: 3.6rem; }
.form__input--checkbox {
  position: absolute;
  left: -100rem; }
.form__label--checkbox {
  cursor: pointer;
  margin-left: 4rem;
  margin-top: 2.5rem;
  position: relative; }
.form__label--checkbox::before {
  background-color: #f2f2f2;
  content: '';
  height: 3.4rem;
  margin-left: -4rem;
  position: absolute;
  top: -1.3rem;
  width: 3.4rem; }
.form__input--checkbox:checked + .form__label--checkbox::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%0A%3Csvg%20version%3D%221.2%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%3Cpath%20d%3D%22M16.972%2C6.251c-0.967-0.538-2.185-0.188-2.72%2C0.777l-3.713%2C6.682l-2.125-2.125c-0.781-0.781-2.047-0.781-2.828%2C0%20%20c-0.781%2C0.781-0.781%2C2.047%2C0%2C2.828l4%2C4C9.964%2C18.792%2C10.474%2C19%2C11%2C19c0.092%2C0%2C0.185-0.006%2C0.277-0.02%20%20c0.621-0.087%2C1.166-0.46%2C1.471-1.009l5-9C18.285%2C8.005%2C17.937%2C6.788%2C16.972%2C6.251z%22/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 3rem;
  background-repeat: no-repeat;
  border: none;
  height: 3.4rem;
  width: 3.4rem;
  z-index: 1; }
.form__input--checkbox:focus + .form__label--checkbox::before {
  outline: 1px solid #80b2d1; }
.box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.box__direction {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
.box--centered {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
.box--start-aligned {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
.spin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }
.spin__scale {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 0.3rem;
    margin-right: 0.3rem; }
.spin__button {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 3.5rem;
  width: 3.5rem;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: center center; }
.spin__button--minus {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.0//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%0D%0A%3Csvg%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%209.917%201.917%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20width%3D%229.917%22%20height%3D%221.917%22/%3E%0D%0A%3C/svg%3E%0D%0A"); }
.spin__button--plus {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.0//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%0D%0A%3Csvg%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%209.917%209.917%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20points%3D%229.917%2C4%205.917%2C4%205.917%2C0%204%2C0%204%2C4%200%2C4%200%2C5.917%204%2C5.917%204%2C9.917%205.917%2C9.917%205.917%2C5.917%209.917%2C5.917%20%22/%3E%0D%0A%3C/svg%3E%0D%0A"); }
.column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 33%;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  min-width: 33%; }
.column--direction {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
.column--narrow {
    -webkit-flex: 1 1 24%;
        -ms-flex: 1 1 24%;
            flex: 1 1 24%;
    min-width: 24%; }
.column--wide {
    -webkit-flex: 1 1 73%;
        -ms-flex: 1 1 73%;
            flex: 1 1 73%;
    min-width: 73%; }
@media screen and (min-width: 20em){
  h1,
  h2,
  span,
  p{
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 21rem){
  .masthead{
    background-position: center bottom, 50% 10.5rem;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 120%; } }
@media screen and (min-width: 21.25rem){
  .teaser{
    background-image: none; } }
@media screen and (min-width: 25em){
  .hamburger__label,
  .hamburger__input{
    margin-right: 5vw; } }
@media screen and (min-width: 30em){
  .search-form__label--size-sm{
    -webkit-flex: 1 1 24%;
    -ms-flex: 1 1 24%;
    flex: 1 1 24%;
    min-width: 24%; }
  .search-form__input--size-sm{
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    min-width: 25%; } }
@media screen and (min-width: 35em){
  .search-form__container{
    width: 35rem; }
  .search-form__title{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 35rem; } }
@media screen and (min-width: 37rem){
  .masthead{
    background-position: center bottom, 50% 3.5rem;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 110%; } }
@media screen and (min-width: 37em){
  .card--direction{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .row{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .row--vertical{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .row--direction{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .row--gray{
    min-height: 16rem; } }
@media screen and (min-width: 40rem){
  .menu{
    visibility: visible; }
  .menu__list{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu__item:nth-of-type(1){
    margin-left: 5rem;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .menu__item:nth-of-type(2){
    margin-right: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .menu__item:nth-of-type(3){
    margin-left: 0;
    margin-right: 5rem;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .menu__item:nth-of-type(4){
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; } }
@media screen and (min-width: 40em){
  .hamburger__label,
  .hamburger__input{
    display: none; } }
@media screen and (min-width: 48rem){
  .masthead{
    background-position: center bottom, 75% 4.5rem;
    background-size: 100%, 102%;
    height: 568px; }
  .masthead__title{
    margin-top: 8.4rem; }
  .masthead__title--welcome{
    fill: #80b2d1;
    height: 6vh;
    width: 25.2vw; }
  .masthead__title--gorgeous{
    height: 4vh;
    margin-top: 0.7rem;
    width: 34vw; }
  .masthead__title--sedona{
    height: 11.2vh;
    margin-top: 3.1rem;
    width: 61vw; }
  .masthead__title--canyon{
    height: 11vh;
    margin-top: 3.5rem;
    width: 38vw; }
  .teaser{
    background-image: none;
    margin-top: 3.5rem;
    padding-bottom: 3rem; }
  .teaser__header{
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding-left: 8rem;
    padding-right: 8rem; }
  .teaser__text{
    font-size: 0.9rem;
    padding-top: 1.6rem; }
  .offer__list{
    margin-bottom: 3.5rem;
    margin-top: 3.7rem; }
  .offer{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .offer__object{
    margin-left: 0; }
  .offer:nth-of-type(2){
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .offer:nth-of-type(3){
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .main__sequence{
    margin-top: 0.7rem; }
  .main__image{
    height: 35.6vh;
    min-height: 16rem; }
  .main__header{
    font-size: 1.3rem;
    margin-top: 1.7rem; }
  .main__text{
    margin-bottom: 0.1rem;
    margin-top: 1.3rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem; }
  .search-form__teaser{
    font-size: 1.9rem;
    margin-top: 3.4rem; }
  .search-form__text{
    margin-top: 1.6rem;
    width: 55vw;
    margin-left: auto;
    margin-right: auto; }
  .search-form__spawn{
    width: 60vw; }
  .search-form__map{
    height: 22.8rem; }
  .footer{
    height: 8rem; }
  .footer--direction{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .icon_wrapper{
    margin-left: 0; }
  .icon{
    width: 72px;
    height: 72px; }
  .card__header{
    letter-spacing: 0.1rem;
    line-height: 1.7rem;
    margin-top: 2.9rem;
    padding-left: 3.1rem;
    padding-right: 3.1rem; }
  .card__text{
    margin-top: 1.3rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem; } }
@media screen and (min-width: 48em){
  .media--direction{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .media__object{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1 1 66.3%;
    -ms-flex: 1 1 66.3%;
    flex: 1 1 66.3%; }
  .media__body{
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    height: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center; }
  .media__body--upper-indent-big{
    margin-top: 0;
    padding-top: 0; }
  .media__body--indent-small{
    margin-top: 0;
    padding-top: 0; }
  .media__header{
    letter-spacing: 0.11rem;
    line-height: 1.7rem;
    margin-top: 2.8rem;
    padding-left: 2.7rem;
    padding-right: 2.6rem; }
  .media__text{
    line-height: 1.35rem;
    margin-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .offer .media:nth-of-type(2){
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .offer .media:nth-of-type(3){
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .media--order .media__body{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .media--order .media__object{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; } }
@media screen and (min-width: 48.01em){
  body{
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
    width: 94vw; } }
@media screen and (min-width: 48.01rem){
  .menu{
    width: 94vw; } }
@media screen and (min-width: 60em){
  span{
    display: block; } }
@media screen and (min-width: 80rem){
  .menu__item:nth-of-type(1){
    margin-left: 7.5rem; }
  .menu__item:nth-of-type(3){
    margin-right: 7.5rem; }
  .media__body{
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    height: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center; }
  .media__header{
    letter-spacing: 0.1rem;
    line-height: 1.7rem;
    margin-top: 3.2rem;
    padding-left: 5.7rem;
    padding-right: 5.7rem; }
  .media__text{
    line-height: 1.35rem;
    margin-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .media--order .media__object{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .media__body--indent-small{
    margin-top: 0;
    padding-top: 0; }
  .masthead{
    background-position: center bottom, 75% 4.5rem;
    background-size: 100%, 102%;
    height: 568px; }
  .masthead__title{
    margin-top: 8.2rem; }
  .masthead__title--welcome{
    fill: #80b2d1;
    height: 5.1vh;
    width: 14.9vw; }
  .masthead__title--gorgeous{
    height: 3vh;
    margin-top: 0.6rem;
    width: 19.8vw; }
  .masthead__title--sedona{
    height: 8.4vh;
    margin-top: 3.1rem;
    width: 36vw; }
  .masthead__title--canyon{
    height: 8.9vh;
    margin-top: 3.3rem;
    width: 23.2vw; }
  .offer__list{
    margin-bottom: 3.8rem; }
  .main__image{
    height: 100%; }
  .main__text{
    margin-bottom: 0.1rem;
    margin-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .search-form__spawn{
    margin-bottom: 4.2rem;
    margin-top: 2.7rem;
    width: 36vw; }
  .card__header{
    letter-spacing: 0.1rem;
    line-height: 1.7rem;
    margin-top: 0.9rem;
    padding-left: 8.1rem;
    padding-right: 8.1rem; } }
@media print{
  *,
  *:before,
  *:after{
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited{
    text-decoration: underline !important; }
  a[href]:after{
    content: " (" attr(href) ")"; }
  a[href^='#']:after,
  a[href^='javascript:']:after{
    content: ''; }
  abbr[title]:after{
    content: " (" attr(title) ")"; }
  pre,
  blockquote{
    border: 1px solid #999 !important;
    page-break-inside: avoid; }
  thead{
    display: table-header-group; }
  tr,
  img{
    page-break-inside: avoid; }
  img{
    max-width: 100% !important; }
  p,
  h2,
  h3{
    orphans: 3;
    widows: 3; }
  h2,
  h3{
    page-break-after: avoid; }
  table{
    border-collapse: collapse !important; }
  table td,
    table th{
    background-color: #fff !important; } }

/*# sourceMappingURL=style.min.css.map */
